May 2013 Archives by subject
Starting: Wed May 1 00:17:55 CEST 2013
Ending: Fri May 31 21:35:37 CEST 2013
Messages: 531
- [Python-checkins] benchmarks: #15834: Make 2to3 so it can actually be proper translated.
brett.cannon
- [Python-checkins] benchmarks: Switch to using Python 3 for translation since if you are building the
brett.cannon
- [Python-checkins] Biggest Fake Conference in Computer Science
eliswilson at hushmail.com
- [Python-checkins] Biggest Fake Conference in Computer Science
eliswilson at hushmail.com
- [Python-checkins] cpython (2.7): #14146: Highlight source line while debugging on Windows.
roger.serwy
- [Python-checkins] cpython (2.7): #14878: add cross-reference to the yield statement.
andrew.kuchling
- [Python-checkins] cpython (2.7): #16518: fix links in glossary entry.
ezio.melotti
- [Python-checkins] cpython (2.7): #16523: improve attrgetter/itemgetter/methodcaller documentation.
ezio.melotti
- [Python-checkins] cpython (2.7): # 1722 - Add a note on urllib helper functions like splittype, splithost etc.
senthil.kumaran
- [Python-checkins] cpython (2.7): #17403: urllib.parse.robotparser normalizes the urls before adding to ruleline.
senthil.kumaran
- [Python-checkins] cpython (2.7): #17714: document that the base64 codec adds a trailing newline.
ezio.melotti
- [Python-checkins] cpython (2.7): #17833: add debug output to investigate buildbot failure.
ezio.melotti
- [Python-checkins] cpython (2.7): #17883: Fix buildbot testing of Tkinter on Windows. Patch by Zachary Ware.
ezio.melotti
- [Python-checkins] cpython (2.7): #17949: fix merge glitch in itemgetter signature. Patch by Martijn Pieters.
ezio.melotti
- [Python-checkins] cpython (2.7): #17973: Add FAQ entry for ([],)[0] += [1] both extending and raising.
r.david.murray
- [Python-checkins] cpython (2.7): #17973: fix technical inaccuracy in faq entry (it now passes doctest).
r.david.murray
- [Python-checkins] cpython (2.7): #7855: Add tests for ctypes/winreg for issues found in IronPython. Initial
ezio.melotti
- [Python-checkins] cpython (2.7): - Fix typos in the multiprocessing module.
matthias.klose
- [Python-checkins] cpython (2.7): - Issue #17754: Make ctypes.util.find_library() independent of the locale.
matthias.klose
- [Python-checkins] cpython (2.7): -Wformat is needed by gcc 4.8 (closes #17547)
benjamin.peterson
- [Python-checkins] cpython (2.7): Added tag v2.7.5 for changeset ab05e7dd2788
benjamin.peterson
- [Python-checkins] cpython (2.7): add missing NULL check (closes #18019)
benjamin.peterson
- [Python-checkins] cpython (2.7): backout 214d8909513d for regressions (#1159051)
benjamin.peterson
- [Python-checkins] cpython (2.7): bump version to 2.7.5
benjamin.peterson
- [Python-checkins] cpython (2.7): Elaborate on bytes-like objects.
antoine.pitrou
- [Python-checkins] cpython (2.7): Fix NEWS order
antoine.pitrou
- [Python-checkins] cpython (2.7): implement missing inequality on WeakSet
benjamin.peterson
- [Python-checkins] cpython (2.7): Issue #11995: test_pydoc doesn't import all sys.path modules anymore.
antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #12181: select module: Fix struct kevent definition on OpenBSD 64-bit
charles-francois.natali
- [Python-checkins] cpython (2.7): Issue #14173: Avoid crashing when reading a signal handler during interpreter
antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #15392: Create a unittest framework for IDLE, 2.7 version.
terry.reedy
- [Python-checkins] cpython (2.7): Issue #15392: Use test.test_support, as used test.support in 3.x.
terry.reedy
- [Python-checkins] cpython (2.7): Issue #15535: Fix regression in pickling of named tuples.
raymond.hettinger
- [Python-checkins] cpython (2.7): Issue #16316: mimetypes now recognizes the .xz and .txz (.tar.xz) extensions.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #16601: Restarting iteration over tarfile no more continues from where
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #17269: Workaround for a platform bug in getaddrinfo on OSX
ronald.oussoren
- [Python-checkins] cpython (2.7): Issue #17289: The readline module now plays nicer with external modules or
antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #17532: Always include Options menu for IDLE on OS X.
ned.deily
- [Python-checkins] cpython (2.7): Issue #17606: Fixed support of encoded byte strings in the XMLGenerator
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #17656: Skip test_extract_unicode_filenames if the FS encoding
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #17712: Fix test_gdb failures on Ubuntu 13.04.
antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #17805: Add AsyncResult alias for ApplyResult
richard.oudkerk
- [Python-checkins] cpython (2.7): Issue #17844: Refactor a documentation of Python specific encodings.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #17918: When using SSLSocket.accept(), if the SSL handshake failed on the
antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #17926: Fix dbm.__contains__ on 64-bit big-endian machines.
antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #17928: Fix test_structmembers on 64-bit big-endian machines.
antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #17979: Fixed the re module in build with --disable-unicode.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #17981: Closed socket on error in SysLogHandler.
vinay.sajip
- [Python-checkins] cpython (2.7): Issue #17990: Only modify include and library search paths when cross-compiling.
ned.deily
- [Python-checkins] cpython (2.7): Issue #18015: Fix unpickling of 2.7.3 and 2.7.4 namedtuples.
raymond.hettinger
- [Python-checkins] cpython (2.7): Issue #18026: fix ctypes doc typo
ned.deily
- [Python-checkins] cpython (2.7): Issue #18031: %-formatting isn't dead yet and might pull through.
raymond.hettinger
- [Python-checkins] cpython (2.7): Issue #18080: When building a C extension module on OS X, if the compiler
ned.deily
- [Python-checkins] cpython (2.7): Issue #18085: Fix PyObject_CallMethodObjArgs()'s entry in refcounts.dat.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #18094: test_uuid no more reports skipped tests as passed.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #18098: The deprecated OS X Build Applet.app fails to build on
ned.deily
- [Python-checkins] cpython (2.7): Issue 16584: in filecomp._cmp, catch IOError as well as os.error.
terry.reedy
- [Python-checkins] cpython (2.7): Issue 17862: Improve the signature of itertools grouper() recipe.
raymond.hettinger
- [Python-checkins] cpython (2.7): Issue17883: Update to assertIn to see why test fails on one buildbot.
terry.reedy
- [Python-checkins] cpython (2.7): Issue 17920: Fix-up terminology in the set documentation
raymond.hettinger
- [Python-checkins] cpython (2.7): onto 2.7.6
benjamin.peterson
- [Python-checkins] cpython (2.7): prevent IDLE from trying to close when sys.stdin is reassigned (#17838)
benjamin.peterson
- [Python-checkins] cpython (2.7): update topics
benjamin.peterson
- [Python-checkins] cpython (3.2): Added tag v3.2.5 for changeset cef745775b65
georg.brandl
- [Python-checkins] cpython (3.2): Bump to version 3.2.5.
georg.brandl
- [Python-checkins] cpython (3.2): Close #17666: Fix reading gzip files with an extra field.
georg.brandl
- [Python-checkins] cpython (3.2): Issue #1159051: Back out a fix for handling corrupted gzip files that
georg.brandl
- [Python-checkins] cpython (3.2): Issue #15535: Fix pickling of named tuples.
georg.brandl
- [Python-checkins] cpython (3.2): Issue #17843: Remove bz2 test data that triggers antivirus warnings.
georg.brandl
- [Python-checkins] cpython (3.2): Issue #17857: Prevent build failures with pre-3.5.0 versions of sqlite3,
georg.brandl
- [Python-checkins] cpython (3.2): Issue #17915: Fix interoperability of xml.sax with file objects returned by
georg.brandl
- [Python-checkins] cpython (3.2): Issue #17980: Fix possible abuse of ssl.match_hostname() for denial of service
antoine.pitrou
- [Python-checkins] cpython (3.3): #13495: Avoid loading the color delegator twice in IDLE.
roger.serwy
- [Python-checkins] cpython (3.3): #14097: improve the "introduction" page of the tutorial.
ezio.melotti
- [Python-checkins] cpython (3.3): #14146: Highlight source line while debugging on Windows.
roger.serwy
- [Python-checkins] cpython (3.3): #14187: Add glossary entry for 'function annotations'.
r.david.murray
- [Python-checkins] cpython (3.3): #16518: use "bytes-like object" throughout the docs.
ezio.melotti
- [Python-checkins] cpython (3.3): #16523: improve attrgetter/itemgetter/methodcaller documentation.
ezio.melotti
- [Python-checkins] cpython (3.3): #17403: urllib.parse.robotparser normalizes the urls before adding to ruleline.
senthil.kumaran
- [Python-checkins] cpython (3.3): #17700: update the curses HOWTO for 3.x
andrew.kuchling
- [Python-checkins] cpython (3.3): #17714: document that the base64 codec adds a trailing newline.
ezio.melotti
- [Python-checkins] cpython (3.3): #17798: Allow IDLE to edit new files when specified on command line.
roger.serwy
- [Python-checkins] cpython (3.3): #17802: Fix an UnboundLocalError in html.parser. Initial tests by Thomas
ezio.melotti
- [Python-checkins] cpython (3.3): #17809: fix a test failure in test_expanduser when $HOME has a trailing /.
ezio.melotti
- [Python-checkins] cpython (3.3): #17833: fix test_gdb failures seen on PPC64 Linux in test_threads
david.malcolm
- [Python-checkins] cpython (3.3): #17841: remove missing codecs aliases from the documentation. Patch by Thomas
ezio.melotti
- [Python-checkins] cpython (3.3): #17871: fix unittest.TextTestRunner signature in the docs. Patch by Yogesh
ezio.melotti
- [Python-checkins] cpython (3.3): #17877: skip test if the Olson's TZ database is missing.
ezio.melotti
- [Python-checkins] cpython (3.3): #17938: remove duplicate paragraphs.
ezio.melotti
- [Python-checkins] cpython (3.3): #17973: Add FAQ entry for ([],)[0] += [1] both extending and raising.
r.david.murray
- [Python-checkins] cpython (3.3): #17973: Add FAQ entry for ([], )[0] += [1] both extending and raising.
Nick Coghlan
- [Python-checkins] cpython (3.3): #17973: fix technical inaccuracy in faq entry (it now passes doctest).
r.david.murray
- [Python-checkins] cpython (3.3): #7855: Add tests for ctypes/winreg for issues found in IronPython. Initial
ezio.melotti
- [Python-checkins] cpython (3.3): - Fix typos in the multiprocessing module.
matthias.klose
- [Python-checkins] cpython (3.3): - Issue #17754: Make ctypes.util.find_library() independent of the locale.
matthias.klose
- [Python-checkins] cpython (3.3): - Issue #17977: The documentation for the cadefault argument's default value
barry.warsaw
- [Python-checkins] cpython (3.3): -Wformat is needed by gcc 4.8 (closes #17547)
benjamin.peterson
- [Python-checkins] cpython (3.3): Add a missing parenthesis.
brett.cannon
- [Python-checkins] cpython (3.3): Added tag v3.3.2 for changeset d047928ae3f6
georg.brandl
- [Python-checkins] cpython (3.3): Add Nick Sloan for his contribution to #17732
brian.curtin
- [Python-checkins] cpython (3.3): add recursive repr test
benjamin.peterson
- [Python-checkins] cpython (3.3): add test for inequality
benjamin.peterson
- [Python-checkins] cpython (3.3): Back out patch for #1159051, which caused backwards compatibility problems.
georg.brandl
- [Python-checkins] cpython (3.3): Backport bff16086f03b and bcaaaa00425b.
stefan.krah
- [Python-checkins] cpython (3.3): bump to 3.3.2
georg.brandl
- [Python-checkins] cpython (3.3): C89 declaration compliance
benjamin.peterson
- [Python-checkins] cpython (3.3): Clean-up duplicated code in tests
eli.bendersky
- [Python-checkins] cpython (3.3): Close file before reopening to keep Windows happy in test_sax.
richard.oudkerk
- [Python-checkins] cpython (3.3): Closes #17962: Build with OpenSSL 1.0.1e on Windows.
georg.brandl
- [Python-checkins] cpython (3.3): Closes issue #17732: ignore install-directory specific options in
georg.brandl
- [Python-checkins] cpython (3.3): complain about "global __class__" in a class body (closes #17983)
benjamin.peterson
- [Python-checkins] cpython (3.3): Complete 2 to 3 conversion
terry.reedy
- [Python-checkins] cpython (3.3): Elaborate on bytes-like objects.
antoine.pitrou
- [Python-checkins] cpython (3.3): Fix #18007 : Document CookieJar.add_cookie_header request parameter changes in
senthil.kumaran
- [Python-checkins] cpython (3.3): Fix a test to not use an assertion for something that could be
brett.cannon
- [Python-checkins] cpython (3.3): Fix crash caused by 8c1385205a35
antoine.pitrou
- [Python-checkins] cpython (3.3): Fix ResourceWarnings in test_sax
antoine.pitrou
- [Python-checkins] cpython (3.3): Fix some bugs in Tools/scripts/abitype.py.
serhiy.storchaka
- [Python-checkins] cpython (3.3): Fix test_bad_address on Ubuntu 13.04
antoine.pitrou
- [Python-checkins] cpython (3.3): Fix typo in embedding doc and update examples to 3.3.
ned.deily
- [Python-checkins] cpython (3.3): Ignore Mac OS X entries for .DS_Store
raymond.hettinger
- [Python-checkins] cpython (3.3): indicate that read/write work with bytes (closes #18009)
benjamin.peterson
- [Python-checkins] cpython (3.3): Issue #11995: test_pydoc doesn't import all sys.path modules anymore.
antoine.pitrou
- [Python-checkins] cpython (3.3): Issue #12181: select module: Fix struct kevent definition on OpenBSD 64-bit
charles-francois.natali
- [Python-checkins] cpython (3.3): Issue #13612: handle unknown encodings without a buffer overflow.
eli.bendersky
- [Python-checkins] cpython (3.3): Issue #13772: Restored directory detection of targets in `os.symlink` on
jason.coombs
- [Python-checkins] cpython (3.3): Issue #14173: Avoid crashing when reading a signal handler during interpreter
antoine.pitrou
- [Python-checkins] cpython (3.3): Issue #15392: Create a unittest framework for IDLE.
terry.reedy
- [Python-checkins] cpython (3.3): Issue #15392: Do not run tests if threading/_thread not available. Otherwise
terry.reedy
- [Python-checkins] cpython (3.3): Issue #15392: Finish news entry.
terry.reedy
- [Python-checkins] cpython (3.3): Issue #15535: Fix pickling of named tuples.
raymond.hettinger
- [Python-checkins] cpython (3.3): Issue #15902: Fix imp.load_module() to accept None as a file when
brett.cannon
- [Python-checkins] cpython (3.3): Issue #16316: mimetypes now recognizes the .xz and .txz (.tar.xz) extensions.
serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #16601: Restarting iteration over tarfile no more continues from where
serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #16986: ElementTree now correctly parses a string input not only when
serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #17237: Fix crash in the ASCII decoder on m68k.
antoine.pitrou
- [Python-checkins] cpython (3.3): Issue #17269: Workaround for a platform bug in getaddrinfo on OSX
ronald.oussoren
- [Python-checkins] cpython (3.3): Issue #17289: The readline module now plays nicer with external modules or
antoine.pitrou
- [Python-checkins] cpython (3.3): Issue #17408: Avoid using an obsolete instance of the copyreg module when the
antoine.pitrou
- [Python-checkins] cpython (3.3): Issue #17529: Fix os.sendfile() documentation regarding the type of file
charles-francois.natali
- [Python-checkins] cpython (3.3): Issue #17532: Always include Options menu for IDLE on OS X.
ned.deily
- [Python-checkins] cpython (3.3): Issue #17563: Fix dict resize performance regression.
raymond.hettinger
- [Python-checkins] cpython (3.3): Issue #17606: Fixed support of encoded byte strings in the XMLGenerator
serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #17712: Fix test_gdb failures on Ubuntu 13.04.
antoine.pitrou
- [Python-checkins] cpython (3.3): Issue #17743: Now use extended syntax of set command in .bat files.
vinay.sajip
- [Python-checkins] cpython (3.3): Issue #17744: Now unset VIRTUAL_ENV environment variable when deactivating.
vinay.sajip
- [Python-checkins] cpython (3.3): Issue #17746: Skip test_shutil.test_non_matching_mode when run as root or
serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #17768: Support newline fill character in decimal.py and NUL fill
stefan.krah
- [Python-checkins] cpython (3.3): Issue #17805: Add AsyncResult alias for ApplyResult
richard.oudkerk
- [Python-checkins] cpython (3.3): Issue #17812: Fixed quadratic complexity of base64.b32encode().
serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #17844: Add links to encoders and decoders for bytes-to-bytes codecs.
serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #17901: fix TreeBuilder construction for an explicit element_factory=None
eli.bendersky
- [Python-checkins] cpython (3.3): Issue #17953: document that sys.modules shouldn't be replaced (thanks
brett.cannon
- [Python-checkins] cpython (3.3): Issue #17968: Fix memory leak in os.listxattr().
antoine.pitrou
- [Python-checkins] cpython (3.3): Issue #17980: Fix possible abuse of ssl.match_hostname() for denial of service
antoine.pitrou
- [Python-checkins] cpython (3.3): Issue #17981: Closed socket on error in SysLogHandler.
vinay.sajip
- [Python-checkins] cpython (3.3): Issue #17989: element_setattro returned incorrect error value.
eli.bendersky
- [Python-checkins] cpython (3.3): Issue #17989: fix typo in error message
eli.bendersky
- [Python-checkins] cpython (3.3): Issue #18011: base64.b32decode() now raises a binascii.Error if there are
serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #18025: Fixed a segfault in io.BufferedIOBase.readinto() when raw
serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #18026: fix ctypes doc typo
ned.deily
- [Python-checkins] cpython (3.3): Issue #18031: %-formatting isn't dead yet and might pull through.
raymond.hettinger
- [Python-checkins] cpython (3.3): Issue #18063: fix some struct specifications in the tests for sys.getsizeof().
antoine.pitrou
- [Python-checkins] cpython (3.3): Issue #18079: Fix a typo in the tutorial.
serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #18080: When building a C extension module on OS X, if the compiler
ned.deily
- [Python-checkins] cpython (3.3): Issue #18085: Fix PyObject_CallMethodObjArgs()'s entry in refcounts.dat.
serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #18094: test_uuid no more reports skipped tests as passed.
serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue 17844: Clarify meaning of different codec tables
nick.coghlan
- [Python-checkins] cpython (3.3): Issue 17862: Improve the signature of itertools grouper() recipe.
raymond.hettinger
- [Python-checkins] cpython (3.3): Issue 17920: Fix-up terminology in the set documentation
raymond.hettinger
- [Python-checkins] cpython (3.3): I was confused before. It's correct to not call .close() inside the with
barry.warsaw
- [Python-checkins] cpython (3.3): Mention __cached__ in the import ref.
brett.cannon
- [Python-checkins] cpython (3.3): Misc/NEWS: Add 3.3.3 section and move entries made after the 3.3.2 release
matthias.klose
- [Python-checkins] cpython (3.3): move definition to top of block
benjamin.peterson
- [Python-checkins] cpython (3.3): only close non-None files
benjamin.peterson
- [Python-checkins] cpython (3.3): only recursively expand in the format spec (closes #17644)
benjamin.peterson
- [Python-checkins] cpython (3.3): post-release update.
georg.brandl
- [Python-checkins] cpython (3.3): prevent double free in cleanup code (#17968)
benjamin.peterson
- [Python-checkins] cpython (3.3): prevent IDLE from trying to close when sys.stdin is reassigned (#17838)
georg.brandl
- [Python-checkins] cpython (3.3): Remove unnecessary exception handler.
raymond.hettinger
- [Python-checkins] cpython (3.3): Silence unclosed open file ResourceWarning.
terry.reedy
- [Python-checkins] cpython (3.3): Support multiarch build in tests.
stefan.krah
- [Python-checkins] cpython (3.3): Try to make test more reliable (saw some sporadic failures on buildbots)
antoine.pitrou
- [Python-checkins] cpython (3.3): Update docstring for _asdict() to indicate it is obsolete.
raymond.hettinger
- [Python-checkins] cpython (3.3): use correct format code for exceptions
benjamin.peterson
- [Python-checkins] cpython (3.3): Use simple call to os.symlink for broken link (intended for previous commit)
jason.coombs
- [Python-checkins] cpython (3.3): Various tweaks to importlib docs.
brett.cannon
- [Python-checkins] cpython (3.3): when arguments are cells clear the locals slot (backport of #17927)
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> 3.3): merge with 3.2
georg.brandl
- [Python-checkins] cpython (merge 3.2 -> 3.3): merge with 3.2
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> 3.3): merge
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> 3.3): merge heads
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): #13495: merge with 3.3.
roger.serwy
- [Python-checkins] cpython (merge 3.3 -> default): #14097: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #14146: merge with 3.3.
roger.serwy
- [Python-checkins] cpython (merge 3.3 -> default): #15902: merge w/ 3.3
brett.cannon
- [Python-checkins] cpython (merge 3.3 -> default): #16518: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #16523: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #17700: merge with 3.3
andrew.kuchling
- [Python-checkins] cpython (merge 3.3 -> default): #17714: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #17798: merge with 3.3.
roger.serwy
- [Python-checkins] cpython (merge 3.3 -> default): #17802: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #17809: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #17833: merge with 3.3
david.malcolm
- [Python-checkins] cpython (merge 3.3 -> default): #17841: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #17871: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #17877: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #17938: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #7855: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): (3.3->default) Issue #17269: Workaround for a platform bug in getaddrinfo on OSX
ronald.oussoren
- [Python-checkins] cpython (merge 3.3 -> default): - Fix typos in the multiprocessing module.
matthias.klose
- [Python-checkins] cpython (merge 3.3 -> default): - Issue #17754: Make ctypes.util.find_library() independent of the locale.
matthias.klose
- [Python-checkins] cpython (merge 3.3 -> default): - Issue #17977: The documentation for the cadefault argument's default value
barry.warsaw
- [Python-checkins] cpython (merge 3.3 -> default): Clean-up duplicated code in tests
eli.bendersky
- [Python-checkins] cpython (merge 3.3 -> default): Closes #17743: Merged fix from 3.3.
vinay.sajip
- [Python-checkins] cpython (merge 3.3 -> default): Closes #17744: Merged fix from 3.3.
vinay.sajip
- [Python-checkins] cpython (merge 3.3 -> default): Closes #17981: Merged fix from 3.3.
vinay.sajip
- [Python-checkins] cpython (merge 3.3 -> default): Complete 2 to 3 conversion
terry.reedy
- [Python-checkins] cpython (merge 3.3 -> default): Complete 2 to 3 conversion
Terry Reedy
- [Python-checkins] cpython (merge 3.3 -> default): Elaborate on bytes-like objects.
antoine.pitrou
- [Python-checkins] cpython (merge 3.3 -> default): Fix crash caused by 8c1385205a35
antoine.pitrou
- [Python-checkins] cpython (merge 3.3 -> default): Fix ResourceWarnings in test_sax
antoine.pitrou
- [Python-checkins] cpython (merge 3.3 -> default): Fix some bugs in Tools/scripts/abitype.py.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Fix test_bad_address on Ubuntu 13.04
antoine.pitrou
- [Python-checkins] cpython (merge 3.3 -> default): Fix typo in embedding doc and update examples to 3.4.
ned.deily
- [Python-checkins] cpython (merge 3.3 -> default): Issue #11995: test_pydoc doesn't import all sys.path modules anymore.
antoine.pitrou
- [Python-checkins] cpython (merge 3.3 -> default): Issue #12181: select module: Fix struct kevent definition on OpenBSD 64-bit
charles-francois.natali
- [Python-checkins] cpython (merge 3.3 -> default): Issue #13612: handle unknown encodings without a buffer overflow.
eli.bendersky
- [Python-checkins] cpython (merge 3.3 -> default): Issue #14173: Avoid crashing when reading a signal handler during interpreter
antoine.pitrou
- [Python-checkins] cpython (merge 3.3 -> default): Issue #16601: Restarting iteration over tarfile no more continues from where
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #16986: ElementTree now correctly parses a string input not only when
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #17237: Fix crash in the ASCII decoder on m68k.
antoine.pitrou
- [Python-checkins] cpython (merge 3.3 -> default): Issue #17289: The readline module now plays nicer with external modules or
antoine.pitrou
- [Python-checkins] cpython (merge 3.3 -> default): Issue #17408: Avoid using an obsolete instance of the copyreg module when the
antoine.pitrou
- [Python-checkins] cpython (merge 3.3 -> default): Issue #17529: Fix os.sendfile() documentation regarding the type of file
charles-francois.natali
- [Python-checkins] cpython (merge 3.3 -> default): Issue #17532: merge
ned.deily
- [Python-checkins] cpython (merge 3.3 -> default): Issue #17606: Fixed support of encoded byte strings in the XMLGenerator
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #17712: Fix test_gdb failures on Ubuntu 13.04.
antoine.pitrou
- [Python-checkins] cpython (merge 3.3 -> default): Issue #17746: Skip test_shutil.test_non_matching_mode when run as root or
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #17812: Fixed quadratic complexity of base64.b32encode().
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #17838: merge with 3.3
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): Issue #17844: Add links to encoders and decoders for bytes-to-bytes codecs.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #17901: fix TreeBuilder construction for an explicit element_factory=None
eli.bendersky
- [Python-checkins] cpython (merge 3.3 -> default): Issue #17968: Fix memory leak in os.listxattr().
antoine.pitrou
- [Python-checkins] cpython (merge 3.3 -> default): Issue #17980: Fix possible abuse of ssl.match_hostname() for denial of service
antoine.pitrou
- [Python-checkins] cpython (merge 3.3 -> default): Issue #17989: element_setattro returned incorrect error value.
eli.bendersky
- [Python-checkins] cpython (merge 3.3 -> default): Issue #17989: fix typo in error message
eli.bendersky
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18011: base64.b32decode() now raises a binascii.Error if there are
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18025: Fixed a segfault in io.BufferedIOBase.readinto() when raw
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18026: merge
ned.deily
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18063: fix some struct specifications in the tests for sys.getsizeof().
antoine.pitrou
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18079: Fix a typo in the tutorial.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18080: merge from 3.3
ned.deily
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18085: Fix PyObject_CallMethodObjArgs()'s entry in refcounts.dat.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18094: test_uuid no more reports skipped tests as passed.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): merge
raymond.hettinger
- [Python-checkins] cpython (merge 3.3 -> default): merge
raymond.hettinger
- [Python-checkins] cpython (merge 3.3 -> default): Merge
richard.oudkerk
- [Python-checkins] cpython (merge 3.3 -> default): merge
raymond.hettinger
- [Python-checkins] cpython (merge 3.3 -> default): merge
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge
raymond.hettinger
- [Python-checkins] cpython (merge 3.3 -> default): merge
raymond.hettinger
- [Python-checkins] cpython (merge 3.3 -> default): merge
raymond.hettinger
- [Python-checkins] cpython (merge 3.3 -> default): merge
raymond.hettinger
- [Python-checkins] cpython (merge 3.3 -> default): merge
raymond.hettinger
- [Python-checkins] cpython (merge 3.3 -> default): merge
brett.cannon
- [Python-checkins] cpython (merge 3.3 -> default): merge
brett.cannon
- [Python-checkins] cpython (merge 3.3 -> default): merge
brett.cannon
- [Python-checkins] cpython (merge 3.3 -> default): merge
terry.reedy
- [Python-checkins] cpython (merge 3.3 -> default): Merge #14187: Add glossary entry for 'function annotations'.
r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Merge #17973: Add FAQ entry for ([],)[0] += [1] both extending and raising.
r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): merge #17973: fix technical inaccuracy in faq entry (it now passes doctest).
r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Merge.
richard.oudkerk
- [Python-checkins] cpython (merge 3.3 -> default): Merge 3.3
barry.warsaw
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3
benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3
benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3
benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3
benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3
benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3
benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3
benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3
benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3 (#17547)
benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3 (#17968)
benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): Merge 3.3.
stefan.krah
- [Python-checkins] cpython (merge 3.3 -> default): Merge 3.3.
stefan.krah
- [Python-checkins] cpython (merge 3.3 -> default): merge fix for issue #17953
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 issue 17844 from 3.3
nick.coghlan
- [Python-checkins] cpython (merge 3.3 -> default): merge w/ 3.3
brett.cannon
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): Merge with 3.3
terry.reedy
- [Python-checkins] cpython (merge 3.3 -> default): Merge with 3.3
brian.curtin
- [Python-checkins] cpython (merge 3.3 -> default): Merge with 3.3
terry.reedy
- [Python-checkins] cpython (merge 3.3 -> default): Merge with 3.3
jason.coombs
- [Python-checkins] cpython (merge 3.3 -> default): Merge with 3.3
jason.coombs
- [Python-checkins] cpython (merge 3.3 -> default): Merge with 3.3
Benjamin Peterson
- [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 from 3.3
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): null-merge reversion of #1159051 patch from 3.3
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): null mege 3.3 with fix not applicable here
benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): Null merge (already committed in changeset a3ba5fe9bfd3)
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Null merge.
stefan.krah
- [Python-checkins] cpython (merge 3.3 -> default): null merge 3.3 from backport
benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): Try to make test more reliable (saw some sporadic failures on buildbots)
antoine.pitrou
- [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.
charles-francois.natali
- [Python-checkins] cpython (merge default -> default): Merge heads
serhiy.storchaka
- [Python-checkins] cpython: #11078: test___all__ now checks for duplicates in __all__. Initial patch by R.
ezio.melotti
- [Python-checkins] cpython: #14679: add an __all__ (that contains only HTMLParser) to html.parser.
ezio.melotti
- [Python-checkins] cpython: #1554133: Document PyOS_InputHook, PyOS_ReadlineFunctionPointer
andrew.kuchling
- [Python-checkins] cpython: #17115,17116: Have modules initialize the __package__ and __loader__
brett.cannon
- [Python-checkins] cpython: #17115, 17116: Have modules initialize the __package__ and __loader__
Brett Cannon
- [Python-checkins] cpython: #17115: I hate you MS for not supporting C99.
brett.cannon
- [Python-checkins] cpython: #17115: Remove what appears to be a useless chunk of code which broke
brett.cannon
- [Python-checkins] cpython: #17927: Keep frame from referencing cell-ified arguments.
guido.van.rossum
- [Python-checkins] cpython: #17955: minor updates to Functional howto
andrew.kuchling
- [Python-checkins] cpython: _elementtree.XMLParser._setevents should support any sequence, not just tuples
eli.bendersky
- [Python-checkins] cpython: Add some testing to verify which module was imported in ET tests.
eli.bendersky
- [Python-checkins] cpython: add trailing newline to file
brett.cannon
- [Python-checkins] cpython: audioop: explicit cast to fix a compiler warning
victor.stinner
- [Python-checkins] cpython: Backed out changeset c0f2b038fc12
charles-francois.natali
- [Python-checkins] cpython: Backout 2e446e87ac5b; it breaks the unix buildbots.
richard.oudkerk
- [Python-checkins] cpython: Backout c89febab4648 following private feedback by Guido.
antoine.pitrou
- [Python-checkins] cpython: change AST codegen to use PyModule_AddIntMacro
benjamin.peterson
- [Python-checkins] cpython: Change a test assertion to a conditional so the test will pass on
brett.cannon
- [Python-checkins] cpython: Clarify docs too: events can be any sequence (not that the C code supports it)
eli.bendersky
- [Python-checkins] cpython: Clarify some documentation
brett.cannon
- [Python-checkins] cpython: Cleanup even more dead code
eli.bendersky
- [Python-checkins] cpython: Cleanup more old ET library leftovers
eli.bendersky
- [Python-checkins] cpython: Closes #17892: Fix the name of _PyObject_CallMethodObjIdArgs
alexandre.vassalotti
- [Python-checkins] cpython: Closes #18046: Simplified logging internals relating to levels and their names.
vinay.sajip
- [Python-checkins] cpython: Correction for 4f82b6cfee46.
richard.oudkerk
- [Python-checkins] cpython: Correct issue number for c4f92b597074 in Misc/NEWS from #13813 to #13831
richard.oudkerk
- [Python-checkins] cpython: Deprecate nametuple._asdict()
raymond.hettinger
- [Python-checkins] cpython: Diagnostics collected, test disabled for now.
vinay.sajip
- [Python-checkins] cpython: don't expand the operand to Py_XINCREF/XDECREF/CLEAR/DECREF multiple times
benjamin.peterson
- [Python-checkins] cpython: FileIO.readall(): remove trailing space from an exception message
victor.stinner
- [Python-checkins] cpython: Fix #16832 - expose cache validity checking support in ABCMeta
lukasz.langa
- [Python-checkins] cpython: Fix #17272 - Make Request.full_url and Request.get_full_url return same result
senthil.kumaran
- [Python-checkins] cpython: Fix a compilater warning on Windows 64-bit
victor.stinner
- [Python-checkins] cpython: Fix a compilater warning on Windows 64-bit
victor.stinner
- [Python-checkins] cpython: Fix a compiler warning: in and out are unused in _Py_char2wchar() if
victor.stinner
- [Python-checkins] cpython: Fix a compiler warning: use unsigned int type instead of enum PyUnicode_Kind to
victor.stinner
- [Python-checkins] cpython: Fix compilater warnings on Windows 64-bit
victor.stinner
- [Python-checkins] cpython: fix compilation on Windows
victor.stinner
- [Python-checkins] cpython: fix compilation on Windows
Terry Reedy
- [Python-checkins] cpython: Fix compilation under MSVC: ssl_set_mode() is a macro, and the MSVC
antoine.pitrou
- [Python-checkins] cpython: Fix compiler warnings: explicit cast to int in sha256/sha512 modules
victor.stinner
- [Python-checkins] cpython: Fixed #18075 - Infinite recursion tests triggering a segfault on Mac OS X
lukasz.langa
- [Python-checkins] cpython: Fix issue #17996: expose socket.AF_LINK constant on BSD and OSX.
giampaolo.rodola
- [Python-checkins] cpython: Fix os.__all__ to is passes test___all__
richard.oudkerk
- [Python-checkins] cpython: Fix uninitialized value in charmap_decode_mapping()
victor.stinner
- [Python-checkins] cpython: ftplib tests: provide a global socket's TIMEOUT variable and use it everywhere
giampaolo.rodola
- [Python-checkins] cpython: Get rid of ugly code duplication for ElementTree.parse when the accelerator
eli.bendersky
- [Python-checkins] cpython: grammar
benjamin.peterson
- [Python-checkins] cpython: Guard more tests in test_imp requiring imp.load_dynamic() to exist.
brett.cannon
- [Python-checkins] cpython: hide the __class__ closure from the class body (#12370)
benjamin.peterson
- [Python-checkins] cpython: Introduce importlib.util.ModuleManager which is a context manager to
brett.cannon
- [Python-checkins] cpython: Issue #11816: Add missing test helper
nick.coghlan
- [Python-checkins] cpython: Issue #11816: multiple improvements to the dis module
nick.coghlan
- [Python-checkins] cpython: Issue #11816: switch test_peepholer to bytecode_helper
nick.coghlan
- [Python-checkins] cpython: Issue #13721: SSLSocket.getpeercert() and SSLSocket.do_handshake() now raise an
antoine.pitrou
- [Python-checkins] cpython: Issue #13813: Embed stringification of remote traceback in local
richard.oudkerk
- [Python-checkins] cpython: Issue #14596: The struct.Struct() objects now use more compact implementation.
serhiy.storchaka
- [Python-checkins] cpython: Issue #1545463: At shutdown, defer finalization of codec modules so that stderr
antoine.pitrou
- [Python-checkins] cpython: Issue #1545463: Global variables caught in reference cycles are now
antoine.pitrou
- [Python-checkins] cpython: Issue #15528: Add weakref.finalize to support finalization using
richard.oudkerk
- [Python-checkins] cpython: Issue #15528: Add weakref.finalize to support finalization using
richard.oudkerk
- [Python-checkins] cpython: Issue #15758: Fix FileIO.readall() so it no longer has O(n**2) complexity.
richard.oudkerk
- [Python-checkins] cpython: Issue #16694: Add source code link for operator.py
raymond.hettinger
- [Python-checkins] cpython: Issue #17094: Clear stale thread states after fork().
antoine.pitrou
- [Python-checkins] cpython: Issue #17683: socket module: return AF_UNIX addresses in Linux abstract
charles-francois.natali
- [Python-checkins] cpython: Issue #17684: Fix some test_socket failures due to limited FD passing support
charles-francois.natali
- [Python-checkins] cpython: Issue #17807: Generators can now be finalized even when they are part of a
antoine.pitrou
- [Python-checkins] cpython: Issue #17900: Allowed pickling of recursive OrderedDicts. Decreased pickled
serhiy.storchaka
- [Python-checkins] cpython: Issue #17912: Use a doubly linked-list for thread states.
charles-francois.natali
- [Python-checkins] cpython: Issue #17914: Add os.cpu_count(). Patch by Yogesh Chaudhari, based on an
charles-francois.natali
- [Python-checkins] cpython: Issue #17914: Remove OS-X special-case, and use the correct int type.
charles-francois.natali
- [Python-checkins] cpython: Issue #17914: We can now inline _bsd_cpu_count().
charles-francois.natali
- [Python-checkins] cpython: Issue #17917: Use PyModule_AddIntMacro() instead of PyModule_AddIntConstant()
charles-francois.natali
- [Python-checkins] cpython: Issue #17937: Try harder to collect cyclic garbage at shutdown.
antoine.pitrou
- [Python-checkins] cpython: Issue #17964: Fix os.sysconf(): the return type of the C sysconf() function
victor.stinner
- [Python-checkins] cpython: Issue #17988: remove unused alias for Element and rename the used one
eli.bendersky
- [Python-checkins] cpython: Issue #17992: Add timeouts to asyncore and asynchat tests so that they won't
giampaolo.rodola
- [Python-checkins] cpython: Issue #18011: Silence an unrelated noise introduced in changeset 1b5ef05d6ced.
serhiy.storchaka
- [Python-checkins] cpython: Issue #18070: importlib.util.module_for_loader() now sets __loader__
brett.cannon
- [Python-checkins] cpython: Issue #18072: Implement get_code() for importlib.abc.InspectLoader and
brett.cannon
- [Python-checkins] cpython: Issue #18084: Use sys.byteorder in wave.py.
serhiy.storchaka
- [Python-checkins] cpython: Issue #5845: avoid an exception at startup on OS X if no .editrc file exists.
mark.dickinson
- [Python-checkins] cpython: Issue #5845: Enable tab-completion in the interactive interpreter by default,
antoine.pitrou
- [Python-checkins] cpython: Issue #7330: Implement width and precision (ex: "%5.3s") for the format string
victor.stinner
- [Python-checkins] cpython: Issue #8240: Set the SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER flag on SSL sockets.
antoine.pitrou
- [Python-checkins] cpython: Issue #9369: The types of `char*` arguments of PyObject_CallFunction() and
serhiy.storchaka
- [Python-checkins] cpython: make GCC complain about declarations not at the top of blocks
benjamin.peterson
- [Python-checkins] cpython: Mark untestable lines for gcov.
stefan.krah
- [Python-checkins] cpython: Mention issue #16832 in Misc/NEWS
lukasz.langa
- [Python-checkins] cpython: Move a NEWS entity to a correct place.
serhiy.storchaka
- [Python-checkins] cpython: Move importlib.abc.SourceLoader.source_to_code() to InspectLoader.
brett.cannon
- [Python-checkins] cpython: Move NEWS entry to the right section.
ezio.melotti
- [Python-checkins] cpython: Move some Misc/NEWS entries to correct place.
serhiy.storchaka
- [Python-checkins] cpython: Move test_imp over to unittest.main()
brett.cannon
- [Python-checkins] cpython: NEWS entry for issue #18072
brett.cannon
- [Python-checkins] cpython: normalize whitespace
eli.bendersky
- [Python-checkins] cpython: rather than passing locals to the class body, just execute the class body in
benjamin.peterson
- [Python-checkins] cpython: Re-enabled skipped test.
vinay.sajip
- [Python-checkins] cpython: Re-enabled test with more diagnostics.
vinay.sajip
- [Python-checkins] cpython: Remove duplicate entry due to mismerge and incomplete resolution.
terry.reedy
- [Python-checkins] cpython: remove support GCC PyArg_ParseTuple format patch, last seen in 2006
benjamin.peterson
- [Python-checkins] cpython: remove unused import
benjamin.peterson
- [Python-checkins] cpython: Rename importlib.util.ModuleManager to module_to_load so that the name
brett.cannon
- [Python-checkins] cpython: reset __class__, so multiple runs don't fail (closes #17999)
benjamin.peterson
- [Python-checkins] cpython: rewrite the parsing of field names to be more consistent wrt recursive expansion
benjamin.peterson
- [Python-checkins] cpython: simplify #17947 test with weakrefs
benjamin.peterson
- [Python-checkins] cpython: Skip failing test pending investigation.
vinay.sajip
- [Python-checkins] cpython: test_decimal: add __sizeof__() tests for code coverage.
stefan.krah
- [Python-checkins] cpython: test that the compiler support -Werror=statement-after-declaration before using
benjamin.peterson
- [Python-checkins] cpython: Touch up grammar for dict.update() docstring.
brett.cannon
- [Python-checkins] cpython: Undo a recommendation as load_module() methods might be called directly
brett.cannon
- [Python-checkins] cpython: Undo the deprecation of _asdict().
raymond.hettinger
- [Python-checkins] cpython: Update importlib.h
brett.cannon
- [Python-checkins] cpython: Use PY_FORMAT_SIZE_T because Visual Studio does not understand %zd format.
richard.oudkerk
- [Python-checkins] cpython: Use Py_intptr_t to store the difference between two pointers, instead of int
victor.stinner
- [Python-checkins] cpython: when an argument is a cell, set the local copy to NULL (see #17927)
benjamin.peterson
- [Python-checkins] cpython: zlib: Explicit cast to fix a compiler warning
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] 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 (04ca3f1515cf): sum=1
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (0512bb1b5b8a): sum=2
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (0a7d237c0919): sum=2
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (0ebc9005cb00): sum=2
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (155e6fb309f5): sum=-1
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (186cf551dae5): sum=37
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (18ef35afc55d): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (2ea849fde22b): sum=1
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (375d4fed4cf2): sum=4
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (3fe80a481dd9): sum=6
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (4e186581fea7): sum=2
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (56ca8eb5207a): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (5abe85aefe29): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (5c4ca109af1c): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (617cb2f978b0): sum=9
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (70f530161b9b): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (8a364deb0225): sum=2
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (8bcdd2343bf5): sum=2
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (8e1caaf567c4): sum=2
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (96c842873c30): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (b0f8918399df): sum=4
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (bf325cd5cc94): sum=1
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (c0d7adb189b5): sum=2
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (c4ca39bece9d): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (d0a093f40801): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (d331e14cae42): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (e163c13b941c): sum=12
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (e6b962fa44bb): sum=1
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (e74f4d6c0c81): sum=5
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (edefd3450834): sum=11
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (f7992397e98d): sum=1
solipsis at pitrou.net
- [Python-checkins] devguide: Add comment about avoiding --enable-shared for uninstalled builds. This should
ned.deily
- [Python-checkins] devguide: Record giving Ethan Furman commit privileges.
brett.cannon
- [Python-checkins] peps (merge default -> default): trunk merge
barry.warsaw
- [Python-checkins] peps: * deferred the annotation-driven form
lukasz.langa
- [Python-checkins] peps: - The functional API gets a keyword-only `module` argument.
barry.warsaw
- [Python-checkins] peps: 3.2 & 3.3 schedule update
georg.brandl
- [Python-checkins] peps: accept pep 438
richard.jones
- [Python-checkins] peps: acknowledge Nick Coghlan, add information on PyPy's pairtype
lukasz.langa
- [Python-checkins] peps: add 2.7.5 date
benjamin.peterson
- [Python-checkins] peps: Add async(). See https://codereview.appspot.com/9245047/
guido.van.rossum
- [Python-checkins] peps: Add a warning to PEP 302 that it should not longer be used as a
brett.cannon
- [Python-checkins] peps: Add pause/resume_writing, discard_output.
guido.van.rossum
- [Python-checkins] peps: Add PEP 438 resolution link
nick.coghlan
- [Python-checkins] peps: Add time(), call_at(). Remove call_repeatedly(). Get rid of add_*_handler()
guido.van.rossum
- [Python-checkins] peps: Add time(), call_at(). Remove call_repeatedly(). Get rid of add_*_handler()
Nick Coghlan
- [Python-checkins] peps: A few PEP 435 clarifications.
barry.warsaw
- [Python-checkins] peps: Describe __members__ instead of __aliases__. +a few additional touch-ups
eli.bendersky
- [Python-checkins] peps: Document that dispatch caching is used
lukasz.langa
- [Python-checkins] peps: Document the .registry attribute
lukasz.langa
- [Python-checkins] peps: Document the `dispatch()` attribute
lukasz.langa
- [Python-checkins] peps: downgrade from Sphinx-specific markup to plain docutils
lukasz.langa
- [Python-checkins] peps: Explicitly state that the default implementation is registered for `object`
lukasz.langa
- [Python-checkins] peps: Fill in Post-History
antoine.pitrou
- [Python-checkins] peps: Fix a definition and add some clarifications
antoine.pitrou
- [Python-checkins] peps: Fix a reST formatting error
lukasz.langa
- [Python-checkins] peps: Fix typo
eli.bendersky
- [Python-checkins] peps: Grammatical fixes
brett.cannon
- [Python-checkins] peps: Guido explicitly rejects PEP 3142.
barry.warsaw
- [Python-checkins] peps: Include an example output from _compose_mro()
lukasz.langa
- [Python-checkins] peps: I was appointed delegate.
benjamin.peterson
- [Python-checkins] peps: Make consistent use of the term "implementation" versus "overload"
lukasz.langa
- [Python-checkins] peps: Markup fixes
nick.coghlan
- [Python-checkins] peps: Mass deferral as proposed on python-dev
nick.coghlan
- [Python-checkins] peps: Mention the new bit in the GC header
antoine.pitrou
- [Python-checkins] peps: Minor clarifications.
guido.van.rossum
- [Python-checkins] peps: Move wrap_future() out of EventLoop. Document local_addr.
guido.van.rossum
- [Python-checkins] peps: New PEP: Safe object finalization
antoine.pitrou
- [Python-checkins] peps: New PEP: Safe object finalization
Terry Reedy
- [Python-checkins] peps: Overhaul PEP 435 to describe the current state of decisions, which deviates
eli.bendersky
- [Python-checkins] peps: PEP 435 is accepted by Guido.
barry.warsaw
- [Python-checkins] peps: PEP 443 - Single-dispatch generic functions. Initial draft
lukasz.langa
- [Python-checkins] peps: Publish the JSON-based metadata 2.0 spec
nick.coghlan
- [Python-checkins] peps: Record rejection of PEP 437
nick.coghlan
- [Python-checkins] peps: reference the final posting on python-dev
lukasz.langa
- [Python-checkins] peps: Resolve the open issue on ABC support, link the reference implementation.
lukasz.langa
- [Python-checkins] peps: reword complicated sentence
eli.bendersky
- [Python-checkins] peps: setup.cfg support won't be added to the stdlib
nick.coghlan
- [Python-checkins] peps: Small corrections.
guido.van.rossum
- [Python-checkins] peps: Some clarifications about pickling of Enums
eli.bendersky
- [Python-checkins] peps: tentative future 2.7 release dates
benjamin.peterson
- [Python-checkins] peps: The date isn't right
antoine.pitrou
- [Python-checkins] peps: Update based on distutils-sig feedback
nick.coghlan
- [Python-checkins] peps: Updated PEP 435 with some in-line motivations, and some general cleanup.
eli.bendersky
- [Python-checkins] peps: Update PEP 435 with latest decisions and add some clarifications:
eli.bendersky
- [Python-checkins] peps: update todo items
eli.bendersky
- [Python-checkins] peps: Wrap at fewer columns.
antoine.pitrou
- [Python-checkins] r88994 - in sandbox/trunk/setuptools: pkg_resources.py setup.py setuptools.txt setuptools/command/easy_install.py setuptools/dist.py setuptools/package_index.py setuptools/sandbox.py setuptools/tests/api_tests.txt setuptools/tests/test_resources.py
phillip.eby
- [Python-checkins] r88996 - in sandbox/trunk/setuptools: setuptools.egg-info/dependency_links.txt setuptools.egg-info/requires.txt setuptools/ssl_support.py
phillip.eby
- [Python-checkins] r88997 - in sandbox/branches/setuptools-0.6: EasyInstall.txt api_tests.txt pkg_resources.py setup.py setuptools.egg-info/dependency_links.txt setuptools.egg-info/entry_points.txt setuptools.egg-info/requires.txt setuptools.txt setuptools/command/easy_install.py setuptools/dist.py setuptools/package_index.py setuptools/sandbox.py setuptools/ssl_support.py setuptools/tests/test_resources.py
phillip.eby
- [Python-checkins] r88998 - sandbox/branches/setuptools-0.6/setuptools/ssl_support.py
phillip.eby
- [Python-checkins] r88999 - sandbox/trunk/setuptools/setuptools/ssl_support.py
phillip.eby
- [Python-checkins] release: Use "hg touch" where available to update generated file timestamps. Fixes
georg.brandl
Last message date:
Fri May 31 21:35:37 CEST 2013
Archived on: Fri May 31 21:35:39 CEST 2013
This archive was generated by
Pipermail 0.09 (Mailman edition).