May 2012 Archives by thread
Starting: Tue May 1 00:05:29 CEST 2012
Ending: Thu May 31 22:41:47 CEST 2012
Messages: 841
- [Python-checkins] peps: Make it clear that only finders change, not loaders.
eric.smith
- [Python-checkins] peps: No trailing separators on strings returned by find_module.
eric.smith
- [Python-checkins] peps: Discuss implications on existing finders.
eric.smith
- [Python-checkins] cpython: Handle a possible race condition
raymond.hettinger
- [Python-checkins] cpython (3.2): issue13183 - Fix pdb skipping frames after hitting a breakpoint and running
senthil.kumaran
- [Python-checkins] cpython (2.7): issue13183 - Fix pdb skipping frames after hitting a breakpoint and running
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): issue13183 - Fix pdb skipping frames after hitting a breakpoint and running
senthil.kumaran
- [Python-checkins] cpython (2.7): Have Bdb frame_returning in the finally clause
senthil.kumaran
- [Python-checkins] Daily reference leaks (b3aeaef6c315): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython: Use a flag to indicate when the circular queue is fully populated and stable.
raymond.hettinger
- [Python-checkins] cpython: Move make_key() out of the decorator body. Make keys that only need to be
raymond.hettinger
- [Python-checkins] cpython: Issue #14371: Support bzip2 in zipfile module.
martin.v.loewis
- [Python-checkins] cpython: Detect unsupported compression types.
martin.v.loewis
- [Python-checkins] cpython: Recognize unsupported feature "compressed patch data set" from zip 2.7.
martin.v.loewis
- [Python-checkins] peps: PEP 421 changes by Eric + formatting/spelling fixes.
georg.brandl
- [Python-checkins] peps: Fix "local variables section".
georg.brandl
- [Python-checkins] cpython: Add missing comma in __all__ list.
georg.brandl
- [Python-checkins] cpython: test_pdb: fix failure of test_issue13183 in debug mode, and make sure files are
georg.brandl
- [Python-checkins] cpython: Regenerate pydoc topics.
georg.brandl
- [Python-checkins] cpython: Suspicious markup check.
georg.brandl
- [Python-checkins] release: Remove "next_text", which is confusing and unneeded.
georg.brandl
- [Python-checkins] cpython: Bump to 3.3.0a3.
georg.brandl
- [Python-checkins] cpython: Disable test_13183 temporarily on Windows for 3.3a3 release.
georg.brandl
- [Python-checkins] cpython: Added tag v3.3.0a3 for changeset 0b53b70a40a0
georg.brandl
- [Python-checkins] cpython: Add an option to timeit to use time.process_time() and mark -t and -c as
georg.brandl
- [Python-checkins] cpython: Update timeit documentation w.r.t default timer changes.
georg.brandl
- [Python-checkins] peps: 3.3 release schedule update.
georg.brandl
- [Python-checkins] peps: This PEP should be final, as the feature has been implemented long ago.
georg.brandl
- [Python-checkins] peps: PEP 409 is implemented and final.
georg.brandl
- [Python-checkins] peps: Mock is actually a PEP.
georg.brandl
- [Python-checkins] peps: PEP 418 is accepted and implemented, therefore Final.
georg.brandl
- [Python-checkins] peps: Fix PEP 395 name.
georg.brandl
- [Python-checkins] peps: Add PEP 3154.
georg.brandl
- [Python-checkins] cpython: Check extract_version when opening a zipfile.
martin.v.loewis
- [Python-checkins] peps: Clarifications.
eric.smith
- [Python-checkins] peps: Move the mock and buffer protocol PEPs to Final
nick.coghlan
- [Python-checkins] cpython: strip is_ prefixes on clock_info fields
benjamin.peterson
- [Python-checkins] cpython (3.2): fix calling the classmethod descriptor directly (closes #14699)
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2 (#14699)
benjamin.peterson
- [Python-checkins] cpython (2.7): fix calling the classmethod descriptor directly (closes #14699)
benjamin.peterson
- [Python-checkins] cpython (2.7): use formats that work on 2.7
benjamin.peterson
- [Python-checkins] peps: Improved wording on regular package performance.
eric.smith
- [Python-checkins] cpython: don't use assertEqual for test for bool equality
benjamin.peterson
- [Python-checkins] peps: PEP 398 update: deferring some changes, adding new changes from python-dev
georg.brandl
- [Python-checkins] cpython: Include micro version even if it is 0.
martin.v.loewis
- [Python-checkins] cpython: Include micro version even if it is 0.
martin.v.loewis
- [Python-checkins] cpython: Include micro version even if it is 0.
martin.v.loewis
- [Python-checkins] cpython (merge default -> default): Merge sphinx changes
martin.v.loewis
- [Python-checkins] release: Remove new .hgtouch file, and also .hgtags from archive
georg.brandl
- [Python-checkins] peps: Record response (by Nick) to Nick's initial objections. I hope I've summarized
eric.smith
- [Python-checkins] peps: Improvement in wording.
eric.smith
- [Python-checkins] peps: Moved sections around so that the discussion comes after all relevant details
eric.smith
- [Python-checkins] release: don't produce archive meta data
benjamin.peterson
- [Python-checkins] cpython: Issue #14687: Optimize str%args
victor.stinner
- [Python-checkins] cpython: Issue #14687: Cleanup PyUnicode_Format()
victor.stinner
- [Python-checkins] cpython: unicodeobject.c: Add MAX_MAXCHAR() macro to (micro-)optimize the computation
victor.stinner
- [Python-checkins] cpython (2.7): fix windows test failure - issue13183
senthil.kumaran
- [Python-checkins] cpython (3.2): fix windows test failure - issue13183
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): fix closes issue13183 - windows test failure
senthil.kumaran
- [Python-checkins] Daily reference leaks (0269c592c8b1): sum=2
solipsis at pitrou.net
- [Python-checkins] cpython: Issue #13183: Revert 0b53b70a40a0 (reenable test on windows)
martin.v.loewis
- [Python-checkins] peps: PEP 418: Update time.get_clock_info() according to the implementation
victor.stinner
- [Python-checkins] cpython (2.7): Issue #9400: Partial backport of fix for #9244
richard.oudkerk
- [Python-checkins] peps: Clarify path scanning logic.
eric.smith
- [Python-checkins] peps (merge default -> default): Merge.
eric.smith
- [Python-checkins] peps: Typo. Thanks Terry Reedy.
eric.smith
- [Python-checkins] cpython (2.7): Issue #14698: Make test_posix more robust when the current UID doesn't have an
charles-francois.natali
- [Python-checkins] cpython (3.2): Issue #14698: Make test_posix more robust when the current UID doesn't have an
charles-francois.natali
- [Python-checkins] cpython (merge 3.2 -> default): Issue #14698: Make test_posix more robust when the current UID doesn't have an
charles-francois.natali
- [Python-checkins] cpython: Make test_multiprocessing cleanup properly
richard.oudkerk
- [Python-checkins] cpython (2.7): os.popen().close() returns None on success, not 0...
charles-francois.natali
- [Python-checkins] cpython (3.2): os.popen().close() returns None on success, not 0...
charles-francois.natali
- [Python-checkins] cpython (merge 3.2 -> default): os.popen().close() returns None on success, not 0...
charles-francois.natali
- [Python-checkins] cpython (merge default -> default): Merge.
charles-francois.natali
- [Python-checkins] cpython: Issue #14687: Optimize str%tuple for the "%(name)s" syntax
victor.stinner
- [Python-checkins] cpython: Unicode: optimize creating of 1-character strings
victor.stinner
- [Python-checkins] cpython: Fix PyUnicode_Substring() for start >= length and start > end
victor.stinner
- [Python-checkins] cpython: Remove buggy assertion in PyUnicode_Substring()
victor.stinner
- [Python-checkins] Daily reference leaks (99be985edeca): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython: Issue #14127: Add ns= parameter to utime, futimes, and lutimes.
larry.hastings
- [Python-checkins] cpython: Issue #14624, #14687: Optimize unicode_widen()
victor.stinner
- [Python-checkins] cpython (2.7): Changed order of cleanup operations to be more sensible.
vinay.sajip
- [Python-checkins] cpython (3.2): Changed order of cleanup operations to be more sensible.
vinay.sajip
- [Python-checkins] cpython (merge 3.2 -> default): Merged hanged order of cleanup operations from 3.2.
vinay.sajip
- [Python-checkins] cpython: Issue #14687: str%tuple now uses an optimistic "unicode writer" instead of an
victor.stinner
- [Python-checkins] cpython: Issue #14687: Cleanup unicode_writer_prepare()
victor.stinner
- [Python-checkins] peps: Fix the spelling of Nick's last name.
barry.warsaw
- [Python-checkins] peps: * reST-ified
barry.warsaw
- [Python-checkins] cpython (2.7): Use Python 3 instead of 3.0.
ezio.melotti
- [Python-checkins] cpython: Issue #14687: Remove redundant length attribute of unicode_write_t
victor.stinner
- [Python-checkins] cpython: Fix dangling warning for test_multiprocessing
richard.oudkerk
- [Python-checkins] peps: improve the readability of one section
barry.warsaw
- [Python-checkins] cpython: Issue #14127: Fix no-op stub for platforms that lack some "os" functions.
larry.hastings
- [Python-checkins] cpython: unicode_writer: add finish() method and assertions to write_str() method
victor.stinner
- [Python-checkins] cpython: if the kind of the string to count is larger than the string to search,
benjamin.peterson
- [Python-checkins] cpython (3.2): close() doesn't take any args (closes #14717)
benjamin.peterson
- [Python-checkins] cpython (2.7): close() doesn't take any args (closes #14717)
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2 (#14717)
benjamin.peterson
- [Python-checkins] cpython: unicode_writer: don't force inline when it is not necessary
victor.stinner
- [Python-checkins] Daily reference leaks (44699acd28b4): sum=30
solipsis at pitrou.net
- [Python-checkins] cpython: check correct variable for error
benjamin.peterson
- [Python-checkins] cpython: avoid unitialized memory
benjamin.peterson
- [Python-checkins] cpython: clean up converted path on error
benjamin.peterson
- [Python-checkins] cpython: what is a invalid tuple?
benjamin.peterson
- [Python-checkins] cpython: Give test_multiprocessing better chance of avoiding timeout failures on Windows
richard.oudkerk
- [Python-checkins] cpython: Issue #14127: Fix two bugs with the Windows implementation.
larry.hastings
- [Python-checkins] cpython: Fix for fatal errors in os.*utime*()
richard.oudkerk
- [Python-checkins] cpython (3.2): Fix test connecting to sha256.tbs-internet.com.
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Fix test connecting to sha256.tbs-internet.com.
antoine.pitrou
- [Python-checkins] cpython (2.7): Skip test_algorithms (known remote hosts need SNI, which is only available on
antoine.pitrou
- [Python-checkins] cpython: initialization not needed
benjamin.peterson
- [Python-checkins] cpython: Properly mark names in importlib._bootstrap as private.
brett.cannon
- [Python-checkins] cpython: Issue #13959: Re-implement imp.get_suffixes() in Lib/imp.py.
brett.cannon
- [Python-checkins] peps: * Relax the constraint that m.__file__ must exist (except for built-ins)
barry.warsaw
- [Python-checkins] cpython: Jython-friendly tweak.
brett.cannon
- [Python-checkins] peps: Make it explicit that loaders may install additional __things__ on
barry.warsaw
- [Python-checkins] cpython: Closes #14093: Added Mercurial version information to Windows builds.
vinay.sajip
- [Python-checkins] cpython: update importlib.h
brett.cannon
- [Python-checkins] cpython: Remove dead Windows code which no longer will compile.
brett.cannon
- [Python-checkins] cpython (merge default -> default): merge
brett.cannon
- [Python-checkins] cpython: Issue #13959: Move module type constants to Lib/imp.py.
brett.cannon
- [Python-checkins] cpython: Kill off another entry of import_nt.c
brett.cannon
- [Python-checkins] cpython: Kill remaining mentions of import_nt.c
antoine.pitrou
- [Python-checkins] cpython (merge default -> default): Merge
antoine.pitrou
- [Python-checkins] cpython: Simplify code for load_dynamic()
antoine.pitrou
- [Python-checkins] cpython: Clean up a docstring.
brett.cannon
- [Python-checkins] cpython: Add some whatsnew entries
antoine.pitrou
- [Python-checkins] cpython (merge default -> default): Merge
antoine.pitrou
- [Python-checkins] peps: Note that __file__ is not set on the namespace package.
eric.smith
- [Python-checkins] Daily reference leaks (57cbffae4f74): sum=9
solipsis at pitrou.net
- [Python-checkins] cpython: Fix typo in changeset eb5c5c23ca9b.
nadeem.vawda
- [Python-checkins] devguide: fix a 'ERROR: invalid option block' with newer sphinx
sandro.tosi
- [Python-checkins] peps: Update PEP 1 to better reflect current practice
nick.coghlan
- [Python-checkins] cpython: don't append the bytecode suffix to the source suffixes global
benjamin.peterson
- [Python-checkins] peps: PEP 419: update from Paul.
georg.brandl
- [Python-checkins] cpython: Issue #13815: TarFile.extractfile() now returns io.BufferedReader objects.
lars.gustaebel
- [Python-checkins] cpython: Fix for Issue 14725 for 3.3 branch.
richard.oudkerk
- [Python-checkins] cpython (2.7): Fix for issue 14725 for 2.7 branch
richard.oudkerk
- [Python-checkins] cpython (3.2): Fix for issue 14725 for 3.2 branch
richard.oudkerk
- [Python-checkins] cpython (merge 3.2 -> default): Dummy merge
richard.oudkerk
- [Python-checkins] cpython: Fix typo in exception message.
stefan.krah
- [Python-checkins] cpython: Issue #14705: Add 'p' format character to PyArg_ParseTuple* for bool support.
larry.hastings
- [Python-checkins] cpython: Update Misc/NEWS for issues #14127 and #14705. (And, technically, #10148.)
larry.hastings
- [Python-checkins] cpython: Backed out changeset 709850f1ec67
benjamin.peterson
- [Python-checkins] Daily reference leaks (2129e5e2db5c): sum=2
solipsis at pitrou.net
- [Python-checkins] cpython: Update Misc/NEWS for issues #14127 and #14705. (And, technically, #10148.)
larry.hastings
- [Python-checkins] peps: Address Barry's comments and make a couple of other cleanups
nick.coghlan
- [Python-checkins] peps: Don't use a role that doesn't exist for PEPs
nick.coghlan
- [Python-checkins] peps: Add the BDFL-Delegate field, using myself as the test case.
nick.coghlan
- [Python-checkins] peps: Record BDFL delegation and resolution for PEP 3151
nick.coghlan
- [Python-checkins] peps: PEP 421: edits from Eric.
georg.brandl
- [Python-checkins] cpython: Post-3.3a3 bump.
georg.brandl
- [Python-checkins] cpython: Fix some rst errors in NEWS.
georg.brandl
- [Python-checkins] cpython (3.2): #13183: backport fixes to test_pdb to 3.2 branch
georg.brandl
- [Python-checkins] cpython (2.7): #13183: backport fixes to test_pdb to 2.7 branch
georg.brandl
- [Python-checkins] cpython (merge 3.2 -> default): merge with 3.2
georg.brandl
- [Python-checkins] cpython: Closes #14729: Allowed test to pass on Windows by adjusting the test condition
vinay.sajip
- [Python-checkins] cpython: Issue #9116: Allowed test to pass on Windows by adjusting the test condition
vinay.sajip
- [Python-checkins] cpython: #12660: Skip test_gdb when run from an installed Python.
vinay.sajip
- [Python-checkins] cpython: Fix formatting of preset values for exception messages in _lzmamodule.c.
nadeem.vawda
- [Python-checkins] cpython: Closes #13989: Add support for text modes to gzip.open().
nadeem.vawda
- [Python-checkins] cpython: Separate tests for gzip.GzipFile and gzip.open.
nadeem.vawda
- [Python-checkins] cpython (2.7): #14034: added the argparse tutorial. Patch by Tshepang Lekhonkhobe.
ezio.melotti
- [Python-checkins] cpython (3.2): #14034: added the argparse tutorial. Patch by Tshepang Lekhonkhobe.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #14034: merge argparse tutorial from 3.2.
ezio.melotti
- [Python-checkins] cpython (merge default -> default): Merge heads.
ezio.melotti
- [Python-checkins] cpython (2.7): #14034: adapt to Python 2 and fix indentation.
ezio.melotti
- [Python-checkins] cpython (3.2): #14034: fix indentation.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #14034: merge indentation fixes from 3.2.
ezio.melotti
- [Python-checkins] cpython: Fix test_gzip failures on Windows.
nadeem.vawda
- [Python-checkins] cpython: Fix too early decrefs.
antoine.pitrou
- [Python-checkins] cpython: Make AcquirerProxy.acquire() support timeout argument
richard.oudkerk
- [Python-checkins] cpython: Make test_multiprocessing more lenient about another timeout check
richard.oudkerk
- [Python-checkins] cpython (3.2): Issue #14965: Fix missing support for starred assignments in
mark.dickinson
- [Python-checkins] cpython (merge 3.2 -> default): Issue #14965: Bring Tools/parser/unparse.py up to date with the Python 3.3.
mark.dickinson
- [Python-checkins] cpython: Really fix test_gzip failures on Windows.
nadeem.vawda
- [Python-checkins] cpython (3.2): Fix document title for Sphinx.
georg.brandl
- [Python-checkins] cpython (merge 3.2 -> default): Merge with 3.2.
georg.brandl
- [Python-checkins] cpython (2.7): Fix document title for Sphinx.
georg.brandl
- [Python-checkins] cpython: Add lzma.{encode,decode}_filter_properties().
nadeem.vawda
- [Python-checkins] cpython: Rename lzma.check_is_supported() to is_check_supported() to avoid grammatical
nadeem.vawda
- [Python-checkins] cpython: Fix buildbot failures in test_lzma.
nadeem.vawda
- [Python-checkins] cpython: Add Misc/NEWS entry for rev b4a1d9287780
richard.oudkerk
- [Python-checkins] Daily reference leaks (165bd3483d0d): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (3.2): Fix issue number in Misc/NEWS.
mark.dickinson
- [Python-checkins] cpython (merge 3.2 -> default): Merge Misc/NEWS issue number fix from 3.2
mark.dickinson
- [Python-checkins] cpython: Issue #14695: Run Tools/parser/test_unparse.py as part of test_tools.
mark.dickinson
- [Python-checkins] cpython: Add John Regehr to Misc/ACKS for his help with finding integer overflows (issue
mark.dickinson
- [Python-checkins] cpython: Issue #14705: Added support for the new 'p' format unit to skipitem().
larry.hastings
- [Python-checkins] cpython: Issue #14700: Fix two broken and undefined-behaviour-inducing overflow checks
mark.dickinson
- [Python-checkins] cpython (3.2): Issue #14701: Add missing support for 'raise ... from' in parser module.
mark.dickinson
- [Python-checkins] cpython (merge 3.2 -> default): Issue #14701: Merge fix from 3.2.
mark.dickinson
- [Python-checkins] cpython: Close #14716: str.format() now uses the new "unicode writer" API instead of the
victor.stinner
- [Python-checkins] cpython: Issue #14716: Change integer overflow check in unicode_writer_prepare()
victor.stinner
- [Python-checkins] cpython (3.2): Issue #14697: Fix missing parser module support for set displays and set
mark.dickinson
- [Python-checkins] cpython (merge 3.2 -> default): Issue #14697: Merge fix from 3.2.
mark.dickinson
- [Python-checkins] cpython (3.2): Issue #14741: Fix missing support for ellipsis in parser module.
mark.dickinson
- [Python-checkins] cpython (merge 3.2 -> default): Issue #14741: Merge fix from 3.2.
mark.dickinson
- [Python-checkins] cpython: Issue #14583: Fix importlib bug when a package's __init__.py would first import
antoine.pitrou
- [Python-checkins] cpython (2.7): backport 7a05cb3beddf to 2.7
sandro.tosi
- [Python-checkins] cpython: Issue #14742: Don't include DirectoryTestCase from test_unparse in test_tools
mark.dickinson
- [Python-checkins] cpython: Backout ab500b297900: the check for integer overflow is wrong
victor.stinner
- [Python-checkins] cpython: explicitly set UnsupportedOperation's module rather than relying on incorrect
benjamin.peterson
- [Python-checkins] cpython (3.2): remove basically bitrotted XXXs
benjamin.peterson
- [Python-checkins] cpython (2.7): remove basically bitrotted XXXs
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
benjamin.peterson
- [Python-checkins] Daily reference leaks (01581e8b50f2): sum=2
solipsis at pitrou.net
- [Python-checkins] cpython (3.2): Issue #14749: Add support for 'Z' to skipitem() in Python/getargs.c.
larry.hastings
- [Python-checkins] cpython (merge 3.2 -> default): Merge from 3.2. Issue #14749: Add support for 'Z' to skipitem().
larry.hastings
- [Python-checkins] cpython (3.2): fix possible refleak (closes #14752)
benjamin.peterson
- [Python-checkins] cpython (2.7): fix possible refleak (closes #14752)
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2 (#14752)
benjamin.peterson
- [Python-checkins] cpython: Minor fix for test_multiprocessing
richard.oudkerk
- [Python-checkins] peps: Eric Snow's latest update.
barry.warsaw
- [Python-checkins] cpython: Issue #14727: Fix race in test_multiprocessing
richard.oudkerk
- [Python-checkins] cpython: unicode_writer_finish() checks string consistency
victor.stinner
- [Python-checkins] cpython (3.2): Improve the grammar of a non-sentence.
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> default): Merge: Improve the grammar of a non-sentence.
r.david.murray
- [Python-checkins] cpython (2.7): Improve the grammar of a non-sentence.
r.david.murray
- [Python-checkins] Daily reference leaks (8bfe89e9d851): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython: Issue #14746: Remove redundant paragraphs from skipitem() in Python/getargs.c.
larry.hastings
- [Python-checkins] cpython (2.7): Issue #14761: Fix potential leak on an error case in the import machinery.
antoine.pitrou
- [Python-checkins] cpython (3.2): Issue #14761: Fix potential leak on an error case in the import machinery.
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Null merge for issue #14761.
antoine.pitrou
- [Python-checkins] cpython (2.7): #14763: fix documentation for string.split/rsplit.
ezio.melotti
- [Python-checkins] cpython: Issue #14744: Inline unicode_writer_write_char() and unicode_write_str()
victor.stinner
- [Python-checkins] cpython: Rename unicode_write_t structure and its methods to "_PyUnicodeWriter"
victor.stinner
- [Python-checkins] peps: Updated to discuss find_loader method on finders.
eric.smith
- [Python-checkins] peps: Two spaces after periods.
eric.smith
- [Python-checkins] cpython (3.2): Closes #14768: os.path.expanduser('~/a') doesn't works correctly when HOME is
jesus.cea
- [Python-checkins] cpython (2.7): Closes #14768: os.path.expanduser('~/a') doesn't works correctly when HOME is
jesus.cea
- [Python-checkins] cpython (merge 3.2 -> default): MERGE: Closes #14768: os.path.expanduser('~/a') doesn't works correctly when
jesus.cea
- [Python-checkins] Daily reference leaks (0d9067cde462): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (2.7): #14763: document default maxsplit value for str.split.
ezio.melotti
- [Python-checkins] cpython (3.2): #14763: document default maxsplit value for str.split.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #14763: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (3.2): Removed outdated statement about pickle's and marshal's relative performance.
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Removed outdated statement about pickle's and marshal's relative performance.
antoine.pitrou
- [Python-checkins] cpython (3.2): Some nits in the pickle docs.
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Some nits in the pickle docs.
antoine.pitrou
- [Python-checkins] cpython: Issue #14738: Speed-up UTF-8 decoding on non-ASCII data. Patch by Serhiy
antoine.pitrou
- [Python-checkins] cpython: Issue #14753: Make multiprocessing treat negative timeouts as it did in 3.2
richard.oudkerk
- [Python-checkins] peps: PEP 3144: update from Peter Moody.
georg.brandl
- [Python-checkins] cpython (3.2): Issue #14157: Fix time.strptime failing without a year on February 29th.
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #14157: Fix time.strptime failing without a year on February 29th.
antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #14157: Fix time.strptime failing without a year on February 29th.
antoine.pitrou
- [Python-checkins] cpython (2.7): Update ACKS.
antoine.pitrou
- [Python-checkins] cpython: use yield from
benjamin.peterson
- [Python-checkins] peps: Simplified find_loader return values.
eric.smith
- [Python-checkins] peps (merge default -> default): Merge.
eric.smith
- [Python-checkins] cpython (2.7): Issue #14662: Prevent shutil failures on OS X when destination does not
ned.deily
- [Python-checkins] cpython (3.2): Issue #14662: Prevent shutil failures on OS X when destination does not
ned.deily
- [Python-checkins] cpython: Issue #14662: Prevent shutil failures on OS X when destination does not
ned.deily
- [Python-checkins] cpython (merge 3.2 -> default): merge
ned.deily
- [Python-checkins] Daily reference leaks (4e9680570be8): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython: Issue #14764: Update importlib.test.benchmark to work in a world where
brett.cannon
- [Python-checkins] peps: Suggestions by Nick on import-sig.
eric.smith
- [Python-checkins] peps: Added dynamic path calculation.
eric.smith
- [Python-checkins] cpython: Issue #13959: Deprecate imp.get_suffixes() for new attributes on
brett.cannon
- [Python-checkins] cpython: Update importlib.h
brett.cannon
- [Python-checkins] cpython: Deprecate the imp constants related to imp.get_suffixes().
brett.cannon
- [Python-checkins] cpython: Issue #13959: Have
brett.cannon
- [Python-checkins] cpython (2.7): Additional example of using decimal.localcontext().
raymond.hettinger
- [Python-checkins] cpython: simplify by shortcutting when the kind of the needle is larger than the haystack
benjamin.peterson
- [Python-checkins] Daily reference leaks (83da67651687): sum=60
solipsis at pitrou.net
- [Python-checkins] cpython: Remove uninitialized compiler warning.
ross.lagerwall
- [Python-checkins] cpython: Remove_uninitialized_compiler_warning
Amaury Forgeot d'Arc
- [Python-checkins] cpython: Fix logic error introduced by 83da67651687.
antoine.pitrou
- [Python-checkins] cpython: Fix refleaks introduced by 83da67651687.
antoine.pitrou
- [Python-checkins] peps: Eric's latest update
barry.warsaw
- [Python-checkins] cpython: Issue #14082: shutil.copy2() now copies extended attributes, if possible.
antoine.pitrou
- [Python-checkins] cpython (merge default -> default): Merge
antoine.pitrou
- [Python-checkins] cpython: Issue #14779: Do not use get_config_var('SIZEOF_VOID_P') on OS X 64-/32-bit
stefan.krah
- [Python-checkins] cpython (2.7): correctly define what 'fill' could be; thanks to Leland Hulbert from docs@
sandro.tosi
- [Python-checkins] cpython (3.2): correctly define what 'fill' could be; thanks to Leland Hulbert from docs@
sandro.tosi
- [Python-checkins] cpython (merge 3.2 -> default): merge with 3.2
sandro.tosi
- [Python-checkins] cpython: Try to fix test_shutil failure under Fedora - patch by Hynek.
antoine.pitrou
- [Python-checkins] cpython: Remove a now worthless test.
brett.cannon
- [Python-checkins] cpython: Issue #13959: Introduce importlib.find_loader().
brett.cannon
- [Python-checkins] cpython: Make the reference counting of dictkeys objects participate in refleak hunting
antoine.pitrou
- [Python-checkins] cpython (merge default -> default): Merge
antoine.pitrou
- [Python-checkins] cpython (merge default -> default): Merge
antoine.pitrou
- [Python-checkins] Daily reference leaks (5bd55fb3e091): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython: Issue #14366: Support lzma compression in zip files.
martin.v.loewis
- [Python-checkins] cpython (3.2): Issue #14793: fix grammar in bytes object paragraph; patch by Tshepang
sandro.tosi
- [Python-checkins] cpython (merge 3.2 -> default): merge with 3.2
sandro.tosi
- [Python-checkins] devguide: Remove Skip from the csv experts (see issue #14732).
antoine.pitrou
- [Python-checkins] cpython: Fix #13210. Port the Windows build from VS2008 to VS2010.
brian.curtin
- [Python-checkins] cpython: Issue #13959: Document imp.find_module/load_module as deprecated.
brett.cannon
- [Python-checkins] cpython (2.7): #14770: improve the library FAQ.
ezio.melotti
- [Python-checkins] cpython (3.2): #14770: improve the library FAQ.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #14770: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (2.7): #14770: backport a couple of changes from 3.x.
ezio.melotti
- [Python-checkins] cpython: Move out VS9 project files to PC\VS9.0 folder. Fixes #13210
brian.curtin
- [Python-checkins] cpython: Add importlib.util.resolve_name().
brett.cannon
- [Python-checkins] cpython: Issue #14532: Add a secure_compare() helper to the hmac module, to mitigate
charles-francois.natali
- [Python-checkins] r88951 - tracker/instances/python-dev/scripts/addpatchsets
martin.v.loewis
- [Python-checkins] cpython: Issue #14417: Mutating a dict during lookup now restarts the lookup instead of
antoine.pitrou
- [Python-checkins] cpython (3.2): Issue #14245: Improve floating-point entry in FAQ. Thanks Zbyszek
mark.dickinson
- [Python-checkins] cpython (merge 3.2 -> default): Issue #14245: Merge changes from 3.2.
mark.dickinson
- [Python-checkins] cpython: changeset: 76969:0cbe1099226d
brian.curtin
- [Python-checkins] cpython: Convert build slave scripts to work with VS2010
brian.curtin
- [Python-checkins] cpython: Correct PlatformTarget->Platform usage for building the solution
brian.curtin
- [Python-checkins] cpython: Update the clean and MSI scripts for VS2010
brian.curtin
- [Python-checkins] Daily reference leaks (6b8f34a1cb22): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython: Fix release build settings.
martin.v.loewis
- [Python-checkins] cpython (2.7): #14405: remove outdated/broken/duplicate links.
ezio.melotti
- [Python-checkins] cpython (3.2): #14405: remove outdated/broken/duplicate links.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #14405: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython: Issue #13815: Resurrect the ExFileObject class.
lars.gustaebel
- [Python-checkins] cpython: Upgrade bzip2 to 1.0.6.
martin.v.loewis
- [Python-checkins] peps: Accept PEP 415
nick.coghlan
- [Python-checkins] cpython: Relabel bzip2 filters.
martin.v.loewis
- [Python-checkins] cpython (3.2): Upgrade bzip2 to 1.0.6.
martin.v.loewis
- [Python-checkins] cpython (merge 3.2 -> default): null merge
martin.v.loewis
- [Python-checkins] peps: Not quite ready to accept 3144 just yet
nick.coghlan
- [Python-checkins] cpython (2.7): Upgrade to bzip2 1.0.6.
martin.v.loewis
- [Python-checkins] cpython (3.2): Use size_t, not ssize_t (issue #14801).
antoine.pitrou
- [Python-checkins] cpython (3.2): Remove tab characters
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Use size_t, not ssize_t (issue #14801).
antoine.pitrou
- [Python-checkins] cpython: Issue 14800: add comments explaining stat.py constants + docstring for S_*
giampaolo.rodola
- [Python-checkins] peps: Update from Peter Moody
barry.warsaw
- [Python-checkins] peps: Changes suggested by PJE.
eric.smith
- [Python-checkins] cpython: Upgrade sqlite to 3.7.12.
martin.v.loewis
- [Python-checkins] cpython (3.2): Stop deleting non-existing bytecode files.
martin.v.loewis
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
martin.v.loewis
- [Python-checkins] cpython: Don't build xxlimited in debug mode.
martin.v.loewis
- [Python-checkins] cpython (3.2): Followup to issue #14157: respect the relative ordering of values produced by
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Followup to issue #14157: respect the relative ordering of values produced by
antoine.pitrou
- [Python-checkins] cpython (2.7): Followup to issue #14157: respect the relative ordering of values produced by
antoine.pitrou
- [Python-checkins] devguide: Add Hynek to developers
antoine.pitrou
- [Python-checkins] cpython (3.2): bsddb never existed in 3.x, no need to keep downloading sleepycat
brian.curtin
- [Python-checkins] cpython (merge 3.2 -> default): Merge 3.2
brian.curtin
- [Python-checkins] peps: Allow standard library packages to be namespace packages.
eric.smith
- [Python-checkins] cpython (3.2): #14766: Add correct algorithm for when a 'time' object is naive.
r.david.murray
- [Python-checkins] cpython (3.2): #14766: Reflow the altered paragraphs.
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> default): Merge #14766: Add correct algorithm for when a 'time' object is naive.
r.david.murray
- [Python-checkins] cpython (2.7): #14766: Add correct algorithm for when a 'time' object is naive.
r.david.murray
- [Python-checkins] cpython (2.7): #14766: Reflow the altered paragraphs.
r.david.murray
- [Python-checkins] devguide: Add VS2010 link and text, then restructure a few things
brian.curtin
- [Python-checkins] Daily reference leaks (07afe1ec76a7): sum=1
solipsis at pitrou.net
- [Python-checkins] peps: more descriptive title
benjamin.peterson
- [Python-checkins] cpython: PEP 415: Implement suppression of __context__ display with an exception
benjamin.peterson
- [Python-checkins] peps: 415 now implemented
benjamin.peterson
- [Python-checkins] cpython: apparently importlib.h wants to be updated
benjamin.peterson
- [Python-checkins] cpython: Silence VS 2010 signed/unsigned warnings.
martin.v.loewis
- [Python-checkins] peps: Make the relationship between 409 and 415 clearer
nick.coghlan
- [Python-checkins] cpython: Silence VS 2010 warning on loss of precision (_int64 -> _int32).
martin.v.loewis
- [Python-checkins] peps: Accept PEP 3144, and clean up some typos and text duplication
nick.coghlan
- [Python-checkins] cpython: Add safecase to silence Win64 warning.
martin.v.loewis
- [Python-checkins] cpython: Widen ASDL sequences to Py_ssize_t lengths to better match PEP 353.
martin.v.loewis
- [Python-checkins] cpython: Document f4d7ad6c9d6e.
martin.v.loewis
- [Python-checkins] cpython: #14807: move undocumented tarfile.filemode() to stat.filemode(). Add
giampaolo.rodola
- [Python-checkins] cpython: remove unused import in asyncore doc
giampaolo.rodola
- [Python-checkins] cpython: #14773: Fix os.fwalk() failing on dangling symlinks
hynek.schlawack
- [Python-checkins] cpython (2.7): Issue #12541: Be lenient with quotes around Realm field with HTTP Basic
senthil.kumaran
- [Python-checkins] cpython (3.2): Issue #12541: Be lenient with quotes around Realm field of HTTP Basic
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): merge from 3.2 - Issue #12541: Be lenient with quotes around Realm field of
senthil.kumaran
- [Python-checkins] cpython (merge default -> default): merge heads
senthil.kumaran
- [Python-checkins] peps: Latest update from Eric
barry.warsaw
- [Python-checkins] cpython (2.7): Upgrade openssl to 0.9.8x.
martin.v.loewis
- [Python-checkins] cpython: Sort file list in test_os.WalkTests
hynek.schlawack
- [Python-checkins] cpython (2.7): Issue12541 - Add UserWarning for unquoted realms
senthil.kumaran
- [Python-checkins] cpython (3.2): Issue12541 - Add UserWarning for unquoted realms
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): Issue12541 - Add UserWarning for unquoted realms
senthil.kumaran
- [Python-checkins] cpython (merge default -> default): merge heads
senthil.kumaran
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge heads
senthil.kumaran
- [Python-checkins] cpython: Add two more sorts to test_os.WalkTests I've missed before
hynek.schlawack
- [Python-checkins] cpython: use Py_ssize_t for ast sequence lengths
benjamin.peterson
- [Python-checkins] cpython (merge default -> default): merge heads
benjamin.peterson
- [Python-checkins] cpython (2.7): Force recheckout of openssl.
martin.v.loewis
- [Python-checkins] cpython: Stop including gzio in the build; it's not used.
martin.v.loewis
- [Python-checkins] peps: Change case to match the rest of the PEP.
eric.smith
- [Python-checkins] cpython: Add versionadded for hmac.secure_compare().
charles-francois.natali
- [Python-checkins] cpython: #14807: fix bb failure due to symlink test relying on hard-coded permissions
giampaolo.rodola
- [Python-checkins] cpython (merge default -> default): merge heads
giampaolo.rodola
- [Python-checkins] cpython: Issue #14624: UTF-16 decoding is now 3x to 4x faster on various inputs.
antoine.pitrou
- [Python-checkins] cpython (3.2): Issue #14817: Add rudimentary tests for pkgutil.extend_path.
eric.smith
- [Python-checkins] cpython (merge 3.2 -> default): Merge from 3.2.
eric.smith
- [Python-checkins] cpython (2.7): Issue #14777: In an X11 windowing environment, tkinter may return
ned.deily
- [Python-checkins] cpython (3.2): Issue #14777: In an X11 windowing environment, tkinter may return
ned.deily
- [Python-checkins] cpython (merge 3.2 -> default): Issue #14777: merge
ned.deily
- [Python-checkins] peps: spelling
barry.warsaw
- [Python-checkins] peps: Fix None references.
eric.smith
- [Python-checkins] peps: Support legacy portions along with PEP 420 portions.
eric.smith
- [Python-checkins] cpython (3.2): #1440472: Explain that email parser/generator isn't *quite* "idempotent"
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> default): merge #1440472: Explain that email parser/generator isn't *quite* "idempotent"
r.david.murray
- [Python-checkins] cpython (2.7): #1440472: Explain that email parser/generator isn't *quite* "idempotent"
r.david.murray
- [Python-checkins] cpython (2.7): #1440472: reflow
r.david.murray
- [Python-checkins] cpython (3.2): #1440472: reflow
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> default): merge #1440472: reflow
r.david.murray
- [Python-checkins] Daily reference leaks (97601cbf169f): sum=0
solipsis at pitrou.net
- [Python-checkins] distutils2: Ignore virtualenv’s man directory (installing nose creates it)
eric.araujo
- [Python-checkins] distutils2: #14270: Fixes to add dest_dir params working when using install_from_infos
eric.araujo
- [Python-checkins] distutils2: #13166: Implement __str__ on Distribution and EggInfoDistribution, use for
eric.araujo
- [Python-checkins] distutils2: remove changes that modified output of pysetup graph: tests are needed first
eric.araujo
- [Python-checkins] distutils2: Fix incorrect docstring
eric.araujo
- [Python-checkins] distutils2: Fix typo
eric.araujo
- [Python-checkins] distutils2: fix: setup.py register fails if description has ReST uncompatible with Sphinx
eric.araujo
- [Python-checkins] distutils2 (merge default -> default): merge #1364
eric.araujo
- [Python-checkins] distutils2 (merge default -> default): Branch merge
eric.araujo
- [Python-checkins] distutils2: #13614: Raises a TypeError now if the RST description is invalid
eric.araujo
- [Python-checkins] distutils2 (merge default -> default): Merge
eric.araujo
- [Python-checkins] distutils2: Only run specific test if docutils is installed
eric.araujo
- [Python-checkins] distutils2: #13614: Merge changes from julien_courteau and PierrePaul regarding bad rst
eric.araujo
- [Python-checkins] distutils2: #13399: Fixes the invalid arguments handling
eric.araujo
- [Python-checkins] distutils2: Now creating scripts everytime when build_scripts is called, as a side effect,
eric.araujo
- [Python-checkins] distutils2 (merge default -> default): Merge commit
eric.araujo
- [Python-checkins] distutils2 (merge default -> default): Branch merge
eric.araujo
- [Python-checkins] distutils2: Add missing changelog entries for recent contributions
eric.araujo
- [Python-checkins] distutils2: Remove unused names
eric.araujo
- [Python-checkins] distutils2: Add docutils to tox deps
eric.araujo
- [Python-checkins] distutils2: Fix minor whitespace, syntax and idiom nits
eric.araujo
- [Python-checkins] distutils2: Harmonize error messages and add one missing test for #13339
eric.araujo
- [Python-checkins] distutils2: Now deleting build-scripts directory before creating it. No more leftovers.
eric.araujo
- [Python-checkins] distutils2: #13399 - some tweaking
eric.araujo
- [Python-checkins] distutils2 (merge default -> default): merge commit
eric.araujo
- [Python-checkins] distutils2 (merge default -> default): Merge further changes by Montreal sprinters
eric.araujo
- [Python-checkins] cpython (3.2): Cleanup so subsequent tests won't fail. Needs to be moved into a support
eric.smith
- [Python-checkins] cpython (merge 3.2 -> default): Merge from 3.2.
eric.smith
- [Python-checkins] cpython: #14809: Add HTTP status codes from RFC 6585 to http.server and http.client
hynek.schlawack
- [Python-checkins] cpython: Update .hgignore for new MSVC files
antoine.pitrou
- [Python-checkins] cpython: Issue #14732: The _csv module now uses PEP 3121 module initialization.
antoine.pitrou
- [Python-checkins] cpython: Fix build failure.
antoine.pitrou
- [Python-checkins] cpython: Avoid "warning: no newline at end of file" in importlib.h.
antoine.pitrou
- [Python-checkins] distutils2: make sure the existing metadata Provides field is translated when translating
tarek.ziade
- [Python-checkins] cpython (3.2): Issue #14829: Fix bisect and range() indexing with large indices (>= 2 ** 32)
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #14829: Fix bisect and range() indexing with large indices (>= 2 ** 32)
antoine.pitrou
- [Python-checkins] cpython: More .hgignore additions for new VS build files
antoine.pitrou
- [Python-checkins] cpython (2.7): Skip test under 64-bit Windows
antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #14829: Fix bisect issues under 64-bit Windows.
antoine.pitrou
- [Python-checkins] cpython (3.2): Forward port additional tests from 2.7 (issue #14829).
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Forward port additional tests from 2.7 (issue #14829).
antoine.pitrou
- [Python-checkins] devguide: Soften wording about VS2008
brian.curtin
- [Python-checkins] peps: PEP 404: Switch the sys.prefix choice, add activation scripts, mention include
vinay.sajip
- [Python-checkins] peps (merge default -> default): Merge from upstream.
vinay.sajip
- [Python-checkins] peps: Minor tweaks to PEP 405.
vinay.sajip
- [Python-checkins] peps: Update section on alternative Python implementations.
vinay.sajip
- [Python-checkins] peps (merge default -> default): Merge from upstream.
vinay.sajip
- [Python-checkins] peps: According to Ronald Oussoren and Ned Deily, this approach should not require
vinay.sajip
- [Python-checkins] peps: Reference implementation is getting pretty close.
vinay.sajip
- [Python-checkins] peps: Add open issues from PyCon.
vinay.sajip
- [Python-checkins] peps: Various updates to PEP 405.
vinay.sajip
- [Python-checkins] peps (merge default -> default): Automated merge with http://hg.python.org/peps
vinay.sajip
- [Python-checkins] peps (merge default -> default): Merged Carl Meyer's updates.
vinay.sajip
- [Python-checkins] peps: Clarify that hybrid namespace packages don't have dynamic path computation.
eric.smith
- [Python-checkins] cpython: #14807: fix BB failures on Windows - avoid to to rely too many details of the
giampaolo.rodola
- [Python-checkins] cpython (merge default -> default): merge heads
giampaolo.rodola
- [Python-checkins] peps: Moved 'portion' next to 'legacy portion' in terminology section.
eric.smith
- [Python-checkins] cpython: Issue #14693: Under non-Windows platforms, hashlib's fallback modules are
antoine.pitrou
- [Python-checkins] cpython (2.7): #14692 Fix json docs to reflect changes in json.load
hynek.schlawack
- [Python-checkins] cpython (3.2): #14692 Fix json docs to reflect changes in json.load
hynek.schlawack
- [Python-checkins] cpython (merge 3.2 -> default): #14692 Fix json docs to reflect changes in json.load
hynek.schlawack
- [Python-checkins] cpython (2.7): #14832: 'first' now really refers to first arg in unittest assertItemsEqual
r.david.murray
- [Python-checkins] cpython: Changes in _mpd_qexp():
stefan.krah
- [Python-checkins] cpython: Fix Visual Studio warning.
stefan.krah
- [Python-checkins] cpython: Issue #14779: Get sizeof(void *) directly rather than relying on sysconfig.
stefan.krah
- [Python-checkins] cpython: Issue #14780: urllib.request.urlopen() now has a `cadefault` argument to use
antoine.pitrou
- [Python-checkins] peps: Minor cleanup to match history.
brett.cannon
- [Python-checkins] cpython: Issue 14813: Fix Visual Studio 2008 build after the move into the PC/VS9.0
stefan.krah
- [Python-checkins] devguide: Add myself to 'release management' interest area, e.g.
ned.deily
- [Python-checkins] Daily reference leaks (f6a207d86154): sum=0
solipsis at pitrou.net
- [Python-checkins] peps: Add link to rationale for allowing namespace packages in the standard library.
eric.smith
- [Python-checkins] peps: Add forgotten footnote reference.
eric.smith
- [Python-checkins] peps: Spellchecked.
barry.warsaw
- [Python-checkins] cpython (3.2): #14823: Simplify threading.Lock.acquire argument discussion.
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> default): #14823: Simplify threading.Lock.acquire argument discussion.
r.david.murray
- [Python-checkins] cpython (2.7): #14823: Simplify threading.Lock.acquire argument discussion.
r.david.murray
- [Python-checkins] peps: Typo.
eric.smith
- [Python-checkins] cpython: Add mention of decoding optimizations in the what's new document.
antoine.pitrou
- [Python-checkins] cpython: Issue #9260: A finer-grained import lock.
antoine.pitrou
- [Python-checkins] cpython: Move import lock-related functions to a separate doc section.
antoine.pitrou
- [Python-checkins] cpython: Issue #13031: Small speed-up for tarfile when unzipping tarfiles.
ross.lagerwall
- [Python-checkins] cpython: Make the test completely clean up after itself.
antoine.pitrou
- [Python-checkins] cpython (merge default -> default): Merge
antoine.pitrou
- [Python-checkins] cpython: Add a mention of the new import locks in whatsnew.
antoine.pitrou
- [Python-checkins] peps: Remove inaccurate sections on Tkinter and OS X Framework builds.
vinay.sajip
- [Python-checkins] peps: Update link to reference implementation.
vinay.sajip
- [Python-checkins] peps (merge default -> default): Merge from upstream.
vinay.sajip
- [Python-checkins] peps: Updates to PEP 405.
vinay.sajip
- [Python-checkins] peps: Oops, we're not copying includes into the venv.
vinay.sajip
- [Python-checkins] peps (merge default -> default): Merged Carl Meyer's updates to PEP 405.
vinay.sajip
- [Python-checkins] Daily reference leaks (364289cc7891): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Use SSL directory from properties file.
martin.v.loewis
- [Python-checkins] cpython: Remove outdated statements about threading and imports.
antoine.pitrou
- [Python-checkins] cpython (2.7): Stop refetching OpenSSL.
martin.v.loewis
- [Python-checkins] cpython (3.2): Fetch openssl directory from pyproject.vsprops.
martin.v.loewis
- [Python-checkins] cpython (3.2): Add another set of quotes to make cmd.exe happy.
martin.v.loewis
- [Python-checkins] cpython (merge 3.2 -> default): Merge 3.2 build_ssl changes.
martin.v.loewis
- [Python-checkins] cpython: Port to VS 2010.
martin.v.loewis
- [Python-checkins] cpython (merge default -> default): merge heads
martin.v.loewis
- [Python-checkins] cpython (merge 3.2 -> 3.2): merge heads
martin.v.loewis
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
martin.v.loewis
- [Python-checkins] cpython (3.2): Upgrade OpenSSL to 1.0.0j
martin.v.loewis
- [Python-checkins] cpython (3.2): Drop double quoting again. I'm at a loss when to quote and when not.
martin.v.loewis
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
martin.v.loewis
- [Python-checkins] peps: Make it clear that the PEP editors can only review a completed PEP for
barry.warsaw
- [Python-checkins] cpython: Assume nasm.
martin.v.loewis
- [Python-checkins] cpython: Upgrade OpenSSL to 1.0.1c
martin.v.loewis
- [Python-checkins] cpython: Fix typo.
martin.v.loewis
- [Python-checkins] cpython: #12098: Make multiprocessing's child processes inherit sys.flags on Windows
richard.oudkerk
- [Python-checkins] cpython: Move private function _args_from_interpreter_flags() to subprocess.py, so
antoine.pitrou
- [Python-checkins] cpython: Fix whitespace
antoine.pitrou
- [Python-checkins] cpython (2.7): Fix time.time() references in the time module docs
petri.lehtinen
- [Python-checkins] cpython (3.2): Fix time.time() references in the time module docs
petri.lehtinen
- [Python-checkins] cpython (merge 3.2 -> default): Fix time.time() references in the time module docs
petri.lehtinen
- [Python-checkins] cpython (2.7): #14798: pyclbr now raises ImportError instead of KeyError for missing packages
petri.lehtinen
- [Python-checkins] cpython (3.2): #14798: pyclbr now raises ImportError instead of KeyError for missing packages
petri.lehtinen
- [Python-checkins] cpython (merge 3.2 -> default): #14798: pyclbr now raises ImportError instead of KeyError for missing packages
petri.lehtinen
- [Python-checkins] cpython (2.7): Issue9374 - Generic parsing of query and fragment portion of urls for any scheme
senthil.kumaran
- [Python-checkins] cpython (3.2): Issue9374 - Generic parsing of query and fragment portion of urls for any scheme
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): Issue9374 - Generic parsing of query and fragment portion of urls for any scheme
senthil.kumaran
- [Python-checkins] Daily reference leaks (152c78b94e41): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Fix Issue14721: Send Content-length: 0 for empty body () in the http.request
senthil.kumaran
- [Python-checkins] cpython (3.2): Fix Issue14721: Send Content-length: 0 for empty body () in the http.client
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): merge - Fix Issue14721: Send Content-length: 0 for empty body () in the
senthil.kumaran
- [Python-checkins] cpython: #13152: Allow to specify a custom tabsize for expanding tabs in textwrap
hynek.schlawack
- [Python-checkins] cpython (2.7): #14072: Fix parsing of tel URIs in urlparse by making the check for ports
ezio.melotti
- [Python-checkins] cpython (3.2): #14072: Fix parsing of tel URIs in urlparse by making the check for ports
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #14072: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (2.7): #14494: Document that absolute imports became default in 3.0 instead of 2.7.
petri.lehtinen
- [Python-checkins] cpython (3.2): #14494: Document that absolute imports became default in 3.0 instead of 2.7.
petri.lehtinen
- [Python-checkins] cpython (merge 3.2 -> default): #14494: Document that absolute imports became default in 3.0 instead of 2.7.
petri.lehtinen
- [Python-checkins] cpython (2.7): Ignore exceptions on test handler closing.
vinay.sajip
- [Python-checkins] cpython (merge 2.7 -> 2.7): Merged upstream changes.
vinay.sajip
- [Python-checkins] cpython: Close #14588: added a PEP 3115 compliant dynamic type creation mechanism
nick.coghlan
- [Python-checkins] cpython: Clean up the PCBuild project files, removing redundant settings and
kristjan.jonsson
- [Python-checkins] devguide: #14860: mention that test.regrtest is required for 2.7. Patch by Marc
ezio.melotti
- [Python-checkins] cpython: Remove missing files from the PCbuild pythoncore project. This avoids a
kristjan.jonsson
- [Python-checkins] cpython: Issue #14849: setup Element data members to be assignable in subclasses
eli.bendersky
- [Python-checkins] Daily reference leaks (17efda0a2b2b): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Issue #14426: Correct the Date format in Expires attribute of Set-Cookie.
senthil.kumaran
- [Python-checkins] cpython (3.2): Issue #14426: Correct the Date format in Expires attribute of Set-Cookie.
senthil.kumaran
- [Python-checkins] cpython (3.2): news for Issue14426
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): Issue #14426: Correct the Date format in Expires attribute of Set-Cookie.
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): news for Issue14426
senthil.kumaran
- [Python-checkins] cpython: Minor change to default lru size. Set default to a power of two.
raymond.hettinger
- [Python-checkins] cpython (2.7): Issue #14572: Prevent build failures with pre-3.5.0 versions of
ned.deily
- [Python-checkins] cpython: Fix typo in new metaclass docs
nick.coghlan
- [Python-checkins] cpython: Describe the default hash correctly, and mark a couple of CPython
nick.coghlan
- [Python-checkins] cpython (2.7): Issue #8767: Restore building with --disable-unicode.
martin.v.loewis
- [Python-checkins] cpython (2.7): Temporarily disabled test_race on Windows.
vinay.sajip
- [Python-checkins] cpython (2.7): Fix for issue14426 - buildbots here I come
senthil.kumaran
- [Python-checkins] cpython (3.2): Fix for issue14426 - buildbots here I come
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): merge - Fix for issue14426 - buildbots here I come
senthil.kumaran
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge heads
senthil.kumaran
- [Python-checkins] cpython: Clarify a paragraph in the new metaclass docs
nick.coghlan
- [Python-checkins] devguide: Starting on the PEP 3144 integration
nick.coghlan
- [Python-checkins] cpython: Issue #12760: Add some mising documentation about the new `x` exclusive
charles-francois.natali
- [Python-checkins] cpython (merge default -> default): Merge.
charles-francois.natali
- [Python-checkins] cpython (2.7): Document when json.load's parse_constant behaviour changed
hynek.schlawack
- [Python-checkins] cpython (3.2): Document when json.load's parse_constant behaviour changed
hynek.schlawack
- [Python-checkins] cpython (merge 3.2 -> default): Document when json.load's parse_constant behaviour changed
hynek.schlawack
- [Python-checkins] cpython: Issue #14814: addition of the ipaddress module (stage 1 - code and tests)
nick.coghlan
- [Python-checkins] cpython: Remove an incorrect implementation detail
nick.coghlan
- [Python-checkins] cpython: Issue 14821:
kristjan.jonsson
- [Python-checkins] cpython (2.7): Fixes #14864: Added documentation on how to undo the effects of a
vinay.sajip
- [Python-checkins] cpython (3.2): Fixes #14864: Added documentation on how to undo the effects of a
vinay.sajip
- [Python-checkins] cpython (merge 3.2 -> default): Closes #14864: Added documentation on how to undo the effects of a
vinay.sajip
- [Python-checkins] cpython (3.2): Document when json.load's parse_constant behaviour changed
Hynek Schlawack
- [Python-checkins] cpython (3.2): Fix `versionchanged` tags for json.load
hynek.schlawack
- [Python-checkins] cpython (merge 3.2 -> default): Fix `versionchanged` tags for json.load
hynek.schlawack
- [Python-checkins] devguide: Peter Moody is now a developer.
antoine.pitrou
- [Python-checkins] peps: Normalize 'file system'.
eric.smith
- [Python-checkins] peps: Corrections from Guido.
eric.smith
- [Python-checkins] peps (merge default -> default): Merge.
eric.smith
- [Python-checkins] Daily reference leaks (e0f997a7aaa5): sum=0
solipsis at pitrou.net
- [Python-checkins] devguide: Add myself as a shutil "expert"
hynek.schlawack
- [Python-checkins] cpython (3.2): #14804: Remove [] around optional arguments with default values
hynek.schlawack
- [Python-checkins] cpython (merge 3.2 -> default): #14804: Remove [] around optional arguments with default values
hynek.schlawack
- [Python-checkins] cpython: #14804: Remove [] around optional arguments with default values
hynek.schlawack
- [Python-checkins] cpython: Close #13585: add contextlib.ExitStack to replace the ill-fated
nick.coghlan
- [Python-checkins] cpython: Close #14136 by cleaning up the PEP 409 command line test (patch by Ethan
nick.coghlan
- [Python-checkins] cpython: Remove outdated statement.
antoine.pitrou
- [Python-checkins] peps: PEP 3144 and 415 are implemented.
georg.brandl
- [Python-checkins] cpython: Avoid useless indentation.
georg.brandl
- [Python-checkins] devguide: More interest areas.
georg.brandl
- [Python-checkins] distutils2: Factor out repeated code used to call pysetup from tests.
eric.araujo
- [Python-checkins] distutils2: Tighten tests for #13399
eric.araujo
- [Python-checkins] distutils2: Have pysetup read setup.cfg early to find custom commands (#14733).
eric.araujo
- [Python-checkins] peps: Add some clarification and examples based on Guido's feedback.
barry.warsaw
- [Python-checkins] distutils2: Use test skip decorator instead of private module attribute
eric.araujo
- [Python-checkins] distutils2: Fix overlooked thinkos in one test file
eric.araujo
- [Python-checkins] distutils2: Also check stderr in one test
eric.araujo
- [Python-checkins] distutils2: Minor simplification in one test
eric.araujo
- [Python-checkins] distutils2 (merge default -> python3): Merge default
eric.araujo
- [Python-checkins] distutils2: Fix typo
eric.araujo
- [Python-checkins] distutils2 (merge default -> python3): Merge from default
eric.araujo
- [Python-checkins] devguide: Update my interests.
ezio.melotti
- [Python-checkins] devguide: Add interests
antoine.pitrou
- [Python-checkins] cpython (2.7): #14875: Use float('inf') instead of float('1e66666') in the json module.
ezio.melotti
- [Python-checkins] cpython (3.2): #14875: Use float('inf') instead of float('1e66666') in the json module.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #14875: merge with 3.2.
ezio.melotti
- [Python-checkins] Daily reference leaks (f5f5db593d99): sum=3
solipsis at pitrou.net
- [Python-checkins] cpython (2.7): #14804: Remove [] around optional arguments with default values
hynek.schlawack
- [Python-checkins] cpython: Fix the versionadded tags for a couple of my recent changes
nick.coghlan
- [Python-checkins] cpython: Fix typo
nick.coghlan
- [Python-checkins] cpython (2.7): Restore [] where default arguments are not keywords
hynek.schlawack
- [Python-checkins] cpython (3.2): Restore [] where default arguments are not keywords
hynek.schlawack
- [Python-checkins] cpython (merge 3.2 -> default): Restore [] where default arguments are not keywords
hynek.schlawack
- [Python-checkins] cpython: Update build.bat for VS2010
brian.curtin
- [Python-checkins] cpython: #14472: Update .gitignore
petri.lehtinen
- [Python-checkins] cpython (3.2): #14472: Update .gitignore
petri.lehtinen
- [Python-checkins] cpython (merge 3.2 -> default): Merge branch '3.2'
petri.lehtinen
- [Python-checkins] peps: Added dynamic path computation rationale, specification, and discussion.
eric.smith
- [Python-checkins] peps: Improvement suggested by Nick.
eric.smith
- [Python-checkins] peps: Make it clear that the lookups are being done via strings.
eric.smith
- [Python-checkins] peps: Improve wording.
eric.smith
- [Python-checkins] Daily reference leaks (5e6964705419): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython: s/tabs/spaces, and clean trailing whitespace
eli.bendersky
- [Python-checkins] cpython: #14885: Make support.skip_unless_xattr check also tempfile
hynek.schlawack
- [Python-checkins] peps: Improved wording.
eric.smith
- [Python-checkins] peps: Fixed Phillip Eby's name.
eric.smith
- [Python-checkins] cpython (3.2): Remove duplicate entries in Misc/NEWS.
florent.xicluna
- [Python-checkins] devguide: Issue #14884: fixed a couple of typos in the Windows build instructions. Patch
eli.bendersky
- [Python-checkins] cpython: #14862: Add missing names to os.__all__
petri.lehtinen
- [Python-checkins] cpython: Issue #14814: improve docstrings and arguments value handling, as per Terry J.
sandro.tosi
- [Python-checkins] cpython: Issue #14814: minor improvements as suggested by Hynek Schlawack
sandro.tosi
- [Python-checkins] cpython (2.7): Issue #14888: Fix misbehaviour of the _md5 module when called on data larger
antoine.pitrou
- [Python-checkins] Daily reference leaks (f4f2139202c5): sum=0
solipsis at pitrou.net
- [Python-checkins] peps: Make pep-0402.txt non-executable.
eric.smith
- [Python-checkins] peps: Added examples.
eric.smith
- [Python-checkins] peps: Clarifications.
eric.smith
- [Python-checkins] peps: Fix errors found by Nick.
eric.smith
- [Python-checkins] cpython (2.7): Issue #14036: return None when port in urlparse cross 65535
senthil.kumaran
- [Python-checkins] cpython (3.2): Issue #14036: return None when port in urlparse cross 65535
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): Issue #14036: return None when port in urlparse cross 65535
senthil.kumaran
- [Python-checkins] peps: Accept PEP 418. Congrats Victor and others!
guido.van.rossum
- [Python-checkins] peps (merge default -> default): Null merge to get rid of old head.
guido.van.rossum
- [Python-checkins] peps: Accept PEP 420.
guido.van.rossum
- [Python-checkins] peps: Add Resolution header
barry.warsaw
- [Python-checkins] cpython (3.2): #14863: Update the documentation of os.fdopen()
petri.lehtinen
- [Python-checkins] cpython (merge 3.2 -> default): #14863: Update the documentation of os.fdopen()
petri.lehtinen
- [Python-checkins] cpython (2.7): Fix memory constraint for test_decodeascii
antoine.pitrou
- [Python-checkins] cpython (2.7): Fix other test requirements.
antoine.pitrou
- [Python-checkins] peps: The PEP 0 generator requires that headers appear in the order given in PEP 1
nick.coghlan
- [Python-checkins] peps: Improved example to just focus on sys.path manipulation.
eric.smith
- [Python-checkins] peps: Fix markup.
eric.smith
- [Python-checkins] cpython: issue 14660: Implement PEP 420, namespace packages.
eric.smith
- [Python-checkins] cpython: Whitespace cleanup.
eric.smith
- [Python-checkins] Daily reference leaks (9b1790de6efa): sum=21
solipsis at pitrou.net
- [Python-checkins] cpython: plug ref leak
benjamin.peterson
- [Python-checkins] cpython: simplify and rewrite the zipimport part of 702009f3c0b1 a bit
benjamin.peterson
- [Python-checkins] cpython: Issue #14889: PyBytes_FromObject(bytes) now just increfs and returns.
larry.hastings
- [Python-checkins] cpython: actually return the result
benjamin.peterson
- [Python-checkins] cpython: return NULL on error
benjamin.peterson
- [Python-checkins] cpython: use PyDict_Contains
benjamin.peterson
- [Python-checkins] cpython (2.7): #4841: Fix FileIO constructor to honor closefd when called repeatedly
hynek.schlawack
- [Python-checkins] cpython (3.2): #4841: Fix FileIO constructor to honor closefd when called repeatedly
hynek.schlawack
- [Python-checkins] cpython (merge 3.2 -> default): #4841: Fix FileIO constructor to honor closefd when called repeatedly
hynek.schlawack
- [Python-checkins] peps: Edit include files section of PEP 405.
vinay.sajip
- [Python-checkins] peps: Edits from ncoghlan review.
vinay.sajip
- [Python-checkins] peps (merge default -> default): Merged updates by Carl following Nick's review.
vinay.sajip
- [Python-checkins] cpython (2.7): Issue #14881: Allow normal non-main thread to spawn a dummy process
richard.oudkerk
- [Python-checkins] cpython (3.2): Issue #14881: Allow normal non-main thread to spawn a dummy process
richard.oudkerk
- [Python-checkins] cpython (merge 3.2 -> default): Merge
richard.oudkerk
- [Python-checkins] peps: Fixed markup.
eric.smith
- [Python-checkins] cpython: Issue #12091: simplify ApplyResult and MapResult with threading.Event
richard.oudkerk
- [Python-checkins] cpython: Issue #14548: Make multiprocessing finalizers check pid before running
richard.oudkerk
- [Python-checkins] r88964 - tracker/instances/python-dev/detectors/rietveldreactor.py
martin.v.loewis
- [Python-checkins] peps: Record acceptance of PEP 405
nick.coghlan
- [Python-checkins] cpython: Added test for namespace package dynamic path updates.
eric.smith
- [Python-checkins] cpython: Placeholder in What's New for the major packaging infrastructure changes
nick.coghlan
- [Python-checkins] peps: PEP 420 is implemented.
georg.brandl
- [Python-checkins] r88965 - tracker/instances/python-dev/extensions/openid_login.py
martin.v.loewis
- [Python-checkins] r88966 - tracker/instances/python-dev/rietveld
martin.v.loewis
- [Python-checkins] r88967 - tracker/instances/python-dev
martin.v.loewis
- [Python-checkins] cpython: capitialize enum members
benjamin.peterson
- [Python-checkins] cpython: capitialize utime statuses
benjamin.peterson
- [Python-checkins] r88968 - tracker/instances/python-dev/extensions/rietveldlink.py
martin.v.loewis
- [Python-checkins] peps: Spell-checked.
barry.warsaw
- [Python-checkins] peps: Since there were no objections to my 2012-05-21 email, claim czarship.
barry.warsaw
- [Python-checkins] peps: The PEP is accepted.
barry.warsaw
- [Python-checkins] cpython: #14731: refactor email policy framework.
r.david.murray
- [Python-checkins] cpython: #14731: add preliminary What's New entry for policy framework.
r.david.murray
- [Python-checkins] cpython: #12586: add provisional email policy with new header parsing and folding.
r.david.murray
- [Python-checkins] cpython (3.2): Issue #14920: Fix the help(urllib.parse) failure on locale C terminals. Just
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): Issue #14920: Fix the help(urllib.parse) failure on locale C terminals. Just
senthil.kumaran
- [Python-checkins] cpython: #12586: Expand What's New email entry with provisional policy features.
r.david.murray
- [Python-checkins] cpython: Add news entries for #14731 and #12586.
r.david.murray
- [Python-checkins] cpython: Updated .hgeol for additional binaries.
vinay.sajip
- [Python-checkins] cpython: Implemented PEP 405 (Python virtual environments).
vinay.sajip
- [Python-checkins] cpython (merge default -> default): Merged upstream changes.
vinay.sajip
- [Python-checkins] cpython: #12586: Fix a small oversight in the new email policy header setting code.
r.david.murray
- [Python-checkins] cpython: #665194: Add a localtime function to email.utils.
r.david.murray
- [Python-checkins] Daily reference leaks (0189b9d2d6bc): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython: Add missing versionadded.
georg.brandl
- [Python-checkins] peps: PEP 421 is implemented.
georg.brandl
- [Python-checkins] cpython: #14814: Some PEP8 adjustments and dead code weeding
hynek.schlawack
- [Python-checkins] peps: 405 is implemented, not 421.
georg.brandl
- [Python-checkins] cpython: Issue #14814: In the spirit of TOOWTDI, ditch the redundant version parameter
nick.coghlan
- [Python-checkins] cpython: Issue #14814: Cleanup ipaddress header comments
nick.coghlan
- [Python-checkins] cpython: Issue #14814: Clean out an obsolete property and method from ipaddress Network
nick.coghlan
- [Python-checkins] cpython: Issue #14814: Add a basic ipaddress tutorial (thanks to Sandro Tosi for the
nick.coghlan
- [Python-checkins] cpython: Remove some redundant decorators.
brett.cannon
- [Python-checkins] cpython: Recognize '<>' as a special case of an angle-addr in header_value_parser.
r.david.murray
- [Python-checkins] cpython: #8739: upgrade smtpd to RFC 5321 and 1870.
r.david.murray
- [Python-checkins] cpython: Addressed some buildbot errors and comments on the checkin by Antoine on
vinay.sajip
- [Python-checkins] cpython (merge default -> default): Merged upstream changes.
vinay.sajip
- [Python-checkins] cpython (3.2): Issue #14876: Use user-selected font for highlight configuration.
terry.reedy
- [Python-checkins] cpython (merge 3.2 -> default): Merge Issue #14876: Use user-selected font for highlight configuration.
terry.reedy
- [Python-checkins] cpython (2.7): Issue #14876: Use user-selected font for highlight configuration.
terry.reedy
- [Python-checkins] cpython: Make multiprocessing's shared memory use memoryview instead of raw pointer
richard.oudkerk
- [Python-checkins] cpython (3.2): Issue #10365: File open dialog now works instead of crashing
terry.reedy
- [Python-checkins] cpython (merge 3.2 -> default): Merge with 3.2
terry.reedy
- [Python-checkins] cpython (2.7): Issue #10365: File open dialog now works instead of crashing
terry.reedy
- [Python-checkins] cpython (3.2): #10365 Trim trailing whitespace
terry.reedy
- [Python-checkins] cpython (merge 3.2 -> default): Merge with 3.2 #10635 whitespace
terry.reedy
- [Python-checkins] cpython (2.7): #10365 Trim trailing whitespace
terry.reedy
- [Python-checkins] Daily reference leaks (e8d89503f061): sum=462
solipsis at pitrou.net
- [Python-checkins] cpython: Fix markup.
georg.brandl
- [Python-checkins] cpython: Tweak importlib._bootstrap to avoid zero-argument super so I can work on issue
nick.coghlan
- [Python-checkins] cpython: Close #14857: fix regression in references to PEP 3135 implicit __class__
nick.coghlan
- [Python-checkins] cpython: Fixed _sys_home computation and added diagnostics for Windows buildbot failures.
vinay.sajip
- [Python-checkins] cpython: Add '__all__' to _encoded_words and mark QByteMap as private.
r.david.murray
- [Python-checkins] cpython: Refined venv tests.
vinay.sajip
- [Python-checkins] cpython: Changed executable name computation in test_venv to allow for debug executables.
vinay.sajip
- [Python-checkins] cpython: Make headerregistry fully part of the provisional api.
r.david.murray
- [Python-checkins] cpython: #11785: fix the :mod: references in email package submodule titles.
r.david.murray
- [Python-checkins] cpython (2.7): #11785: fix the :mod: references in email package submodule titles.
r.david.murray
- [Python-checkins] cpython (3.2): #11785: fix the :mod: references in email package submodule titles.
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> default): Null merge of email doc patch already applied to this branch.
r.david.murray
- [Python-checkins] cpython: #14925: email now registers a defect for missing header/body separator.
r.david.murray
- [Python-checkins] cpython: #1672568: email now registers defects for base64 payload format errors.
r.david.murray
- [Python-checkins] cpython: News item for #1672568.
r.david.murray
- [Python-checkins] cpython (2.7): Issue12510: Attempting to get invalid tooltip no longer closes Idle.
terry.reedy
- [Python-checkins] cpython (3.2): Issue12510: Attempting to get invalid tooltip no longer closes Idle.
terry.reedy
- [Python-checkins] cpython (merge 3.2 -> default): Merge 3.2 closes #12510
terry.reedy
- [Python-checkins] cpython (merge default -> default): merge heads
terry.reedy
- [Python-checkins] cpython: #12515: email now registers a defect if the MIME end boundary is missing.
r.david.murray
- [Python-checkins] cpython (3.2): Issue14929: Stop Idle 3.x from closing on Unicode decode errors when grepping.
terry.reedy
- [Python-checkins] cpython (merge 3.2 -> default): Merge 3.2 #14929
terry.reedy
- [Python-checkins] Daily reference leaks (d68e30be755e): sum=467
solipsis at pitrou.net
- [Python-checkins] cpython: Issue #14660: Install namespace_pkgs test directories and files.
ned.deily
- [Python-checkins] cpython (3.2): Issue #14443: Tell rpmbuild to use the correct version of Python
nick.coghlan
- [Python-checkins] cpython (merge 3.2 -> default): Merge from 3.2
nick.coghlan
- [Python-checkins] cpython: Added python3 symlink; removed Distribute-related code, docs and comments;
vinay.sajip
- [Python-checkins] cpython: Tweaked tests to use launcher executable name on OS X.
vinay.sajip
- [Python-checkins] cpython: Fixed typo.
vinay.sajip
- [Python-checkins] cpython (2.7): Issue #9041: raised exception is misleading
meador.inge
- [Python-checkins] cpython (3.2): Issue #9041: raised exception is misleading
meador.inge
- [Python-checkins] cpython (merge 3.2 -> default): Issue #9041: raised exception is misleading
meador.inge
- [Python-checkins] cpython (3.2): Issue #14775: Fix a potential quadratic dict build-up due to the garbage
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #14775: Fix a potential quadratic dict build-up due to the garbage
antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #14775: Fix a potential quadratic dict build-up due to the garbage
antoine.pitrou
- [Python-checkins] cpython: Issue #14930: Make memoryview objects weakrefable.
richard.oudkerk
- [Python-checkins] cpython: Refactor test_email/test_defect_handling.
r.david.murray
- [Python-checkins] cpython: Regularize test_email/test_headerregistry's references to policy.
r.david.murray
- [Python-checkins] cpython: Refactor test_email/test_pickleable and add tests for date headers
r.david.murray
- [Python-checkins] cpython: Issue 14814: Add namespaces keyword arg to find(*) methods in _elementtree.
eli.bendersky
- [Python-checkins] Daily reference leaks (5c40627e9f11): sum=465
solipsis at pitrou.net
- [Python-checkins] cpython: #14835: Make plistlib output empty arrays & dicts like OS X
hynek.schlawack
- [Python-checkins] cpython: Removed pysetup3.exe executable.
vinay.sajip
- [Python-checkins] cpython: Remove __getslice__, __setslice__, __delslice__ methods from proxies
richard.oudkerk
- [Python-checkins] cpython: Use Python 3.x-style keyword only arg in Array()
richard.oudkerk
- [Python-checkins] cpython: PyArg_Parse*("U"): ensure that the Unicode string is ready
victor.stinner
- [Python-checkins] cpython: Issue #14744: Use the new _PyUnicodeWriter internal API to speed up str%args
victor.stinner
- [Python-checkins] cpython: Added pyvenv docs to 'Python Setup and Usage' section.
vinay.sajip
- [Python-checkins] cpython (merge default -> default): Merged upstream changes.
vinay.sajip
- [Python-checkins] cpython: Issue #14007: make TreeBuilder an actual type exposed from _elementtree, and
eli.bendersky
- [Python-checkins] cpython (merge default -> default): merge heads
eli.bendersky
- [Python-checkins] cpython: #10839: raise an error on add of duplicate unique headers in new email policies
r.david.murray
- [Python-checkins] cpython: #10839: add new test file that was omitted from checkin
r.david.murray
- [Python-checkins] cpython: Issue #14744: Fix compilation on Windows
victor.stinner
- [Python-checkins] cpython: Issue #14744: Fix compilation on Windows (part 2)
victor.stinner
- [Python-checkins] cpython: #14796: improve calendar test coverage.
r.david.murray
- [Python-checkins] cpython (2.7): Issue #10997: Prevent a duplicate entry in IDLE's "Recent Files" menu.
ned.deily
- [Python-checkins] cpython (3.2): Issue #10997: Prevent a duplicate entry in IDLE's "Recent Files" menu.
ned.deily
- [Python-checkins] cpython (merge 3.2 -> default): Issue #10997: merge from 3.2
ned.deily
- [Python-checkins] cpython: Updated test to reflect renamed file.
vinay.sajip
- [Python-checkins] cpython: Reapplied skip logic for test on Windows, which appears to have been lost
vinay.sajip
- [Python-checkins] cpython (3.2): Fix #14943. Update the proper default value and list the proper argument names
brian.curtin
- [Python-checkins] cpython (merge 3.2 -> default): Fix #14943. Merge 3.2
brian.curtin
- [Python-checkins] cpython (3.2): Add news item for #14943
brian.curtin
- [Python-checkins] cpython (merge 3.2 -> default): Merge 3.2 news item
brian.curtin
- [Python-checkins] Daily reference leaks (f1b5fc67524a): sum=465
solipsis at pitrou.net
- [Python-checkins] cpython: Issue #14958: Change IDLE systax highlighting to recognize all string and
ned.deily
- [Python-checkins] peps: Flag PEP 2 as obsolete with a reference to the relevant section of the
nick.coghlan
- [Python-checkins] cpython: Close #14690: Use monotonic clock instead of system clock in the sched,
victor.stinner
- [Python-checkins] cpython: #14796: fix failure of new calendar test on windows.
r.david.murray
- [Python-checkins] cpython: Close #14947: add missing cross-reference to Language Definition from the new
nick.coghlan
- [Python-checkins] cpython: Issue #14007: implemented the 'element_factory' feature of TreeBuilder in
eli.bendersky
- [Python-checkins] r88970 - tracker/instances/python-dev/scripts/addpatchsets
martin.v.loewis
- [Python-checkins] r88971 - tracker/instances/python-dev/extensions/openid_login.py
martin.v.loewis
- [Python-checkins] cpython: Update pydoc topics and fix new suspicious markup.
georg.brandl
- [Python-checkins] cpython: Bump version to 3.3.0a4.
georg.brandl
- [Python-checkins] cpython: Added tag v3.3.0a4 for changeset 7c51388a3aa7
georg.brandl
- [Python-checkins] cpython (merge default -> default): Merge heads.
georg.brandl
- [Python-checkins] cpython: Make parameterized tests in email less hackish.
r.david.murray
- [Python-checkins] Daily reference leaks (f1dd70bfb4c5): sum=487
solipsis at pitrou.net
- [Python-checkins] cpython: Issue #14909: A number of places were using PyMem_Realloc() apis and
kristjan.jonsson
- [Python-checkins] cpython (2.7): Changed comment on test skip.
vinay.sajip
- [Python-checkins] cpython (3.2): Added test skip under Windows, as not applicable there.
vinay.sajip
- [Python-checkins] cpython (merge 3.2 -> default): Null merge from 3.2.
vinay.sajip
- [Python-checkins] cpython: Additional ExitStack examples, and a few other cleanups for the ExitStack docs
nick.coghlan
- [Python-checkins] cpython: Typo fix
nick.coghlan
- [Python-checkins] cpython: Do not clobber existing flags.
stefan.krah
- [Python-checkins] cpython: Issue #14963: Added test cases for contextlib.ExitStack exception handling
nick.coghlan
- [Python-checkins] cpython: Close #14963: Use an iterative algorithm in contextlib.ExitStack.__exit__
nick.coghlan
- [Python-checkins] cpython: Pad the result with zeros just before the final rounding.
stefan.krah
- [Python-checkins] cpython (merge default -> default): Merge.
stefan.krah
- [Python-checkins] cpython: Improve comments.
stefan.krah
- [Python-checkins] cpython: Issue #14952: Fix incorrect output dll names for win64/debug builds, causing
kristjan.jonsson
- [Python-checkins] cpython (2.7): Issue #14962: Update text coloring in IDLE shell window after changing
ned.deily
- [Python-checkins] cpython (3.2): Issue #14962: Update text coloring in IDLE shell window after changing
ned.deily
- [Python-checkins] cpython (merge 3.2 -> default): Issue #14962: merge
ned.deily
- [Python-checkins] cpython: Improve Underflow handling in the correct-rounding loop. The case for
stefan.krah
- [Python-checkins] cpython: Use workctx instead of ctx for cosmetic reasons. Also zero-pad the result
stefan.krah
- [Python-checkins] cpython: Update to Tcl/Tk 8.5.11.
martin.v.loewis
- [Python-checkins] cpython: VS 2010 has the AMD64 redist files in VC\redist\x64.
martin.v.loewis
- [Python-checkins] cpython: Post-release update.
georg.brandl
Last message date:
Thu May 31 22:41:47 CEST 2012
Archived on: Sun Jul 29 22:24:04 CEST 2012
This archive was generated by
Pipermail 0.09 (Mailman edition).