June 2013 Archives by subject
Starting: Sat Jun 1 00:03:29 CEST 2013
Ending: Sun Jun 30 23:12:14 CEST 2013
Messages: 520
- [Python-checkins] [Python-Dev] cpython (3.3): Add -b and -X options to python man page.
Maciej Fijalkowski
- [Python-checkins] [Python-Dev] cpython (3.3): Add -b and -X options to python man page.
R. David Murray
- [Python-checkins] [Python-Dev] cpython (3.3): Add -b and -X options to python man page.
Maciej Fijalkowski
- [Python-checkins] [Python-Dev] cpython (3.3): Add -b and -X options to python man page.
Alex Gaynor
- [Python-checkins] [Python-Dev] cpython (3.3): Add -b and -X options to python man page.
R. David Murray
- [Python-checkins] [Python-Dev] cpython (3.3): Add -b and -X options to python man page.
Benjamin Peterson
- [Python-checkins] [Python-Dev] cpython (3.3): Add -b and -X options to python man page.
Antoine Pitrou
- [Python-checkins] [Python-Dev] cpython (3.3): Add -b and -X options to python man page.
Victor Stinner
- [Python-checkins] [Python-Dev] cpython (3.3): Add -b and -X options to python man page.
Maciej Fijalkowski
- [Python-checkins] [Python-Dev] cpython (3.3): Add -b and -X options to python man page.
Antoine Pitrou
- [Python-checkins] [Python-Dev] cpython: Add reference implementation for PEP 443
Łukasz Langa
- [Python-checkins] [Python-Dev] peps: Reject PEP 315.
Łukasz Langa
- [Python-checkins] [Python-Dev] peps: Reject PEP 315.
Nick Coghlan
- [Python-checkins] [Python-Dev] peps: Reject PEP 315.
Łukasz Langa
- [Python-checkins] cpython (2.7): #17511: Keep IDLE find dialog open after clicking "Find Next".
roger.serwy
- [Python-checkins] cpython (2.7): #18113: avoid segfault if Py_XDECREF triggers code that calls set_panel_userptr
andrew.kuchling
- [Python-checkins] cpython (2.7): #18113: Objects associated to a curses.panel object with set_userptr() were
andrew.kuchling
- [Python-checkins] cpython (2.7): #18126: update NumPy links in the documentation. Patch by Yury V. Zaytsev.
ezio.melotti
- [Python-checkins] cpython (2.7): #18151, part 2: Silence debug build resource warning for each file opened by
terry.reedy
- [Python-checkins] cpython (2.7): #18155: Regex-escape delimiter, in case it is a regex special char.
r.david.murray
- [Python-checkins] cpython (2.7): #18179: document the local_hostname parameter.
r.david.murray
- [Python-checkins] cpython (2.7): #18179: reflow paragraphs.
r.david.murray
- [Python-checkins] cpython (2.7): #5492: Avoid traceback when exiting IDLE caused by a race condition.
roger.serwy
- [Python-checkins] cpython (2.7): also backout f1dc30a1be72 for not being a bugfix
benjamin.peterson
- [Python-checkins] cpython (2.7): Arrange structure to match the common access patterns.
raymond.hettinger
- [Python-checkins] cpython (2.7): backout 5accb0ac8bfb; needs more discussion on python-dev
benjamin.peterson
- [Python-checkins] cpython (2.7): Clarify note and fix typo.
richard.oudkerk
- [Python-checkins] cpython (2.7): ctypes: AIX needs an explicit #include <alloca.h> to get alloca()
victor.stinner
- [Python-checkins] cpython (2.7): Ensure that the fix for #17269 also works on OSX 10.4
ronald.oussoren
- [Python-checkins] cpython (2.7): Fix #16450 test_missing_localfile testcase fails on misconfigured hostname.
senthil.kumaran
- [Python-checkins] cpython (2.7): Fix #17967 - Fix related to regression on Windows.
senthil.kumaran
- [Python-checkins] cpython (2.7): Fix #17967: For ftp urls CWD to target instead of hopping to each directory
senthil.kumaran
- [Python-checkins] cpython (2.7): Fix comment blocks. Adjust blocksize to a power-of-two for better divmod
raymond.hettinger
- [Python-checkins] cpython (2.7): Fix for r84195: add HAVE_ALLOCA_H to configure and only include alloca.h if
christian.heimes
- [Python-checkins] cpython (2.7): Fix thishost helper funtion in urllib. Returns the ipaddress of localhost when
senthil.kumaran
- [Python-checkins] cpython (2.7): Fix typo.
richard.oudkerk
- [Python-checkins] cpython (2.7): Issue #15818: Typo in docs.
richard.oudkerk
- [Python-checkins] cpython (2.7): Issue #18038: SyntaxError raised during compilation sources with illegal
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #18103: Update README.txt and test_idle to describe and run gui tests.
terry.reedy
- [Python-checkins] cpython (2.7): Issue #18135: Fix a possible integer overflow in ssl.SSLSocket.write()
victor.stinner
- [Python-checkins] cpython (2.7): Issue #18135: ssl.SSLSocket.write() now raises an OverflowError if the input
victor.stinner
- [Python-checkins] cpython (2.7): Issue #18137: Detect integer overflow on precision in float.__format__()
victor.stinner
- [Python-checkins] cpython (2.7): Issue #18164: Backport the more detailed embedding compile-and-link section
ned.deily
- [Python-checkins] cpython (2.7): Issue #18167: cgi.FieldStorage no more fails to handle multipart/form-data
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #18174: Fix fd leaks in tests.
richard.oudkerk
- [Python-checkins] cpython (2.7): Issue #18184: PyUnicode_FromFormat() and PyUnicode_FromFormatV() now raise
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #18186: remove obsolete 2.2 compatibility comment.
ned.deily
- [Python-checkins] cpython (2.7): Issue #18237: Fix assertRaisesRegexp error caought by Jeff Tratner.
terry.reedy
- [Python-checkins] cpython (2.7): Issue #18256: Compilation fix for recent AIX releases. Patch by David Edelsohn.
antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #18277: Document quirks of multiprocessing queue.
richard.oudkerk
- [Python-checkins] cpython (2.7): Issue #18315: Improve fileinput docs by adding 'bufsize' where missing and
terry.reedy
- [Python-checkins] cpython (2.7): Issue #18316: Update idlelib 2.7 except clauses to ease backports.
terry.reedy
- [Python-checkins] cpython (2.7): Issue *18081, #18242: Change Idle warnings capture in PyShell and run to stop
terry.reedy
- [Python-checkins] cpython (2.7): Issue18130: Test class idlelib.configSectionNameDialog.GetCfgSectionNameDialog.
terry.reedy
- [Python-checkins] cpython (2.7): Issue 18189: remove unused methods in idlelib.Delegator.Delegator.
terry.reedy
- [Python-checkins] cpython (2.7): reapply 5accb0ac8bfb
benjamin.peterson
- [Python-checkins] cpython (2.7): reapply f1dc30a1be72
benjamin.peterson
- [Python-checkins] cpython (2.7): reapply f1dc30a1be72
benjamin.peterson
- [Python-checkins] cpython (2.7): reapply f1dc30a1be72
benjamin.peterson
- [Python-checkins] cpython (2.7): Solaris' /dev/null is a symlink. The device test now uses stat instead of lstat
christian.heimes
- [Python-checkins] cpython (2.7): Tempfile.py: stop buildbot warning about using deprecated xreadlines.
terry.reedy
- [Python-checkins] cpython (2.7): transplant test_stat from default to 2.7 in order to make sure it works on all
christian.heimes
- [Python-checkins] cpython (2.7): Tweak programming faq examples so that it (mostly) passes doctest.
r.david.murray
- [Python-checkins] cpython (3.3): #14360: Add news item.
r.david.murray
- [Python-checkins] cpython (3.3): #14360: make encoders.encode_quopri work.
r.david.murray
- [Python-checkins] cpython (3.3): #17511: Keep IDLE find dialog open after clicking "Find Next".
roger.serwy
- [Python-checkins] cpython (3.3): #17691: test_univnewlines now works with unittest test discovery. Patch by
ezio.melotti
- [Python-checkins] cpython (3.3): #18038: Use non-deprecated assert names in tests.
r.david.murray
- [Python-checkins] cpython (3.3): #18113: avoid segfault if Py_XDECREF triggers code that calls set_panel_userptr
andrew.kuchling
- [Python-checkins] cpython (3.3): #18113: Objects associated to a curses.panel object with set_userptr() were
andrew.kuchling
- [Python-checkins] cpython (3.3): #18126: update NumPy links in the documentation. Patch by Yury V. Zaytsev.
ezio.melotti
- [Python-checkins] cpython (3.3): #18151, part 1: Backport idlelilb portion of Andrew Svetlov's 3.4 patch
terry.reedy
- [Python-checkins] cpython (3.3): #18151, part 2: Silence debug build resource warning for each file opened by
terry.reedy
- [Python-checkins] cpython (3.3): #18155: Regex-escape delimiter, in case it is a regex special char.
r.david.murray
- [Python-checkins] cpython (3.3): #18179: document the local_hostname parameter.
r.david.murray
- [Python-checkins] cpython (3.3): #18179: reflow paragraphs.
r.david.murray
- [Python-checkins] cpython (3.3): #18196: Avoid displaying spurious SystemExit tracebacks.
roger.serwy
- [Python-checkins] cpython (3.3): #18311: fix typo.
r.david.murray
- [Python-checkins] cpython (3.3): #4153: update Unicode howto for Python 3.3
andrew.kuchling
- [Python-checkins] cpython (3.3): #5492: Avoid traceback when exiting IDLE caused by a race condition.
roger.serwy
- [Python-checkins] cpython (3.3): _ssl.c: strip trailing spaces
victor.stinner
- [Python-checkins] cpython (3.3): Add -b and -X options to python man page.
senthil.kumaran
- [Python-checkins] cpython (3.3): Add -b and -X options to python man page.
Brett Cannon
- [Python-checkins] cpython (3.3): Add tests for issue #18183.
serhiy.storchaka
- [Python-checkins] cpython (3.3): Add tests for untested features of the 'stat' module (part of issue #11016)
christian.heimes
- [Python-checkins] cpython (3.3): BSD: block devices are gone
christian.heimes
- [Python-checkins] cpython (3.3): Check for correct macro, code uses S_ISDIR().
christian.heimes
- [Python-checkins] cpython (3.3): Clarify note and fix typo.
richard.oudkerk
- [Python-checkins] cpython (3.3): Clarify which dictionaries are updateable
raymond.hettinger
- [Python-checkins] cpython (3.3): Close #18109: os.uname() now decodes fields from the locale encoding, and
victor.stinner
- [Python-checkins] cpython (3.3): Close #18285: add 'repeat' parameter to docstring for product
andrew.kuchling
- [Python-checkins] cpython (3.3): Closes #18218: use correct variable name for starting point
andrew.kuchling
- [Python-checkins] cpython (3.3): Closes #18220: expand itertools.islice docstring to 2 lines
andrew.kuchling
- [Python-checkins] cpython (3.3): Closes #18239: correct description of count() in module docstring
andrew.kuchling
- [Python-checkins] cpython (3.3): Closes #18267: use floor division in code example
andrew.kuchling
- [Python-checkins] cpython (3.3): Closes #18272: use 'builtins' for 3.3 instead of __builtin__
andrew.kuchling
- [Python-checkins] cpython (3.3): ctypes: AIX needs an explicit #include <alloca.h> to get alloca()
victor.stinner
- [Python-checkins] cpython (3.3): ctypes: AIX needs an explicit #include <alloca.h> to get alloca()
Jeremy Kloth
- [Python-checkins] cpython (3.3): ctypes: AIX needs an explicit #include <alloca.h> to get alloca()
Christian Heimes
- [Python-checkins] cpython (3.3): ctypes: AIX needs an explicit #include <alloca.h> to get alloca()
Victor Stinner
- [Python-checkins] cpython (3.3): ctypes: AIX needs an explicit #include <alloca.h> to get alloca()
Christian Heimes
- [Python-checkins] cpython (3.3): Describe 'surrogateescape' in the documentation.
andrew.kuchling
- [Python-checkins] cpython (3.3): Drop some dead imports of imp
brett.cannon
- [Python-checkins] cpython (3.3): Ensure that the fix for #17269 also works on OSX 10.4
ronald.oussoren
- [Python-checkins] cpython (3.3): Fix #17967 - Fix related to regression on Windows.
senthil.kumaran
- [Python-checkins] cpython (3.3): Fix #17967: For ftp urls CWD to target instead of hopping to each directory
senthil.kumaran
- [Python-checkins] cpython (3.3): Fix a misnaming of a method and an argument
brett.cannon
- [Python-checkins] cpython (3.3): Fixed issue #18260: configparser TypeError on source name specified as bytes
lukasz.langa
- [Python-checkins] cpython (3.3): fixed libffi on PPC without __NO_FPRS__
christian.heimes
- [Python-checkins] cpython (3.3): Fix for r84195: add HAVE_ALLOCA_H to configure and only include alloca.h if
christian.heimes
- [Python-checkins] cpython (3.3): fix libffi build on AIX (closes #18248)
benjamin.peterson
- [Python-checkins] cpython (3.3): Fix test_stat on BSD, /dev/da0 and /dev/ad0 are links
christian.heimes
- [Python-checkins] cpython (3.3): Fix test for GCC 3.1+ but not strict ANSI C
christian.heimes
- [Python-checkins] cpython (3.3): Fix thishost helper funtion in urllib. Returns the ipaddress of localhost when
senthil.kumaran
- [Python-checkins] cpython (3.3): Fix time.strftime("%Y") on AIX: raise a ValueError for year > 9999
victor.stinner
- [Python-checkins] cpython (3.3): Fix typo.
richard.oudkerk
- [Python-checkins] cpython (3.3): Issue #15172: Document NASM 2.10+ as requirement for building OpenSSL 1.0.1 on
christian.heimes
- [Python-checkins] cpython (3.3): Issue #15239: Make mkstringprep.py work again on Python 3.
serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #15818: Typo in docs.
richard.oudkerk
- [Python-checkins] cpython (3.3): Issue #16102: Make uuid._netbios_getnode() work again on Python 3.
serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #18038: SyntaxError raised during compilation sources with illegal
serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #18055: Move to importlib from imp for IDLE.
brett.cannon
- [Python-checkins] cpython (3.3): Issue #18103: Update README.txt and test_idle to describe and run gui tests.
terry.reedy
- [Python-checkins] cpython (3.3): Issue #18135: Fix a possible integer overflow in ssl.SSLSocket.write()
victor.stinner
- [Python-checkins] cpython (3.3): Issue #18135: ssl.SSLSocket.write() now raises an OverflowError if the input
victor.stinner
- [Python-checkins] cpython (3.3): Issue #18137: Detect integer overflow on precision in float.__format__() and
victor.stinner
- [Python-checkins] cpython (3.3): Issue #18164: Clarify the embedding docs regarding link options.
ned.deily
- [Python-checkins] cpython (3.3): Issue #18167: cgi.FieldStorage no more fails to handle multipart/form-data
serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #18174: Fix fd leaks in tests.
richard.oudkerk
- [Python-checkins] cpython (3.3): Issue #18180: Fix ref leak in _PyImport_GetDynLoadWindows().
richard.oudkerk
- [Python-checkins] cpython (3.3): Issue #18184: PyUnicode_FromFormat() and PyUnicode_FromFormatV() now raise
serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #18187: Fix broken link in venv documentation. Patch by Berker Peksag.
ned.deily
- [Python-checkins] cpython (3.3): Issue #18202: Fix minor bugs and cleanup test_coding.py.
serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #18223: Refactor test_tarfile.
serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #18224: Removed pydoc script from created venv, as it causes problems on
vinay.sajip
- [Python-checkins] cpython (3.3): Issue #18224: Updated test.
vinay.sajip
- [Python-checkins] cpython (3.3): Issue #18237: Fix assertRaisesRegexp error caought by Jeff Tratner.
terry.reedy
- [Python-checkins] cpython (3.3): Issue #18238: Skip test_signal.test_sigwaitinfo_interrupted() on AIX
victor.stinner
- [Python-checkins] cpython (3.3): Issue #18256: Compilation fix for recent AIX releases. Patch by David Edelsohn.
antoine.pitrou
- [Python-checkins] cpython (3.3): Issue #18259: Declare sethostname in socketmodule.c for AIX
christian.heimes
- [Python-checkins] cpython (3.3): Issue #18277: Document quirks of multiprocessing queue.
richard.oudkerk
- [Python-checkins] cpython (3.3): Issue #18278: properly document how the loaders are called for FileFinder
brett.cannon
- [Python-checkins] cpython (3.3): Issue #18315: Improve fileinput docs by adding 'bufsize' where missing and
terry.reedy
- [Python-checkins] cpython (3.3): Issue *18081, #18242: Change Idle warnings capture in PyShell and run to stop
terry.reedy
- [Python-checkins] cpython (3.3): Issue 18130: delete extra spaces
terry.reedy
- [Python-checkins] cpython (3.3): Issue18130: Test class idlelib.configSectionNameDialog.GetCfgSectionNameDialog.
terry.reedy
- [Python-checkins] cpython (3.3): Issue 18189: remove unused methods in idlelib.Delegator.Delegator.
terry.reedy
- [Python-checkins] cpython (3.3): news entry for subprocess double close fix.
gregory.p.smith
- [Python-checkins] cpython (3.3): Prevent a possible double close of parent pipe fds when the subprocess
gregory.p.smith
- [Python-checkins] cpython (3.3): regrtest.py: Fix another typo in the usage of the faulthandler module
victor.stinner
- [Python-checkins] cpython (3.3): regrtest.py: Fix typo in the usage of the faulthandler module
victor.stinner
- [Python-checkins] cpython (3.3): remove MAX_MAXCHAR because it's unsafe for computing maximum codepoitn value
benjamin.peterson
- [Python-checkins] cpython (3.3): Solaris' /dev/null is a symlink. The device test now uses stat instead of lstat
christian.heimes
- [Python-checkins] cpython (3.3): test_faulthandler: use _sigsegv() instead of _read_null()
victor.stinner
- [Python-checkins] cpython (3.3): Tweak programming faq examples so that it (mostly) passes doctest.
r.david.murray
- [Python-checkins] cpython (merge 2.7 -> 2.7): Merge heads.
r.david.murray
- [Python-checkins] cpython (merge 3.3 -> 3.3): merge
brett.cannon
- [Python-checkins] cpython (merge 3.3 -> 3.3): merge heads
christian.heimes
- [Python-checkins] cpython (merge 3.3 -> 3.3): Merge heads
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): #17511: merge with 3.3.
roger.serwy
- [Python-checkins] cpython (merge 3.3 -> default): #17691: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #18126: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #18151 Merge from 3.3
terry.reedy
- [Python-checkins] cpython (merge 3.3 -> default): #18151 null merge with 3.3.
terry.reedy
- [Python-checkins] cpython (merge 3.3 -> default): #18196: merge with 3.3
roger.serwy
- [Python-checkins] cpython (merge 3.3 -> default): #5492: merge with 3.3
roger.serwy
- [Python-checkins] cpython (merge 3.3 -> default): (3.3->default) Ensure that the fix for #17269 also works on OSX 10.4
ronald.oussoren
- [Python-checkins] cpython (merge 3.3 -> default): (Merge 3.3) Close #18109: os.uname() now decodes fields from the locale
victor.stinner
- [Python-checkins] cpython (merge 3.3 -> default): (Merge 3.3) ctypes: AIX needs an explicit #include <alloca.h> to get alloca()
victor.stinner
- [Python-checkins] cpython (merge 3.3 -> default): (Merge 3.3) Fix time.strftime("%Y") on AIX: raise a ValueError for year > 9999
victor.stinner
- [Python-checkins] cpython (merge 3.3 -> default): (Merge 3.3) Issue #18135: Fix a possible integer overflow in
victor.stinner
- [Python-checkins] cpython (merge 3.3 -> default): (Merge 3.3) Issue #18135: ssl.SSLSocket.write() now raises an OverflowError if
victor.stinner
- [Python-checkins] cpython (merge 3.3 -> default): (Merge 3.3) Issue #18137: Detect integer overflow on precision in
victor.stinner
- [Python-checkins] cpython (merge 3.3 -> default): (Merge 3.3) Issue #18238: Skip test_signal.test_sigwaitinfo_interrupted() on AIX
victor.stinner
- [Python-checkins] cpython (merge 3.3 -> default): (Merge 3.3) regrtest.py: Fix another typo in the usage of the faulthandler
victor.stinner
- [Python-checkins] cpython (merge 3.3 -> default): (Merge 3.3) regrtest.py: Fix typo in the usage of the faulthandler module
victor.stinner
- [Python-checkins] cpython (merge 3.3 -> default): (Merge 3.3) test_faulthandler: use _sigsegv() instead of _read_null()
victor.stinner
- [Python-checkins] cpython (merge 3.3 -> default): Add tests for issue #18183.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Add tests for untested features of the 'stat' module (part of issue #11016)
christian.heimes
- [Python-checkins] cpython (merge 3.3 -> default): BSD: block devices are gone
christian.heimes
- [Python-checkins] cpython (merge 3.3 -> default): Check for correct macro, code uses S_ISDIR().
christian.heimes
- [Python-checkins] cpython (merge 3.3 -> default): Closes #18224: Removed pydoc script from created venv, as it causes problems on
vinay.sajip
- [Python-checkins] cpython (merge 3.3 -> default): fixed libffi on PPC without __NO_FPRS__
christian.heimes
- [Python-checkins] cpython (merge 3.3 -> default): Fix for r84195: add HAVE_ALLOCA_H to configure and only include alloca.h if
christian.heimes
- [Python-checkins] cpython (merge 3.3 -> default): Fix test_stat on BSD, /dev/da0 and /dev/ad0 are links
christian.heimes
- [Python-checkins] cpython (merge 3.3 -> default): Fix test for GCC 3.1+ but not strict ANSI C
christian.heimes
- [Python-checkins] cpython (merge 3.3 -> default): Issue #15172: Document NASM 2.10+ as requirement for building OpenSSL 1.0.1 on
christian.heimes
- [Python-checkins] cpython (merge 3.3 -> default): Issue #15239: Make mkstringprep.py work again on Python 3.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #15818: Merge.
richard.oudkerk
- [Python-checkins] cpython (merge 3.3 -> default): Issue #16102: Make uuid._netbios_getnode() work again on Python 3.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18038: SyntaxError raised during compilation sources with illegal
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18164: merge from 3.3
ned.deily
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18167: cgi.FieldStorage no more fails to handle multipart/form-data
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18184: PyUnicode_FromFormat() and PyUnicode_FromFormatV() now raise
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18187: merge from 3.3
ned.deily
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18202: Fix minor bugs and cleanup test_source_encoding.py.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18223: Refactor test_tarfile.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18224: Updated test.
vinay.sajip
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18256: Compilation fix for recent AIX releases. Patch by David Edelsohn.
antoine.pitrou
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18259: Declare sethostname in socketmodule.c for AIX
christian.heimes
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18277: Merge.
richard.oudkerk
- [Python-checkins] cpython (merge 3.3 -> default): merge
raymond.hettinger
- [Python-checkins] cpython (merge 3.3 -> default): Merge #14360: Add news item.
r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Merge #14360: make encoders.encode_quopri work.
r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Merge #18155: Regex-escape delimiter, in case it is a regex special char.
r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Merge #18179: document the local_hostname parameter.
r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Merge #18179: reflow paragraphs.
r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Merge #18311: fix typo.
r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Merge.
richard.oudkerk
- [Python-checkins] cpython (merge 3.3 -> default): Merge.
richard.oudkerk
- [Python-checkins] cpython (merge 3.3 -> default): Merge.
richard.oudkerk
- [Python-checkins] cpython (merge 3.3 -> default): Merge.
richard.oudkerk
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3 (#18183)
benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3 (#18248)
benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): Merge: Tweak programming faq examples so that it (mostly) passes doctest.
r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Merged fix for issue #18260 from 3.3
lukasz.langa
- [Python-checkins] cpython (merge 3.3 -> default): Merge doc/argument name fix
brett.cannon
- [Python-checkins] cpython (merge 3.3 -> default): merge for issue #18278
brett.cannon
- [Python-checkins] cpython (merge 3.3 -> default): merge from 3.3
senthil.kumaran
- [Python-checkins] cpython (merge 3.3 -> default): merge from 3.3
senthil.kumaran
- [Python-checkins] cpython (merge 3.3 -> default): merge from 3.3
senthil.kumaran
- [Python-checkins] cpython (merge 3.3 -> default): merge from 3.3
senthil.kumaran
- [Python-checkins] cpython (merge 3.3 -> default): Merge from 3.3
andrew.kuchling
- [Python-checkins] cpython (merge 3.3 -> default): Merge from 3.3
andrew.kuchling
- [Python-checkins] cpython (merge 3.3 -> default): Merge from 3.3
andrew.kuchling
- [Python-checkins] cpython (merge 3.3 -> default): Merge from 3.3
andrew.kuchling
- [Python-checkins] cpython (merge 3.3 -> default): Merge from 3.3
andrew.kuchling
- [Python-checkins] cpython (merge 3.3 -> default): Merge from 3.3
andrew.kuchling
- [Python-checkins] cpython (merge 3.3 -> default): Merge heads
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): merge w/ 3.3
brett.cannon
- [Python-checkins] cpython (merge 3.3 -> default): merge w/ 3.3 for issue #18055
brett.cannon
- [Python-checkins] cpython (merge 3.3 -> default): Merge with 3.3
terry.reedy
- [Python-checkins] cpython (merge 3.3 -> default): Merge with 3.3
terry.reedy
- [Python-checkins] cpython (merge 3.3 -> default): Merge with 3.3
andrew.kuchling
- [Python-checkins] cpython (merge 3.3 -> default): Merge with 3.3
andrew.kuchling
- [Python-checkins] cpython (merge 3.3 -> default): Merge with 3.3
terry.reedy
- [Python-checkins] cpython (merge 3.3 -> default): Merge with 3.3
terry.reedy
- [Python-checkins] cpython (merge 3.3 -> default): Merge with 3.3
terry.reedy
- [Python-checkins] cpython (merge 3.3 -> default): Merge with 3.3
terry.reedy
- [Python-checkins] cpython (merge 3.3 -> default): Merge with 3.3
terry.reedy
- [Python-checkins] cpython (merge 3.3 -> default): Null merge #18038: Use non-deprecated assert names in tests.
r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Prevent a possible double close of parent pipe fds when the subprocess
gregory.p.smith
- [Python-checkins] cpython (merge 3.3 -> default): Solaris' /dev/null is a symlink. The device test now uses stat instead of lstat
christian.heimes
- [Python-checkins] cpython (merge default -> default): Issue #18048: Merge test_pep263.py and test_coding.py into
serhiy.storchaka
- [Python-checkins] cpython (merge default -> default): merge
brett.cannon
- [Python-checkins] cpython (merge default -> default): merge
brett.cannon
- [Python-checkins] cpython (merge default -> default): merge
brett.cannon
- [Python-checkins] cpython (merge default -> default): merge
brett.cannon
- [Python-checkins] cpython (merge default -> default): merge
brett.cannon
- [Python-checkins] cpython (merge default -> default): merge
christian.heimes
- [Python-checkins] cpython (merge default -> default): merge
raymond.hettinger
- [Python-checkins] cpython (merge default -> default): Merge heads
victor.stinner
- [Python-checkins] cpython (merge default -> default): Merge heads
serhiy.storchaka
- [Python-checkins] cpython (merge default -> default): merge heads
christian.heimes
- [Python-checkins] cpython (merge default -> default): merge heads
christian.heimes
- [Python-checkins] cpython (merge default -> default): Merge heads
serhiy.storchaka
- [Python-checkins] cpython: #11390: convert doctest CLI to argparse and add -o and -f options.
r.david.murray
- [Python-checkins] cpython: #11390: fix test failures due to readline and windows lineneds.
r.david.murray
- [Python-checkins] cpython: #11454: Reduce email module load time, improve surrogate check efficiency.
r.david.murray
- [Python-checkins] cpython: #12716: reorganize docs for os module a bit
andrew.kuchling
- [Python-checkins] cpython: #13226: update references from ctypes/DLFCN modules to os module
andrew.kuchling
- [Python-checkins] cpython: #18066: remove vestigial code depending on the sgi module
andrew.kuchling
- [Python-checkins] cpython: #18111: Add What's New entry for max/min default.
r.david.murray
- [Python-checkins] cpython: ... also TLSv1.1 and TLSv1.2
christian.heimes
- [Python-checkins] cpython: _ssl.c: strip trailing spaces
victor.stinner
- [Python-checkins] cpython: Add _stat module to VS project file -- this time with the GUI instead of
christian.heimes
- [Python-checkins] cpython: add _stat to list of builtin Windows modules
christian.heimes
- [Python-checkins] cpython: Add a reference to module_to_load
brett.cannon
- [Python-checkins] cpython: Add a reset_name argument to importlib.util.module_to_load in order to
brett.cannon
- [Python-checkins] cpython: Add a reset_name argument to importlib.util.module_to_load in order to
Brett Cannon
- [Python-checkins] cpython: Added example to enum docs show access to name and value attributes of enum
ethan.furman
- [Python-checkins] cpython: Added rationale for defaulting to 1 in the functional API.
ethan.furman
- [Python-checkins] cpython: Add my SSL module patches to whatsnew 3.4
christian.heimes
- [Python-checkins] cpython: Add reference implementation for PEP 443
lukasz.langa
- [Python-checkins] cpython: Add reference implementation for PEP 443
Brett Cannon
- [Python-checkins] cpython: Check that warnings.showwarning() is not changed.
brett.cannon
- [Python-checkins] cpython: Close #17931: Fix PyLong_FromPid() on Windows 64-bit: processes are identified
victor.stinner
- [Python-checkins] cpython: Close #17932: Fix an integer overflow issue on Windows 64-bit in iterators:
victor.stinner
- [Python-checkins] cpython: Closes #11959: SMTPServer and SMTPChannel now take an optional map, use of
vinay.sajip
- [Python-checkins] cpython: Closes #18247: add Lib/test/data/* to .gitignore
andrew.kuchling
- [Python-checkins] cpython: Closes issue 17947. Adds PEP-0435 (Adding an Enum type to the Python standard
ethan.furman
- [Python-checkins] cpython: Closes issue 17947. Adds PEP-0435 (Enum, IntEnum) to the stdlib.
ethan.furman
- [Python-checkins] cpython: Closes issue 17947. Adds PEP-0435 (Enum, IntEnum) to the stdlib.
Brett Cannon
- [Python-checkins] cpython: Closes issue 17947. Adds PEP-0435 (Enum, IntEnum) to the stdlib.
Ethan Furman
- [Python-checkins] cpython: comparing with http://hg.python.org/cpython/
christian.heimes
- [Python-checkins] cpython: Define S_IFMT and S_IFLNK in pyport.h so posixmodule.c can use named constants
christian.heimes
- [Python-checkins] cpython: Docstring cleanup
brett.cannon
- [Python-checkins] cpython: documentation suggesting something which doesn't exist
brett.cannon
- [Python-checkins] cpython: explanatory comment
brett.cannon
- [Python-checkins] cpython: Fix a typo in S_ISDIR, S_ISCHR, S_ISBLK and S_ISREG.
christian.heimes
- [Python-checkins] cpython: Fix compilater warnings on Windows 64-bit
victor.stinner
- [Python-checkins] cpython: Fix compilation warning with gcc 4.8 (unused typedef)
antoine.pitrou
- [Python-checkins] cpython: fixd refleak
christian.heimes
- [Python-checkins] cpython: Fixed #18150: duplicate test inside TestSingleDispatch
lukasz.langa
- [Python-checkins] cpython: Fix for last commit on adding reset_name to module_to_load
brett.cannon
- [Python-checkins] cpython: Fix markup of the synopsis along with changing to state what is in the
brett.cannon
- [Python-checkins] cpython: Fix memory leak in endswith
christian.heimes
- [Python-checkins] cpython: Fix memory leak in pyexpat PyUnknownEncodingHandler
christian.heimes
- [Python-checkins] cpython: Fix memory leak in pyexpat PyUnknownEncodingHandler
R. David Murray
- [Python-checkins] cpython: Fix memory leak in pyexpat PyUnknownEncodingHandler
Christian Heimes
- [Python-checkins] cpython: Fix memory leak in pyexpat PyUnknownEncodingHandler
Serhiy Storchaka
- [Python-checkins] cpython: Fix memory leak in pyexpat PyUnknownEncodingHandler
Serhiy Storchaka
- [Python-checkins] cpython: Fix NULL ptr dereferencing in local_timezone(). nameo can be NULL
christian.heimes
- [Python-checkins] cpython: Fix os.confstr(): the result type of the C function is size_t, not int
victor.stinner
- [Python-checkins] cpython: Fix ref leak in error case of unicode find, count, formatlong
christian.heimes
- [Python-checkins] cpython: Fix ref leak in error case of unicode index
christian.heimes
- [Python-checkins] cpython: Fix ref leak in error case of unicode rindex and rfind
christian.heimes
- [Python-checkins] cpython: Fix resource leak in parser, free node ptr
christian.heimes
- [Python-checkins] cpython: Fix resource leak in pickle module
christian.heimes
- [Python-checkins] cpython: Fix segfault in pyexpat.c caused by 84375
christian.heimes
- [Python-checkins] cpython: Fix time.mktime() and datetime.datetime.timestamp() on AIX
victor.stinner
- [Python-checkins] cpython: Fix typo; clarify that the methods were removed entirely
andrew.kuchling
- [Python-checkins] cpython: fix whitespace
brett.cannon
- [Python-checkins] cpython: frozen modules now apparently have empty __path__
benjamin.peterson
- [Python-checkins] cpython: get_default_verify_paths doesn't belong inside the ifdef block
christian.heimes
- [Python-checkins] cpython: Grammar tweak
brett.cannon
- [Python-checkins] cpython: Grammatical mistake in a comment
brett.cannon
- [Python-checkins] cpython: If MS_WIN64 is defined, MS_WINDOWS is also defined: #ifdef can be simplified.
victor.stinner
- [Python-checkins] cpython: import.c does neither need mode_t nor _mkdir() anymore
christian.heimes
- [Python-checkins] cpython: importlib.abc.SourceLoader.get_source() was re-raising SyntaxError and
brett.cannon
- [Python-checkins] cpython: Improve imap error message in unusual failure mode.
r.david.murray
- [Python-checkins] cpython: Issue #11016: Add C implementation of the stat module as _stat
christian.heimes
- [Python-checkins] cpython: Issue #11016: Detect integer conversion on conversion from Python int to C
victor.stinner
- [Python-checkins] cpython: Issue #11016: Don't define macros and constants that are already set by pyport.h
christian.heimes
- [Python-checkins] cpython: Issue #11016: Try to fix compilaton of the new _stat.c module on Windows
victor.stinner
- [Python-checkins] cpython: Issue #13483: Use VirtualAlloc in obmalloc on Windows.
martin.v.loewis
- [Python-checkins] cpython: Issue #13772: fix _check_dirA(): call *A() functions, not *W() functions
victor.stinner
- [Python-checkins] cpython: Issue #13772: Fix a compiler warning on Windows
victor.stinner
- [Python-checkins] cpython: Issue #13772: Fix compiler warnings on Windows
victor.stinner
- [Python-checkins] cpython: Issue #13772: Mark helper functions as private (static)
victor.stinner
- [Python-checkins] cpython: Issue #13772: Use syntax for literal wchar_t character
victor.stinner
- [Python-checkins] cpython: Issue #15528: Delay importing atexit until weakref.finalize() used.
richard.oudkerk
- [Python-checkins] cpython: Issue #15767: Add an explicit test for raising ModuleNotFoundError
brett.cannon
- [Python-checkins] cpython: Issue #15767: Introduce ModuleNotFoundError, a subclass of
brett.cannon
- [Python-checkins] cpython: Issue #15767: Touch up ModuleNotFoundError usage by import.
brett.cannon
- [Python-checkins] cpython: Issue #17134: Add ssl.enum_cert_store() as interface to Windows' cert store.
christian.heimes
- [Python-checkins] cpython: Issue #17177: Clarify some deprecations
brett.cannon
- [Python-checkins] cpython: Issue #17177: stop using imp for compileall.
brett.cannon
- [Python-checkins] cpython: Issue #17177: Stop using imp in a bunch of tests
brett.cannon
- [Python-checkins] cpython: Issue #17177: Stop using imp in distutils
brett.cannon
- [Python-checkins] cpython: Issue #17177: Stop using imp in multiprocessing
brett.cannon
- [Python-checkins] cpython: Issue #17177: Stop using imp in pydoc
brett.cannon
- [Python-checkins] cpython: Issue # 17177: Stop using imp in setup.py
brett.cannon
- [Python-checkins] cpython: Issue #17177: Stop using imp in sysconfig
brett.cannon
- [Python-checkins] cpython: Issue #17177: stop using imp in test_importlib
brett.cannon
- [Python-checkins] cpython: Issue # 17177: Stop using imp in turtledemo
brett.cannon
- [Python-checkins] cpython: Issue #17177: Stop using imp in zipfile
brett.cannon
- [Python-checkins] cpython: Issue #17177: Stop using imp with py_compile
brett.cannon
- [Python-checkins] cpython: Issue #17177: switch from imp.new_module to types.ModuleType for runpy
brett.cannon
- [Python-checkins] cpython: Issue #17177: The imp module is pending deprecation.
brett.cannon
- [Python-checkins] cpython: Issue #17177: update checkpyc to stop using imp
brett.cannon
- [Python-checkins] cpython: Issue #17177: Update the programming FAQ to use importlib
brett.cannon
- [Python-checkins] cpython: Issue #17206: Fix test_cmd_line and test_faulthandler for my previous change
victor.stinner
- [Python-checkins] cpython: Issue #17206: test.regrtest and test.script_helper enable faulthandler module
victor.stinner
- [Python-checkins] cpython: Issue #17222: fix a mix-up in some exception messages.
brett.cannon
- [Python-checkins] cpython: Issue #17222: Raise FileExistsError when py_compile.compile would
brett.cannon
- [Python-checkins] cpython: Issue #17314: Stop using imp in multiprocessing.forking and move over
brett.cannon
- [Python-checkins] cpython: Issue #17903: Added path search changes to launcher.
vinay.sajip
- [Python-checkins] cpython: Issue #17907: Document types.ModuleType's constructor and attributes,
brett.cannon
- [Python-checkins] cpython: Issue #17907: touch up the code for imp.new_module().
brett.cannon
- [Python-checkins] cpython: Issue #17914: Use os.cpu_count() instead of multiprocessing.cpu_count() where
charles-francois.natali
- [Python-checkins] cpython: Issue #17931: Resolve confusion on Windows between pids and process handles.
richard.oudkerk
- [Python-checkins] cpython: Issue #17931: Resolve confusion on Windows between pids and process handles.
Brett Cannon
- [Python-checkins] cpython: Issue #17931: Resolve confusion on Windows between pids and process handles.
Thomas Wouters
- [Python-checkins] cpython: Issue #18048: Rename test_coding.py to test_source_encoding.py.
serhiy.storchaka
- [Python-checkins] cpython: Issue #18048: Rename test_pep263.py to test_source_encoding.py.
serhiy.storchaka
- [Python-checkins] cpython: Issue #18065: For frozen packages set __path__ to [].
brett.cannon
- [Python-checkins] cpython: Issue #18076: Introduce imoportlib.util.decode_source().
brett.cannon
- [Python-checkins] cpython: Issue #18081: Back out temporary changeset, 2a9e1eb3719c, to merge new patch.
terry.reedy
- [Python-checkins] cpython: Issue #18081: Workaround "./python -m test_idle test_logging" failure
victor.stinner
- [Python-checkins] cpython: Issue #18081: Workaround "./python -m test_idle test_logging" failure
Brett Cannon
- [Python-checkins] cpython: Issue #18115: Abstract out managing the cleanup of modules to use in
brett.cannon
- [Python-checkins] cpython: Issue #18143: Implement ssl.get_default_verify_paths() in order to debug
christian.heimes
- [Python-checkins] cpython: Issue #18147: Add diagnostic functions to ssl.SSLContext().
christian.heimes
- [Python-checkins] cpython: Issue #18149: Add filecmp.clear_cache() to manually clear the filecmp cache.
ned.deily
- [Python-checkins] cpython: Issue #18157: stop using imp.load_module() in imp.
brett.cannon
- [Python-checkins] cpython: Issue #18158: delete test_importhooks. Redundant in the face of
brett.cannon
- [Python-checkins] cpython: Issue #18192: Introduce importlib.util.MAGIC_NUMBER and document the
brett.cannon
- [Python-checkins] cpython: Issue #18193: Add importlib.reload(), documenting (but not
brett.cannon
- [Python-checkins] cpython: Issue #18194: Introduce importlib.util.cache_from_source() and
brett.cannon
- [Python-checkins] cpython: Issue #18200: Update the stdlib (except tests) to use
brett.cannon
- [Python-checkins] cpython: Issue #18207: Fix test_ssl for some versions of OpenSSL that ignore seconds
christian.heimes
- [Python-checkins] cpython: Issue #18228: Fix locale test of test.regrtest.saved_test_environment
victor.stinner
- [Python-checkins] cpython: Issue #18228: Use locale.setlocale(name, None) instead of
victor.stinner
- [Python-checkins] cpython: Issue #18322: fix some test_stat nits.
antoine.pitrou
- [Python-checkins] cpython: Issue #3329: Add new APIs to customize memory allocators
victor.stinner
- [Python-checkins] cpython: Issue #7732: Move an imp.find_module test from test_import to
brett.cannon
- [Python-checkins] cpython: Issue #9566: _io: Use Py_SAFE_DOWNCAST for fix a compiler warning on Windows x64
victor.stinner
- [Python-checkins] cpython: Issue #9566: _winapi.WriteFile() now truncates length to DWORD_MAX (4294967295)
victor.stinner
- [Python-checkins] cpython: Issue #9566: Fix a compiler warning in tupleiter_setstate() on Windows x64
victor.stinner
- [Python-checkins] cpython: Issue #9566: Fix a compiler warning on Windows 64-bit in namespace_init()
victor.stinner
- [Python-checkins] cpython: Issue #9566: Fix a compiler warning on Windows x64
victor.stinner
- [Python-checkins] cpython: Issue #9566: Fix compilater warnings on Windows 64-bit
victor.stinner
- [Python-checkins] cpython: Issue #9566: Fix compiler warning on Windows 64-bit
victor.stinner
- [Python-checkins] cpython: Issue #9566: Fix compiler warning on Windows 64-bit
victor.stinner
- [Python-checkins] cpython: Issue #9566: Fix compiler warning on Windows 64-bit
victor.stinner
- [Python-checkins] cpython: Issue #9566: Fix compiler warning on Windows 64-bit
victor.stinner
- [Python-checkins] cpython: Issue #9566: Fix compiler warning on Windows 64-bit in _bz2module.c
victor.stinner
- [Python-checkins] cpython: Issue #9566: More long/Py_ssize_t fixes in tuple and list iterators (it_index)
victor.stinner
- [Python-checkins] cpython: Issue #9566: pystrtod.c: Fix a compiler warnings on Windows x64
victor.stinner
- [Python-checkins] cpython: Issue #9566: recv(), recvfrom(), send(), sendall() and sendto() methods
victor.stinner
- [Python-checkins] cpython: Issue #9566: zlib: Explicit cast to unsigned int to fix a compiler warning on
victor.stinner
- [Python-checkins] cpython: Issue 18111: Add a default argument to min() and max()
raymond.hettinger
- [Python-checkins] cpython: Issues #18058, 18057: Make importlib._bootstrap.NamespaceLoader
brett.cannon
- [Python-checkins] cpython: Issues #18088, 18089: Introduce
brett.cannon
- [Python-checkins] cpython: Issuse #17932: Fix an integer overflow issue on Windows 64-bit in tuple
victor.stinner
- [Python-checkins] cpython: Make it more obvious what things used in imp are snuck in through private APIs
brett.cannon
- [Python-checkins] cpython: Make test_builtin work when executed directly
brett.cannon
- [Python-checkins] cpython: make test more robust under Windows
brett.cannon
- [Python-checkins] cpython: marshal: optimize parsing of empty Unicode strings
victor.stinner
- [Python-checkins] cpython: Misc improvements to collections.deque()
raymond.hettinger
- [Python-checkins] cpython: Move code from test_importhooks into test_zipimport.
brett.cannon
- [Python-checkins] cpython: moved the single-dispatch generic function definitions to the glossary
lukasz.langa
- [Python-checkins] cpython: Move something to the right section of What's New
brett.cannon
- [Python-checkins] cpython: Move test___all__ over to unittest.main() and use ModuleNotFoundError
brett.cannon
- [Python-checkins] cpython: Move test___all__ over to unittest.main() and use ModuleNotFoundError
Brett Cannon
- [Python-checkins] cpython: Move test_pep352 over to unittest.main()
brett.cannon
- [Python-checkins] cpython: Move test_zipfile to unittest.main()
brett.cannon
- [Python-checkins] cpython: Partially revert changeset #281857369a78 to make sure threads are
brett.cannon
- [Python-checkins] cpython: Remove a dead import line.
brett.cannon
- [Python-checkins] cpython: removed accidental new line
christian.heimes
- [Python-checkins] cpython: Reuse Py_MIN and Py_MAX macros: remove duplicate MIN/MAX macros
victor.stinner
- [Python-checkins] cpython: Revert changeset 6661a8154eb3: Issue #3329: Add new APIs to customize memory
victor.stinner
- [Python-checkins] cpython: Simplify return value of ssl.get_default_verify_paths
christian.heimes
- [Python-checkins] cpython: Spruce up test_xmlrpc by using ModuleNotFoundError and moving to
brett.cannon
- [Python-checkins] cpython: Stop using the deprecated unittest.TestCase.assertRaisesRegexp()
brett.cannon
- [Python-checkins] cpython: test_gdb.py: ignore also "warning: Source file is more recent than executable."
victor.stinner
- [Python-checkins] cpython: Tweak at the suggestion of Ezio Melotti for exception messages when
brett.cannon
- [Python-checkins] cpython: tweak exception message (again)
brett.cannon
- [Python-checkins] cpython: typo fix
brett.cannon
- [Python-checkins] cpython: Update various test modules to use unittest.main() for test discovery
brett.cannon
- [Python-checkins] cpython: Update What's New for importlib.util.module_to_load name change
brett.cannon
- [Python-checkins] cpython: whatsnew/3.4: mention functools.singledispatch, PEP 443
victor.stinner
- [Python-checkins] cpython: whatsnew/3.4: mention the new enum module, PEP 435
victor.stinner
- [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 (03747d64c042): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (05f7883ee92d): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (16fe29689f3f): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (1f0b6462ea3c): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (2472603af83e): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (25450fff5b90): sum=4
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (338be75f11c1): sum=1
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (42519153cb08): sum=2779
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (4a0017722910): sum=53
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (668aba845fb2): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (69b0b713865e): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (6a90817fb437): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (6b189f29b1e6): sum=2779
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (6b189f29b1e6): sum=2779
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (7aab60b70f90): sum=-1
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (7dee56b6ff34): sum=2
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (9046ef201591): sum=2
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (a089a8b1f93d): sum=7
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (acaf73e3d882): sum=2
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (adfec512fb32): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (af27c661d4fb): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (b0668185dc15): sum=-1
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (b78648c6603e): sum=3089
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (c1f537c4a8e5): sum=3
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (c8212fca8747): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (d04444f21b73): sum=1
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (dcb4985d82bc): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (e5427b0b2bf7): sum=1
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (e6fc120012e5): sum=6
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (e7a01c7f69fe): sum=5
solipsis at pitrou.net
- [Python-checkins] devguide: Added enum module with ethan.furman, eli.bendersky, and barry as experts.
ethan.furman
- [Python-checkins] devguide: add me and GPS to some modules
christian.heimes
- [Python-checkins] devguide: Don't ask contributors to add themselves to Misc/ACKS, it is the core
antoine.pitrou
- [Python-checkins] peps: Accept PEP 443, making a few minor edits to improve text flow.
guido.van.rossum
- [Python-checkins] peps: Added rationale for functional API defaulting to 1 as the start.
ethan.furman
- [Python-checkins] peps: Add jsonschema ref to PEP 426
nick.coghlan
- [Python-checkins] peps: An object's finalizer will only ever be called once, even if resurrected.
antoine.pitrou
- [Python-checkins] peps: clarify some wording based on feedback from Marcus Smith; note resolution of
richard.jones
- [Python-checkins] peps: fix spelling
brett.cannon
- [Python-checkins] peps: Incorporate Vinay's direct reference feedback
nick.coghlan
- [Python-checkins] peps: Marked PEP-0435 as Final.
ethan.furman
- [Python-checkins] peps: Marked PEP 443 as Final.
lukasz.langa
- [Python-checkins] peps: Mark PEP 442 as accepted
antoine.pitrou
- [Python-checkins] peps: obscure the email address in bdfl-delegate, too
benjamin.peterson
- [Python-checkins] peps: pep-426: properly escape backslashes
daniel.holth
- [Python-checkins] peps: PEP 0445: examples
victor.stinner
- [Python-checkins] peps: PEP 426 - add missing dependency fields
nick.coghlan
- [Python-checkins] peps: PEP 426/440 update
nick.coghlan
- [Python-checkins] peps: PEP 426: add distlib as a reference impl
nick.coghlan
- [Python-checkins] peps: PEP 426: make summary field mandatory
nick.coghlan
- [Python-checkins] peps: PEP 426: tweak standard build system description
nick.coghlan
- [Python-checkins] peps: PEP 426 updates
nick.coghlan
- [Python-checkins] peps: PEP 445
victor.stinner
- [Python-checkins] peps: PEP 445
victor.stinner
- [Python-checkins] peps: PEP 445
victor.stinner
- [Python-checkins] peps: PEP 445
victor.stinner
- [Python-checkins] peps: PEP 445
victor.stinner
- [Python-checkins] peps: PEP 445
victor.stinner
- [Python-checkins] peps: PEP 445
victor.stinner
- [Python-checkins] peps: PEP 445
victor.stinner
- [Python-checkins] peps: PEP 445
victor.stinner
- [Python-checkins] peps: PEP 445:
victor.stinner
- [Python-checkins] peps: PEP 445: add "Redesign Debug Checks on Memory Allocators as Hooks" section
victor.stinner
- [Python-checkins] peps: PEP 445: Add new APIs to customize memory allocators
victor.stinner
- [Python-checkins] peps: PEP 445: background
victor.stinner
- [Python-checkins] peps: PEP 445: cleanup and inline examples
victor.stinner
- [Python-checkins] peps: PEP 445: fix examples
victor.stinner
- [Python-checkins] peps: PEP 445: fix hook_malloc() in example 3
victor.stinner
- [Python-checkins] peps: PEP 445: fix typo
victor.stinner
- [Python-checkins] peps: PEP 445: more background
victor.stinner
- [Python-checkins] peps: PEP 445: Rename domains: PYMEM_DOMAIN_RAW, PYMEM_DOMAIN_MEM, PYMEM_DOMAIN_OBJ
victor.stinner
- [Python-checkins] peps: PEP 445: reorder
victor.stinner
- [Python-checkins] peps: PEP 445: take into account Antoine Pitrou's remarks
victor.stinner
- [Python-checkins] peps: PEP 445: textwidth=72 (for email)
victor.stinner
- [Python-checkins] peps: Reject PEP 315.
lukasz.langa
- [Python-checkins] peps: Reject PEP 315.
R. David Murray
- [Python-checkins] peps: Restore comment about an alternative syntax found in 2009
lukasz.langa
- [Python-checkins] peps: slight clarification
richard.jones
- [Python-checkins] peps: Tweak PEP 426 install hooks
nick.coghlan
- [Python-checkins] peps: typo
victor.stinner
- [Python-checkins] peps: Update post dates for 426/440
nick.coghlan
- [Python-checkins] r89000 - sandbox/branches/setuptools-0.6/setuptools/ssl_support.py
phillip.eby
- [Python-checkins] r89001 - sandbox/trunk/setuptools/setuptools/ssl_support.py
phillip.eby
Last message date:
Sun Jun 30 23:12:14 CEST 2013
Archived on: Sun Jun 30 23:12:17 CEST 2013
This archive was generated by
Pipermail 0.09 (Mailman edition).