Showing content from http://mail.python.org/pipermail/python-checkins/2014-July/thread.html below:
The Python-checkins July 2014 Archive by thread
July 2014 Archives by thread
Starting: Tue Jul 1 02:05:11 CEST 2014
Ending: Thu Jul 31 13:09:30 CEST 2014
Messages: 519
- [Python-checkins] cpython (2.7): Issue #18592: Add unittests for SearchDialogBase. Patch by Phil Webster. terry.reedy
- [Python-checkins] cpython (3.4): Issue #18592: Add unittests for SearchDialogBase. Patch by Phil Webster. terry.reedy
- [Python-checkins] cpython (merge 3.4 -> default): Merge with 3.4 terry.reedy
- [Python-checkins] cpython (2.7): whitespace terry.reedy
- [Python-checkins] cpython (3.4): Issue #13689: Remove a dead link from howto/urllib. berker.peksag
- [Python-checkins] cpython (merge 3.4 -> default): Issue #13689: Merge from 3.4. berker.peksag
- [Python-checkins] cpython (2.7): Issue #18592: Refactor 2 SearchDialogBase.create_(option/other)_buttons methods terry.reedy
- [Python-checkins] cpython (3.4): Issue #18592: Refactor 2 SearchDialogBase.create_(option/other)_buttons methods terry.reedy
- [Python-checkins] Cron <docs at dinsdale> /home/docs/build-devguide Cron Daemon
- [Python-checkins] cpython (3.4): Issue #21891: remove extraneous semicolon. ned.deily
- [Python-checkins] cpython (merge 3.4 -> default): Issue #21891: remove extraneous semicolon. ned.deily
- [Python-checkins] cpython (3.4): Closes #21892, #21893: Use PY_FORMAT_SIZE_T instead of %zi or %zu to format C victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) Closes #21892, #21893: Use PY_FORMAT_SIZE_T instead of %zi or %zu victor.stinner
- [Python-checkins] Daily reference leaks (b3f4616b9a94): sum=17 solipsis at pitrou.net
- [Python-checkins] cpython (3.4): asyncio: Fix test_sleep_cancel(): call_later() mock has no self parameter victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) asyncio: Fix test_sleep_cancel(): call_later() mock has no self victor.stinner
- [Python-checkins] cpython (3.4): Issue #21781: Make the ssl module "ssize_t clean" for parsing parameters. victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) Issue #21781: Make the ssl module "ssize_t clean" for parsing victor.stinner
- [Python-checkins] cpython (3.4): Closes #21780: make the unicodedata module "ssize_t clean" for parsing victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) Closes #21780: make the unicodedata module "ssize_t clean" for victor.stinner
- [Python-checkins] cpython (3.4): Issue #8677: make the zlib module "ssize_t clean" for parsing parameters victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) Issue #8677: make the zlib module "ssize_t clean" for parsing victor.stinner
- [Python-checkins] cpython (2.7): Issue #14097: Backport 796d1371605d and subsequent changes. zach.ware
- [Python-checkins] cpython (2.7): Delete a few unused names suggested by pyflakes. terry.reedy
- [Python-checkins] cpython (3.4): Delete a few unused names suggested by pyflakes. terry.reedy
- [Python-checkins] cpython (3.4): Issue #18258: Fix test discovery for test_codecmaps_*. zach.ware
- [Python-checkins] cpython (merge 3.4 -> default): Issue #18258: Fix test discovery for test_codecmaps_*. zach.ware
- [Python-checkins] cpython (2.7): More idlelib cleanup inspired by pyflakes. terry.reedy
- [Python-checkins] cpython (3.4): More idlelib cleanup inspired by pyflakes. terry.reedy
- [Python-checkins] cpython (3.4): Use try-finally idiom in example for locks in multiprocessing andrew.svetlov
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 andrew.svetlov
- [Python-checkins] cpython: Issue #5800: headers parameter of wsgiref.headers.Headers is now optional. berker.peksag
- [Python-checkins] cpython (2.7): Issue #19870: BaseCookie now parses 'secure' and 'httponly' flags. berker.peksag
- [Python-checkins] Daily reference leaks (b08921c7d1ec): sum=13 solipsis at pitrou.net
- [Python-checkins] cpython: Normalize style per PEP-8 jason.coombs
- [Python-checkins] cpython (3.4): Issue #21090: io.FileIO.readall() does not ignore I/O errors anymore. Before, victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) Issue #21090: io.FileIO.readall() does not ignore I/O errors victor.stinner
- [Python-checkins] cpython (2.7): Issue #21090: io.FileIO.readall() does not ignore I/O errors anymore. Before, victor.stinner
- [Python-checkins] cpython (3.4): asyncio: sync with Tulip victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) asyncio: sync with Tulip victor.stinner
- [Python-checkins] cpython (2.7): Fix guidance for subclassing collections.Set() raymond.hettinger
- [Python-checkins] cpython (3.4): Fix guidance for subclassing collections.Set() raymond.hettinger
- [Python-checkins] cpython (merge 3.4 -> default): merge raymond.hettinger
- [Python-checkins] cpython: Issue #21755: Skip {Frozen,Source}_DeadlockAvoidanceTests tests when berker.peksag
- [Python-checkins] peps: PEP 440 updates based on Donald's pip integration work nick.coghlan
- [Python-checkins] peps: Update PEP 426 for PEP 440 changes & add python.constraints extension nick.coghlan
- [Python-checkins] Daily reference leaks (a0eafe1069fc): sum=22 solipsis at pitrou.net
- [Python-checkins] cpython (3.4): Update docs about tp_richcompare andrew.svetlov
- [Python-checkins] cpython (2.7): Issue #21151: Fixed a segfault in the _winreg module. zach.ware
- [Python-checkins] cpython (3.4): Issue #21151: Fixed a segfault in the winreg module. zach.ware
- [Python-checkins] cpython (merge 3.4 -> default): Closes #21151: Merge with 3.4 zach.ware
- [Python-checkins] cpython: #15014: Add 'auth' command to implement auth mechanisms and use it in login. r.david.murray
- [Python-checkins] Daily reference leaks (42917d774476): sum=9 solipsis at pitrou.net
- [Python-checkins] cpython (3.4): Add an index entry for exec() builtin. berker.peksag
- [Python-checkins] cpython (merge 3.4 -> default): Merge from 3.4. berker.peksag
- [Python-checkins] cpython (3.4): Issue #21892, #21893: Partial revert of changeset 4f55e802baf0, PyErr_Format() victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) Issue #21892, #21893: Partial revert of changeset 4f55e802baf0, victor.stinner
- [Python-checkins] peps: update benjamin.peterson
- [Python-checkins] cpython: properly decref the return value of close() benjamin.peterson
- [Python-checkins] cpython (2.7): properly decref the return value of close() benjamin.peterson
- [Python-checkins] cpython (3.4): properly decref the return value of close() benjamin.peterson
- [Python-checkins] cpython (3.4): Issue #21897: Fix a crash with the f_locals attribute with closure variables antoine.pitrou
- [Python-checkins] cpython (merge 3.4 -> default): Issue #21897: Fix a crash with the f_locals attribute with closure variables antoine.pitrou
- [Python-checkins] cpython (3.4): Issue #21920: Add a missing colon to the __main__ doc. berker.peksag
- [Python-checkins] cpython (merge 3.4 -> default): Issue #21920: Merge from 3.4. berker.peksag
- [Python-checkins] Daily reference leaks (bd6515070f9c): sum=5 solipsis at pitrou.net
- [Python-checkins] cpython (3.4): Closes #21886, #21447: Fix a race condition in asyncio when setting the result victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) Closes #21886, #21447: Fix a race condition in asyncio when setting victor.stinner
- [Python-checkins] cpython (3.4): Closes #21921: Fix ResourceWarning in the asyncio examples: close the event victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) Closes #21921: Fix ResourceWarning in the asyncio examples: close victor.stinner
- [Python-checkins] cpython: Issue #9554: Use modern unittest features in test_argparse. berker.peksag
- [Python-checkins] Daily reference leaks (0533f148fb49): sum=55 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): #20135: move FAQ about mutable default arguments to the programming FAQs page. ezio.melotti
- [Python-checkins] cpython (3.4): #20135: move FAQ about mutable default arguments to the programming FAQs page. ezio.melotti
- [Python-checkins] cpython (merge 3.4 -> default): #20135: merge with 3.4. ezio.melotti
- [Python-checkins] cpython: upgrade to unicode 7.0.0 benjamin.peterson
- [Python-checkins] cpython (2.7): Issue #21923: Prevent AttributeError in distutils.sysconfig.customize_compiler ned.deily
- [Python-checkins] cpython (3.4): Issue #21923: Prevent AttributeError in distutils.sysconfig.customize_compiler ned.deily
- [Python-checkins] cpython (merge 3.4 -> default): Issue #21923: merge from 3.4 ned.deily
- [Python-checkins] cpython (3.4): Issue #21714: Disallow the construction of invalid paths using antoine.pitrou
- [Python-checkins] cpython (3.4): Issue #20639: calling Path.with_suffix('') allows removing the suffix again. antoine.pitrou
- [Python-checkins] cpython (merge 3.4 -> default): Merge pathlib fixes antoine.pitrou
- [Python-checkins] cpython: for some reason, you don't get the right checksum from an incremental build benjamin.peterson
- [Python-checkins] Daily reference leaks (12546bfa1f4f): sum=-1 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Issue #21881: Be more tolerant in test_tcl to not parsable by float() NaN serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #21881: Be more tolerant in test_tcl to not parsable by float() NaN serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #21881: Be more tolerant in test_tcl to not parsable by float() NaN serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> 3.4): Merge heads serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Null merge serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #19593: Use specific asserts in importlib tests. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #19593: Use specific asserts in importlib tests. serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #21707: Add missing kwonlyargcount argument to berker.peksag
- [Python-checkins] cpython (merge 3.4 -> default): Issue #21707: Merge with 3.4. berker.peksag
- [Python-checkins] cpython (2.7): Issue #21881: Just omit tests for platform-specific NaN representation in serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #21881: Just omit tests for platform-specific NaN representation in serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #21881: Just omit tests for platform-specific NaN representation in serhiy.storchaka
- [Python-checkins] cpython (merge default -> default): Merge heads serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #21707: Fix tests on Windows. berker.peksag
- [Python-checkins] cpython: Issue #21907: Improved the batch scripts provided for building Python. zach.ware
- [Python-checkins] devguide: Issue #21907: Update the instructions for building on Windows zach.ware
- [Python-checkins] cpython (3.4): Fix MSVC edition mismatch. zach.ware
- [Python-checkins] cpython (3.4): Issue #17846: Clarify note about Solution Folders. zach.ware
- [Python-checkins] cpython (merge 3.4 -> default): Issue #17846: Merge with 3.4 zach.ware
- [Python-checkins] devguide: Issue #17846: Add a note about solution folders with VS Express. zach.ware
- [Python-checkins] cpython (3.4): Issue #21781, _ssl: Fix asn1obj2py() on Windows 64-bit, "s#" format requires victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) Issue #21781, _ssl: Fix asn1obj2py() on Windows 64-bit, "s#" format victor.stinner
- [Python-checkins] cpython: Issue #21907: Exit with the correct return code zach.ware
- [Python-checkins] cpython (2.7): Fix typo found by Scott Hinton on docs@ zach.ware
- [Python-checkins] cpython (3.4): Issue #21925: PyImport_Cleanup(): Remove unused parameter in victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) Issue #21925: PyImport_Cleanup(): Remove unused parameter in victor.stinner
- [Python-checkins] cpython (3.4): Issue #12523: asynchat.async_chat.push() now raises a TypeError if it doesn't victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) Issue #12523: asynchat.async_chat.push() now raises a TypeError if victor.stinner
- [Python-checkins] cpython (3.4): asynchat: PEP8-ify the code victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) asynchat: PEP8-ify the code victor.stinner
- [Python-checkins] cpython (3.4): Issue #11259: asynchat.async_chat().set_terminator() now raises a ValueError if victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) Issue #11259: asynchat.async_chat().set_terminator() now raises a victor.stinner
- [Python-checkins] cpython: Issue #21803: remove macro indirections in complexobject.h antoine.pitrou
- [Python-checkins] cpython: Fix compilation failure (followup to #21803) antoine.pitrou
- [Python-checkins] peps: PEP 471: update by Ben Hoy victor.stinner
- [Python-checkins] Daily reference leaks (4609e31092b2): sum=7 solipsis at pitrou.net
- [Python-checkins] cpython (3.4): Update asyncio documentation victor.stinner
- [Python-checkins] cpython: Issue #21907: Make the buildbot clean script always return 0. zach.ware
- [Python-checkins] cpython (3.4): Issue #21680: Document asyncio event loops victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) Issue #21680: Document asyncio event loops victor.stinner
- [Python-checkins] cpython (3.4): asyncion, Tulip issue 181: BaseEventLoop.create_datagram_endpoint() now waits victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) asyncion, Tulip issue 181: BaseEventLoop.create_datagram_endpoint() victor.stinner
- [Python-checkins] cpython: Issue #21938: simplify gen_iternext() antoine.pitrou
- [Python-checkins] cpython: Fix bootstrapping asdl -- it didn't work with Python 2.7. guido.van.rossum
- [Python-checkins] cpython: Issue #6916: Use assertWarns in test_asynchat. berker.peksag
- [Python-checkins] Daily reference leaks (486c1a81ee32): sum=1 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): #21945: fix typo in Cookie module docstring. ezio.melotti
- [Python-checkins] cpython (3.4): Issues #21948 and #16040: Fix typos. berker.peksag
- [Python-checkins] cpython (merge 3.4 -> default): Issues #21948 and #16040: Merge with 3.4. berker.peksag
- [Python-checkins] cpython (2.7): Issue #21940: add docstrings to idlelib.WidgetRedirector. terry.reedy
- [Python-checkins] cpython (3.4): Issue #21940: add docstrings to idlelib.WidgetRedirector. terry.reedy
- [Python-checkins] Daily reference leaks (051cc4f60384): sum=3 solipsis at pitrou.net
- [Python-checkins] cpython (3.4): Issue #21942: Fixed source file viewing in pydoc's server mode on Windows. zach.ware
- [Python-checkins] cpython (merge 3.4 -> default): Issue #21942: Fixed source file viewing in pydoc's server mode on Windows. zach.ware
- [Python-checkins] cpython (2.7): #21940: Add unittest for WidgetRedirector. Initial patch by Saimadhav Heblikar. terry.reedy
- [Python-checkins] cpython (3.4): #21940: Add unittest for WidgetRedirector. Initial patch by Saimadhav Heblikar. terry.reedy
- [Python-checkins] cpython (2.7): Idle News entries. terry.reedy
- [Python-checkins] cpython (3.4): Idle News entries. terry.reedy
- [Python-checkins] cpython (merge 3.4 -> default): News entries terry.reedy
- [Python-checkins] cpython (2.7): Issue #18592: Make unittest for SearchDialogBase work on all tk versions. terry.reedy
- [Python-checkins] cpython (3.4): Issue #18592: Make unittest for SearchDialogBase work on all tk versions. terry.reedy
- [Python-checkins] Daily reference leaks (53791c97f1ab): sum=12 solipsis at pitrou.net
- [Python-checkins] cpython (3.4): asyncio: enhance documentation of platform support victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) asyncio: enhance documentation of platform support victor.stinner
- [Python-checkins] cpython: Issue #21932: os.read() now uses a :c:func:`Py_ssize_t` type instead of victor.stinner
- [Python-checkins] cpython: Issue #21932: Ooops, os.read(fd, size) allocates a buffer of size bytes, even victor.stinner
- [Python-checkins] cpython: Issue #16382: Improve exception message of warnings.warn() for bad category. berker.peksag
- [Python-checkins] cpython (3.4): Issue #21906: Make Tools/scripts/md5sum.py work in Python 3. berker.peksag
- [Python-checkins] cpython (merge 3.4 -> default): Issue #21906: Merge from 3.4. berker.peksag
- [Python-checkins] cpython (3.4): asyncio, Tulip issue 180: Make Server attributes and methods private victor.stinner
- [Python-checkins] cpython (3.4): asyncio: improve the documentation of servers victor.stinner
- [Python-checkins] cpython (2.7): #21959: Adds 2.7.8 product code to Tools/msi/uuids.py steve.dower
- [Python-checkins] cpython (3.4): asyncio: Server.close() leaves client sockets open victor.stinner
- [Python-checkins] Daily reference leaks (9b450b19aa11): sum=9 solipsis at pitrou.net
- [Python-checkins] cpython: Issue #21932: Skip test_os.test_large_read() on 32-bit system victor.stinner
- [Python-checkins] cpython (3.4): Issue #19076: Don't pass the redundant 'file' argument to self.error(). berker.peksag
- [Python-checkins] cpython (merge 3.4 -> default): Issue #19076: Merge with 3.4. berker.peksag
- [Python-checkins] cpython: Issue #21966: Respect -q command-line option when code module is ran. alexander.belopolsky
- [Python-checkins] cpython (2.7): Issue #21323: Fix CGIHTTPServer to again handle scripts in CGI subdirectories, ned.deily
- [Python-checkins] cpython (3.2): Issue #21323: Fix http.server to again handle scripts in CGI subdirectories, ned.deily
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #21323: Fix http.server to again handle scripts in CGI subdirectories, ned.deily
- [Python-checkins] cpython (merge 3.3 -> 3.4): Issue #21323: Fix http.server to again handle scripts in CGI subdirectories, ned.deily
- [Python-checkins] cpython (merge 3.4 -> default): Issue #21323: Fix http.server to again handle scripts in CGI subdirectories, ned.deily
- [Python-checkins] Daily reference leaks (7f8843ec34ee): sum=18 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Issue #18592: Method return signature changes made to SearchDialogBase for terry.reedy
- [Python-checkins] cpython (3.4): Issue #18592: Method return signature changes made to SearchDialogBase for terry.reedy
- [Python-checkins] peps: Add PEP 472: "Support for indexing with keyword arguments" by Stefano Borini, guido.van.rossum
- [Python-checkins] cpython (2.7): Issue #17506: Synchronize Misc/NEWS and idlelib/NEWS.txt for 2.7. terry.reedy
- [Python-checkins] Daily reference leaks (dac25d8ac95a): sum=-3 solipsis at pitrou.net
- [Python-checkins] cpython (3.4): Issue 21977: Minor improvements to the regexes in the tokenizer example. raymond.hettinger
- [Python-checkins] cpython (2.7): Call PyErr_NoMemory() when PyMem_Malloc() fails. serhiy.storchaka
- [Python-checkins] cpython (3.4): Call PyErr_NoMemory() when PyMem_Malloc() fails. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Call PyErr_NoMemory() when PyMem_Malloc() fails. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Merge with Python 3.4 victor.stinner
- [Python-checkins] cpython: Issue #21645: Add debug code to analyze a failure on FreeBSD 9 victor.stinner
- [Python-checkins] cpython: Issue #21645: test_asyncio, log debug trace into sys.__stderr__, not in victor.stinner
- [Python-checkins] cpython (3.4): asyncio tests: make quiet the logs of SSL handshake failures when running tests victor.stinner
- [Python-checkins] cpython (2.7): Issue #21982: Add minimal unittest for configDialog with 46% coverage. terry.reedy
- [Python-checkins] cpython (3.4): Issue #21982: Add minimal unittest for configDialog with 46% coverage. terry.reedy
- [Python-checkins] Daily reference leaks (41c8fc189671): sum=6 solipsis at pitrou.net
- [Python-checkins] cpython: Issue #18974: Tools/scripts/diff.py now uses argparse instead of optparse. serhiy.storchaka
- [Python-checkins] cpython: Fix getargspec() doctring (varkw -> keywords). guido.van.rossum
- [Python-checkins] Daily reference leaks (c8ce5bca0fcd): sum=7 solipsis at pitrou.net
- [Python-checkins] cpython: Issue #21645, #21985: Remove debug code victor.stinner
- [Python-checkins] cpython (3.4): Issue #21765: Add support for non-ascii identifiers to HyperParser tal.einat
- [Python-checkins] cpython (merge 3.4 -> default): Issue #21765: Add support for non-ascii identifiers to HyperParser tal.einat
- [Python-checkins] cpython: Fixed recently added Misc/NEWS entry which was moved during merge tal.einat
- [Python-checkins] cpython (3.4): asyncio: test_selector_events: remove duplicate call to _on_handshake() method victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) asyncio: test_selector_events: remove duplicate call to victor.stinner
- [Python-checkins] cpython (3.4): Issue #21163, asyncio: Ignore "destroy pending task" warnings for private tasks victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) Issue #21163, asyncio: Ignore "destroy pending task" warnings for victor.stinner
- [Python-checkins] cpython (3.4): Issue #21163: Fix "destroy pending task" warning in test_wait_errors() victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) Issue #21163: Fix "destroy pending task" warning in victor.stinner
- [Python-checkins] peps: Add PEP 473 "Adding structured data to built-in exceptions" by Sebastian Kreft. guido.van.rossum
- [Python-checkins] cpython (3.4): asyncio: test_as_completed(): disable "slow callback" warning victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) asyncio: test_as_completed(): disable "slow callback" warning victor.stinner
- [Python-checkins] cpython (3.4): Remove Tools/scripts/pydocgui.pyw. zach.ware
- [Python-checkins] cpython (merge 3.4 -> default): Merge removal of Tools/scripts/pydocgui.pyw zach.ware
- [Python-checkins] cpython (3.4): Issue #21918: Convert test_tools.py to a sub-package of test. zach.ware
- [Python-checkins] cpython (merge 3.4 -> default): Issue #21918: Convert test_tools.py to a sub-package of test. zach.ware
- [Python-checkins] cpython (2.7): Fix a minor typo in the turtle docs. Found by Brandon Passmore on docs at . zach.ware
- [Python-checkins] cpython (3.4): Fix a minor typo in the turtle docs. Found by Brandon Passmore on docs at . zach.ware
- [Python-checkins] cpython (2.7): Add helpers for testing unicode disabled builds. serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue 21044: tarfile.open() now handles fileobj with an integer 'name' serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue 21044: tarfile.open() now handles fileobj with an integer 'name' serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue 21044: tarfile.open() now handles fileobj with an integer 'name' serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #21994: Fix SyntaxError in the SSLContext.check_hostname documentation. berker.peksag
- [Python-checkins] cpython (merge 3.4 -> default): Issue #21994: Merge with 3.4. berker.peksag
- [Python-checkins] Daily reference leaks (4c2f3240ad65): sum=1 solipsis at pitrou.net
- [Python-checkins] cpython (3.4): asyncio, tulip issue 190: Process.communicate() must ignore BrokenPipeError victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) asyncio, tulip issue 190: Process.communicate() must ignore victor.stinner
- [Python-checkins] cpython (3.4): asyncio, tulip issue 190: Process.communicate() now ignores victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) asyncio, tulip issue 190: Process.communicate() now ignores victor.stinner
- [Python-checkins] cpython (3.4): asyncio: Fix test_stdin_broken_pipe(), drain() can also raise victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) asyncio: Fix test_stdin_broken_pipe(), drain() can also raise victor.stinner
- [Python-checkins] cpython (3.4): Python issue #21645, Tulip issue 192: Rewrite signal handling victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) Python issue #21645, Tulip issue 192: Rewrite signal handling victor.stinner
- [Python-checkins] cpython (3.4): Issue #21247: Fix a race condition in test_send_signal() of asyncio victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) Issue #21247: Fix a race condition in test_send_signal() of asyncio victor.stinner
- [Python-checkins] Daily reference leaks (45e8eb53edbc): sum=7 solipsis at pitrou.net
- [Python-checkins] cpython (3.4): Fix asyncio.__all__: export also unix_events and windows_events symbols victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) Fix asyncio.__all__: export also unix_events and windows_events victor.stinner
- [Python-checkins] cpython (2.7): Issue #22004: Correct an argument name. zach.ware
- [Python-checkins] cpython (3.4): Issue #22004: Correct an argument name. zach.ware
- [Python-checkins] cpython (merge 3.4 -> default): Closes #22004: Merge with 3.4 zach.ware
- [Python-checkins] peps: PEP 472: Fix typo in headers victor.stinner
- [Python-checkins] peps: PEP 471: Ben Hoyt updates victor.stinner
- [Python-checkins] cpython (2.7): add missing 'because' (closes #22008) benjamin.peterson
- [Python-checkins] Daily reference leaks (f83adc06f486): sum=9 solipsis at pitrou.net
- [Python-checkins] peps: Split software forge proposal into a new PEP nick.coghlan
- [Python-checkins] peps: PEP 471: update by Ben Hoyt, simpler example victor.stinner
- [Python-checkins] cpython (3.4): Issue #22006: Remove outdated _thread caveat. Thanks Dan O'Reilly for the mark.dickinson
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22006: Merge from 3.4. mark.dickinson
- [Python-checkins] cpython (2.7): Issue #22006: Remove outdated thread module caveat. Thanks Dan O'Reilly for mark.dickinson
- [Python-checkins] cpython (2.7): args doesn't need to be a tuple (closes #17210) benjamin.peterson
- [Python-checkins] cpython (3.4): args doesn't need to be a tuple (closes #17210) benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#17210) benjamin.peterson
- [Python-checkins] Daily reference leaks (2fc379ce5762): sum=1 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): correct ref counting of default_action (closes #22017) benjamin.peterson
- [Python-checkins] cpython (2.7): add # benjamin.peterson
- [Python-checkins] cpython (3.4): add # benjamin.peterson
- [Python-checkins] cpython (2.7): Issue #21868: Prevent turtle crash due to invalid undo buffer size. raymond.hettinger
- [Python-checkins] cpython (3.4): Issue #21868: Prevent turtle crash due to invalid undo buffer size. raymond.hettinger
- [Python-checkins] Daily reference leaks (4d0eec3139f7): sum=8 solipsis at pitrou.net
- [Python-checkins] cpython: Issue #22018: Add _testcapi.raise_signal() victor.stinner
- [Python-checkins] cpython (3.4): asyncio: Fix test_stdin_broken_pipe(), drain() is not a coroutine victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) asyncio: Fix test_stdin_broken_pipe(), drain() is not a coroutine victor.stinner
- [Python-checkins] cpython: Issue #22018: signal.set_wakeup_fd() now raises an OSError instead of a victor.stinner
- [Python-checkins] cpython: Issue #22018: Hum, set_wakeup_fd() still raises ValueError on Windows victor.stinner
- [Python-checkins] cpython (3.4): Issue #19629: Fix support.rmtree(), use os.lstat() to check if the file is a victor.stinner
- [Python-checkins] cpython (3.4): Issue #19811, #22022: test_pathlib uses support.rmtree() instead of victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Merge Python 3.4 victor.stinner
- [Python-checkins] cpython (3.4): Issue #19629: Add missing "import stat" victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) Issue #19629: Add missing "import stat" victor.stinner
- [Python-checkins] cpython (3.4): Issue #21976: Fix test_ssl to accept LibreSSL version strings. antoine.pitrou
- [Python-checkins] cpython (merge 3.4 -> default): Issue #21976: Fix test_ssl to accept LibreSSL version strings. antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #21976: Fix test_ssl to accept LibreSSL version strings. antoine.pitrou
- [Python-checkins] cpython (3.4): Fix localhost checking in FileHandler. Raised in #21970. senthil.kumaran
- [Python-checkins] Daily reference leaks (98aec1d9e2a0): sum=7 solipsis at pitrou.net
- [Python-checkins] cpython (3.4): Issue #15759: "make suspicious", "make linkcheck" and "make doctest" in Doc/ serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #15759: "make suspicious", "make linkcheck" and "make doctest" in Doc/ serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #15759: "make suspicious", "make linkcheck" and "make doctest" in Doc/ serhiy.storchaka
- [Python-checkins] cpython (2.7): Backout 308f3c1e36d3. This change (issue21044) does not need to be merged on serhiy.storchaka
- [Python-checkins] cpython (3.4): Fixed bugs in reprs of CookieJar and multiprocessing.dummy.Value. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Fixed bugs in reprs of CookieJar and multiprocessing.dummy.Value. serhiy.storchaka
- [Python-checkins] cpython (2.7): Fixed bugs in reprs of CookieJar and multiprocessing.dummy.Value. serhiy.storchaka
- [Python-checkins] cpython: Issue #22031: Reprs now always use hexadecimal format with the "0x" prefix serhiy.storchaka
- [Python-checkins] cpython (3.4): asyncio, tulip issue 193: Convert StreamWriter.drain() to a classic coroutine victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) asyncio, tulip issue 193: Convert StreamWriter.drain() to a classic victor.stinner
- [Python-checkins] cpython: Issue #22032: __qualname__ instead of __name__ is now always used to format serhiy.storchaka
- [Python-checkins] cpython (2.7): Closes #21665: Don't use OPTS=noxp or -DWINVER=0x0500 when compiling Tcl/Tk zach.ware
- [Python-checkins] cpython (2.7): Fix minor typo in round docs. Reported by Scott Hinton on docs at . zach.ware
- [Python-checkins] cpython (3.4): Issue #21901: Cap the maximum number of file descriptors to use for the test. charles-francois.natali
- [Python-checkins] cpython (merge 3.4 -> default): Issue #21901: Cap the maximum number of file descriptors to use for the test. charles-francois.natali
- [Python-checkins] peps: PEP 471: I'm the BDFL-delegate and I accept the PEP victor.stinner
- [Python-checkins] cpython (3.4): Fix grammar andrew.svetlov
- [Python-checkins] Daily reference leaks (89665cc05592): sum=7 solipsis at pitrou.net
- [Python-checkins] cpython (3.4): Correct issue #21044 patch author. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Correct issue #21044 patch author. serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #21888: plistlib's load() and loads() now work if the fmt parameter is serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #21888: plistlib's load() and loads() now work if the fmt parameter is serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #22002: Make full use of test discovery in test sub-packages. zach.ware
- [Python-checkins] cpython (merge 3.4 -> default): Closes #22002: Merge with 3.4 zach.ware
- [Python-checkins] cpython: Issue #15275: Clean up and speed up the ntpath module. serhiy.storchaka
- [Python-checkins] cpython: Issue #21566: Make use of socket.listen() default backlog. charles-francois.natali
- [Python-checkins] cpython (2.7): Issue #21597: Turtledemo text pane can now be widened to view or copy complete terry.reedy
- [Python-checkins] cpython (3.4): Issue #21597: Turtledemo text pane can now be widened to view or copy complete terry.reedy
- [Python-checkins] cpython: Issue #6167: Scrollbar.activate() now returns the name of active element if serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #6167: Backported tests for Scrollbar.activate() and Scrollbar.set() serhiy.storchaka
- [Python-checkins] cpython (merge 2.7 -> 2.7): Merge heads serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #6167: Backported tests for Scrollbar.activate() and Scrollbar.set() serhiy.storchaka
- [Python-checkins] cpython: Issue #4350: Removed a number of out-of-dated and non-working for a long time serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #19493: Fix two uses of ctypes.test.requires (it's not a decorator) zach.ware
- [Python-checkins] cpython (3.4): Issue #19493: Fix two uses of ctypes.test.requires (it's not a decorator) zach.ware
- [Python-checkins] cpython: Issue #22042: Avoid dangerous C cast in socket.setblocking() victor.stinner
- [Python-checkins] cpython (2.7): Issue #22053: Cleanup turtledemo start and stop and fix debug shutdown warning. terry.reedy
- [Python-checkins] cpython (3.4): Issue #22053: Cleanup turtledemo start and stop and fix debug shutdown warning. terry.reedy
- [Python-checkins] cpython (3.4): Fix doc example bug reported on python-list by Akshay Verma. terry.reedy
- [Python-checkins] cpython (3.4): s/stringobject/bytesobject/ (closes #22036) benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#22036) benjamin.peterson
- [Python-checkins] cpython (2.7): Fix grammar andrew.svetlov
- [Python-checkins] cpython (3.4): Englich grammar nit. terry.reedy
- [Python-checkins] cpython (3.4): Asyncio doc fixes: spelling, grammar, duplication. terry.reedy
- [Python-checkins] cpython (3.4): Fix incomplete sentence in asyncio docs. andrew.svetlov
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4: Fix incomplete sentence in asyncio docs. andrew.svetlov
- [Python-checkins] Daily reference leaks (7d891572e361): sum=-1084 solipsis at pitrou.net
- [Python-checkins] cpython (3.4): Issue #20055: Fix BaseEventLoop.stop() docstring, incomplete sentence. victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) Issue #20055: Fix BaseEventLoop.stop() docstring, incomplete victor.stinner
- [Python-checkins] cpython (3.4): asyncio tests: relax timings for slow buildbots victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) asyncio tests: relax timings for slow buildbots victor.stinner
- [Python-checkins] cpython (3.4): test_gettext: use support.rmtree() instead of shutil.rmtree() victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): test_gettext: use support.rmtree() instead of shutil.rmtree() victor.stinner
- [Python-checkins] cpython (2.7): Issue #19884: readline: Disable the meta modifier key if stdout is not a victor.stinner
- [Python-checkins] cpython (3.4): Issue #19884: readline: Disable the meta modifier key if stdout is not a victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) Issue #19884: readline: Disable the meta modifier key if stdout is victor.stinner
- [Python-checkins] cpython (3.4): Issue #21813: Enhance documentation of the os.stat_result class. victor.stinner
- [Python-checkins] cpython (3.4): Backport os.rst documentation from Python 3.5. victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Issue #21813: Enhance documentation of the os.stat_result class. victor.stinner
- [Python-checkins] peps: First version of the PEP 475 victor.stinner
- [Python-checkins] cpython (2.7): Issue #1730136: Fix comparison between a tk Font object and an object of a serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #16133: The asynchat.async_chat.handle_read() method now ignores victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) Issue #16133: The asynchat.async_chat.handle_read() method now victor.stinner
- [Python-checkins] cpython (2.7): Issue #16133: The asynchat.async_chat.handle_read() method now ignores victor.stinner
- [Python-checkins] cpython: tets victor.stinner
- [Python-checkins] cpython (2.7): Issue #19884, readline: calling rl_variable_bind ("enable-meta-key", "off") victor.stinner
- [Python-checkins] cpython (3.4): Issue #19884, readline: calling rl_variable_bind ("enable-meta-key", "off") victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) Issue #19884, readline: calling rl_variable_bind victor.stinner
- [Python-checkins] peps: PEP 475: Fix Hello World example victor.stinner
- [Python-checkins] cpython: Backout 42ced0d023cd: oops, i didn't want to push this changeset :-/ victor.stinner
- [Python-checkins] cpython: Issue #22018: Fix test_set_wakeup_fd_result(), use assertEqual() not victor.stinner
- [Python-checkins] cpython (2.7): Issue #22053: Make help work, after previous patch for this issue disabled it terry.reedy
- [Python-checkins] cpython (3.4): Issue #22053: Make help work, after previous patch for this issue disabled it terry.reedy
- [Python-checkins] cpython: Issue #22053: Make help work, after previous patch for this issue disabled it terry.reedy
- [Python-checkins] cpython (2.7): Issue #22061: remove call of useless function slated for removal. terry.reedy
- [Python-checkins] cpython (3.4): Issue #22061: remove call of useless function slated for removal. terry.reedy
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22061: remove call of useless function slated for removal. terry.reedy
- [Python-checkins] Daily reference leaks (0ca9e0aa06df): sum=-263 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Issue #22061: Add deprecation warnings in empty obsolete methods. serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #22061: Add deprecation warnings in empty obsolete methods. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22061: Restored empty obsolete methods removed in issue #4350 and serhiy.storchaka
- [Python-checkins] cpython: Issue #18093: Factor out the programs that embed the runtime nick.coghlan
- [Python-checkins] cpython: Add missing NEWS entry for issue #18093 nick.coghlan
- [Python-checkins] cpython: unicodeobject.c: fix a compiler warning on Windows 64 bits victor.stinner
- [Python-checkins] cpython (3.4): asyncio, test_subprocess: relax timings for slow builbots victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) asyncio, test_subprocess: relax timings for slow builbots victor.stinner
- [Python-checkins] devguide: Document the new Programs directory nick.coghlan
- [Python-checkins] cpython: Issue #21947: handle generator-iterator objects in dis nick.coghlan
- [Python-checkins] peps: PEP 447: update the name of the proposed method and add pseudo-code explaining ronald.oussoren
- [Python-checkins] cpython: Issue #18093: Give the Windows build _testembed.c's new location. zach.ware
- [Python-checkins] peps: PEP 403: Try a simple goless example nick.coghlan
- [Python-checkins] cpython (2.7): Issue #21990: Cleanup unnecessary inner class definition in saxutils. raymond.hettinger
- [Python-checkins] cpython (3.4): Issue #19875: Fix random test_getsockaddrarg() failure. charles-francois.natali
- [Python-checkins] cpython (merge 3.4 -> 3.4): Merge. charles-francois.natali
- [Python-checkins] cpython (merge 3.4 -> default): Issue #19875: Fix random test_getsockaddrarg() failure. charles-francois.natali
- [Python-checkins] cpython (3.4): Issue #22072: Fix a couple of SSL doc typos. Patch by Alex Gaynor. zach.ware
- [Python-checkins] cpython (merge 3.4 -> default): Closes #22072: Merge typo fixes from 3.4 zach.ware
- [Python-checkins] cpython: Issue #18093: Create Programs directory in build location for ned.deily
- [Python-checkins] cpython (2.7): Issue #21958: Define HAVE_ROUND when building with VS 2013 and above. zach.ware
- [Python-checkins] cpython (3.4): Issue #21958: Define HAVE_ROUND when building with VS 2013 and above. zach.ware
- [Python-checkins] cpython (merge 3.4 -> default): Issue #21958: Merge with 3.4 zach.ware
- [Python-checkins] peps: Issue #22073: fix footnote references. ned.deily
- [Python-checkins] cpython: Issue #22033: Reprs of most Python implemened classes now contain actual serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #22044: Fixed premature DECREF in call_tzinfo_method. raymond.hettinger
- [Python-checkins] cpython (3.4): Tulip issue 196: _OverlappedFuture.set_result() now clears its reference to the victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) Tulip issue 196: _OverlappedFuture.set_result() now clears its victor.stinner
- [Python-checkins] Daily reference leaks (253c31930b32): sum=71 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Issue #19875: Fix random test_getsockaddrarg() failure. charles-francois.natali
- [Python-checkins] cpython (3.4): Fix repr(_socket.socket) on Windows 64-bit: don't fail with OverflowError victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) Fix repr(_socket.socket) on Windows 64-bit: don't fail with victor.stinner
- [Python-checkins] cpython (2.7): socketmodule.c: backport INVALID_SOCKET from Python 3.5 to simplify the code victor.stinner
- [Python-checkins] cpython (2.7): Fix repr(_socket.socket) on Windows 64-bit: don't fail with OverflowError victor.stinner
- [Python-checkins] cpython: slotdefs is no longer sorted. martin.v.loewis
- [Python-checkins] cpython: Issue #22082: Clear interned strings in slotdefs. martin.v.loewis
- [Python-checkins] cpython (3.4): Accept optional lock object in Condition ctor (tulip issue #198) andrew.svetlov
- [Python-checkins] cpython (merge 3.4 -> default): Accept optional lock object in Condition ctor (tulip issue #198) andrew.svetlov
- [Python-checkins] devguide: Note Darjus Loktevic's commit privs brett.cannon
- [Python-checkins] cpython (3.4): Issue #22074: Fix Lib/test/make_ssl_certs.py antoine.pitrou
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22074: Fix Lib/test/make_ssl_certs.py antoine.pitrou
- [Python-checkins] cpython (3.4): Document lock parameter for asyncio.Condition() andrew.svetlov
- [Python-checkins] cpython (merge 3.4 -> default): Document lock parameter for asyncio.Condition() andrew.svetlov
- [Python-checkins] cpython (3.4): Reduce unnecessary 2.7 versus 3.4+ differences in idlelib/configDialog.py. terry.reedy
- [Python-checkins] cpython (2.7): Modernize turtledemo with conditional expressions; remove duplicate line. terry.reedy
- [Python-checkins] cpython (3.4): Modernize turtledemo with conditional expressions; remove duplicate line. terry.reedy
- [Python-checkins] cpython (2.7): Reduce unnecessary 2.7 versus 3.4+ differences in idlelib/configDialog.py. terry.reedy
- [Python-checkins] Daily reference leaks (4afe9faeb1f9): sum=273 solipsis at pitrou.net
- [Python-checkins] peps: PEP-0447: Start documenting the impact on introspection ronald.oussoren
- [Python-checkins] cpython: Issue #20173: Convert sha1, sha256, sha512 and md5 to ArgumentClinic. martin.v.loewis
- [Python-checkins] cpython: Issue #22082: Fix a compiler warning (function is not a prototype) victor.stinner
- [Python-checkins] cpython: Argument Clinic bugfix: Don't let the C preprocessor "Monitor" see lines larry.hastings
- [Python-checkins] cpython: Issue #20179: Apply Argument Clinic to bytes and bytearray. martin.v.loewis
- [Python-checkins] cpython: Rerun AC, silence pointer conversion warnings. martin.v.loewis
- [Python-checkins] cpython: Issue #22076: Minor grammar fix. berker.peksag
- [Python-checkins] cpython (3.4): asyncio, tulip issue 196: ProactorIocp._register() now registers the overlapped victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) asyncio, tulip issue 196: ProactorIocp._register() now registers victor.stinner
- [Python-checkins] Daily reference leaks (8c1438c15ed0): sum=-264 solipsis at pitrou.net
- [Python-checkins] peps: PEP 475: simplify example victor.stinner
- [Python-checkins] peps: PEP 475: another signal issue victor.stinner
- [Python-checkins] cpython (3.4): Fix test_bytes when sys.stdin is None, for example on Windows when using victor.stinner
- [Python-checkins] cpython (2.7): Issue #19612: subprocess.communicate() now also ignores EINVAL when using at victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) Fix test_bytes when sys.stdin is None, for example on Windows when victor.stinner
- [Python-checkins] cpython (3.4): Issue #21704: Fix build error for _multiprocessing when semaphores richard.oudkerk
- [Python-checkins] cpython (merge 3.4 -> default): Issue #21704: Merge. richard.oudkerk
- [Python-checkins] cpython (3.4): Fix sporadic failure of test_pep277 on Windows: use support.rmtree() instead of victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) Fix sporadic failure of test_pep277 on Windows: use victor.stinner
- [Python-checkins] cpython (3.4): Issue #11453, #18174: Fix leak of file descriptor in test_asyncore victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) Issue #11453, #18174: Fix leak of file descriptor in test_asyncore victor.stinner
- [Python-checkins] cpython (3.4): Issue #18174: Fix leak of file descriptor in test_tempfile victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) Issue #18174: Fix leak of file descriptor in test_tempfile victor.stinner
- [Python-checkins] cpython (3.4): Issue #17172: Add the ability to run turtledemo from Idle. terry.reedy
- [Python-checkins] cpython (3.4): Issue #17172: add NEWS terry.reedy
- [Python-checkins] Daily reference leaks (017d701116d5): sum=1233 solipsis at pitrou.net
- [Python-checkins] cpython (3.4): #21704: remove duplicate name in Misc/ACKS. ezio.melotti
- [Python-checkins] cpython (merge 3.4 -> default): #21704: merge with 3.4. ezio.melotti
- [Python-checkins] cpython (2.7): Issue #21591: Handle exec backwards compatibility in the AST builder. dirkjan.ochtman
- [Python-checkins] cpython (2.7): Issue #21591: add test for qualified exec in tuple form. dirkjan.ochtman
- [Python-checkins] peps: PEP 475 victor.stinner
- [Python-checkins] cpython: Issue #22054: Add os.get_blocking() and os.set_blocking() functions to get and victor.stinner
- [Python-checkins] cpython (3.4): Edit NEWS entry ned.deily
- [Python-checkins] cpython (merge 3.4 -> default): Edit NEWS entry ned.deily
- [Python-checkins] cpython (3.4): asyncio: Use the new os.set_blocking() function of Python 3.5 if available victor.stinner
- [Python-checkins] cpython (3.4): Close #22063: socket operations (socket,recv, sock_sendall, sock_connect, victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Merge with Python 3.4 (asyncio) victor.stinner
- [Python-checkins] cpython (3.4): Issue #22063: Mention in asyncio documentation that socket operations require victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) Issue #22063: Mention in asyncio documentation that socket victor.stinner
- [Python-checkins] peps: PEP 475: don't deprecate signal.siginterrupt() anymore victor.stinner
- [Python-checkins] cpython: Issue #22018: On Windows, signal.set_wakeup_fd() now also supports sockets. victor.stinner
- [Python-checkins] cpython (2.7): Issue #22023: Fix %S, %R and %V formats of PyUnicode_FromFormat(). victor.stinner
- [Python-checkins] cpython: Issue #22003: When initialized from a bytes object, io.BytesIO() now antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #21951: Temporary skip crashing test_user_command on AIX. serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #21951: Temporary skip crashing test_user_command on AIX. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #21951: Temporary skip crashing test_user_command on AIX. serhiy.storchaka
- [Python-checkins] cpython: Issue #22018: Fix test_signal: use assertEqual() not assertIs() victor.stinner
- [Python-checkins] Daily reference leaks (79a5fbe2c78f): sum=271 solipsis at pitrou.net
- [Python-checkins] cpython (3.4): Issue #21580: Now Tkinter correctly handles bytes arguments passed to Tk. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #21580: Now Tkinter correctly handles bytes arguments passed to Tk. serhiy.storchaka
- [Python-checkins] cpython: Issue #22085: Dropped support of Tk 8.3 in Tkinter. serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #22068: Don't create self reference cycles in idlelib.ConfigDialog. terry.reedy
- [Python-checkins] cpython (3.4): Issue #22068: Don't create self reference cycles in idlelib.ConfigDialog. terry.reedy
- [Python-checkins] cpython: Back out of changes to Tkinter variables trace commands (issue #22085). serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #21580: Now Tkinter correctly handles binary "data" and "maskdata" serhiy.storchaka
- [Python-checkins] Daily reference leaks (0243f7da89cb): sum=-65 solipsis at pitrou.net
- [Python-checkins] cpython: timemodule.c: Replace PyExc_IOError with PyExc_OSError victor.stinner
Last message date: Thu Jul 31 13:09:30 CEST 2014
Archived on: Thu Jul 31 13:09:31 CEST 2014
This archive was generated by Pipermail 0.09 (Mailman edition).
RetroSearch is an open source project built by @garambo
| Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4