July 2012 Archives by subject
Starting: Sun Jul 1 00:40:47 CEST 2012
Ending: Tue Jul 31 23:52:38 CEST 2012
Messages: 571
- [Python-checkins] [Python-Dev] peps: Update PEP-0424 with respect to feedback received.
Andrew Svetlov
- [Python-checkins] benchmarks: Add a (hopefully accurate) license file.
antoine.pitrou
- [Python-checkins] benchmarks: Add a pathlib benchmark (see speed ML)
antoine.pitrou
- [Python-checkins] benchmarks: Update pathlib copy to fix compatibility with Windows under Python 2.7
antoine.pitrou
- [Python-checkins] benchmarks: Use PeakPagefileUsage for memory usage tracking under Windows, for better
antoine.pitrou
- [Python-checkins] cpython (2.7): #12353: argparse now correctly handles null argument values.
r.david.murray
- [Python-checkins] cpython (2.7): #13922: argparse no longer incorrectly strips '--' after the first one.
r.david.murray
- [Python-checkins] cpython (2.7): #14391: clarify docstring discussion of Action's 'type' argument's value.
r.david.murray
- [Python-checkins] cpython (2.7): #15232: correctly mangle From lines in MIME preamble and epilogue
r.david.murray
- [Python-checkins] cpython (2.7): #15232: make NEWS entry more accurate.
r.david.murray
- [Python-checkins] cpython (2.7): #15342: Add clarifying sentence to posixpath.join docstring.
r.david.murray
- [Python-checkins] cpython (2.7): #15345: fix SyntaxError in argparse tutorial example. Patch by Simon Hayward.
ezio.melotti
- [Python-checkins] cpython (2.7): #15375: remove duplicated word 'child'
r.david.murray
- [Python-checkins] cpython (2.7): - Issue #13532: Check that arguments to sys.stdout.write are strings.
martin.v.loewis
- [Python-checkins] cpython (2.7): Adapt mentions of future changes in doc
eric.araujo
- [Python-checkins] cpython (2.7): allow any number to be returned from __length_hint__ (closes #15354)
benjamin.peterson
- [Python-checkins] cpython (2.7): Avoid SyntaxError in script using print function
eric.araujo
- [Python-checkins] cpython (2.7): Backed out changeset 7ccc2cea6969
jesus.cea
- [Python-checkins] cpython (2.7): Better test for Issue #15402: Add a __sizeof__ method to struct.Struct
jesus.cea
- [Python-checkins] cpython (2.7): Closes #9254: backport __import__ docstring/doc mentions of importlib.
r.david.murray
- [Python-checkins] cpython (2.7): Consistently raise a TypeError when a non str is passed to hashlib.new
gregory.p.smith
- [Python-checkins] cpython (2.7): Create ~/.pypirc securely (#13512).
eric.araujo
- [Python-checkins] cpython (2.7): Don't use TextIOBase implementations in _RPCFile.
martin.v.loewis
- [Python-checkins] cpython (2.7): Fix closes issue # 15033 - Return the proper exitcode for failure when modules
senthil.kumaran
- [Python-checkins] cpython (2.7): Fix issue14826 - make urllib.request.Request quoted url consistent with
senthil.kumaran
- [Python-checkins] cpython (2.7): Fix leftover quote.
georg.brandl
- [Python-checkins] cpython (2.7): Fix the buildbot failure - msg164973
senthil.kumaran
- [Python-checkins] cpython (2.7): Fix the with_poll tests for platforms without poll. missing import.
gregory.p.smith
- [Python-checkins] cpython (2.7): Fix typo introduced in 79d54fba49b3.
georg.brandl
- [Python-checkins] cpython (2.7): Fix whitespace
raymond.hettinger
- [Python-checkins] cpython (2.7): Fixes Issue #14635: telnetlib will use poll() rather than select() when possible
gregory.p.smith
- [Python-checkins] cpython (2.7): Ignore .nfs* files in distutils (#7719).
eric.araujo
- [Python-checkins] cpython (2.7): Improved cookbook entry and fixed typo.
vinay.sajip
- [Python-checkins] cpython (2.7): Issue #12288: Consider '0' and '0.0' as valid initialvalue for tkinter
andrew.svetlov
- [Python-checkins] cpython (2.7): Issue #13557: Clarify effect of giving two different namespaces to exec or
terry.reedy
- [Python-checkins] cpython (2.7): Issue #14018: Fix OS X Tcl/Tk framework checking when using OS X SDKs.
ned.deily
- [Python-checkins] cpython (2.7): Issue #14018: Update the OS X IDLE Tcl/Tk warning check to include
ned.deily
- [Python-checkins] cpython (2.7): Issue #14579: Fix error handling bug in the utf-16 decoder.
antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #15041: Update "see also" list in tkinter documentation.
andrew.svetlov
- [Python-checkins] cpython (2.7): Issue #15212: fix typo in compiler module (rename SC_GLOBAL_EXPLICT to
antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #15247: FileIO now raises an error when given a file descriptor pointing
antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #15250: Document that filecmp.dircmp compares files shallowly. Patch
senthil.kumaran
- [Python-checkins] cpython (2.7): Issue #15318: Prevent writing to sys.stdin.
martin.v.loewis
- [Python-checkins] cpython (2.7): Issue #15319: Revert wrapping of sys.stdin. Patch by Serhiy Storchaka.
martin.v.loewis
- [Python-checkins] cpython (2.7): Issue #15334: skip test_dynamic_key when run in non-interactive mode.
antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #15338: skip test_UNC_path when the current user doesn't have enough
antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #15368: fixing variable typo.
meador.inge
- [Python-checkins] cpython (2.7): Issue #15368: make bytecode generation deterministic.
meador.inge
- [Python-checkins] cpython (2.7): Issue #15399: Added versionchanged for processName.
vinay.sajip
- [Python-checkins] cpython (2.7): Issue #15402: Add a __sizeof__ method to struct.Struct.
meador.inge
- [Python-checkins] cpython (2.7): Issue #15402: Simplify Struct.__sizeof__ and make tests more precise.
meador.inge
- [Python-checkins] cpython (2.7): Issue #15445: Updated logging configuration documentation to highlight
vinay.sajip
- [Python-checkins] cpython (2.7): Issue #15467: Move helpers for __sizeof__ tests into test_support.
martin.v.loewis
- [Python-checkins] cpython (2.7): Issue #15487: Add a __sizeof__ implementation for buffered I/O objects.
antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #15489: Add a __sizeof__ implementation for BytesIO objects.
antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #1667: Unused variable warning in Non-Windows
jesus.cea
- [Python-checkins] cpython (2.7): Issue #1677: Unused variable warning in Non-Windows
jesus.cea
- [Python-checkins] cpython (2.7): Issue #6056: Make multiprocessing use setblocking(True) on the sockets it uses.
richard.oudkerk
- [Python-checkins] cpython (2.7): Issue #6493: Fix handling of c_uint32 bitfields with width of 32 on Windows.
meador.inge
- [Python-checkins] cpython (2.7): Issue #9803: Don't close IDLE on saving if breakpoint is open.
andrew.svetlov
- [Python-checkins] cpython (2.7): Issue 13532: Allow bytearrays to be written also.
terry.reedy
- [Python-checkins] cpython (2.7): Issue 15337: help() shown as undocumented
raymond.hettinger
- [Python-checkins] cpython (2.7): Make call of os.getppid() conditional: it is not available on Windows.
georg.brandl
- [Python-checkins] cpython (2.7): Make it easier to search for the grouper() recipe.
raymond.hettinger
- [Python-checkins] cpython (2.7): Mention the *limit* argument of TextIO.readline().
antoine.pitrou
- [Python-checkins] cpython (2.7): Remove an unneeded footnote.
georg.brandl
- [Python-checkins] cpython (2.7): remove unused variable
meador.inge
- [Python-checkins] cpython (2.7): revert the changes done in d931a3b64fd6 - buildbot failure.
senthil.kumaran
- [Python-checkins] cpython (2.7): Rollback an incorrect Doc/ACKS.txt entry
jesus.cea
- [Python-checkins] cpython (2.7): The StopIteration API applies to both tokenize() and generate_tokens()
raymond.hettinger
- [Python-checkins] cpython (2.7): Try other approach to fix issue #15334.
antoine.pitrou
- [Python-checkins] cpython (2.7): Use _RPCFile.write properly.
martin.v.loewis
- [Python-checkins] cpython (2.7): Use source role to get links to files
eric.araujo
- [Python-checkins] cpython (2.7): Widen test to support unicode.
martin.v.loewis
- [Python-checkins] cpython (3.2): #12353: argparse now correctly handles null argument values.
r.david.murray
- [Python-checkins] cpython (3.2): #13922: argparse no longer incorrectly strips '--' after the first one.
r.david.murray
- [Python-checkins] cpython (3.2): #14391: clarify docstring discussion of Action's 'type' argument's value.
r.david.murray
- [Python-checkins] cpython (3.2): #15180: Clarify posixpath.join() error message when mixing str & bytes
hynek.schlawack
- [Python-checkins] cpython (3.2): #15232: correctly mangle From lines in MIME preamble and epilogue
r.david.murray
- [Python-checkins] cpython (3.2): #15232: make NEWS entry more accurate.
r.david.murray
- [Python-checkins] cpython (3.2): #15342: Add clarifying sentence to posixpath.join docstring.
r.david.murray
- [Python-checkins] cpython (3.2): #15377: Make posixpath.join() more strict when checking for str/bytes mix
hynek.schlawack
- [Python-checkins] cpython (3.2): #15429: Fix invalid mention of types.NoneType from None docs.
r.david.murray
- [Python-checkins] cpython (3.2): - Issue #15250: Document that filecmp.dircmp compares files shallowly. Patch
senthil.kumaran
- [Python-checkins] cpython (3.2): Add c_size_t and c_ssize_t to the ctypes summary table.
antoine.pitrou
- [Python-checkins] cpython (3.2): Backport test for nested namespace packages.
antoine.pitrou
- [Python-checkins] cpython (3.2): Better test for Issue #15402: Add a __sizeof__ method to struct.Struct
jesus.cea
- [Python-checkins] cpython (3.2): Close #15230: runpy.run_path now sets __package__ correctly. Also refactored
nick.coghlan
- [Python-checkins] cpython (3.2): Closes #15395: memory leaks in selectmodule.c
jesus.cea
- [Python-checkins] cpython (3.2): Closes #15396: memory leak in tkinter
jesus.cea
- [Python-checkins] cpython (3.2): Consistently raise a TypeError when a non str is passed to hashlib.new
gregory.p.smith
- [Python-checkins] cpython (3.2): Don't use TextIOBase implementations in _RPCFile.
martin.v.loewis
- [Python-checkins] cpython (3.2): Fix context manager use in posixpath.join() tests
hynek.schlawack
- [Python-checkins] cpython (3.2): Fix inconsistent function name in embedding howto.
georg.brandl
- [Python-checkins] cpython (3.2): Fix issue # 15033 - Return the proper exitcode for failure when modules are
senthil.kumaran
- [Python-checkins] cpython (3.2): Fix issue14826 - make urllib.request.Request quoted url consistent with
senthil.kumaran
- [Python-checkins] cpython (3.2): Fix test_pprint random dict ordering.
florent.xicluna
- [Python-checkins] cpython (3.2): Fix the with_poll tests for platforms without poll. missing import.
gregory.p.smith
- [Python-checkins] cpython (3.2): Fix unchecked select.poll reference in setUp and tearDown for
gregory.p.smith
- [Python-checkins] cpython (3.2): Fixes Issue #14635: telnetlib will use poll() rather than select() when possible
gregory.p.smith
- [Python-checkins] cpython (3.2): Improved cookbook entry and fixed typo.
vinay.sajip
- [Python-checkins] cpython (3.2): Issue #12288: Consider '0' and '0.0' as valid initialvalue for tkinter
andrew.svetlov
- [Python-checkins] cpython (3.2): Issue #13532: Check that arguments to sys.stdout.write are strings.
martin.v.loewis
- [Python-checkins] cpython (3.2): Issue #13557: Clarify effect of giving two different namespaces to exec or
terry.reedy
- [Python-checkins] cpython (3.2): Issue #14018: Fix OS X Tcl/Tk framework checking when using OS X SDKs.
ned.deily
- [Python-checkins] cpython (3.2): Issue #14018: Update the OS X IDLE Tcl/Tk warning check to include
ned.deily
- [Python-checkins] cpython (3.2): Issue #14197: For OS X framework builds, ensure links to the shared
ned.deily
- [Python-checkins] cpython (3.2): Issue #14579: Fix CVE-2012-2135: vulnerability in the utf-16 decoder after
antoine.pitrou
- [Python-checkins] cpython (3.2): ISsue #14988: restore Python 2's behavior of raising ImportError when unable to
eli.bendersky
- [Python-checkins] cpython (3.2): Issue #14990: tokenize: correctly fail with SyntaxError on invalid encoding
florent.xicluna
- [Python-checkins] cpython (3.2): Issue #15020: The program name used to search for Python's path is now
antoine.pitrou
- [Python-checkins] cpython (3.2): Issue #15041: update "see also" list in tkinter documentation.
andrew.svetlov
- [Python-checkins] cpython (3.2): Issue #15230: Attempt to make the OS X buildbots happy by resolving the tmp dir
nick.coghlan
- [Python-checkins] cpython (3.2): Issue #15230: Update runpy docs to clarify a couple of points that came up in
nick.coghlan
- [Python-checkins] cpython (3.2): Issue #15247: FileIO now raises an error when given a file descriptor pointing
antoine.pitrou
- [Python-checkins] cpython (3.2): Issue #15300: Ensure the temporary test working directories are in the same
antoine.pitrou
- [Python-checkins] cpython (3.2): Issue #15318: Prevent writing to sys.stdin.
martin.v.loewis
- [Python-checkins] cpython (3.2): Issue #15319: Revert wrapping of sys.stdin. Patch by Serhiy Storchaka.
martin.v.loewis
- [Python-checkins] cpython (3.2): Issue #15320: Make iterating the list of tests thread-safe when running tests
antoine.pitrou
- [Python-checkins] cpython (3.2): Issue #15334: skip test_dynamic_key when run in non-interactive mode.
antoine.pitrou
- [Python-checkins] cpython (3.2): Issue #15338: skip test_UNC_path when the current user doesn't have enough
antoine.pitrou
- [Python-checkins] cpython (3.2): Issue #15368: fixing variable typo.
meador.inge
- [Python-checkins] cpython (3.2): Issue #15368: make bytecode generation deterministic.
meador.inge
- [Python-checkins] cpython (3.2): Issue #15394: Fix ref leaks in PyModule_Create.
meador.inge
- [Python-checkins] cpython (3.2): Issue #15399: Added versionchanged for processName.
vinay.sajip
- [Python-checkins] cpython (3.2): Issue #15402: Add a __sizeof__ method to struct.Struct.
meador.inge
- [Python-checkins] cpython (3.2): Issue #15402: Simplify Struct.__sizeof__ and make tests more precise.
meador.inge
- [Python-checkins] cpython (3.2): Issue #15404: Refleak in PyMethodObject repr.
andrew.svetlov
- [Python-checkins] cpython (3.2): Issue #15406: Fix deprecation warning in ctypes test_bitfields.py
meador.inge
- [Python-checkins] cpython (3.2): Issue #15445: Updated logging configuration documentation to highlight
vinay.sajip
- [Python-checkins] cpython (3.2): Issue #15445: Updated logging configuration documentation to highlight
Nick Coghlan
- [Python-checkins] cpython (3.2): Issue #15467: Move helpers for __sizeof__ tests into test_support.
martin.v.loewis
- [Python-checkins] cpython (3.2): Issue #15487: Add a __sizeof__ implementation for buffered I/O objects.
antoine.pitrou
- [Python-checkins] cpython (3.2): Issue #15489: Add a __sizeof__ implementation for BytesIO objects.
antoine.pitrou
- [Python-checkins] cpython (3.2): Issue #1677: Unused variable warning in Non-Windows
jesus.cea
- [Python-checkins] cpython (3.2): Issue #6056: Make multiprocessing use setblocking(True) on the sockets it uses.
richard.oudkerk
- [Python-checkins] cpython (3.2): Issue #6493: Fix handling of c_uint32 bitfields with width of 32 on Windows.
meador.inge
- [Python-checkins] cpython (3.2): Issue #7163: Propagate return value of sys.stdout.write.
martin.v.loewis
- [Python-checkins] cpython (3.2): Issue #9803: Don't close IDLE on saving if breakpoint is open.
andrew.svetlov
- [Python-checkins] cpython (3.2): Issue 12510: Delete actual first param name for all methods; revise tests.
terry.reedy
- [Python-checkins] cpython (3.2): issue 14826 - Address the buildbot failure ( explanation msg164973)
senthil.kumaran
- [Python-checkins] cpython (3.2): Issues #10017 and #14998: Fix TypeError using pprint on dictionaries with
florent.xicluna
- [Python-checkins] cpython (3.2): Make call of os.getppid() conditional: it is not available on Windows.
georg.brandl
- [Python-checkins] cpython (3.2): Mention the *limit* argument of TextIO.readline().
antoine.pitrou
- [Python-checkins] cpython (3.2): normalize whitespace
martin.v.loewis
- [Python-checkins] cpython (3.2): one more test fix for systems without select.poll. tested by deleting
gregory.p.smith
- [Python-checkins] cpython (3.2): Raise ImportError if pyexpat's version is incompatible
eli.bendersky
- [Python-checkins] cpython (3.2): Remove duplicate entry and fix order
antoine.pitrou
- [Python-checkins] cpython (3.2): remove unused variable
meador.inge
- [Python-checkins] cpython (3.2): revert the changes done for issue14826 - quoting witin Request is not desirable.
senthil.kumaran
- [Python-checkins] cpython (3.2): Rollback an incorrect Doc/ACKS.txt entry
jesus.cea
- [Python-checkins] cpython (3.2): Show the proper way to exit a cmd shell
raymond.hettinger
- [Python-checkins] cpython (3.2): Try other approach to fix issue #15334.
antoine.pitrou
- [Python-checkins] cpython (3.2): Use _RPCFile.write properly.
martin.v.loewis
- [Python-checkins] cpython (3.2): Use posixpath.join() explicitely in posixpath.join() test
hynek.schlawack
- [Python-checkins] cpython (merge 2.7 -> 2.7): Branch merge
eric.araujo
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge heads
gregory.p.smith
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge heads.
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> 3.2): merge heads
eli.bendersky
- [Python-checkins] cpython (merge 3.2 -> 3.2): merge heads.
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): #15180: Clarify posixpath.join() error message when mixing str & bytes
hynek.schlawack
- [Python-checkins] cpython (merge 3.2 -> default): #15232: make NEWS entry more accurate.
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> default): #15377: Make posixpath.join() more strict when checking for str/bytes mix
hynek.schlawack
- [Python-checkins] cpython (merge 3.2 -> default): - Issue #15250: Document that filecmp.dircmp compares files shallowly. Patch
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): Add c_size_t and c_ssize_t to the ctypes summary table.
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Closes #15399: merged documentation fix from 3.2.
vinay.sajip
- [Python-checkins] cpython (merge 3.2 -> default): Closes #15445: Merged documentation update from 3.2.
vinay.sajip
- [Python-checkins] cpython (merge 3.2 -> default): Consistently raise a TypeError when a non str is passed to hashlib.new
gregory.p.smith
- [Python-checkins] cpython (merge 3.2 -> default): Dummy merge.
richard.oudkerk
- [Python-checkins] cpython (merge 3.2 -> default): Fix context manager use in posixpath.join() tests
hynek.schlawack
- [Python-checkins] cpython (merge 3.2 -> default): Fix issue # 15033 - Return the proper exitcode for failure when modules are
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): Fix issue14826 - make urllib.request.Request quoted url consistent with
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): Fix test_pprint random dict ordering.
florent.xicluna
- [Python-checkins] cpython (merge 3.2 -> default): Fix the with_poll tests for platforms without poll. missing import.
gregory.p.smith
- [Python-checkins] cpython (merge 3.2 -> default): Fix unchecked select.poll reference in setUp and tearDown for
gregory.p.smith
- [Python-checkins] cpython (merge 3.2 -> default): Fixes Issue #14635: telnetlib will use poll() rather than select() when possible
gregory.p.smith
- [Python-checkins] cpython (merge 3.2 -> default): Issue #12288: Consider '0' and '0.0' as valid initialvalue for tkinter
andrew.svetlov
- [Python-checkins] cpython (merge 3.2 -> default): Issue #14018: merge
ned.deily
- [Python-checkins] cpython (merge 3.2 -> default): Issue #14197: merge
ned.deily
- [Python-checkins] cpython (merge 3.2 -> default): Issue #15020: The program name used to search for Python's path is now python3
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #15041: update "see also" list in tkinter documentation.
andrew.svetlov
- [Python-checkins] cpython (merge 3.2 -> default): Issue #15247: FileIO now raises an error when given a file descriptor pointing
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #15300: Ensure the temporary test working directories are in the same
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #15320: Make iterating the list of tests thread-safe when running tests
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #15334: skip test_dynamic_key when run in non-interactive mode.
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #15338: skip test_UNC_path when the current user doesn't have enough
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #15368: fixing variable typo.
meador.inge
- [Python-checkins] cpython (merge 3.2 -> default): Issue #15368: make bytecode generation deterministic.
meador.inge
- [Python-checkins] cpython (merge 3.2 -> default): Issue #15394: Fix ref leaks in PyModule_Create.
meador.inge
- [Python-checkins] cpython (merge 3.2 -> default): Issue #15402: Add a __sizeof__ method to struct.Struct.
meador.inge
- [Python-checkins] cpython (merge 3.2 -> default): Issue #15402: Simplify Struct.__sizeof__ and make tests more precise.
meador.inge
- [Python-checkins] cpython (merge 3.2 -> default): Issue #15406: Fix deprecation warning in ctypes test_bitfields.py
meador.inge
- [Python-checkins] cpython (merge 3.2 -> default): Issue #15467: Merge 3.2
martin.v.loewis
- [Python-checkins] cpython (merge 3.2 -> default): Issue #15487: Add a __sizeof__ implementation for buffered I/O objects.
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #15489: Add a __sizeof__ implementation for BytesIO objects.
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #6493: Fix handling of c_uint32 bitfields with width of 32 on Windows.
meador.inge
- [Python-checkins] cpython (merge 3.2 -> default): Issue #9803: Don't close IDLE on saving if breakpoint is open.
andrew.svetlov
- [Python-checkins] cpython (merge 3.2 -> default): issue 14826 - Address the buildbot failure quote of url is the required change
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): Issues #10017 and #14998: Fix TypeError using pprint on dictionaries with
florent.xicluna
- [Python-checkins] cpython (merge 3.2 -> default): Mention the *limit* argument of TextIO.readline().
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): merge
raymond.hettinger
- [Python-checkins] cpython (merge 3.2 -> default): Merge #12353: argparse now correctly handles null argument values.
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> default): Merge #13922: argparse no longer incorrectly strips '--' after the first one.
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> default): Merge #14391: clarify docstring discussion of Action's 'type' argument's value.
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> default): Merge #15230 doc updates from 3.2
nick.coghlan
- [Python-checkins] cpython (merge 3.2 -> default): Merge #15232: correctly mangle From lines in MIME preamble and epilogue
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> default): Merge #15232: correctly mangle From lines in MIME preamble and epilogue
Meador Inge
- [Python-checkins] cpython (merge 3.2 -> default): Merge #15232: correctly mangle From lines in MIME preamble and epilogue
Meador Inge
- [Python-checkins] cpython (merge 3.2 -> default): Merge #15342: Add clarifying sentence to posixpath.join docstring.
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> default): Merge #15429: Fix invalid mention of types.NoneType from None docs.
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
martin.v.loewis
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
martin.v.loewis
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
martin.v.loewis
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
martin.v.loewis
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
martin.v.loewis
- [Python-checkins] cpython (merge 3.2 -> default): Merge 3.2
andrew.svetlov
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
martin.v.loewis
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
martin.v.loewis
- [Python-checkins] cpython (merge 3.2 -> default): Merge 3.2 closes issue 13557
terry.reedy
- [Python-checkins] cpython (merge 3.2 -> default): Merge branch
florent.xicluna
- [Python-checkins] cpython (merge 3.2 -> default): Merge fix for #15230 from 3.2
nick.coghlan
- [Python-checkins] cpython (merge 3.2 -> default): Merge for #14988
eli.bendersky
- [Python-checkins] cpython (merge 3.2 -> default): Merge Issue #15230 OS X buildbot fix from 3.2
nick.coghlan
- [Python-checkins] cpython (merge 3.2 -> default): Merge with 3.2 Issue 12510
terry.reedy
- [Python-checkins] cpython (merge 3.2 -> default): Merge with 3.2.
georg.brandl
- [Python-checkins] cpython (merge 3.2 -> default): MERGE: Better test for Issue #15402: Add a __sizeof__ method to struct.Struct
jesus.cea
- [Python-checkins] cpython (merge 3.2 -> default): MERGE: Better test for Issue #15402: Add a __sizeof__ method to struct.Struct
Meador Inge
- [Python-checkins] cpython (merge 3.2 -> default): MERGE: Better test for Issue #15402: Add a __sizeof__ method to struct.Struct
Jesus Cea
- [Python-checkins] cpython (merge 3.2 -> default): MERGE: Better test for Issue #15402: Add a __sizeof__ method to struct.Struct
Meador Inge
- [Python-checkins] cpython (merge 3.2 -> default): MERGE: Better test for Issue #15402: Add a __sizeof__ method to struct.Struct
Serhiy Storchaka
- [Python-checkins] cpython (merge 3.2 -> default): MERGE: Closes #15395: memory leaks in selectmodule.c
jesus.cea
- [Python-checkins] cpython (merge 3.2 -> default): MERGE: Closes #15396: memory leak in tkinter
jesus.cea
- [Python-checkins] cpython (merge 3.2 -> default): MERGE: Rollback an incorrect Doc/ACKS.txt entry
jesus.cea
- [Python-checkins] cpython (merge 3.2 -> default): Merged documentation update from 3.2.
vinay.sajip
- [Python-checkins] cpython (merge 3.2 -> default): Null merge
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Null merge
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): null merge
ned.deily
- [Python-checkins] cpython (merge 3.2 -> default): NULL MERGE: Issue #1677: Unused variable warning in Non-Windows
jesus.cea
- [Python-checkins] cpython (merge 3.2 -> default): one more test fix for systems without select.poll. tested by deleting
gregory.p.smith
- [Python-checkins] cpython (merge 3.2 -> default): Port additional tests from #14579 (the issue is already fixed).
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Putting the 3.2 -> default merge info in a happy place.
meador.inge
- [Python-checkins] cpython (merge 3.2 -> default): Raise ImportError if pyexpat's version is incompatible
eli.bendersky
- [Python-checkins] cpython (merge 3.2 -> default): remove unused variable
meador.inge
- [Python-checkins] cpython (merge 3.2 -> default): revert the changes done for issue14826 - quoting witin Request is not desirable.
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): Try other approach to fix issue #15334.
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Use posixpath.join() explicitely in posixpath.join() test
hynek.schlawack
- [Python-checkins] cpython (merge default -> default): Merge
antoine.pitrou
- [Python-checkins] cpython (merge default -> default): Merge
antoine.pitrou
- [Python-checkins] cpython (merge default -> default): Merge
brett.cannon
- [Python-checkins] cpython (merge default -> default): Merge
antoine.pitrou
- [Python-checkins] cpython (merge default -> default): Merge
brett.cannon
- [Python-checkins] cpython (merge default -> default): merge
ned.deily
- [Python-checkins] cpython (merge default -> default): merge
barry.warsaw
- [Python-checkins] cpython (merge default -> default): merge
barry.warsaw
- [Python-checkins] cpython (merge default -> default): merge heads
senthil.kumaran
- [Python-checkins] cpython (merge default -> default): merge heads
martin.v.loewis
- [Python-checkins] cpython (merge default -> default): Merge heads
andrew.svetlov
- [Python-checkins] cpython (merge default -> default): merge heads.
senthil.kumaran
- [Python-checkins] cpython (merge default -> default): Merge remote
lukasz.langa
- [Python-checkins] cpython (merge default -> default): Merge with remote.
ross.lagerwall
- [Python-checkins] cpython (merge default -> default): merged
barry.warsaw
- [Python-checkins] cpython (merge default -> default): Merged upstream changes.
vinay.sajip
- [Python-checkins] cpython (merge default -> default): null merge
matthias.klose
- [Python-checkins] cpython: #1492704: Backout and wait for 3.4
hynek.schlawack
- [Python-checkins] cpython: #1492704: Make shutil.copyfile() raise a distinct SameFileError
hynek.schlawack
- [Python-checkins] cpython: #15094: fix incorrectly placed #endif in _tkinter.c.
andrew.svetlov
- [Python-checkins] cpython: #15238: Fix xattr related shutil.copystat tests
hynek.schlawack
- [Python-checkins] cpython: #15277: Fix a resource leak in support.py when IPv6 is disabled.
ross.lagerwall
- [Python-checkins] cpython: #15284: Skip {send,recv}msg tests with disabled IPv6
ross.lagerwall
- [Python-checkins] cpython: #4640: Add optparse tests for '-xxx' invalid when defining options.
r.david.murray
- [Python-checkins] cpython: - Issue #14330: Don't derive the include and library search dirs
matthias.klose
- [Python-checkins] cpython: - Issue #15194: check in the missing m4/ax_append_flag.m4 file.
matthias.klose
- [Python-checkins] cpython: - Issue #15194: check in the missing m4/ax_check_compile_flag.m4 file.
matthias.klose
- [Python-checkins] cpython: - Issue #15233: Python now guarantees that callables registered with
larry.hastings
- [Python-checkins] cpython: - Issue #15235: Allow Berkley DB versions up to 5.3 to build the dbm module.
matthias.klose
- [Python-checkins] cpython: - Issue #15238: shutil.copystat now copies Linux "extended attributes".
larry.hastings
- [Python-checkins] cpython: - Issue #15268: Search curses.h in /usr/include/ncursesw.
matthias.klose
- [Python-checkins] cpython: - Issue #15295: Reorganize and rewrite the documentation on the import system.
barry.warsaw
- [Python-checkins] cpython: - Issue #15458: python-config gets a new option --configdir to print the
barry.warsaw
- [Python-checkins] cpython: abc fixes.
barry.warsaw
- [Python-checkins] cpython: Actually initialize __main__.__loader__ with loader instances, not the
nick.coghlan
- [Python-checkins] cpython: Add a blurb about PEP 412
antoine.pitrou
- [Python-checkins] cpython: Add a note about pkgutil and how some things do not work in the face of PEP 302
brett.cannon
- [Python-checkins] cpython: Add a versionchanged mention to __import__ in regards to negative level values.
brett.cannon
- [Python-checkins] cpython: Add author tag
raymond.hettinger
- [Python-checkins] cpython: Add examples to the module docstring
raymond.hettinger
- [Python-checkins] cpython: add gc support to the AST base type (closes #15293)
benjamin.peterson
- [Python-checkins] cpython: Add missing NEWS entry for changeset b79d276041a8
ronald.oussoren
- [Python-checkins] cpython: Add NEWS
barry.warsaw
- [Python-checkins] cpython: add news note for 85cccc38d01c
benjamin.peterson
- [Python-checkins] cpython: Add simple LaTeX markup
raymond.hettinger
- [Python-checkins] cpython: Add support for ANSI escape sequences
raymond.hettinger
- [Python-checkins] cpython: Add syntax highlighter tool
raymond.hettinger
- [Python-checkins] cpython: Add tests to marshall double with xmlrpc.client.
florent.xicluna
- [Python-checkins] cpython: Add unused parameter to a couple of METH_NOARGS functions. The previous
stefan.krah
- [Python-checkins] cpython: Add unused parameter to a METH_NOARGS function.
stefan.krah
- [Python-checkins] cpython: Add verbose option for diagnostics
raymond.hettinger
- [Python-checkins] cpython: Added cross-references to venv definition.
vinay.sajip
- [Python-checkins] cpython: Additional fixes to multiprocessing docs (for issue #13686)
eli.bendersky
- [Python-checkins] cpython: Address substantially all of Eric Snow's comments in issue #15295, except for
barry.warsaw
- [Python-checkins] cpython: Another XXX.
barry.warsaw
- [Python-checkins] cpython: Better test for BytesIO.__sizeof__, now that the struct module supports
antoine.pitrou
- [Python-checkins] cpython: Check-in compiled importlib changes (you must run "make" after modifying the
antoine.pitrou
- [Python-checkins] cpython: Clarify what happens if shallow is false. Also, the caching note is not really
eli.bendersky
- [Python-checkins] cpython: Clean-up example
raymond.hettinger
- [Python-checkins] cpython: Clean-up unused variable
raymond.hettinger
- [Python-checkins] cpython: Cleanup the doc a bit: remove useless example and sentence
eli.bendersky
- [Python-checkins] cpython: Close #15386: There was a loophole that meant importlib.machinery and imp would
nick.coghlan
- [Python-checkins] cpython: Close #15387: inspect.getmodulename() now uses a new
nick.coghlan
- [Python-checkins] cpython: Close #15387: inspect.getmodulename() now uses a new
Jim Jewett
- [Python-checkins] cpython: Close #15387: inspect.getmodulename() now uses a new
Nick Coghlan
- [Python-checkins] cpython: Close #15425: Eliminate more importlib related traceback noise
nick.coghlan
- [Python-checkins] cpython: Close #15486: Simplify the mechanism used to remove importlib frames from
nick.coghlan
- [Python-checkins] cpython: Close #1767933: Badly formed XML using etree and utf-16. Patch by Serhiy
eli.bendersky
- [Python-checkins] cpython: Closes #14902: Fixed timezone conversion of a date/time in the past. Thanks to
vinay.sajip
- [Python-checkins] cpython: Closes #15030: Make importlib.abc.PyPycLoader respect the new .pyc
brett.cannon
- [Python-checkins] cpython: Closes #15241: Added information on venv prefixes to pyvenv section.
vinay.sajip
- [Python-checkins] cpython: Closes #15281, #15283: Don't make venv scripts executable, but copy source mode
vinay.sajip
- [Python-checkins] cpython: Closes #15307: symlinks now work on OS X with framework Python builds. Patch
vinay.sajip
- [Python-checkins] cpython: Closes #15361: Corrected venv prompt in PowerShell activation script.
vinay.sajip
- [Python-checkins] cpython: Closes #15366: Corrected computation of include location for source builds.
vinay.sajip
- [Python-checkins] cpython: Closes #15367: Corrected computation of include locations for source builds on
vinay.sajip
- [Python-checkins] cpython: cm.parents is property, not a method
raymond.hettinger
- [Python-checkins] cpython: Commit unsaved edits.
martin.v.loewis
- [Python-checkins] cpython: Cope with OSs lying - #10142: Support for SEEK_HOLE/SEEK_DATA
jesus.cea
- [Python-checkins] cpython: Do HTML escaping after the tokenization step.
raymond.hettinger
- [Python-checkins] cpython: Doc fix: the text role is called "func", not "funk".
larry.hastings
- [Python-checkins] cpython: Don't package removed pysetup3 anymore.
martin.v.loewis
- [Python-checkins] cpython: Factored out common venv documentation and added more information about
vinay.sajip
- [Python-checkins] cpython: Finally, a coherent set of terminology for all the lil' beasties involved.
barry.warsaw
- [Python-checkins] cpython: Fix 5931 - Python runtime hardcoded in wsgiref.simple_server - Now it specifies
senthil.kumaran
- [Python-checkins] cpython: Fix an import from the importlib.test move.
brett.cannon
- [Python-checkins] cpython: Fix another import error.
brett.cannon
- [Python-checkins] cpython: Fix builtin test and simplify the classified text tuple.
raymond.hettinger
- [Python-checkins] cpython: Fix compilation under Windows
antoine.pitrou
- [Python-checkins] cpython: Fix filename.
georg.brandl
- [Python-checkins] cpython: Fix importlib.machinery.all_suffixes docs
nick.coghlan
- [Python-checkins] cpython: Fix initialization of the faulthandler module
victor.stinner
- [Python-checkins] cpython: Fix invalid UTF-8 encoding in commit message.
ned.deily
- [Python-checkins] cpython: Fix keyword argument
raymond.hettinger
- [Python-checkins] cpython: Fix local variable
raymond.hettinger
- [Python-checkins] cpython: Fix markup
raymond.hettinger
- [Python-checkins] cpython: Fix markup for versionchanged sphinx directive.
senthil.kumaran
- [Python-checkins] cpython: fix refleak
benjamin.peterson
- [Python-checkins] cpython: Fix spelling.
raymond.hettinger
- [Python-checkins] cpython: Fix test failure under Windows
antoine.pitrou
- [Python-checkins] cpython: Fix test_inspect messing up with linecache.cache.
antoine.pitrou
- [Python-checkins] cpython: Fix typo
raymond.hettinger
- [Python-checkins] cpython: Fix typo in a comment (noticed by Terry Reedy)
nick.coghlan
- [Python-checkins] cpython: Fix undefined names in __all__.
mark.dickinson
- [Python-checkins] cpython: Fix Visual Studio warning.
stefan.krah
- [Python-checkins] cpython: fix whitespace woes
eli.bendersky
- [Python-checkins] cpython: Fix-up latex styling
raymond.hettinger
- [Python-checkins] cpython: Fixes #14590: ConfigParser doesn't strip inline comment when delimiter occurs
lukasz.langa
- [Python-checkins] cpython: For diagnosis, try to list the directory first
antoine.pitrou
- [Python-checkins] cpython: initialize variable for compiler happiness
benjamin.peterson
- [Python-checkins] cpython: Integration of importdocs from the features/pep-420 repo.
barry.warsaw
- [Python-checkins] cpython: Issue #11022 and #15287: correctly remove the TESTFN file in test_builtin.
florent.xicluna
- [Python-checkins] cpython: Issue #12834: Fix PyBuffer_ToContiguous() for non-contiguous arrays.
stefan.krah
- [Python-checkins] cpython: Issue #13248: argparse: Remove obsolete argument "version" of ArgumentParser.
florent.xicluna
- [Python-checkins] cpython: Issue #13248: io: Remove obsolete argument "max_buffer_size" of BufferedWriter
florent.xicluna
- [Python-checkins] cpython: Issue #13590: Improve support for OS X Xcode 4:
ned.deily
- [Python-checkins] cpython: Issue #14018: Fix OS X Tcl/Tk framework checking when using OS X SDKs.
ned.deily
- [Python-checkins] cpython: Issue #14578: Support modules registered in the Windows registry again.
martin.v.loewis
- [Python-checkins] cpython: Issue #14814: fix some typos in howto/ipaddress.rst
eli.bendersky
- [Python-checkins] cpython: Issue #14814: reorganize ipaddress documentation and document all attributes of
eli.bendersky
- [Python-checkins] cpython: Issue #15053: Make sure all functions related to the import lock have
brett.cannon
- [Python-checkins] cpython: Issue #15056: imp.cache_from_source() and source_from_cache() raise
brett.cannon
- [Python-checkins] cpython: Issue #15091: Call importlib.invalidate_caches() and reactivate a test
brett.cannon
- [Python-checkins] cpython: Issue #15110: Also hide importlib frames when importing a builtin module fails.
amaury.forgeotdarc
- [Python-checkins] cpython: Issue #15110: Copy same docstring as other '_exec_module' methods.
amaury.forgeotdarc
- [Python-checkins] cpython: Issue #15110: Fix the tracebacks generated by "import xxx" to not show the
antoine.pitrou
- [Python-checkins] cpython: Issue #15111: When a module was imported using a 'from import'
brett.cannon
- [Python-checkins] cpython: Issue #15166: Re-implement imp.get_tag() using sys.implementation
Amaury Forgeot d'Arc
- [Python-checkins] cpython: Issue #15166: Re-implement imp.get_tag() using sys.implementation
Brett Cannon
- [Python-checkins] cpython: Issue #15166: Re-implement imp.get_tag() using sys.implementation.
brett.cannon
- [Python-checkins] cpython: Issue #15167 (as part of #13959): imp.get_magic() is no implemented in
brett.cannon
- [Python-checkins] cpython: Issue #15168: Ensure test_importlib subdirectories are installed.
ned.deily
- [Python-checkins] cpython: Issue #15168: Move importlb.test to test.test_importlib.
brett.cannon
- [Python-checkins] cpython: Issue #15184: Ensure configuration-related environment variables
ned.deily
- [Python-checkins] cpython: Issue #15184: Ensure consistent results of OS X configuration
ned.deily
- [Python-checkins] cpython: Issue #15184: Fix test__remove_unsupported_archs failures on 10.6
ned.deily
- [Python-checkins] cpython: Issue #15184: Some config variables in test_sysconfig_module
ned.deily
- [Python-checkins] cpython: Issue #15188: Modify the OS X build_installer script to remove temporary
ned.deily
- [Python-checkins] cpython: Issue #15188: Prevent test_ldshared_value failure due to slightly
ned.deily
- [Python-checkins] cpython: Issue #15202: Additional documentation fixes inadvertently omitted
larry.hastings
- [Python-checkins] cpython: Issue #15202: Consistently use the name "follow_symlinks" for
larry.hastings
- [Python-checkins] cpython: Issue #15210: Greatly simplify the test for supporting importlib
brett.cannon
- [Python-checkins] cpython: Issue #15210: If _frozen_importlib is not found in sys.modules by
brett.cannon
- [Python-checkins] cpython: Issue #15231: rephrase the last paragraph slightly
eli.bendersky
- [Python-checkins] cpython: Issue #15241: Added test for venv prefixes.
vinay.sajip
- [Python-checkins] cpython: Issue #15241: Fix test_prefixes failure in test_venv due to symlink in
ned.deily
- [Python-checkins] cpython: Issue #15242: Have PyImport_GetMagicTag() return a const char *
brett.cannon
- [Python-checkins] cpython: Issue #15256: Re-use the ImportError exception message as defined by
brett.cannon
- [Python-checkins] cpython: Issue #15261: Stop os.stat(fd) crashing on Windows when fd not open.
richard.oudkerk
- [Python-checkins] cpython: Issue #15283: Updated pyvenv documentation to expand on activation.
vinay.sajip
- [Python-checkins] cpython: Issue #15288: Clarify that pkgutil.walk_packages() and friends will no
brett.cannon
- [Python-checkins] cpython: Issue #15291: Fix a memory leak where AST nodes where not properly deallocated.
antoine.pitrou
- [Python-checkins] cpython: Issue #15294: Fix a regression in pkgutil.extend_path()'s handling of nested
antoine.pitrou
- [Python-checkins] cpython: Issue #15296: Fix minidom.toxml/toprettyxml for non-unicode encodings. Patch
eli.bendersky
- [Python-checkins] cpython: Issue #15307: Skipped test_venv:test_prefixes when run from a venv.
vinay.sajip
- [Python-checkins] cpython: Issue #15314: Tweak a pkgutil test to hopefully be more Windows friendly
nick.coghlan
- [Python-checkins] cpython: Issue #15315: Support VS 2010 in distutils cygwincompiler.
martin.v.loewis
- [Python-checkins] cpython: Issue #15321: update PyPI upload doc to say --no-raw passed to rst2html.py.
eli.bendersky
- [Python-checkins] cpython: Issue #15343: A lot more than just unicode decoding can go wrong when
nick.coghlan
- [Python-checkins] cpython: Issue #15343: Handle importlib.machinery.FileFinder instances in
nick.coghlan
- [Python-checkins] cpython: Issue #15364: Fix sysconfig.get_config_var('srcdir') to be an absolute path.
richard.oudkerk
- [Python-checkins] cpython: Issue #15364: Fix test_srcdir for the installed case.
ned.deily
- [Python-checkins] cpython: Issue #15365: Make traceback reporting ignore any errors when printing out
kristjan.jonsson
- [Python-checkins] cpython: Issue #15401: Fix typo in inspect.getclosurevars docstring.
meador.inge
- [Python-checkins] cpython: Issue #15409: Replace use of deprecated urllib.request.Request methods in
meador.inge
- [Python-checkins] cpython: Issue #15410: Fix the urllib.request.Request.is_unverifiable deprecation
meador.inge
- [Python-checkins] cpython: Issue #15413: os.times() had disappeared under Windows.
antoine.pitrou
- [Python-checkins] cpython: Issue #15425: Don't rely on the assumption that the current working directory
nick.coghlan
- [Python-checkins] cpython: Issue #15431: Add _freeze_importlib project to regenerate importlib.h on
martin.v.loewis
- [Python-checkins] cpython: Issue #15431: Declare PyImport_FrozenModules conditionally on Unix only.
martin.v.loewis
- [Python-checkins] cpython: Issue #15431: Drop _freeze_importlib from all build configurations,
martin.v.loewis
- [Python-checkins] cpython: Issue #15456: Fix code __sizeof__ after #12399 change.
martin.v.loewis
- [Python-checkins] cpython: Issue #15463: the faulthandler module truncates strings to 500 characters,
victor.stinner
- [Python-checkins] cpython: Issue #15466: Stop using TYPE_INT64 in marshal,
martin.v.loewis
- [Python-checkins] cpython: Issue #15508: Fix the docstring for __import__ to not mention negative
brett.cannon
- [Python-checkins] cpython: Issue #1692335: Move initial args assignment to BaseException.__new__
richard.oudkerk
- [Python-checkins] cpython: Issue #4832: Modify IDLE to save files with .py extension by
ned.deily
- [Python-checkins] cpython: Issue #6056: Make multiprocessing use setblocking(True) on the sockets it uses.
richard.oudkerk
- [Python-checkins] cpython: Issue #7652: Clean up _mpd_qinvroot() and mark it LIBMPDEC_ONLY. Use the
stefan.krah
- [Python-checkins] cpython: Issue #9319: Remove the workaround for this since fixed problem from pydoc
nick.coghlan
- [Python-checkins] cpython: Issue #9458: clarify the documentation of ElementTree.write with regards to the
eli.bendersky
- [Python-checkins] cpython: Issue 14814: %s implies coercion with str() - remove a lot of redundant str()
nick.coghlan
- [Python-checkins] cpython: Issue 14814: Better handling of cases where octet/hextet parsing fails,
nick.coghlan
- [Python-checkins] cpython: Issue 14814: Correctly return NotImplemented from ipaddress._BaseNetwork.__eq__
nick.coghlan
- [Python-checkins] cpython: Issue 14814: Eliminate bytes warnings from ipaddress by correctly throwing an
nick.coghlan
- [Python-checkins] cpython: Issue 14814: Ensure ordering semantics across all 3 entity types in ipaddress
nick.coghlan
- [Python-checkins] cpython: Issue 14814: Explain how to get more error detail in the ipaddress tutorial,
nick.coghlan
- [Python-checkins] cpython: Issue 14814: Further clean ups to the ipaddress tutorial
nick.coghlan
- [Python-checkins] cpython: Issue 14814: Further error case testing coverage and cleanups
nick.coghlan
- [Python-checkins] cpython: Issue 14814: Make the ipaddress code easier to follow by using newer language
nick.coghlan
- [Python-checkins] cpython: Issue 14814: Provide more informative error messages in ipaddress, and ensure
nick.coghlan
- [Python-checkins] cpython: Issue 14814: Remove dead function (noticed by Serhiy Storchaka)
nick.coghlan
- [Python-checkins] cpython: Issue 14814: The new systematic tests aren't just about error reporting any
nick.coghlan
- [Python-checkins] cpython: Issue 14814: The new systematic tests aren't just about error reporting any
Terry Reedy
- [Python-checkins] cpython: Issue 14814: The new systematic tests aren't just about error reporting any
Nick Coghlan
- [Python-checkins] cpython: Issue 15241: Improved site.py documentation relating to venvs.
vinay.sajip
- [Python-checkins] cpython: Issue 15265: document the exception raised for invalid sample sizes.
raymond.hettinger
- [Python-checkins] cpython: Issues #15169, #14599: Make PyImport_ExecCodeModuleWithPathnames() use
brett.cannon
- [Python-checkins] cpython: Limit which operators get colorized
raymond.hettinger
- [Python-checkins] cpython: Make ANSI the default output style
raymond.hettinger
- [Python-checkins] cpython: Make it easier to search for the grouper() recipe.
raymond.hettinger
- [Python-checkins] cpython: Make set_main_loader static (noticed by Antoine Pitrou)
nick.coghlan
- [Python-checkins] cpython: Minor algorithmic tweaks, better factoring, improved docstrings and variable
raymond.hettinger
- [Python-checkins] cpython: Minor cleanups
raymond.hettinger
- [Python-checkins] cpython: Minor grammatical tweaks.
brett.cannon
- [Python-checkins] cpython: Minor markup tweak.
brett.cannon
- [Python-checkins] cpython: Minor refactoring in importlib._bootstrap, and fix the '_wrap' docstring.
florent.xicluna
- [Python-checkins] cpython: Minor refactoring in xml.etree.ElementTree doctype parser.
florent.xicluna
- [Python-checkins] cpython: Move importlib.test.benchmark to Tools/importbench to make it more
brett.cannon
- [Python-checkins] cpython: Note why we can't write an automated test for the code path that brings up the
nick.coghlan
- [Python-checkins] cpython: Optimize tostringlist by taking the stream class outside the function. It's now
eli.bendersky
- [Python-checkins] cpython: Preserve the invariant tostring(elem) == b''.join(tostringlist(elem)) and add a
eli.bendersky
- [Python-checkins] cpython: pyexpat uses the new Unicode API
martin at v.loewis.de
- [Python-checkins] cpython: Refactor to isolate HTML encoding step from the parsing step.
raymond.hettinger
- [Python-checkins] cpython: Refcounting fixes
nick.coghlan
- [Python-checkins] cpython: Remove :noindex: for threading.Thread which killed all reference links to it
eli.bendersky
- [Python-checkins] cpython: Remove a relative import that escaped test.test_importlib.
brett.cannon
- [Python-checkins] cpython: Remove a statement that was only added for debugging purposes
nick.coghlan
- [Python-checkins] cpython: Remove ISSUES.txt.
stefan.krah
- [Python-checkins] cpython: remove unused variable
benjamin.peterson
- [Python-checkins] cpython: Restored test by specifying that the symlink links to a target (currently
jason.coombs
- [Python-checkins] cpython: Running the importlib tests from test_import is redundant as there is
brett.cannon
- [Python-checkins] cpython: Set title to the source filename
raymond.hettinger
- [Python-checkins] cpython: Simplify the LaTeX section (only three escapes are needed for alltt)
raymond.hettinger
- [Python-checkins] cpython: Small cleanups
raymond.hettinger
- [Python-checkins] cpython: Small improvements to test_unc_path
antoine.pitrou
- [Python-checkins] cpython: Some cleanup in the Tools directory.
florent.xicluna
- [Python-checkins] cpython: Some fixes for the documentation of multiprocessing (per issue #13686)
eli.bendersky
- [Python-checkins] cpython: Some small fixes and clarifications to the io documentation
eli.bendersky
- [Python-checkins] cpython: Take the first step in resolving the messy pkgutil vs importlib edge cases by
nick.coghlan
- [Python-checkins] cpython: test AST base type garbage collection
benjamin.peterson
- [Python-checkins] cpython: trace: remove unused imports.
florent.xicluna
- [Python-checkins] cpython: Try to fix or diagnose buildbot failures
antoine.pitrou
- [Python-checkins] cpython: Typo.
barry.warsaw
- [Python-checkins] cpython: Update the embedded copy of the expat XML parser to 2.1.0. It brings
gregory.p.smith
- [Python-checkins] cpython: Update the pkgutil porting section in What's New. This should cause
nick.coghlan
- [Python-checkins] cpython: Update the string limit in the faulthandler documentations
victor.stinner
- [Python-checkins] cpython: Use correct types for ASCII_CHAR_MASK integer constants.
mark.dickinson
- [Python-checkins] cpython: Use new-style string formatting for the HTML template
raymond.hettinger
- [Python-checkins] cpython: Use the proper term.
brett.cannon
- [Python-checkins] Cron <docs at dinsdale> /home/docs/build-devguide
Cron Daemon
- [Python-checkins] Cron <docs at dinsdale> /home/docs/build-devguide
Cron Daemon
- [Python-checkins] Cron <docs at dinsdale> /home/docs/build-devguide
Cron Daemon
- [Python-checkins] Cron <docs at dinsdale> /home/docs/build-devguide
Cron Daemon
- [Python-checkins] Cron <docs at dinsdale> /home/docs/build-devguide
Cron Daemon
- [Python-checkins] Cron <docs at dinsdale> /home/docs/build-devguide
Cron Daemon
- [Python-checkins] Cron <docs at dinsdale> /home/docs/build-devguide
Cron Daemon
- [Python-checkins] Cron <docs at dinsdale> /home/docs/build-devguide
Cron Daemon
- [Python-checkins] Cron <docs at dinsdale> /home/docs/build-devguide
Cron Daemon
- [Python-checkins] Cron <docs at dinsdale> /home/docs/build-devguide
Cron Daemon
- [Python-checkins] Cron <docs at dinsdale> /home/docs/build-devguide
Cron Daemon
- [Python-checkins] Cron <docs at dinsdale> /home/docs/build-devguide
Cron Daemon
- [Python-checkins] Cron <docs at dinsdale> /home/docs/build-devguide
Cron Daemon
- [Python-checkins] Cron <docs at dinsdale> /home/docs/build-devguide
Cron Daemon
- [Python-checkins] Cron <docs at dinsdale> /home/docs/build-devguide
Cron Daemon
- [Python-checkins] Cron <docs at dinsdale> /home/docs/build-devguide
Cron Daemon
- [Python-checkins] Cron <docs at dinsdale> /home/docs/build-devguide
Cron Daemon
- [Python-checkins] Cron <docs at dinsdale> /home/docs/build-devguide
Cron Daemon
- [Python-checkins] Cron <docs at dinsdale> /home/docs/build-devguide
Cron Daemon
- [Python-checkins] Cron <docs at dinsdale> /home/docs/build-devguide
Cron Daemon
- [Python-checkins] Cron <docs at dinsdale> /home/docs/build-devguide
Cron Daemon
- [Python-checkins] Cron <docs at dinsdale> /home/docs/build-devguide
Cron Daemon
- [Python-checkins] Cron <docs at dinsdale> /home/docs/build-devguide
Cron Daemon
- [Python-checkins] Cron <docs at dinsdale> /home/docs/build-devguide
Cron Daemon
- [Python-checkins] Cron <docs at dinsdale> /home/docs/build-devguide
Cron Daemon
- [Python-checkins] Cron <docs at dinsdale> /home/docs/build-devguide
Cron Daemon
- [Python-checkins] Cron <docs at dinsdale> /home/docs/build-devguide
Cron Daemon
- [Python-checkins] Cron <docs at dinsdale> /home/docs/build-devguide
Cron Daemon
- [Python-checkins] Cron <docs at dinsdale> /home/docs/build-devguide
Cron Daemon
- [Python-checkins] Daily reference leaks (00db71b3c5bd): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (0dbffd3c1317): sum=2
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (2367ec12da2d): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (2b0e4c640ec7): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (2ecdda96f970): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (3d1ea33611c1): sum=2
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (43ae2a243eca): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (4752fafb579d): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (54524897fafc): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (61e6ac40c816): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (707761d59a4a): sum=-1
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (7ed3b4f830c0): sum=144
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (81bbd52695e0): sum=-1
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (906c69928049): sum=1
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (917295aaad76): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (94704db452e8): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (95519862cac0): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (9fe720fe6057): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (a1c8302e6b27): sum=-1
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (a4bdb637d818): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (afdb0e1a9dac): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (c43d73277756): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (d9a881b0d6ca): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (dc9402c3db92): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (ddf15cd9be4a): sum=1
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (deb421baf671): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (e6bb919b2623): sum=1
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (f39895c55699): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (f691b32cc1fd): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (f8b520b6f654): sum=0
solipsis at pitrou.net
- [Python-checkins] devguide: #15491: change a couple more links to point to the "default" branch.
ezio.melotti
- [Python-checkins] devguide: #15491: link to the file list of the "default" branch.
ezio.melotti
- [Python-checkins] devguide: Add interest area
richard.oudkerk
- [Python-checkins] devguide: Closes #15493: fix link to daily DMG installer
antoine.pitrou
- [Python-checkins] devguide: Issue #15259: Remove reference to dailybuild.py.
ned.deily
- [Python-checkins] devguide: Issue #15260: Expand information on Misc/NEWS entries.
ned.deily
- [Python-checkins] devguide: Issue #15311: Expand section on helping with the Developer's Guide
ned.deily
- [Python-checkins] devguide: no-op change to test web update hook
ned.deily
- [Python-checkins] hooks: Fix the hooks for the hg.p.o migration
local-hg
- [Python-checkins] peps (merge default -> default): Merged upstream.
alex.gaynor
- [Python-checkins] peps: add created date
benjamin.peterson
- [Python-checkins] peps: add PEP 424 from Alex Gaynor
benjamin.peterson
- [Python-checkins] peps: add post-history
benjamin.peterson
- [Python-checkins] peps: Backed out changeset 4dc72bbf9ed2 (need more discussion + delegate)
eric.araujo
- [Python-checkins] peps: Grammar fix.
brett.cannon
- [Python-checkins] peps: Improve and accept PEP 424 (__length_hint__).
guido.van.rossum
- [Python-checkins] peps: PEP 418: Replace adjusted with adjustable in time.get_clock_info()
victor.stinner
- [Python-checkins] peps: specify Provides-Extra
benjamin.peterson
- [Python-checkins] peps: Update PEP-0424 with respect to feedback received.
Andrew Svetlov
- [Python-checkins] peps: Update PEP-0424 with respect to feedback received.
alex.gaynor
- [Python-checkins] peps: Update schedule.
georg.brandl
- [Python-checkins] peps: Updates to PEP-0424 following the discussion.
alex.gaynor
- [Python-checkins] peps: Whitespace and spelling fixes.
alex.gaynor
- [Python-checkins] peps: you're looking at 3.4
benjamin.peterson
- [Python-checkins] r88980 - tracker/instances/python-dev/html/page.html
ezio.melotti
- [Python-checkins] r88981 - tracker
martin.v.loewis
Last message date:
Tue Jul 31 23:52:38 CEST 2012
Archived on: Tue Jul 31 23:52:39 CEST 2012
This archive was generated by
Pipermail 0.09 (Mailman edition).