Showing content from http://mail.python.org/pipermail/python-checkins/2012-February/thread.html below:
The Python-checkins February 2012 Archive by thread
February 2012 Archives by thread
Starting: Wed Feb 1 00:22:11 CET 2012
Ending: Wed Feb 29 20:45:05 CET 2012
Messages: 803
- [Python-checkins] cpython: Issue #13706: Add assertions to detect bugs earlier victor.stinner
- [Python-checkins] Daily reference leaks (056f5cc8885d): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Add a usage note raymond.hettinger
- [Python-checkins] cpython (2.7): fix whitespace raymond.hettinger
- [Python-checkins] cpython (2.7): Use xrange in the example raymond.hettinger
- [Python-checkins] cpython (3.2): Add usage note raymond.hettinger
- [Python-checkins] cpython (merge 3.2 -> default): merge raymond.hettinger
- [Python-checkins] cpython (3.2): sqlite3: Handle strings with embedded zeros correctly petri.lehtinen
- [Python-checkins] cpython (2.7): sqlite3: Handle strings with embedded zeros correctly petri.lehtinen
- [Python-checkins] cpython (merge 3.2 -> default): Merge branch 3.2 petri.lehtinen
- [Python-checkins] cpython (3.2): Add a hint that CSD == Service Pack. brian.curtin
- [Python-checkins] cpython (merge 3.2 -> default): merge from 3.2 brian.curtin
- [Python-checkins] cpython (2.7): merge from fb225c289bf0 brian.curtin
- [Python-checkins] cpython (merge default -> default): merge updates brian.curtin
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge. brian.curtin
- [Python-checkins] cpython (merge 3.2 -> 3.2): merge. again. brian.curtin
- [Python-checkins] cpython (2.7): Show the import in the sqlite3 example raymond.hettinger
- [Python-checkins] cpython (2.7): Use validate SQL in the example (this was confusing to readers) raymond.hettinger
- [Python-checkins] cpython (2.7): Clarify the note for UserList raymond.hettinger
- [Python-checkins] Daily reference leaks (650be5ace87c): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Add pure python equivalent code for reduce(). raymond.hettinger
- [Python-checkins] cpython (2.7): Clean-up docs for input() raymond.hettinger
- [Python-checkins] cpython (3.2): Issue #1813: Revert workaround for a glibc bug on the Fedora buildbot. stefan.krah
- [Python-checkins] cpython (merge 3.2 -> default): Issue #1813: merge changeset that reverts a glibc workaround for the stefan.krah
- [Python-checkins] cpython (2.7): Issue #1813: backport changeset that reverts a glibc workaround for the stefan.krah
- [Python-checkins] cpython (3.2): Document absoluteness of sys.executable petri.lehtinen
- [Python-checkins] cpython: Make sqlite3 tests editable with Emacs petri.lehtinen
- [Python-checkins] cpython (merge 3.2 -> default): Merge branch 3.2 petri.lehtinen
- [Python-checkins] cpython (2.7): Document absoluteness of sys.executable petri.lehtinen
- [Python-checkins] cpython (2.7): Issue #13817: After fork(), reinit the ad-hoc TLS implementation earlier to fix charles-francois.natali
- [Python-checkins] cpython (3.2): Issue #13817: After fork(), reinit the ad-hoc TLS implementation earlier to fix charles-francois.natali
- [Python-checkins] cpython (merge 3.2 -> default): Issue #13817: After fork(), reinit the ad-hoc TLS implementation earlier to fix charles-francois.natali
- [Python-checkins] cpython (merge 2.7 -> 2.7): Merge. charles-francois.natali
- [Python-checkins] cpython (merge 3.2 -> 3.2): Merge. charles-francois.natali
- [Python-checkins] cpython (merge 3.2 -> default): Merge. charles-francois.natali
- [Python-checkins] cpython (merge default -> default): Null merge. charles-francois.natali
- [Python-checkins] cpython: Fix small grammatical inconsistency. georg.brandl
- [Python-checkins] peps: Add PEP 410: Use decimal.Decimal type for timestamps victor.stinner
- [Python-checkins] peps: PEP 410: deprecate os.stat_float_times() victor.stinner
- [Python-checkins] cpython (2.7): Issue #13901: Prevent test_distutils failures on OS X with --enable-shared. ned.deily
- [Python-checkins] cpython (3.2): Issue #13901: Prevent test_distutils failures on OS X with --enable-shared. ned.deily
- [Python-checkins] cpython (merge 3.2 -> default): merge ned.deily
- [Python-checkins] cpython: Issue #13901: Prevent test_packaging failures on OS X with --enable-shared. ned.deily
- [Python-checkins] Daily reference leaks (84be86af9161): sum=0 solipsis at pitrou.net
- [Python-checkins] peps: Update from Ethan. georg.brandl
- [Python-checkins] peps: PEP 410: Update for Nick's remarks victor.stinner
- [Python-checkins] cpython: Issue #13777: Add PF_SYSTEM sockets on OS X. martin.v.loewis
- [Python-checkins] cpython: Check for errors in creating sub-interpreters when testing the C API. brett.cannon
- [Python-checkins] cpython (merge default -> default): Merge brett.cannon
- [Python-checkins] cpython (3.1): Revert fix for #13807 mistakenly applied in this branch. vinay.sajip
- [Python-checkins] cpython (2.7): Issue #13861: Prevent test_apropos* test case failures in test_pydoc. ned.deily
- [Python-checkins] cpython (3.2): Issue #13861: Prevent test_apropos* test case failures in test_pydoc. ned.deily
- [Python-checkins] cpython (merge 3.2 -> default): Issue #13861: merge ned.deily
- [Python-checkins] peps: PEP 410: use :sup: and explain the loss of precision with other tuple formats victor.stinner
- [Python-checkins] cpython (2.7): remove unused import benjamin.peterson
- [Python-checkins] cpython (3.2): remove unused import benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2 benjamin.peterson
- [Python-checkins] cpython (2.7): put returns on their own lines benjamin.peterson
- [Python-checkins] cpython (3.2): put returns on their own lines benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2 benjamin.peterson
- [Python-checkins] Daily reference leaks (50901238ad29): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython: Small grammar fixes by Mark Summerfield. georg.brandl
- [Python-checkins] cpython: Update docstring for BZ2File.__init__(). nadeem.vawda
- [Python-checkins] cpython: Make BZ2File.__init__()'s fileobj argument keyword-only. nadeem.vawda
- [Python-checkins] cpython: Document that some of LZMAFile.__init__()'s args are keyword-only. nadeem.vawda
- [Python-checkins] cpython (2.7): Issue #8184: Fix a potential file descriptor leak when a charles-francois.natali
- [Python-checkins] cpython (3.2): Issue #8184: Fix a potential file descriptor leak when a charles-francois.natali
- [Python-checkins] cpython: Issue #8184: Fix a potential file descriptor leak when a charles-francois.natali
- [Python-checkins] cpython (3.2): threading primitives now have timeouts benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2 benjamin.peterson
- [Python-checkins] cpython (2.7): Fix failing test on big-endian machines (issue #13806). antoine.pitrou
- [Python-checkins] cpython (3.2): Fix failing test on big-endian machines (issue #13806). antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Fix failing test on big-endian machines (issue #13806). antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #13933: IDLE auto-complete did not work with some imported ned.deily
- [Python-checkins] cpython (3.2): Issue #13933: IDLE auto-complete did not work with some imported ned.deily
- [Python-checkins] cpython (merge 3.2 -> default): Issue #13933: merge ned.deily
- [Python-checkins] cpython (2.7): Issue #1625: Document BZ2File's lack of support for multi-stream inputs. nadeem.vawda
- [Python-checkins] cpython (3.2): Issue #1625: Document BZ2File's lack of support for multi-stream inputs. nadeem.vawda
- [Python-checkins] cpython (merge 3.2 -> default): Null merge. nadeem.vawda
- [Python-checkins] cpython: _Py_Identifier are always ASCII strings victor.stinner
- [Python-checkins] Daily reference leaks (d2c1521ad0a1): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython (3.2): Issue #12142: Fixed reference cycle when importing ctypes meador.inge
- [Python-checkins] cpython (merge 3.2 -> default): Issue #12142: Fixed reference cycle when importing ctypes meador.inge
- [Python-checkins] cpython (2.7): Issue #12142: Fixed reference cycle when importing ctypes meador.inge
- [Python-checkins] cpython (2.7): Closes #13944: fix capitalization of class name. georg.brandl
- [Python-checkins] cpython (3.2): Closes #13944: fix capitalization of class name. georg.brandl
- [Python-checkins] cpython (merge 3.2 -> default): merge with 3.2 georg.brandl
- [Python-checkins] peps: Closes #13945: fix typo. georg.brandl
- [Python-checkins] cpython: Improve one packaging test, remove a setuptoolism in another eric.araujo
- [Python-checkins] cpython: Allow multiple values for package_data in setup.cfg (#11805). eric.araujo
- [Python-checkins] cpython: Stop converting package_data to extra_files in pysetup create (#13712). eric.araujo
- [Python-checkins] cpython (merge default -> default): Branch merge eric.araujo
- [Python-checkins] distutils2: Port OS X --enable-shared fix from packaging (#13901; untested) eric.araujo
- [Python-checkins] distutils2: Improve one test, remove a setuptoolism in another eric.araujo
- [Python-checkins] distutils2: Allow multiple values for package_data in setup.cfg (#11805). eric.araujo
- [Python-checkins] distutils2: Stop converting package_data to extra_files in pysetup create (#13712). eric.araujo
- [Python-checkins] distutils2 (merge default -> python3): Merge fixes for #13901, #11805, #13712 and other improvements eric.araujo
- [Python-checkins] cpython (2.7): Clarify note in BZ2File docs about lack of multi-stream support (issue #1625). nadeem.vawda
- [Python-checkins] cpython (3.2): Clarify note in BZ2File docs about lack of multi-stream support (issue #1625). nadeem.vawda
- [Python-checkins] cpython (merge 3.2 -> default): Null merge. nadeem.vawda
- [Python-checkins] cpython (3.2): Hide or remove user-visible XXX notes from distutils doc (#13716). eric.araujo
- [Python-checkins] cpython (3.2): Markup improvements for the embedding CPython doc patch from #1040439 eric.araujo
- [Python-checkins] cpython (3.2): Stop ignoring RPMs in distutils' upload command (#2945). eric.araujo
- [Python-checkins] cpython (3.2): Document json.dump ensure_ascii parameter (#13770) eric.araujo
- [Python-checkins] cpython (3.2): Improve interlinking of archiving/compression modules docs. eric.araujo
- [Python-checkins] cpython (3.2): Really make bztar support in shutil conditional. eric.araujo
- [Python-checkins] cpython (merge 3.2 -> 3.2): Branch merge eric.araujo
- [Python-checkins] cpython (merge 3.2 -> default): Merge edits from 3.2 (#13716, #1040439, #2945, #13770, #6715) eric.araujo
- [Python-checkins] cpython: Make lzma docs consistent with other compression modules (cf. changeset nadeem.vawda
- [Python-checkins] cpython: Issue #13734: Add os.fwalk(), a directory walking function yielding file charles-francois.natali
- [Python-checkins] peps: Update with bugfix releases. georg.brandl
- [Python-checkins] cpython (2.7): #13933 refine patch using 'new' builtin terry.reedy
- [Python-checkins] cpython (3.2): #13933 refine patch using 'new' builtin terry.reedy
- [Python-checkins] cpython (merge 3.2 -> default): Merge with 3.2 terry.reedy
- [Python-checkins] cpython (2.7): Issue 964437 Make IDLE help window non-modal. terry.reedy
- [Python-checkins] cpython (3.2): Issue 964437 Make IDLE help window non-modal. terry.reedy
- [Python-checkins] cpython (merge 3.2 -> default): Merge with 3.2 #964437 terry.reedy
- [Python-checkins] peps: Add release dates for all of the 2.6 series. barry.warsaw
- [Python-checkins] peps: planning for 2.6.8 barry.warsaw
- [Python-checkins] cpython (2.7): Issue #10881: Fix test_site failures with OS X framework builds. ned.deily
- [Python-checkins] cpython (3.2): Issue #10881: Fix test_site failure with OS X framework builds. ned.deily
- [Python-checkins] cpython (merge 3.2 -> default): Issue #10881: merge ned.deily
- [Python-checkins] peps: Latest update from Ethan, marking PEP 409 as accepted. brett.cannon
- [Python-checkins] Daily reference leaks (c88606bd5287): sum=0 solipsis at pitrou.net
- [Python-checkins] distutils2: Fix typos in comments. eric.araujo
- [Python-checkins] cpython: Fix typos in comments. eric.araujo
- [Python-checkins] Is this safe enough? Re: cpython: _Py_Identifier are always ASCII strings Jim Jewett
- [Python-checkins] cpython (3.2): bltinmod is borrowed, so it shouldn't be decrefed benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> 3.2): merge heads benjamin.peterson
- [Python-checkins] cpython (2.7): bltinmod is borrowed, so it shouldn't be decrefed benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2 benjamin.peterson
- [Python-checkins] cpython: Following Nick's suggestion, rename posix.fdlistdir() to posix.flistdir(), to charles-francois.natali
- [Python-checkins] cpython (2.7): Issue #10811: Fix recursive usage of cursors. Instead of crashing, raise a petri.lehtinen
- [Python-checkins] cpython (3.2): Issue #10811: Fix recursive usage of cursors. Instead of crashing, raise a petri.lehtinen
- [Python-checkins] cpython (merge 3.2 -> default): Merge branch '3.2' petri.lehtinen
- [Python-checkins] peps: Update from Ethan Furman. brett.cannon
- [Python-checkins] cpython (merge 3.1 -> 3.2): Null merge for reverted fix for #13807. vinay.sajip
- [Python-checkins] cpython (merge 3.2 -> default): Null merge for reverted fix for #13807. vinay.sajip
- [Python-checkins] peps: PEP 410: rephrase doc about datetime.datetime and datetime.timedelta victor.stinner
- [Python-checkins] Daily reference leaks (140f7de4d2a5): sum=888 solipsis at pitrou.net
- [Python-checkins] cpython: Have importlib.test.benchmark test with tabnanny as a medium-sized test. brett.cannon
- [Python-checkins] cpython (merge default -> default): Merge brett.cannon
- [Python-checkins] cpython: Re-order importlib benchmarks to be consistent. Also print out what brett.cannon
- [Python-checkins] cpython: Backout d2c1521ad0a1: _Py_IDENTIFIER() uses UTF-8 again victor.stinner
- [Python-checkins] cpython: Issue #13846: Add time.monotonic(), monotonic clock. victor.stinner
- [Python-checkins] cpython: Issue #13845: time.time() now uses GetSystemTimeAsFileTime() instead of ftime() victor.stinner
- [Python-checkins] cpython: What's New in 3.3: Fix time module doc victor.stinner
- [Python-checkins] cpython: What's New in 3.3: reorder modules victor.stinner
- [Python-checkins] cpython: Issue #13964: Write tests for new os.*utime*() functions victor.stinner
- [Python-checkins] cpython: Issue #13964: Test also os.futimesat() victor.stinner
- [Python-checkins] cpython: Issue #13964: Split os.*utime*() subsecond tests into multiple tests to help victor.stinner
- [Python-checkins] cpython: Issue #13964: Skip os.*utime*() tests if os.stat() doesn't support timestamp victor.stinner
- [Python-checkins] Daily reference leaks (c6e9c4d18b36): sum=888 solipsis at pitrou.net
- [Python-checkins] cpython: Issue #8184: multiprocessing: On Windows, don't set SO_REUSEADDR on Connection charles-francois.natali
- [Python-checkins] cpython (2.7): Skip test_threading.test_reinit_tls_after_fork() on platforms where fork() charles-francois.natali
- [Python-checkins] cpython (3.2): Skip test_threading.test_reinit_tls_after_fork() on platforms where fork() charles-francois.natali
- [Python-checkins] cpython (merge 3.2 -> default): Skip test_threading.test_reinit_tls_after_fork() on platforms where fork() charles-francois.natali
- [Python-checkins] cpython: PEP 410 victor.stinner
- [Python-checkins] cpython: Issue #13845: Fix NEWS entry, the change is specific to Windows victor.stinner
- [Python-checkins] cpython: Backout f8409b3d6449: the PEP 410 is not accepted yet victor.stinner
- [Python-checkins] cpython: Issue #13609: Add two functions to query the terminal size: antoine.pitrou
- [Python-checkins] cpython: Relax tests to fix buildbot failure antoine.pitrou
- [Python-checkins] cpython: get_terminal_size() can also fail with ENOTTY if the fd is not connected to a antoine.pitrou
- [Python-checkins] cpython: Don't fail in the face of a lacking attribute when wrapping a brett.cannon
- [Python-checkins] cpython: Move setup code from importlib.__init__ to brett.cannon
- [Python-checkins] cpython: Use the cwd when the empty string is found in sys.path. This leads to brett.cannon
- [Python-checkins] cpython: Clarify a NEWS entry. brett.cannon
- [Python-checkins] cpython: Whitespace normalization. brett.cannon
- [Python-checkins] cpython: Undo a bad mq management thingy. brett.cannon
- [Python-checkins] Daily reference leaks (aba513307f78): sum=888 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Fix Issue #6005: Examples in the socket library documentation use sendall, senthil.kumaran
- [Python-checkins] cpython (3.2): Fix Issue #6005: Examples in the socket library documentation use sendall, senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): merged from 3.2 senthil.kumaran
- [Python-checkins] cpython (2.7): Issue #9021: Add an introduction to the copy module. Doc changes suggested by senthil.kumaran
- [Python-checkins] cpython (3.2): Issue #9021 - Introduce copy module better. Doc changes suggested by Terry senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): merge from 3.2 senthil.kumaran
- [Python-checkins] cpython: Undocument and clean up sqlite3.OptimizedUnicode petri.lehtinen
- [Python-checkins] distutils2: Remove unneeded import eric.araujo
- [Python-checkins] distutils2: Start improving 2to3 code (#13462). eric.araujo
- [Python-checkins] distutils2: Group commands by topic in “pysetup run --list-commands” output. eric.araujo
- [Python-checkins] distutils2: More boolean tests for metadata environment markers eric.araujo
- [Python-checkins] distutils2 (merge default -> default): Branch merge eric.araujo
- [Python-checkins] distutils2: Add fixup for compiling C in tests with an uninstalled Python (2.7) eric.araujo
- [Python-checkins] distutils2: Use sys.version_info instead of sys.version. eric.araujo
- [Python-checkins] distutils2 (merge default -> python3): Merge touch-ups from default eric.araujo
- [Python-checkins] distutils2 (merge default -> python3): Merge fixes for #13462 and others from default eric.araujo
- [Python-checkins] cpython: Group commands by topic in “pysetup run --list-commands” output. eric.araujo
- [Python-checkins] cpython: Remove unneeded import eric.araujo
- [Python-checkins] cpython: More boolean tests for packaging metadata environment markers eric.araujo
- [Python-checkins] cpython: Synchronize packaging.tests.support with distutils2 eric.araujo
- [Python-checkins] cpython: Start improving 2to3 code in packaging (#13462). eric.araujo
- [Python-checkins] cpython (merge default -> default): Branch merge eric.araujo
- [Python-checkins] cpython: Use sys.version_info instead of sys.version in packaging. eric.araujo
- [Python-checkins] Daily reference leaks (0fc10a33eb4c): sum=888 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): distutils 2.7’s Extension does not support optional (#13865). eric.araujo
- [Python-checkins] peps: PEP 411 - Provisional packages in the Python standard library. Initial draft eli.bendersky
- [Python-checkins] peps: fixes and cleanups eli.bendersky
- [Python-checkins] cpython (3.2): #13960: HTMLParser is now able to handle broken comments when strict=False. ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #13960: merge with 3.2. ezio.melotti
- [Python-checkins] cpython (2.7): Issue #13590: On OS X 10.7 and 10.6 with Xcode 4.2, building ned.deily
- [Python-checkins] cpython (3.2): Issue #13590: On OS X 10.7 and 10.6 with Xcode 4.2, building ned.deily
- [Python-checkins] cpython (merge 3.2 -> default): Issue #13590: merge ned.deily
- [Python-checkins] peps: Update PEP 360 to record the change in ElementTree's status, and tweak the nick.coghlan
- [Python-checkins] peps: Tweak the headers on a few PEPs so they appear in the Historical PEPs section nick.coghlan
- [Python-checkins] peps: Missed one nick.coghlan
- [Python-checkins] peps: All Draft PEPs should be in the 'Open PEPs' section, even Process ones nick.coghlan
- [Python-checkins] cpython (3.2): this is only a borrowed ref in Brett's branch benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2 benjamin.peterson
- [Python-checkins] cpython (2.7): this is only a borrowed ref in Brett's branch benjamin.peterson
- [Python-checkins] peps: fix post date for 411 eli.bendersky
- [Python-checkins] cpython: simplify philip.jenvey
- [Python-checkins] peps: fix a couple of typos eli.bendersky
- [Python-checkins] peps: fixed PEP reference eli.bendersky
- [Python-checkins] Daily reference leaks (2857c4a3a26d): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython: fix Sphinx error in os.rst eli.bendersky
- [Python-checkins] cpython: fix Doc/extending/extending.rst typo eli.bendersky
- [Python-checkins] cpython: Issue #13988: move the python bootstrap code to cElementTree.py, and remove florent.xicluna
- [Python-checkins] cpython (2.7): Issue #13994: Earler partial revert of Distutils enhancements in 2.7 ned.deily
- [Python-checkins] cpython (3.2): Issue #13989: Document that GzipFile does not support text mode. nadeem.vawda
- [Python-checkins] cpython (merge 3.2 -> default): Merge: #13989: Document that GzipFile does not support text mode. nadeem.vawda
- [Python-checkins] cpython: Clean up GzipFile mode string handling code. nadeem.vawda
- [Python-checkins] cpython: Fix typo in whatsnew/3.3. nadeem.vawda
- [Python-checkins] cpython: Add section on bz2 module to whatsnew/3.3. nadeem.vawda
- [Python-checkins] cpython: Fix seekable() in BZ2File and LZMAFile to check whether the underlying file nadeem.vawda
- [Python-checkins] cpython: What's new typo antoine.pitrou
- [Python-checkins] cpython (2.7): Fix distutils.filelist.FileList under Windows (#13193). eric.araujo
- [Python-checkins] cpython (2.7): Update mention of Subversion repo in the FAQ eric.araujo
- [Python-checkins] cpython (3.2): Update mention of Subversion in the FAQ. eric.araujo
- [Python-checkins] cpython (3.2): Fix distutils.filelist.FileList under Windows (#13193). eric.araujo
- [Python-checkins] cpython (merge 3.2 -> default): Merge fixes for #13193 and FAQ from 3.2 eric.araujo
- [Python-checkins] cpython: Port the fix for #13193 to packaging eric.araujo
- [Python-checkins] Daily reference leaks (f2323ee5d6c7): sum=0 solipsis at pitrou.net
- [Python-checkins] peps: Add tracker reference for PEP 394 nick.coghlan
- [Python-checkins] cpython: Attempt to speed up some subprocess tests (and hopefully keep them reliable). ross.lagerwall
- [Python-checkins] cpython: Fix a typo. ross.lagerwall
- [Python-checkins] cpython (merge default -> default): Merge with remote. ross.lagerwall
- [Python-checkins] cpython (2.7): Typo in Misc/NEWS. florent.xicluna
- [Python-checkins] benchmarks: Remove tabs antoine.pitrou
- [Python-checkins] benchmarks: Make perf.py 3.x-compatible antoine.pitrou
- [Python-checkins] cpython (3.2): Issue #10287: nntplib now queries the server's CAPABILITIES again after antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #10287: nntplib now queries the server's CAPABILITIES again after antoine.pitrou
- [Python-checkins] cpython (2.7): Fix sqlite3.Connection.iterdump on tables/fields with reserved names or quotes petri.lehtinen
- [Python-checkins] cpython (3.2): Fix sqlite3.Connection.iterdump on tables/fields with reserved names or quotes petri.lehtinen
- [Python-checkins] cpython (merge 3.2 -> default): Merge branch '3.2' petri.lehtinen
- [Python-checkins] cpython (2.7): Add myself to Misc/ACKS petri.lehtinen
- [Python-checkins] cpython (3.2): Issue #13930: Adds ability for 2to3 to write its output to a different gregory.p.smith
- [Python-checkins] cpython (2.7): Issue #13930: Adds ability for 2to3 to write its output to a different gregory.p.smith
- [Python-checkins] cpython (merge 3.2 -> default): Issue #13930: Adds ability for 2to3 to write its output to a different gregory.p.smith
- [Python-checkins] cpython (3.2): fix whitespace normalization before pushing. gregory.p.smith
- [Python-checkins] cpython (merge 3.2 -> default): fix whitespace normalization before pushing. gregory.p.smith
- [Python-checkins] cpython (2.7): fix whitespace normalization before pushing. gregory.p.smith
- [Python-checkins] Daily reference leaks (0be50d7c4ae1): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython (3.2): #13993: HTMLParser is now able to handle broken end tags when strict=False. ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #13993: merge with 3.2. ezio.melotti
- [Python-checkins] cpython: Issue #13988: cElementTree is deprecated and the _elementtree accelerator is florent.xicluna
- [Python-checkins] cpython: Fix xml_etree_c test error (follow up of issue #13988). florent.xicluna
- [Python-checkins] cpython (3.2): Fix htmlparser tests to always use the right collector. ezio.melotti
- [Python-checkins] cpython (3.2): Improve handling of declarations in HTMLParser. ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): Merge fix for HTMLParser and improvements in declarations handling. ezio.melotti
- [Python-checkins] cpython (2.7): #13960: HTMLParser is now able to handle broken comments. ezio.melotti
- [Python-checkins] cpython (2.7): #13993: HTMLParser is now able to handle broken end tags. ezio.melotti
- [Python-checkins] cpython (2.7): shutil copy module reference doc fix. senthil.kumaran
- [Python-checkins] cpython (3.2): shutil copy module reference doc fix. senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): shutil copy module reference doc fix. senthil.kumaran
- [Python-checkins] cpython (3.2): Fix an index and clean up comments. ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): Merge the indexfix and comments clean up. ezio.melotti
- [Python-checkins] cpython (2.7): Fix an index, add more tests, avoid raising errors for unknown declarations, ezio.melotti
- [Python-checkins] cpython (2.7): Issue #13193: Fix distutils.filelist tests to always use / as path separator. nadeem.vawda
- [Python-checkins] peps: PEP 410: drop int type, add an argument against the datetime type victor.stinner
- [Python-checkins] cpython: lib2to3 tests: Don't use deprecated API, switch to assertRegex() victor.stinner
- [Python-checkins] cpython (3.2): Issue #13913: normalize utf-8 codec name in UTF-8 decoder victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): (Merge 3.2) Issue #13913: normalize utf-8 codec name in UTF-8 decoder victor.stinner
- [Python-checkins] cpython (3.2): Issue #13930: fix a / to use os.sep so that the test works on Windows. gregory.p.smith
- [Python-checkins] cpython (merge 3.2 -> default): Issue #13930: fix a / to use os.sep so that the test works on Windows. gregory.p.smith
- [Python-checkins] cpython (2.7): Issue #13930: fix a / to use os.sep so that the test works on Windows. gregory.p.smith
- [Python-checkins] cpython (3.2): re.escape os.sep so that \ is interpreted properly in the regex. gregory.p.smith
- [Python-checkins] cpython (3.2): import re for the previous commit. gregory.p.smith
- [Python-checkins] cpython (merge 3.2 -> default): re.escape os.sep so that \ is interpreted properly in the regex. gregory.p.smith
- [Python-checkins] cpython (merge 3.2 -> default): merge the import re (already in this branch). gregory.p.smith
- [Python-checkins] cpython (2.7): re.escape os.sep so that \ is interpreted properly in the regex. gregory.p.smith
- [Python-checkins] cpython: PyUnicode_DecodeLocale() second argument is now a char*, no more an int victor.stinner
- [Python-checkins] cpython: Time module doc: Fix reST syntax victor.stinner
- [Python-checkins] cpython (3.2): Issue #13979: Fix ctypes.util.find_library ldconfig regex meador.inge
- [Python-checkins] cpython (2.7): Issue #13979: Fix ctypes.util.find_library ldconfig regex meador.inge
- [Python-checkins] cpython (merge 3.2 -> default): Issue #13979: Fix ctypes.util.find_library ldconfig regex meador.inge
- [Python-checkins] Daily reference leaks (f5f140ef48fa): sum=0 solipsis at pitrou.net
- [Python-checkins] peps: PEP 410: complete datetime, timedelta and boolean flag sections victor.stinner
- [Python-checkins] cpython (3.2): Issue #10287: nntplib now queries the server's CAPABILITIES first before antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #10287: nntplib now queries the server's CAPABILITIES first before antoine.pitrou
- [Python-checkins] cpython: Bring importlib in line w/ changes made in my personal bootstrap branch in the brett.cannon
- [Python-checkins] cpython (3.2): Issue #13015: Fix a possible reference leak in defaultdict.__repr__. antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #13015: Fix a possible reference leak in defaultdict.__repr__. antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #13015: Fix a possible reference leak in defaultdict.__repr__. antoine.pitrou
- [Python-checkins] cpython (3.2): Issue #13020: Fix a reference leak when allocating a structsequence object antoine.pitrou
- [Python-checkins] cpython (3.2): Fix indentation antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #13020: Fix a reference leak when allocating a structsequence object antoine.pitrou
- [Python-checkins] cpython: Move NEWS entry to correct section. antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #13020: Fix a reference leak when allocating a structsequence object antoine.pitrou
- [Python-checkins] cpython (2.7): Fix indentation. antoine.pitrou
- [Python-checkins] Daily reference leaks (491f909f19fb): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): #13987: HTMLParser is now able to handle EOFs in the middle of a construct. ezio.melotti
- [Python-checkins] cpython (2.7): #13987: HTMLParser is now able to handle malformed start tags. ezio.melotti
- [Python-checkins] cpython (3.2): Fix parsing of build_ext --libraries option (#1326113) eric.araujo
- [Python-checkins] cpython (3.2): Improve doc for atexit.register and unregister (#12297) eric.araujo
- [Python-checkins] cpython (merge 3.2 -> default): Merge fixes for #1326113 and #12297 from 3.2 eric.araujo
- [Python-checkins] cpython (2.7): Fix parsing of build_ext --libraries option (#1326113) eric.araujo
- [Python-checkins] cpython (2.7): Improve doc for atexit.register (#12297) eric.araujo
- [Python-checkins] cpython: Fix parsing of packaging’s build_ext --libraries option (#1326113) eric.araujo
- [Python-checkins] distutils2: Fix parsing of build_ext --libraries option (#1326113) eric.araujo
- [Python-checkins] distutils2 (merge default -> python3): Merge #1326113 fix from default eric.araujo
- [Python-checkins] cpython (3.2): Fix test failure for shared builds caused by #1326113 fix eric.araujo
- [Python-checkins] cpython (merge 3.2 -> default): Merge fix from 3.2 eric.araujo
- [Python-checkins] cpython: Fix for packaging test failure on shared builds (#1326113) eric.araujo
- [Python-checkins] cpython (2.7): Fix test failure for shared builds caused by #1326113 fix eric.araujo
- [Python-checkins] cpython (3.2): Issue #7644: Add tests for the file argument of NNTP.head() and NNTP.body(). antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #7644: Add tests for the file argument of NNTP.head() and NNTP.body(). antoine.pitrou
- [Python-checkins] cpython (3.2): Issue #13491: Fix many errors in sqlite3 documentation petri.lehtinen
- [Python-checkins] cpython (merge 3.2 -> default): Merge branch '3.2' petri.lehtinen
- [Python-checkins] cpython (3.2): Issue #13913: Fix test_pep3120 for the UTF-8 codec name victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): (Merge 3.2) Issue #13913: Fix test_pep3120 for the UTF-8 codec name victor.stinner
- [Python-checkins] cpython (3.2): Issue #13014: Fix a possible reference leak in SSLSocket.getpeercert(). antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #13014: Fix a possible reference leak in SSLSocket.getpeercert(). antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #13014: Fix a possible reference leak in SSLSocket.getpeercert(). antoine.pitrou
- [Python-checkins] cpython (merge default -> default): Merge antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> 3.2): Merge antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #11836: document multiprocessing.queues.SimpleQueue sandro.tosi
- [Python-checkins] cpython (3.2): Issue #11836: document multiprocessing.queues.SimpleQueue sandro.tosi
- [Python-checkins] cpython (merge 3.2 -> default): Issue #11836: document and expose multiprocessing.SimpleQueue sandro.tosi
- [Python-checkins] cpython (3.2): Issue #13913: Another fix test_pep3120 for the UTF-8 codec name victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): (Merge 3.2) Issue #13913: Another fix test_pep3120 for the UTF-8 codec name victor.stinner
- [Python-checkins] Daily reference leaks (2cfba214c243): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython: in the tests of ElementTree, verify that the C accelerator is imported or not eli.bendersky
- [Python-checkins] peps: Dummy commit to check PEP build process. martin.v.loewis
- [Python-checkins] cpython (3.2): Issue #2489: Fix bug in _copy loop that could consume 100% cpu on EOF. gregory.p.smith
- [Python-checkins] cpython (3.2): NEWS entry for previous commit. gregory.p.smith
- [Python-checkins] cpython (3.2): don't use assertSameElements. gregory.p.smith
- [Python-checkins] cpython (merge 3.2 -> default): Issue #2489: Fix bug in _copy loop that could consume 100% cpu on EOF. gregory.p.smith
- [Python-checkins] cpython (merge 3.2 -> default): merge. gregory.p.smith
- [Python-checkins] cpython (2.7): Issue #2489: Fix bug in _copy loop that could consume 100% cpu on EOF. gregory.p.smith
- [Python-checkins] cpython (2.7): news entry for previous commit gregory.p.smith
- [Python-checkins] peps: Fix typo martin.v.loewis
- [Python-checkins] peps: Update PEP 394 for latest round of python-dev discussions nick.coghlan
- [Python-checkins] peps: Drop a suggestion from PEP 394's migration notes that's a really bad idea in a nick.coghlan
- [Python-checkins] peps: Copy PEP text from revision 6c4d5d9dfc6d. martin.v.loewis
- [Python-checkins] cpython: Disabling a test that fails on some bots. Will investigate the failure soon eli.bendersky
- [Python-checkins] cpython: make TestAccelerator[Not]Imported for ElementTree more robust eli.bendersky
- [Python-checkins] cpython: Refactor importlib.__import__() and _gcd_import() to facilitate using brett.cannon
- [Python-checkins] cpython (3.2): Issue #13878: Fix random test_sched failures. charles-francois.natali
- [Python-checkins] cpython (merge 3.2 -> default): Issue #13878: Fix random test_sched failures. charles-francois.natali
- [Python-checkins] cpython (merge default -> default): Merge. charles-francois.natali
- [Python-checkins] cpython (3.2): sqlite3: Fix documentation errors concerning Cursor.rowcount petri.lehtinen
- [Python-checkins] cpython (2.7): Fix errors in sqlite3's Cursor.rowcount documentation petri.lehtinen
- [Python-checkins] cpython (merge 3.2 -> default): Merge branch '3.2' petri.lehtinen
- [Python-checkins] cpython: The C accelerator was not always imported for cElementTree's tests. (there's florent.xicluna
- [Python-checkins] cpython: fix the _namespace_map cleanup for cElementTree tests. florent.xicluna
- [Python-checkins] cpython: importlib.__import__() now raises ValueError when level < 0. brett.cannon
- [Python-checkins] cpython (merge default -> default): Merge brett.cannon
- [Python-checkins] cpython: Tweak the handling of the empty string in sys.path for importlib. brett.cannon
- [Python-checkins] peps: PEP 410: complete motivation section, add timespec type, rephrase os.stat() and victor.stinner
- [Python-checkins] peps: PEP 410: os.stat() nanosecond existed since at least Python 2.6 victor.stinner
- [Python-checkins] Daily reference leaks (b8593ec7e8c5): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython: Fix compilation when SSL_OP_SINGLE_ECDH_USE isn't defined antoine.pitrou
- [Python-checkins] peps: Update PEP 394 to record acceptance, fix awkward phrasing in the rational nick.coghlan
- [Python-checkins] cpython (2.7): Implement PEP 394 for Python 2.7 nick.coghlan
- [Python-checkins] peps: PEP 410: Rephrase datetime.dateime and tuple of integers sections; add victor.stinner
- [Python-checkins] cpython: Change the python3 hardlink to a symlink, and correct some misuse of the PYTHON nick.coghlan
- [Python-checkins] cpython: Have importlib use os.replace() for atomic renaming. brett.cannon
- [Python-checkins] cpython: Have importlib.test use argparse instead of some hacked up solution. brett.cannon
- [Python-checkins] cpython: Optimize importlib's case-sensitivity check by wasting as little time as brett.cannon
- [Python-checkins] cpython: Fix importlib.test.__main__ to only worry about command-line flags when brett.cannon
- [Python-checkins] cpython: Add test for packaging.util.set_platform (#13974). eric.araujo
- [Python-checkins] cpython: Fix code I unwittingly broke in b0e2d6592a1f (#14038) eric.araujo
- [Python-checkins] cpython (merge default -> default): Branch merge eric.araujo
- [Python-checkins] cpython: Try to really fix compilation failures of the _ssl module under very old antoine.pitrou
- [Python-checkins] cpython (3.2): Fix a variable scoping error in an sqlite3 test petri.lehtinen
- [Python-checkins] cpython (2.7): Fix a variable scoping error in an sqlite3 test petri.lehtinen
- [Python-checkins] cpython (merge 3.2 -> default): Merge branch '3.2' petri.lehtinen
- [Python-checkins] cpython (2.7): #14020: improve HTMLParser documentation. ezio.melotti
- [Python-checkins] cpython (3.2): #14020: improve HTMLParser documentation. ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #14020: merge with 3.2. ezio.melotti
- [Python-checkins] cpython (3.2): Issue 14023 Revert edit to 2.7 version. (I suspect edit is from when we thought terry.reedy
- [Python-checkins] cpython (merge 3.2 -> default): Merge with 3.2 closes 14023 terry.reedy
- [Python-checkins] peps: PEP 410: victor.stinner
- [Python-checkins] Daily reference leaks (47288880cc9e): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython (2.6): Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer charles-francois.natali
- [Python-checkins] cpython (merge 2.6 -> 2.7): Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer charles-francois.natali
- [Python-checkins] cpython (3.1): Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer charles-francois.natali
- [Python-checkins] cpython (merge 3.1 -> 3.2): Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer charles-francois.natali
- [Python-checkins] cpython (merge 3.2 -> default): Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer charles-francois.natali
- [Python-checkins] cpython (3.2): fix error in memoryview example; thanks to kan lianlian from docs@ sandro.tosi
- [Python-checkins] cpython (merge 3.2 -> default): merge with 3.2 sandro.tosi
- [Python-checkins] cpython (2.7): Refer to 'time' and 'datetime' submodules; thanks to Erik Johnson from docs@ sandro.tosi
- [Python-checkins] cpython (2.7): Issue #12627: Implement PEP 394 for OS X framework builds. ned.deily
- [Python-checkins] cpython: Test for issue #13500 jesus.cea
- [Python-checkins] cpython (2.7): Test for issue #13500 jesus.cea
- [Python-checkins] cpython (3.2): Test for issue #13500 jesus.cea
- [Python-checkins] cpython (merge 3.2 -> default): MERGE: Test for issue #13500 jesus.cea
- [Python-checkins] cpython (2.7): Fix Test for issue #13500 jesus.cea
- [Python-checkins] Daily reference leaks (5a19909f5845): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython: allow arbitrary attributes on classmethod and staticmethod (closes #14051) benjamin.peterson
- [Python-checkins] cpython (3.2): use Py_CLEAR benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2 benjamin.peterson
- [Python-checkins] cpython (2.7): use Py_CLEAR benjamin.peterson
- [Python-checkins] cpython: use defaults benjamin.peterson
- [Python-checkins] cpython (3.2): Indent 'File' in memoryview example, so it is correctly highlighted sandro.tosi
- [Python-checkins] cpython (merge 3.2 -> default): merge with 3.2 sandro.tosi
- [Python-checkins] cpython (2.7): don't split 'Hye-Shik Chang' name; thanks to Sergey from docs@ sandro.tosi
- [Python-checkins] cpython (3.2): don't split 'Hye-Shik Chang' name; thanks to Sergey from docs@ sandro.tosi
- [Python-checkins] cpython (merge 3.2 -> default): merge with 3.2 sandro.tosi
- [Python-checkins] cpython: initialize __dict__ if needed benjamin.peterson
- [Python-checkins] cpython (3.2): Issue #13605: use print() in argparse nargs example sandro.tosi
- [Python-checkins] cpython (merge 3.2 -> default): Issue #13605: merge with 3.2 sandro.tosi
- [Python-checkins] cpython: Use __slots__ throughout instead of __dict__, to reduce the memory usage. martin.v.loewis
- [Python-checkins] cpython: Create _attr/_attrNS lazily. martin.v.loewis
- [Python-checkins] cpython: Fix last remaining build issues of _ssl under old OpenSSLs. Patch by Vinay. antoine.pitrou
- [Python-checkins] cpython: fix test now that staticmethod and classmethod are bigger benjamin.peterson
- [Python-checkins] cpython: Fix a failing importlib test under Windows. brett.cannon
- [Python-checkins] cpython (3.2): Add missing “::” markup. eric.araujo
- [Python-checkins] cpython (merge 3.2 -> default): Merge 3.2 eric.araujo
- [Python-checkins] cpython: Issue #14043: Speed up importlib's _FileFinder by at least 8x, and add a new antoine.pitrou
- [Python-checkins] cpython (merge default -> default): Merge antoine.pitrou
- [Python-checkins] cpython: add generic implementation of a __dict__ descriptor for C types benjamin.peterson
- [Python-checkins] cpython: use new generic __dict__ descriptor implementations benjamin.peterson
- [Python-checkins] cpython (2.7): Fix typo eric.araujo
- [Python-checkins] cpython (2.7): Add missing “::” markup and wrap overlong lines eric.araujo
- [Python-checkins] cpython: check for NULL to fix segfault benjamin.peterson
- [Python-checkins] Daily reference leaks (857cc070ef75): sum=1 solipsis at pitrou.net
- [Python-checkins] peps: New version of PEP 3144 by Peter Moody. georg.brandl
- [Python-checkins] cpython: _relax_case -> _make_relax_case antoine.pitrou
- [Python-checkins] cpython: write versionadded benjamin.peterson
- [Python-checkins] cpython (merge default -> default): merge heads benjamin.peterson
- [Python-checkins] cpython: Issue #13641: Decoding functions in the base64 module now accept ASCII-only antoine.pitrou
- [Python-checkins] cpython: Issue #14040: Remove rarely used file name suffixes for C extensions (under antoine.pitrou
- [Python-checkins] cpython: Fix use of assertRaises following c760bd844222 (spotted by Alex Gaynor). antoine.pitrou
- [Python-checkins] cpython (2.7): logging: clarified documentation for Handler.handleError. vinay.sajip
- [Python-checkins] cpython (3.2): logging: clarified documentation for Handler.handleError. vinay.sajip
- [Python-checkins] cpython (merge 3.2 -> default): Merged documentation update from 3.2. vinay.sajip
- [Python-checkins] cpython (merge default -> default): Merged upstream changes. vinay.sajip
- [Python-checkins] cpython (merge default -> default): Merged upstream changes. vinay.sajip
- [Python-checkins] cpython (3.1): Issue #13703: add a way to randomize the hash values of basic types (str, georg.brandl
- [Python-checkins] cpython (2.6): Back port Python 2.7 fix for test_invalid_redirect() in test_urllib.py. barry.warsaw
- [Python-checkins] cpython (merge 2.6 -> 2.7): null merge from 2.6 barry.warsaw
- [Python-checkins] cpython (merge 2.7 -> 2.7): null merge from 2.6 barry.warsaw
- [Python-checkins] cpython: put docstrings on functions benjamin.peterson
- [Python-checkins] cpython (3.1): don't rely on the order of module clearing benjamin.peterson
- [Python-checkins] cpython (2.7): don't rely on the order of module clearing benjamin.peterson
- [Python-checkins] cpython (merge 3.1 -> 3.2): Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic georg.brandl
- [Python-checkins] cpython (3.2): Run tests with -R on "make test" and the buildbots. georg.brandl
- [Python-checkins] cpython (3.2): Fix bad inheritance in test_subprocess that led to a number of tests being georg.brandl
- [Python-checkins] cpython (3.2): Fix "sys.path modified" warning in test_strlit, by not replacing sys.path georg.brandl
- [Python-checkins] cpython (3.2): Fix use of deprecated assert_ method. georg.brandl
- [Python-checkins] cpython (3.2): Fix test_dis dependency on dict order. georg.brandl
- [Python-checkins] cpython (merge 3.1 -> 3.2): Merge with 3.1. georg.brandl
- [Python-checkins] cpython (3.2): Another test_dis dict order dependency. georg.brandl
- [Python-checkins] cpython (3.2): Remove setting hash seed to regrtest's random seed and re-execv()ing: this georg.brandl
- [Python-checkins] cpython: Issue #14063: fix test_importlib failure under OS X case-insensitive filesystems antoine.pitrou
- [Python-checkins] cpython (3.2): Fix use of deprecated assertRegexpMatches method. georg.brandl
- [Python-checkins] cpython (3.2): Fix dbm_gnu test relying on set order. georg.brandl
- [Python-checkins] cpython (3.2): Fix typo. georg.brandl
- [Python-checkins] cpython (3.2): Fix obscure failures of datetime-related tests due to the datetime tests georg.brandl
- [Python-checkins] cpython (3.2): Fix typo in conditional. georg.brandl
- [Python-checkins] cpython (3.1): Fix typo in conditional. georg.brandl
- [Python-checkins] cpython (3.1): Fix typo. georg.brandl
- [Python-checkins] cpython (3.1): Fix dbm_gnu test relying on set order. georg.brandl
- [Python-checkins] cpython (3.1): Remove setting hash seed to regrtest's random seed and re-execv()ing: this georg.brandl
- [Python-checkins] cpython (merge 3.1 -> 3.2): Dummy-merge with 3.1 georg.brandl
- [Python-checkins] cpython (3.2): Make "regrtest -j" "-R"-aware antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> 3.2): Merge antoine.pitrou
- [Python-checkins] cpython (3.2): Delete the iterator, which could accidentally keep a temporary reference to the antoine.pitrou
- [Python-checkins] cpython (3.2): Disable an inspect test: it depends on dict ordering which parameter is georg.brandl
- [Python-checkins] cpython (merge 3.2 -> default): Merge 3.2: Issue #13703 plus some related test suite fixes. georg.brandl
- [Python-checkins] cpython (merge 3.2 -> default): Merge more test vs hashing-order fixes from 3.2. georg.brandl
- [Python-checkins] cpython: Forgot the "empty string -> hash == 0" special case for strings. georg.brandl
- [Python-checkins] peps: PEP 410: Motivation => Rationale victor.stinner
- [Python-checkins] peps: PEP 410 victor.stinner
- [Python-checkins] cpython (2.6): - Issue #13703: oCERT-2011-003: add -R command-line option and PYTHONHASHSEED barry.warsaw
- [Python-checkins] cpython (2.6): Whitespace normalization barry.warsaw
- [Python-checkins] cpython (merge 2.6 -> 2.7): merge 2.6 with hash randomization fix benjamin.peterson
- [Python-checkins] cpython (2.7): don't rely on dict order here benjamin.peterson
- [Python-checkins] cpython (2.7): fix test_gdb under hash randomization benjamin.peterson
- [Python-checkins] cpython (2.7): belately resolve conflicts here benjamin.peterson
- [Python-checkins] cpython (2.7): fix for real this time... benjamin.peterson
- [Python-checkins] cpython: update to Unicode 6.1 benjamin.peterson
- [Python-checkins] cpython (2.7): this was supposed to die benjamin.peterson
- [Python-checkins] cpython: adjust docs for unicode 6.1 benjamin.peterson
- [Python-checkins] cpython: update unicode link benjamin.peterson
- [Python-checkins] cpython (2.7): don't rely on dict order benjamin.peterson
- [Python-checkins] cpython (2.7): use set benjamin.peterson
- [Python-checkins] cpython (2.7): a frozenset is better here benjamin.peterson
- [Python-checkins] Daily reference leaks (4a77887b1ac2): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): don't rely on dict order benjamin.peterson
- [Python-checkins] cpython (2.7): kill interned strings computed before random initialization benjamin.peterson
- [Python-checkins] cpython (2.7): HTMLParser is now able to handle slashes in the start tag. ezio.melotti
- [Python-checkins] cpython (3.2): HTMLParser is now able to handle slashes in the start tag. ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): Merge the HTMLParser fix with 3.2. ezio.melotti
- [Python-checkins] cpython (3.2): sqlite3: Fix 64-bit integer handling in user functions on 32-bit architectures petri.lehtinen
- [Python-checkins] cpython (merge 3.2 -> default): Merge branch '3.2' petri.lehtinen
- [Python-checkins] cpython (2.7): sqlite3: Fix 64-bit integer handling in user functions on 32-bit architectures petri.lehtinen
- [Python-checkins] cpython (2.7): remove extra zero benjamin.peterson
- [Python-checkins] cpython (2.7): carefully don't depend on any dict order benjamin.peterson
- [Python-checkins] peps: PEP 3150: Withdraw this for the last time. It's a bad idea nick.coghlan
- [Python-checkins] peps: PEP 403: Move this back to Deferred status. I found a couple of syntax nick.coghlan
- [Python-checkins] peps: Fix syntax error nick.coghlan
- [Python-checkins] peps: Use the right PEP status nick.coghlan
- [Python-checkins] cpython (2.6): Let's sort the keys so that this test passes even with random hashes. barry.warsaw
- [Python-checkins] cpython (merge 2.6 -> 2.7): null merge from 2.6 barry.warsaw
- [Python-checkins] peps: Better name for PEP 403 that also covers the alternative idea discussed near nick.coghlan
- [Python-checkins] cpython (2.7): Issue #10580: Minor grammar change in Windows installer. martin.v.loewis
- [Python-checkins] cpython (3.1): ensure no one tries to hash things before the random seed is found benjamin.peterson
- [Python-checkins] cpython (merge 3.1 -> 3.2): merge 3.2 benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2 benjamin.peterson
- [Python-checkins] cpython (2.6): Backport fix from default branch for ./python -R -Wd where hash('d') would not barry.warsaw
- [Python-checkins] cpython (merge 2.6 -> 2.7): merge 2.6 barry.warsaw
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge 2.7 barry.warsaw
- [Python-checkins] cpython (2.6): ensure no one tries to hash things before the random seed is found benjamin.peterson
- [Python-checkins] cpython (merge 2.6 -> 2.6): merge heads benjamin.peterson
- [Python-checkins] cpython (merge 2.6 -> 2.7): merge 2.6 benjamin.peterson
- [Python-checkins] cpython (3.2): Issue #10580: Minor grammar change in Windows installer. martin.v.loewis
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2 martin.v.loewis
- [Python-checkins] cpython (3.2): Issue #6807: Run msisupport.mak earlier. martin.v.loewis
- [Python-checkins] cpython (merge 3.2 -> default): merge 2.6 martin.v.loewis
- [Python-checkins] cpython (2.7): Issue #6807: Run msisupport.mak earlier. martin.v.loewis
- [Python-checkins] cpython: Issue #12406: prevent case where shortened name could conflict with short name. martin.v.loewis
- [Python-checkins] cpython (3.2): Fix test failure in test_cmd_line by initializing the hash secret at the antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Fix test failure in test_cmd_line by initializing the hash secret at the antoine.pitrou
- [Python-checkins] cpython: Add a test that memoryviews have hash randomization enabled. antoine.pitrou
- [Python-checkins] cpython: Actually run the new tests. antoine.pitrou
- [Python-checkins] cpython: Issue #12406: Update list of files. martin.v.loewis
- [Python-checkins] cpython (2.7): Fix crash at startup with -W options. antoine.pitrou
- [Python-checkins] cpython (2.6): Fix crash at startup with -W options. antoine.pitrou
- [Python-checkins] cpython (merge 2.6 -> 2.7): Null merge antoine.pitrou
- [Python-checkins] cpython (2.6): don't need this hack anymore benjamin.peterson
- [Python-checkins] cpython (merge 2.6 -> 2.7): merge 2.6 benjamin.peterson
- [Python-checkins] cpython: enable hash randomization by default benjamin.peterson
- [Python-checkins] cpython (2.7): Fix flaky os.urandom test. antoine.pitrou
- [Python-checkins] cpython: site: don't import traceback at startup to speed up Python startup victor.stinner
- [Python-checkins] cpython (3.1): Remove reST markup from --help output. Also: O(n**2) is dict construction, not georg.brandl
- [Python-checkins] cpython (merge 3.1 -> 3.2): merge with 3.2 georg.brandl
- [Python-checkins] cpython (merge 3.2 -> default): merge with 3.2 georg.brandl
- [Python-checkins] cpython (2.6): Remove reST markup from --help output. Also: O(n**2) is dict construction, not georg.brandl
- [Python-checkins] cpython (merge 2.6 -> 2.7): merge with 2.6 georg.brandl
- [Python-checkins] cpython: remove unapplicable statement benjamin.peterson
- [Python-checkins] cpython (2.7): Avoid py3k warnings related to sort() of unrelated types. antoine.pitrou
- [Python-checkins] cpython: Try to debug sporadic test failures antoine.pitrou
- [Python-checkins] cpython: unload() should be sufficient antoine.pitrou
- [Python-checkins] cpython: Additional debug info in case of failure antoine.pitrou
- [Python-checkins] cpython: Fix (presumably) test_hash under big-endian systems (PPC). antoine.pitrou
- [Python-checkins] cpython: Fix sporadic test_subprocess regression introduced by 834650d63130. ross.lagerwall
- [Python-checkins] Daily reference leaks (e4ef1a398e33): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Issue #14053: Fix "make patchcheck" to work with MQ. nadeem.vawda
- [Python-checkins] cpython (3.2): Issue #14053: Fix "make patchcheck" to work with MQ. nadeem.vawda
- [Python-checkins] cpython (merge 3.2 -> default): Merge: #14053: Fix "make patchcheck" to work with MQ. nadeem.vawda
- [Python-checkins] cpython: PyUnicode_New() and unicode_putchar() check for MAX_UNICODE maximum (U+10FFFF) victor.stinner
- [Python-checkins] cpython: Micro-optimize unicode_expandtabs(): use FILL() macro to write N spaces victor.stinner
- [Python-checkins] cpython: Micro-optimize computation of maxchar in PyUnicode_TransformDecimalToASCII() victor.stinner
- [Python-checkins] cpython: Optimize str%arg for number formats: %i, %d, %u, %x, %p victor.stinner
- [Python-checkins] peps: Switch back to named functions, since the Ellipsis version degenerated badly nick.coghlan
- [Python-checkins] cpython: Fix compile failure under Windows antoine.pitrou
- [Python-checkins] cpython (3.2): In find_module(), do not silence fileno() and dup() errors. antoine.pitrou
- [Python-checkins] cpython (3.2): Issue #14084: Fix a file descriptor leak when importing a module with a bad antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #14084: Fix a file descriptor leak when importing a module with a bad antoine.pitrou
- [Python-checkins] cpython (3.2): Fix (presumably) test_hash under big-endian systems (PPC). antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Null merge antoine.pitrou
- [Python-checkins] cpython (2.7): Fix (presumably) test_hash under big-endian systems (PPC). antoine.pitrou
- [Python-checkins] cpython (2.6): Backport from 2.7 branch. barry.warsaw
- [Python-checkins] cpython (merge 2.6 -> 2.7): null merge from 2.6 barry.warsaw
- [Python-checkins] cpython (2.6): Backport from 2.7: barry.warsaw
- [Python-checkins] cpython (merge 2.6 -> 2.7): null merge from 2.6 barry.warsaw
- [Python-checkins] cpython: Issue #14077: importlib: Fix regression introduced by de6703671386. charles-francois.natali
- [Python-checkins] cpython: Fix doc of an internal function: unicode_write_cstr() victor.stinner
- [Python-checkins] cpython (2.7): Fix sporadic test_os failure under Windows antoine.pitrou
- [Python-checkins] cpython (2.6): Back port from 2.7: barry.warsaw
- [Python-checkins] cpython (merge 2.6 -> 2.7): null merge from 2.6 barry.warsaw
- [Python-checkins] Daily reference leaks (e4ef1a398e33): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython: Issue #13873: Fix crash in test_zlib on bigmem buildbot. nadeem.vawda
- [Python-checkins] cpython: Fix previous fix (for test_zlib) to work on 32-bit systems. nadeem.vawda
- [Python-checkins] cpython: Simplify zlib bigmem tests. nadeem.vawda
- [Python-checkins] cpython: Refactor importlib to make it easier to re-implement in C. brett.cannon
- [Python-checkins] cpython (merge default -> default): Merge brett.cannon
- [Python-checkins] cpython (3.1): version now 3.1.5rc1 benjamin.peterson
- [Python-checkins] cpython (3.1): Added tag v3.1.5rc1 for changeset ee26aca3219c benjamin.peterson
- [Python-checkins] cpython (merge 3.1 -> 3.2): merge 3.1 (with 3.1.5rc1 release tag) benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2 benjamin.peterson
- [Python-checkins] cpython (3.1): update copyright year benjamin.peterson
- [Python-checkins] cpython (merge 3.1 -> 3.2): merge 3.1 benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2 benjamin.peterson
- [Python-checkins] cpython (2.7): bump to 2.7.3rc1 benjamin.peterson
- [Python-checkins] cpython (2.7): Added tag v2.7.3rc1 for changeset b2c6aff96e12 benjamin.peterson
- [Python-checkins] cpython (2.6): Bump to version 2.6.8rc1. barry.warsaw
- [Python-checkins] cpython (2.6): Bump some more copyright years (as per PEP 101), since this is the first barry.warsaw
- [Python-checkins] cpython (2.6): Added tag v2.6.8rc1 for changeset caab08cd2b3e barry.warsaw
- [Python-checkins] cpython (merge 2.6 -> 2.7): null merge from 2.6 barry.warsaw
- [Python-checkins] cpython (2.6): Added tag v2.6.8rc1 for changeset 5356b6c7fd66 barry.warsaw
- [Python-checkins] cpython (2.7): logging: Added locking in flush() and close() handler methods. Thanks to Fayaz vinay.sajip
- [Python-checkins] cpython (2.7): Updated comments. vinay.sajip
- [Python-checkins] cpython (3.2): logging: Added locking in flush() and close() handler methods. Thanks to Fayaz vinay.sajip
- [Python-checkins] cpython (merge 3.2 -> default): Merged logging flush/close changes from 3.2. vinay.sajip
- [Python-checkins] cpython (3.2): Fix markup errors. georg.brandl
- [Python-checkins] cpython (3.2): Update pydoc topics. georg.brandl
- [Python-checkins] cpython (merge 3.2 -> 3.2): merge heads georg.brandl
- [Python-checkins] cpython (merge 3.2 -> default): merge with 3.2 georg.brandl
- [Python-checkins] cpython (2.7): update pydoc-topics benjamin.peterson
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge 2.7 release benjamin.peterson
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge heads benjamin.peterson
- [Python-checkins] cpython (2.7): Fix added for recent changes in non-threading environments. vinay.sajip
- [Python-checkins] cpython (3.2): Fix added for recent changes in non-threading environments. vinay.sajip
- [Python-checkins] cpython (merge 3.2 -> default): Merged fix added for recent changes in non-threading environments. vinay.sajip
- [Python-checkins] cpython (merge default -> default): Merged upstream changes. vinay.sajip
- [Python-checkins] cpython (merge 3.2 -> 3.2): Merged upstream changes. vinay.sajip
- [Python-checkins] cpython (merge 3.2 -> default): Merged upstream changes. vinay.sajip
- [Python-checkins] cpython (merge 2.7 -> 2.7): Merged upstream changes. vinay.sajip
- [Python-checkins] cpython: Issue #13846: Enhance time.monotonic() documentation victor.stinner
- [Python-checkins] cpython: Do a type check instead of an interface check. brett.cannon
- [Python-checkins] cpython: Improper type for __package__ should raise TypeError, not ValueError. brett.cannon
- [Python-checkins] cpython (merge default -> default): merge brett.cannon
- [Python-checkins] cpython: Issue #13706: Fix format(int, "n") for locale with non-ASCII thousands separator victor.stinner
- [Python-checkins] cpython: Make the benchmark recording more sensible for importlib.test.benchmark. brett.cannon
- [Python-checkins] cpython (merge default -> default): merge brett.cannon
- [Python-checkins] cpython: Issue #13706: Fix format(float, "n") for locale with non-ASCII decimal point victor.stinner
- [Python-checkins] cpython: Turn _return_module() into _handle_fromlist(). brett.cannon
- [Python-checkins] cpython (merge default -> default): merge brett.cannon
- [Python-checkins] cpython: #13973: move a couple of imports at module level. Patch by Tshepang ezio.melotti
- [Python-checkins] cpython: Fix compilation error under Windows (and warnings too). antoine.pitrou
- [Python-checkins] cpython: Simplify importib._resolve_name(). brett.cannon
- [Python-checkins] cpython (3.2): Bump version to 3.2.3rc1. benjamin.peterson
- [Python-checkins] cpython (3.2): Add 3.2.3 to license. benjamin.peterson
- [Python-checkins] cpython (3.2): Update copyright year. benjamin.peterson
- [Python-checkins] cpython (3.2): Added tag v3.2.3rc1 for changeset 7085403daf43 benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> 3.2): merge 3.2.2 release branch for rc benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2 benjamin.peterson
- [Python-checkins] cpython (merge default -> default): merge heads benjamin.peterson
- [Python-checkins] peps: Add PEP 413 as a competitor to PEP 407 nick.coghlan
- [Python-checkins] cpython: Issue #14107: fix bigmem tests on str.capitalize(), str.swapcase() and victor.stinner
- [Python-checkins] cpython: Oops, revert unwanted changes victor.stinner
- [Python-checkins] cpython: Close #14095: type.__new__() doesn't remove __qualname__ key from the class victor.stinner
- [Python-checkins] cpython: unused imports, pep8 philip.jenvey
- [Python-checkins] peps: Update PEP 413 to better explain rationale for a separate version number and nick.coghlan
- [Python-checkins] peps: Formatting fixes, wording update on the comment about tagging as a way of nick.coghlan
- [Python-checkins] peps: Present both alternatives as flat lists nick.coghlan
- [Python-checkins] peps: Clarify heading nick.coghlan
- [Python-checkins] peps: Fix lack of communication between brain and fingers nick.coghlan
- [Python-checkins] peps: Add another scenario that was previously only mentioned in the 'effects on the nick.coghlan
- [Python-checkins] cpython (2.7): Add 2.7.3 and 2.7.4 UUIDs martin.v.loewis
- [Python-checkins] cpython (3.2): Package mime.types martin.v.loewis
- [Python-checkins] cpython (merge 3.2 -> default): Merge with 3.2 martin.v.loewis
- [Python-checkins] cpython: - Issue #10181: New memoryview implementation fixes multiple ownership stefan.krah
- [Python-checkins] peps: Assorted cleanups, plus a note about support for even faster stdlib release nick.coghlan
- [Python-checkins] peps: Typo nick.coghlan
- [Python-checkins] cpython: Use assertEqual in test_strptime for better failure messages (cf. issue #14113). nadeem.vawda
- [Python-checkins] cpython (2.7): Fix long-standing bugs with MANIFEST.in parsing on Windows (#6884). eric.araujo
- [Python-checkins] cpython (2.7): Add test file for scripts in Tools (#13447). eric.araujo
- [Python-checkins] cpython (3.2): Fix long-standing bugs with MANIFEST.in parsing on Windows (#6884). eric.araujo
- [Python-checkins] cpython (merge 3.2 -> default): Merge 3.2 eric.araujo
- [Python-checkins] cpython (2.7): #14114: don't include copybutton.js in the htmlhelp output. ezio.melotti
- [Python-checkins] cpython (3.2): #14114: don't include copybutton.js in the htmlhelp output. ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #14114: merge with 3.2. ezio.melotti
- [Python-checkins] cpython (2.7): Issue #13999: refer to multiprocessing.Queue when needed sandro.tosi
- [Python-checkins] peps: Added unicode literals pepe armin.ronacher
- [Python-checkins] peps: Consistent quotes for "six" in pep 0414 armin.ronacher
- [Python-checkins] Daily reference leaks (39ddcc5c7fb9): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Improve interlinking of archiving/compression modules docs. eric.araujo
- [Python-checkins] cpython (2.7): Stop ignoring RPMs in distutils' upload command (#2945). eric.araujo
- [Python-checkins] cpython (2.7): Hide or remove user-visible XXX notes from distutils doc (#13716). eric.araujo
- [Python-checkins] cpython (2.7): Mark up constants in socket doc as such eric.araujo
- [Python-checkins] cpython (2.7): Fix instructions on how to rebuild some modules eric.araujo
- [Python-checkins] cpython (2.7): Update lingering references to ex-parrot. I mean ex-devguide. eric.araujo
- [Python-checkins] cpython (2.7): Fix typo (#13467) eric.araujo
- [Python-checkins] cpython (2.7): Use raw strings for docstrings with backslashes in ASCII diagrams eric.araujo
- [Python-checkins] cpython (2.7): Document that shutil.make_archive does not typecheck its logger argument eric.araujo
- [Python-checkins] cpython (2.7): Avoid relying on the default reST role in logging library doc eric.araujo
- [Python-checkins] cpython (2.7): Update docstring with more useful text (from the PEP) eric.araujo
- [Python-checkins] cpython (2.7): State explicitely that PYTHONDONTWRITEBYTECODE is equivalent to -B eric.araujo
- [Python-checkins] cpython (2.7): Fix typo “seperator” eric.araujo
- [Python-checkins] cpython (2.7): Synchronize some distutils tests with 3.2. eric.araujo
- [Python-checkins] cpython (2.7): Fix markup errors eric.araujo
- [Python-checkins] cpython (2.7): Add versionadded for sys.flags.hash_randomization variable eric.araujo
- [Python-checkins] cpython (merge 2.7 -> 2.7): Branch merge eric.araujo
- [Python-checkins] peps: Further refinements to PEP 413, save state before changing the proposed stdlib nick.coghlan
- [Python-checkins] cpython (3.2): Add test file for scripts in Tools (#13447). eric.araujo
- [Python-checkins] cpython (3.2): Add news entry for previous commit eric.araujo
- [Python-checkins] cpython (merge 3.2 -> default): Merge from 3.2 eric.araujo
- [Python-checkins] cpython (3.2): Use const markup instead of a misleading string literal eric.araujo
- [Python-checkins] cpython (3.2): Fix typo in “seperat{or,ion}” eric.araujo
- [Python-checkins] cpython (3.2): Set archive format explicitly in one distutils test eric.araujo
- [Python-checkins] cpython: Port the #6884 fix to packaging eric.araujo
- [Python-checkins] cpython (merge 3.2 -> 3.2): Branch merge eric.araujo
- [Python-checkins] cpython (merge default -> default): Branch merge eric.araujo
- [Python-checkins] cpython (merge 3.2 -> default): Merge 3.2 eric.araujo
- [Python-checkins] peps: Propose a simpler sequential version numbering scheme for standard library nick.coghlan
- [Python-checkins] peps: Describe two more alternate numbering schemes nick.coghlan
- [Python-checkins] cpython: #14081: The sep and maxsplit parameter to str.split, bytes.split, and ezio.melotti
- [Python-checkins] cpython: Close issue #6210: Implement PEP 409 nick.coghlan
- [Python-checkins] devguide: added self to xml.etree maintainers eli.bendersky
- [Python-checkins] cpython (3.2): Issue #14123: Explicitly mention that old style % string formatting has caveats gregory.p.smith
- [Python-checkins] cpython (merge 3.2 -> default): Issue #14123: Explicitly mention that old style % string formatting has caveats gregory.p.smith
- [Python-checkins] cpython: Issue #14107: test: Fix a deadlock involving the memory watchdog thread. charles-francois.natali
- [Python-checkins] cpython: Issue #14080: fix sporadic test_imp failure. Patch by Stefan Krah. antoine.pitrou
- [Python-checkins] cpython: the days of pre-standard C compilers are gone benjamin.peterson
- [Python-checkins] cpython: Remove duplicate label. georg.brandl
- [Python-checkins] cpython (3.2): Issue #13873: Fix crash in test_zlib when running on a small (<4GB) tmpfs. nadeem.vawda
- [Python-checkins] cpython (merge 3.2 -> default): Null merge. nadeem.vawda
- [Python-checkins] peps: Reject PEP 410 guido.van.rossum
- [Python-checkins] cpython (2.7): Issue #13521: dict.setdefault() now does only one lookup for the given key, antoine.pitrou
- [Python-checkins] cpython (3.2): Issue #13521: dict.setdefault() now does only one lookup for the given key, antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #13521: dict.setdefault() now does only one lookup for the given key, antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> 3.2): Merge antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Merge antoine.pitrou
- [Python-checkins] cpython (merge default -> default): Merge antoine.pitrou
- [Python-checkins] peps: pep for changing pep 409 implementation benjamin.peterson
- [Python-checkins] peps: kill extra letter benjamin.peterson
- [Python-checkins] cpython: Issue #14113: Fix a test_strptime failure caused by changes to LC_ALL. stefan.krah
- [Python-checkins] cpython: Fix comparison bug with 'rc' versions in packaging.version (#11841). eric.araujo
- [Python-checkins] cpython (3.2): Updated logging cookbook with info on alternative format styles. vinay.sajip
- [Python-checkins] cpython (merge 3.2 -> default): Merged cookbook update from 3.2. vinay.sajip
- [Python-checkins] cpython (merge default -> default): Merged upstream changes. vinay.sajip
- [Python-checkins] distutils2: Fix for shared builds eric.araujo
- [Python-checkins] distutils2: Add test for util.set_platform (#13974). eric.araujo
- [Python-checkins] distutils2: Fix bugs with MANIFEST.in parsing on Windows (#6884). eric.araujo
- [Python-checkins] distutils2: Fix comparison bug with 'rc' versions (#11841) eric.araujo
- [Python-checkins] distutils2 (merge default -> python3): Merge fixes for #13974, #6884 and #11841 from default eric.araujo
- [Python-checkins] cpython (3.2): Updated cookbook with information on customising LogRecords. vinay.sajip
- [Python-checkins] cpython (merge 3.2 -> default): Merged cookbook update for LogRecord customisation. vinay.sajip
- [Python-checkins] cpython: Issue #14125: Fix multiprocessing refleak on Windows. Patch by sbt. stefan.krah
- [Python-checkins] cpython: Issue #14125: Fix refleak in timemodule.c on Windows. Thanks sbt for pointing stefan.krah
- [Python-checkins] peps: give equivalent code for raise from benjamin.peterson
- [Python-checkins] cpython: typo benjamin.peterson
- [Python-checkins] cpython (3.2): Issue #14125: backport refleak fix (d4adbf908983). stefan.krah
- [Python-checkins] cpython (merge 3.2 -> default): Null merge (fix is already in 3.3). stefan.krah
- [Python-checkins] cpython: Some corrections for the Doc/extending documentation. Closes #14129 eli.bendersky
- [Python-checkins] cpython (3.2): Issue #13125: Silence spurious test_lib2to3 output when in non-verbose mode. antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #13125: Silence spurious test_lib2to3 output when in non-verbose mode. antoine.pitrou
- [Python-checkins] cpython: Improve debugging output for test failure antoine.pitrou
- [Python-checkins] cpython: More debug output antoine.pitrou
- [Python-checkins] cpython: Update importlib.invalidate_caches() to be more general. brett.cannon
- [Python-checkins] peps: I understand what Nick meant now benjamin.peterson
- [Python-checkins] Daily reference leaks (de125ee32897): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython (3.2): Fix markup errors. georg.brandl
- [Python-checkins] cpython (merge 3.2 -> default): Merge with 3.2. georg.brandl
- [Python-checkins] cpython (3.2): Improved logging cookbook example. vinay.sajip
- [Python-checkins] cpython (merge 3.2 -> default): Merged cookbook improvement from 3.2. vinay.sajip
- [Python-checkins] peps: pep-0414 -> accepted and added two things brought up on the mailinglist armin.ronacher
- [Python-checkins] peps (merge default -> default): merged armin.ronacher
- [Python-checkins] cpython (merge 2.6 -> 2.7): null-merge v2.6.8rc1 tag martin.v.loewis
- [Python-checkins] Daily reference leaks (f417aff64dcc): sum=0 solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (b83ae75beaca): sum=0 solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (aceedef02c63): sum=0 solipsis at pitrou.net
- [Python-checkins] peps: Update from Ethan Furman. brett.cannon
- [Python-checkins] cpython: Added additional diagnostics to help with #12151. vinay.sajip
- [Python-checkins] peps: Update from Mark Shannon. martin.v.loewis
- [Python-checkins] cpython (3.2): s/div/truediv/; thanks to Félix-Antoine Fortin from docs@ sandro.tosi
- [Python-checkins] cpython (merge 3.2 -> default): merge with 3.2 sandro.tosi
- [Python-checkins] cpython (2.7): Give better failure messages in test_strptime (cf. issue #14113). nadeem.vawda
- [Python-checkins] cpython (3.2): Give better failure messages in test_strptime (cf. issue #14113). nadeem.vawda
- [Python-checkins] cpython (merge 3.2 -> default): Merge: Give better failure messages in test_strptime (cf. issue #14113). nadeem.vawda
- [Python-checkins] cpython (2.7): Issue #13086: Update howto/cporting.rst to discuss "Python 3" instead of "3.0". larry.hastings
- [Python-checkins] cpython (3.2): Propagate changes for issues #13053 and #13086 from 2.7 to 3.2. (Doc only.) larry.hastings
- [Python-checkins] cpython (merge 3.2 -> default): Merge: Propagate changes for issues #13053 and #13086 from 2.7 to 3.2. larry.hastings
- [Python-checkins] peps: Clarified the LTS part. armin.ronacher
- [Python-checkins] peps (merge default -> default): Merge armin.ronacher
- [Python-checkins] Daily reference leaks (c316e8a4a5e2): sum=0 solipsis at pitrou.net
- [Python-checkins] peps: Add header required for Standard Tracks PEPs eric.araujo
- [Python-checkins] peps: Remove strange wording. eric.araujo
- [Python-checkins] cpython (2.7): #10713: Improve documentation for \b and \B and add a few tests. Initial patch ezio.melotti
- [Python-checkins] cpython (3.2): #10713: Improve documentation for \b and \B and add a few tests. Initial patch ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #10713: merge with 3.2. ezio.melotti
- [Python-checkins] cpython (2.7): #14155: remove duplication about search vs match in re doc. ezio.melotti
- [Python-checkins] cpython (3.2): #14155: remove duplication about search vs match in re doc. ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #14155: merge with 3.2. ezio.melotti
- [Python-checkins] cpython (2.7): #14089: increase coverage of the fractions module. Patch by Oleg Plakhotnyuk. ezio.melotti
- [Python-checkins] cpython (3.2): #14089: increase coverage of the fractions module. Patch by Oleg Plakhotnyuk. ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #14089: merge with 3.2. ezio.melotti
- [Python-checkins] cpython (3.2): Issue #14152: Restore the Include/*.h dependencies for extension builds. stefan.krah
- [Python-checkins] cpython (merge 3.2 -> default): Issue #14152: Merge fix from 3.2. stefan.krah
- [Python-checkins] cpython (2.7): Issue #14152: backport fix. stefan.krah
- [Python-checkins] cpython: Add PyMemoryView_FromMemory() to whatsnew/3.3. stefan.krah
- [Python-checkins] cpython: Issue #10181: Add warning that structure layouts in memoryobject.h and stefan.krah
- [Python-checkins] peps: Add the PEP 416: Add a frozendict builtin type victor.stinner
- [Python-checkins] peps: PEP 411: incorporated comments from pydev discussions eli.bendersky
Last message date: Wed Feb 29 20:45:05 CET 2012
Archived on: Sun Jul 29 22:23:48 CEST 2012
This archive was generated by Pipermail 0.09 (Mailman edition).
RetroSearch is an open source project built by @garambo
| Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4