April 2011 Archives by subject
Starting: Fri Apr 1 00:46:54 CEST 2011
Ending: Sat Apr 30 23:29:42 CEST 2011
Messages: 721
- [Python-checkins] [Python-Dev] cpython (2.7): Fix closes issue10761: tarfile.extractall failure when symlinked files are
Nadeem Vawda
- [Python-checkins] [Python-Dev] cpython (2.7): Fix closes issue10761: tarfile.extractall failure when symlinked files are
Antoine Pitrou
- [Python-checkins] cpython (2.5): Issue 11442: Add NEWS entry for e9724d7abbc2
martin.v.loewis
- [Python-checkins] cpython (2.6): Closes #11786: ConfigParser.[Raw]ConfigParser optionxform().
lukasz.langa
- [Python-checkins] cpython (2.7): #10019: Fix regression relative to 2.6: add newlines if indent=0
r.david.murray
- [Python-checkins] cpython (2.7): #11763: don't use difflib in TestCase.assertMultiLineEqual if the strings are
ezio.melotti
- [Python-checkins] cpython (2.7): #11840: Improve c-api/unicode documentation. Patch by Sandro Tosi.
ezio.melotti
- [Python-checkins] cpython (2.7): #11843: remove duplicate line from table in distutil doc.
ezio.melotti
- [Python-checkins] cpython (2.7): #11848: replace dead link in random.betavariate comment.
ezio.melotti
- [Python-checkins] cpython (2.7): #11865: fix typo in init.rst.
ezio.melotti
- [Python-checkins] cpython (2.7): #11883: fix email examples by adding 'localhost' to SMTP constructor calls
r.david.murray
- [Python-checkins] cpython (2.7): #11885: capitalize Python.
ezio.melotti
- [Python-checkins] cpython (2.7): #11901: add description of how bitfields are laid out to hexversion docs
r.david.murray
- [Python-checkins] cpython (2.7): #11901: post-commit review fixes per Georg Brandl
r.david.murray
- [Python-checkins] cpython (2.7): #11902: Fix typo in argparse doc. Noticed by Vladimir Rutsky.
ezio.melotti
- [Python-checkins] cpython (2.7): #11904: fix indentation in argparse doc. Noticed by Vladimir Rutsky.
ezio.melotti
- [Python-checkins] cpython (2.7): #11905: fix missing full stop in argparse doc. Noticed by Vladimir Rutsky.
ezio.melotti
- [Python-checkins] cpython (2.7): #11942: Fix return type of Py_AddPendingCall. Patch by Sandro Tosi.
ezio.melotti
- [Python-checkins] cpython (2.7): #11952: Fix typo in multiprocessing doc.
ezio.melotti
- [Python-checkins] cpython (2.7): #4783: document that is not possible to use json.dump twice on the same stream.
ezio.melotti
- [Python-checkins] cpython (2.7): #4877: Fix a segfault in xml.parsers.expat while attempting to parse a closed
ezio.melotti
- [Python-checkins] cpython (2.7): #6780: fix starts/endswith error message to mention that tuples are accepted
ezio.melotti
- [Python-checkins] cpython (2.7): #7311: fix HTMLParser to accept non-ASCII attribute values.
ezio.melotti
- [Python-checkins] cpython (2.7): #9101: backport json reference in configparser doc.
ezio.melotti
- [Python-checkins] cpython (2.7): #9233: Fix json.loads({}) to return a dict (instead of a list), when _json is
ezio.melotti
- [Python-checkins] cpython (2.7): #9233: skip _json-specific tests when _json is not available.
ezio.melotti
- [Python-checkins] cpython (2.7): (Merge 3.1) Issue #11650: PyOS_StdioReadline() retries fgets() if it was
victor.stinner
- [Python-checkins] cpython (2.7): (Merge 3.1) Issue #11768: The signal handler of the signal module only calls
victor.stinner
- [Python-checkins] cpython (2.7): Add another example to the collections module docs.
raymond.hettinger
- [Python-checkins] cpython (2.7): Add NEWS item for #5162.
brian.curtin
- [Python-checkins] cpython (2.7): Add the :mod: role where it was missing.
ezio.melotti
- [Python-checkins] cpython (2.7): Backport for Python 2.7 of issue 11715 support for building Python on
barry.warsaw
- [Python-checkins] cpython (2.7): Backport test from #11926.
ezio.melotti
- [Python-checkins] cpython (2.7): Cleanups to remove dependencies and add docstrings.
raymond.hettinger
- [Python-checkins] cpython (2.7): Fix #11961. Document STARTUPINFO and creation flag options.
brian.curtin
- [Python-checkins] cpython (2.7): Fix #5162. Allow child spawning from Windows services (via pywin32).
brian.curtin
- [Python-checkins] cpython (2.7): Fix #8886. Use context managers throughout zipfile tests.
brian.curtin
- [Python-checkins] cpython (2.7): Fix a few hyphens in argparse.rst.
ezio.melotti
- [Python-checkins] cpython (2.7): Fix closes issue10761: tarfile.extractall failure when symlinked files are
senthil.kumaran
- [Python-checkins] cpython (2.7): Fix closes issue10761: tarfile.extractall failure when symlinked files are
Éric Araujo
- [Python-checkins] cpython (2.7): fix formatting, :c:func: --> :cfunc:
eli.bendersky
- [Python-checkins] cpython (2.7): fix function name in example (closes #11966)
benjamin.peterson
- [Python-checkins] cpython (2.7): Fix Issue11474 - url2pathname() handling of '/C|/' on Windows
senthil.kumaran
- [Python-checkins] cpython (2.7): Fix Issue11703 - urllib2.get_url does not handle fragment in url properly.
senthil.kumaran
- [Python-checkins] cpython (2.7): Fix minor subclassing issue with collections.Counter
raymond.hettinger
- [Python-checkins] cpython (2.7): Fix some more markup glitches in argparse doc.
ezio.melotti
- [Python-checkins] cpython (2.7): Fix sporadic failure in test_startfile.
nadeem.vawda
- [Python-checkins] cpython (2.7): Fix wrong function name. Noticed by Clive Darke.
ezio.melotti
- [Python-checkins] cpython (2.7): Fix wrong number of functions noticed by Sandro Tosi.
ezio.melotti
- [Python-checkins] cpython (2.7): Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_*
antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #10762: Guard against invalid/non-supported format string '%f' on
senthil.kumaran
- [Python-checkins] cpython (2.7): Issue #10912: add clarification for PyObject_RichCompareBool comparing
eli.bendersky
- [Python-checkins] cpython (2.7): Issue #10963: Ensure that subprocess.communicate() never raises EPIPE.
ross.lagerwall
- [Python-checkins] cpython (2.7): Issue #11467: Fix urlparse behavior when handling urls which contains scheme
senthil.kumaran
- [Python-checkins] cpython (2.7): Issue #11576: Fixed timedelta subtraction glitch on big timedelta values
alexander.belopolsky
- [Python-checkins] cpython (2.7): Issue #11719: Fix message about unexpected test_msilib skip.
ross.lagerwall
- [Python-checkins] cpython (2.7): Issue #11766: increase countdown waiting for a pool of processes to start
antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #11768: signal.set_wakeup_fd() and PySignal_SetWakeupFd() added in 2.6
victor.stinner
- [Python-checkins] cpython (2.7): Issue #11794: Reorganised logging documentation.
vinay.sajip
- [Python-checkins] cpython (2.7): Issue #11827: remove mention of list2cmdline in the doc of subprocess
eli.bendersky
- [Python-checkins] cpython (2.7): Issue #11830: Remove unnecessary introspection code in the decimal module.
raymond.hettinger
- [Python-checkins] cpython (2.7): Issue #11855: Apply missing formatting for urlretrieve
eli.bendersky
- [Python-checkins] cpython (2.7): Issue #11875: Alter the previous fix to work better with subclasses
raymond.hettinger
- [Python-checkins] cpython (2.7): Issue #11940: Update external link.
raymond.hettinger
- [Python-checkins] cpython (2.7): Issue #5057: fix a bug in the peepholer that led to non-portable pyc files
ezio.melotti
- [Python-checkins] cpython (2.7): Issue #7108: Fix test_commands to not fail when special attributes ('@'
ned.deily
- [Python-checkins] cpython (2.7): Issue #8428: Fix a race condition in multiprocessing.Pool when terminating
antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #9347: Fix formatting for tuples in argparse type= error messages.
steven.bethard
- [Python-checkins] cpython (2.7): Issue #9670: Increase the default stack size for secondary threads on
ned.deily
- [Python-checkins] cpython (2.7): Issue 11718: Teach IDLE's open module dialog to find packages.
raymond.hettinger
- [Python-checkins] cpython (2.7): Issue 11747: Fix output format for context diffs.
raymond.hettinger
- [Python-checkins] cpython (2.7): Issue 11875: Keep OrderedDict's __reduce__ from temporarily mutating the object.
raymond.hettinger
- [Python-checkins] cpython (2.7): Issue 3051: make pure python code pass the same tests as the C version.
raymond.hettinger
- [Python-checkins] cpython (2.7): issue11236 getpass.getpass to respond ctrl-c or ctrl-z
senthil.kumaran
- [Python-checkins] cpython (2.7): Issue9670: Back out changeset b0d2b696da19; test fails on other platforms
ned.deily
- [Python-checkins] cpython (2.7): merge
brian.curtin
- [Python-checkins] cpython (2.7): Minor code clean-up.
raymond.hettinger
- [Python-checkins] cpython (2.7): Minor code simplification.
raymond.hettinger
- [Python-checkins] cpython (2.7): Minor code simplification.
raymond.hettinger
- [Python-checkins] cpython (2.7): Minor text rearrangement.
raymond.hettinger
- [Python-checkins] cpython (2.7): Move NEWS entry to the right section.
antoine.pitrou
- [Python-checkins] cpython (2.7): Neaten-up the fix to issue 11830
raymond.hettinger
- [Python-checkins] cpython (2.7): Other minor clean-ups.
raymond.hettinger
- [Python-checkins] cpython (2.7): pybench prep_times calculation error (closes #11895)
jesus.cea
- [Python-checkins] cpython (2.7): Remove unnecessary call to PyErr_Clear.
ezio.melotti
- [Python-checkins] cpython (2.7): Remove unnecessary imports and use assertIs instead of assertTrue.
ezio.melotti
- [Python-checkins] cpython (2.7): Remove unused branch in the clear() method. Minor comment edits.
raymond.hettinger
- [Python-checkins] cpython (2.7): Remove unused imports
raymond.hettinger
- [Python-checkins] cpython (2.7): Rework multiset methods to use less memory and to make fewer calls to __hash__.
raymond.hettinger
- [Python-checkins] cpython (2.7): skip the extractall test on platforms where os.symlink is not available.
senthil.kumaran
- [Python-checkins] cpython (2.7): startswith and endswith don't accept None as slice index. Patch by Torsten
jesus.cea
- [Python-checkins] cpython (2.7): The \ is not supported in Sphinx 0.6.
ezio.melotti
- [Python-checkins] cpython (2.7): Transplant: Fix wording and clarify that the IDNA codec operates on full domain
r.david.murray
- [Python-checkins] cpython (2.7): Update NEWS for Issue11236.
senthil.kumaran
- [Python-checkins] cpython (2.7): update news in 2.7 for Issue #11703
senthil.kumaran
- [Python-checkins] cpython (2.7): Updated documentation on fileConfig().
vinay.sajip
- [Python-checkins] cpython (2.7): Use a generic class lookup.
raymond.hettinger
- [Python-checkins] cpython (2.7): Use floor division operator instead of deprecated division operator.
raymond.hettinger
- [Python-checkins] cpython (2.7): whitespace fix
brian.curtin
- [Python-checkins] cpython (3.1): #10019: Fix regression relative to 2.6: add newlines if indent=0
r.david.murray
- [Python-checkins] cpython (3.1): #11492: fix header truncation on folding when there are runs of split chars.
r.david.murray
- [Python-checkins] cpython (3.1): #11763: don't use difflib in TestCase.assertMultiLineEqual if the strings are
ezio.melotti
- [Python-checkins] cpython (3.1): #11840: Improve c-api/unicode documentation. Patch by Sandro Tosi.
ezio.melotti
- [Python-checkins] cpython (3.1): #11843: remove duplicate line from table in distutil doc.
ezio.melotti
- [Python-checkins] cpython (3.1): #11848: replace dead link in random.betavariate comment.
ezio.melotti
- [Python-checkins] cpython (3.1): #11865: fix typo in init.rst.
ezio.melotti
- [Python-checkins] cpython (3.1): #11883: fix email examples by adding 'localhost' to SMTP constructor calls
r.david.murray
- [Python-checkins] cpython (3.1): #11901: add description of how bitfields are laid out to hexversion docs
r.david.murray
- [Python-checkins] cpython (3.1): #11901: post-commit review fixes per Georg Brandl
r.david.murray
- [Python-checkins] cpython (3.1): #11926: add missing keywords to help("keywords").
ezio.melotti
- [Python-checkins] cpython (3.1): #11942: Fix return type of Py_AddPendingCall. Patch by Sandro Tosi.
ezio.melotti
- [Python-checkins] cpython (3.1): #11952: Fix typo in multiprocessing doc.
ezio.melotti
- [Python-checkins] cpython (3.1): #4783: document that is not possible to use json.dump twice on the same stream.
ezio.melotti
- [Python-checkins] cpython (3.1): #6780: fix starts/endswith error message to mention that tuples are accepted
ezio.melotti
- [Python-checkins] cpython (3.1): #9101: backport json reference in configparser doc.
ezio.melotti
- [Python-checkins] cpython (3.1): #9233: Fix json to work properly even when _json is not available.
ezio.melotti
- [Python-checkins] cpython (3.1): #9233: Fix json.loads({}) to return a dict (instead of a list), when _json is
ezio.melotti
- [Python-checkins] cpython (3.1): #9233: skip _json-specific tests when _json is not available.
ezio.melotti
- [Python-checkins] cpython (3.1): Add a space to make json doc a bit more readable
eric.araujo
- [Python-checkins] cpython (3.1): Add another example to the collections module docs.
raymond.hettinger
- [Python-checkins] cpython (3.1): Add docstring to dbm.open
eric.araujo
- [Python-checkins] cpython (3.1): Add maxlinelen to docstring, delete obsolete wording
r.david.murray
- [Python-checkins] cpython (3.1): Add NEWS item for #5162.
brian.curtin
- [Python-checkins] cpython (3.1): Add tests for tarfile extractall feature when with symlinks
senthil.kumaran
- [Python-checkins] cpython (3.1): Advertise nesting directives for class/method and class/data combos.
eric.araujo
- [Python-checkins] cpython (3.1): Change markup so it generates a link
eric.araujo
- [Python-checkins] cpython (3.1): Change markup so that it creates a link
eric.araujo
- [Python-checkins] cpython (3.1): Correct leading spaces in my NEWS entry.
brian.curtin
- [Python-checkins] cpython (3.1): Fix #11961. Document STARTUPINFO and creation flag options.
brian.curtin
- [Python-checkins] cpython (3.1): Fix #5162. Allow child spawning from Windows services (via pywin32).
brian.curtin
- [Python-checkins] cpython (3.1): Fix argument name in reST doc to match the code
eric.araujo
- [Python-checkins] cpython (3.1): Fix for issue11236 getpass.getpass to respond ctrl-c or ctrl-z
senthil.kumaran
- [Python-checkins] cpython (3.1): fix function name in example (closes #11966)
benjamin.peterson
- [Python-checkins] cpython (3.1): Fix improper tests in RegisterTestCase
eric.araujo
- [Python-checkins] cpython (3.1): Fix Issue11474 - fix url2pathname() handling of '/C|/' on Windows
senthil.kumaran
- [Python-checkins] cpython (3.1): Fix Issue11703 - urllib2.geturl() does not return correct url when the original
senthil.kumaran
- [Python-checkins] cpython (3.1): Fix minor subclassing issue with collections.Counter
raymond.hettinger
- [Python-checkins] cpython (3.1): Fix resource warning found manually
eric.araujo
- [Python-checkins] cpython (3.1): Fix sporadic failure in test_startfile.
nadeem.vawda
- [Python-checkins] cpython (3.1): Fix typo in docstring.
ezio.melotti
- [Python-checkins] cpython (3.1): Fix typo noticed by Sandro Tosi.
ezio.melotti
- [Python-checkins] cpython (3.1): Fix weird executable name
eric.araujo
- [Python-checkins] cpython (3.1): Fix wording and clarify that the IDNA codec operates on full domain names.
r.david.murray
- [Python-checkins] cpython (3.1): Fix wrong function name. Noticed by Clive Darke.
ezio.melotti
- [Python-checkins] cpython (3.1): Fix wrong number of functions noticed by Sandro Tosi.
ezio.melotti
- [Python-checkins] cpython (3.1): Further fix #7838. CREATE_NEW_CONSOLE was exposed, but none of the
brian.curtin
- [Python-checkins] cpython (3.1): Hmm, __ne__ was missing
raymond.hettinger
- [Python-checkins] cpython (3.1): Improve test coverage of _split_ascii method.
r.david.murray
- [Python-checkins] cpython (3.1): Issue #10762: Guard against invalid/non-supported format string '%f' on
senthil.kumaran
- [Python-checkins] cpython (3.1): Issue #10963: Ensure that subprocess.communicate() never raises EPIPE.
ross.lagerwall
- [Python-checkins] cpython (3.1): Issue #11467: Fix urlparse behavior when handling urls which contains scheme
senthil.kumaran
- [Python-checkins] cpython (3.1): Issue #11650: PyOS_StdioReadline() retries fgets() if it was interrupted
victor.stinner
- [Python-checkins] cpython (3.1): Issue #11719: Fix message about unexpected test_msilib skip.
ross.lagerwall
- [Python-checkins] cpython (3.1): Issue #11761: make tests for gc.get_count() less fragile
antoine.pitrou
- [Python-checkins] cpython (3.1): Issue #11768: The signal handler of the signal module only calls
victor.stinner
- [Python-checkins] cpython (3.1): Issue #11827: remove mention of list2cmdline in the doc of subprocess
eli.bendersky
- [Python-checkins] cpython (3.1): Issue #11855: Apply missing formatting for urlretrieve
eli.bendersky
- [Python-checkins] cpython (3.1): Issue #11875: Alter the previous fix to work better with subclasses
raymond.hettinger
- [Python-checkins] cpython (3.1): Issue #11940: Update external link.
raymond.hettinger
- [Python-checkins] cpython (3.1): Issue #5057: fix a bug in the peepholer that led to non-portable pyc files
ezio.melotti
- [Python-checkins] cpython (3.1): Issue #9670: Increase the default stack size for secondary threads on
ned.deily
- [Python-checkins] cpython (3.1): Issue 11715: Build extension modules on multiarch Debian and Ubuntu by
barry.warsaw
- [Python-checkins] cpython (3.1): Issue 11747: Fix output format for context diffs.
raymond.hettinger
- [Python-checkins] cpython (3.1): Issue 11875: Keep OrderedDict's __reduce__ from temporarily mutating the object.
raymond.hettinger
- [Python-checkins] cpython (3.1): Issue9670: Back out changeset 378b40d71175; test fails on other platforms
ned.deily
- [Python-checkins] cpython (3.1): Kill last reference to defunct module
eric.araujo
- [Python-checkins] cpython (3.1): make assigning to a bytes literal a syntax error (closes #11506)
benjamin.peterson
- [Python-checkins] cpython (3.1): Minor text rearrangement.
raymond.hettinger
- [Python-checkins] cpython (3.1): Minor tweaks to a few comments in heapq
eric.araujo
- [Python-checkins] cpython (3.1): Port 5b607cd8c71b (closes #11892)
jesus.cea
- [Python-checkins] cpython (3.1): pybench prep_times calculation error (closes #11895)
jesus.cea
- [Python-checkins] cpython (3.1): Refinement by Stefan Krah (see issue 11715, msg133194) to exit early if the
barry.warsaw
- [Python-checkins] cpython (3.1): Remove inexistent tools
brian.curtin
- [Python-checkins] cpython (3.1): Remove obsolete/duplicate docstring
eric.araujo
- [Python-checkins] cpython (3.1): Remove unnecessary imports and use assertIs instead of assertTrue.
ezio.melotti
- [Python-checkins] cpython (3.1): Rework multiset methods to use less memory and to make fewer calls to __hash__.
raymond.hettinger
- [Python-checkins] cpython (3.1): skip the extractall test on platforms where os.symlink is not available.
senthil.kumaran
- [Python-checkins] cpython (3.1): Small wording fix.
georg.brandl
- [Python-checkins] cpython (3.1): startswith and endswith don't accept None as slice index. Patch by Torsten
jesus.cea
- [Python-checkins] cpython (3.1): Try to fix sporadic test_multiprocessing failure
antoine.pitrou
- [Python-checkins] cpython (3.1): Try to fix sporadic failure in test_thread/test_threading
antoine.pitrou
- [Python-checkins] cpython (3.1): Up-port changeset 5cf8f6da8743 (closes #11890)
jesus.cea
- [Python-checkins] cpython (3.1): Update News entry for Issue11236
senthil.kumaran
- [Python-checkins] cpython (3.1): Update the News for the fix to Issue11703.
senthil.kumaran
- [Python-checkins] cpython (3.1): whitespace...
brian.curtin
- [Python-checkins] cpython (3.1): Wrap the testskip decorator for the proper test to resolve bb failure.
senthil.kumaran
- [Python-checkins] cpython (3.2): #11282: the fail* methods will stay around a few more versions.
ezio.melotti
- [Python-checkins] cpython (3.2): #11492: rewrite header folding algorithm. Less code, more passing tests.
r.david.murray
- [Python-checkins] cpython (3.2): #11605: don't use set/get_payload in feedparser; they do conversions.
r.david.murray
- [Python-checkins] cpython (3.2): #11845: Fix typo in rangeobject.c that caused a crash in compute_slice_indices.
ezio.melotti
- [Python-checkins] cpython (3.2): #11883: replace incorrect call to sendmail with correct call to send_message
r.david.murray
- [Python-checkins] cpython (3.2): #11885: capitalize Python.
ezio.melotti
- [Python-checkins] cpython (3.2): #11897: Fix typo in porting howto. Patch by Marti Raudsepp.
ezio.melotti
- [Python-checkins] cpython (3.2): #11902: Fix typo in argparse doc. Noticed by Vladimir Rutsky.
ezio.melotti
- [Python-checkins] cpython (3.2): #11904: fix indentation in argparse doc. Noticed by Vladimir Rutsky.
ezio.melotti
- [Python-checkins] cpython (3.2): #11905: fix missing full stop in argparse doc. Noticed by Vladimir Rutsky.
ezio.melotti
- [Python-checkins] cpython (3.2): #7311: fix html.parser to accept non-ASCII attribute values.
ezio.melotti
- [Python-checkins] cpython (3.2): __class__ of a __class__ check worked only by chance.
lukasz.langa
- [Python-checkins] cpython (3.2): Add links to make the math docs more usable.
Terry Reedy
- [Python-checkins] cpython (3.2): Add missing types to docstring of ast.literal_eval.
eric.araujo
- [Python-checkins] cpython (3.2): Add the :mod: role where it was missing.
ezio.melotti
- [Python-checkins] cpython (3.2): Add WSANO_DATA to possible errors triggered by getaddrinfo (Windows)
antoine.pitrou
- [Python-checkins] cpython (3.2): Added Yuxiao Zeng for finding and resolving #11858. Thanks!
lukasz.langa
- [Python-checkins] cpython (3.2): Backport 8a9f8f34d9d5.
georg.brandl
- [Python-checkins] cpython (3.2): Beautify and modernize the SequenceMatcher example
raymond.hettinger
- [Python-checkins] cpython (3.2): Clarify that GzipFile.read1() isn't implemented.
antoine.pitrou
- [Python-checkins] cpython (3.2): Cleanup and modernize code prior to working on Issue 11747.
raymond.hettinger
- [Python-checkins] cpython (3.2): Closes #11324: ConfigParser(interpolation=None) doesn't work.
lukasz.langa
- [Python-checkins] cpython (3.2): Closes #11670: configparser read_file now iterates over f.
lukasz.langa
- [Python-checkins] cpython (3.2): Closes #11670: configparser read_file now iterates over f.
Ezio Melotti
- [Python-checkins] cpython (3.2): Closes #11858: configparser.ExtendedInterpolation and section case.
lukasz.langa
- [Python-checkins] cpython (3.2): Closes #11858: configparser.ExtendedInterpolation and section case.
Éric Araujo
- [Python-checkins] cpython (3.2): Consistency fix: "command line" is the noun, "command-line" the adjective.
georg.brandl
- [Python-checkins] cpython (3.2): Fix a few more hyphens in argparse.rst
ezio.melotti
- [Python-checkins] cpython (3.2): Fix double use of f.close().
eric.araujo
- [Python-checkins] cpython (3.2): Fix indentation
eric.araujo
- [Python-checkins] cpython (3.2): Fix markup.
r.david.murray
- [Python-checkins] cpython (3.2): Fix nit.
raymond.hettinger
- [Python-checkins] cpython (3.2): Fix possible "file already exists" error when running the tests in parallel.
antoine.pitrou
- [Python-checkins] cpython (3.2): Fix some more markup glitches in argparse doc.
ezio.melotti
- [Python-checkins] cpython (3.2): Fixed trailing whitespace in the ReST file.
lukasz.langa
- [Python-checkins] cpython (3.2): Improve message.py test coverage to 100%.
r.david.murray
- [Python-checkins] cpython (3.2): Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_*
antoine.pitrou
- [Python-checkins] cpython (3.2): Issue #10914: Add a minimal embedding test to test_capi.
antoine.pitrou
- [Python-checkins] cpython (3.2): Issue #10914: add NEWS item.
antoine.pitrou
- [Python-checkins] cpython (3.2): Issue #10914: Initialize correctly the filesystem codec when creating a new
victor.stinner
- [Python-checkins] cpython (3.2): Issue #10914: Py_NewInterpreter() uses PyErr_PrintEx(0)
victor.stinner
- [Python-checkins] cpython (3.2): Issue #11576: Fixed timedelta subtraction glitch on big timedelta values
alexander.belopolsky
- [Python-checkins] cpython (3.2): Issue #11746: Fix SSLContext.load_cert_chain() to accept elliptic curve private
antoine.pitrou
- [Python-checkins] cpython (3.2): Issue #11747: Fix range formatting in context and unified diffs.
raymond.hettinger
- [Python-checkins] cpython (3.2): Issue #11749: try to fix transient test_socket failure
antoine.pitrou
- [Python-checkins] cpython (3.2): Issue #11766: increase countdown waiting for a pool of processes to start
antoine.pitrou
- [Python-checkins] cpython (3.2): Issue #11790: Fix sporadic failures in
antoine.pitrou
- [Python-checkins] cpython (3.2): Issue #11814: Fix likely typo in multiprocessing.Pool._terminate().
antoine.pitrou
- [Python-checkins] cpython (3.2): Issue #11815: Remove dead code in concurrent.futures (since a blocking Queue
antoine.pitrou
- [Python-checkins] cpython (3.2): Issue #11818: Fix tempfile examples for Python 3.
ross.lagerwall
- [Python-checkins] cpython (3.2): Issue #11830: Remove unnecessary introspection code in the decimal module.
alexander.belopolsky
- [Python-checkins] cpython (3.2): Issue #11852: Add missing imports and update tests.
vinay.sajip
- [Python-checkins] cpython (3.2): Issue #11919: try to fix test_imp failure on some buildbots.
antoine.pitrou
- [Python-checkins] cpython (3.2): Issue #7796: Add link to Jan Kaliszewski's alternate constructor and ABC for
raymond.hettinger
- [Python-checkins] cpython (3.2): Issue #8428: Fix a race condition in multiprocessing.Pool when terminating
antoine.pitrou
- [Python-checkins] cpython (3.2): Issue #9319: Fix a crash on parsing a Python source code without encoding
victor.stinner
- [Python-checkins] cpython (3.2): Issue #9319: Fix the unit test
victor.stinner
- [Python-checkins] cpython (3.2): Issue #9347: Fix formatting for tuples in argparse type= error messages.
steven.bethard
- [Python-checkins] cpython (3.2): Issue 11718: Teach IDLE's open module dialog to find packages.
raymond.hettinger
- [Python-checkins] cpython (3.2): Issue 11747: Fix output format for context diffs.
raymond.hettinger
- [Python-checkins] cpython (3.2): Issue 11875: Keep OrderedDict's __reduce__ from temporarily mutating the object.
raymond.hettinger
- [Python-checkins] cpython (3.2): Issue 11929: Minor whitespace clean-ups.
raymond.hettinger
- [Python-checkins] cpython (3.2): Issue 3051: make pure python code pass the same tests as the C version.
raymond.hettinger
- [Python-checkins] cpython (3.2): Mentioned issues #11324 and #11858.
lukasz.langa
- [Python-checkins] cpython (3.2): Minor clean-ups to docstrings, comments, and var names.
raymond.hettinger
- [Python-checkins] cpython (3.2): Normalised whitespace.
vinay.sajip
- [Python-checkins] cpython (3.2): Prevent deprecation warning
eric.araujo
- [Python-checkins] cpython (3.2): Remove unnecessary call to PyErr_Clear.
ezio.melotti
- [Python-checkins] cpython (3.2): Remove unneeded backslashes
eric.araujo
- [Python-checkins] cpython (3.2): Removed 'or long integer' from bin, oct, and hex docstrings.
alexander.belopolsky
- [Python-checkins] cpython (3.2): Removed debugging leftovers.
lukasz.langa
- [Python-checkins] cpython (3.2): Style updates for the #11670 solution after post-commit review by Ezio Melotti:
lukasz.langa
- [Python-checkins] cpython (3.2): TestChainMap was not previously used. Minor corrections applied.
lukasz.langa
- [Python-checkins] cpython (3.2): Updated documentation on fileConfig().
vinay.sajip
- [Python-checkins] cpython (3.2): Updated Formatter documentation.
vinay.sajip
- [Python-checkins] cpython (3.2): Use non-deprecated method name.
ezio.melotti
- [Python-checkins] cpython (merge 2.5 -> 2.6): merge 11442 NEWS
martin.v.loewis
- [Python-checkins] cpython (merge 2.6 -> 2.7): merge 11442 NEWS
martin.v.loewis
- [Python-checkins] cpython (merge 2.6 -> 2.7): Merged solution for #11786 from 2.6
lukasz.langa
- [Python-checkins] cpython (merge 2.7 -> 2.7): hg pull/merge - Changes to accomodate.
senthil.kumaran
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge the changes.
senthil.kumaran
- [Python-checkins] cpython (merge 3.1 -> 3.1): Branch merge
eric.araujo
- [Python-checkins] cpython (merge 3.1 -> 3.1): Branch merge
eric.araujo
- [Python-checkins] cpython (merge 3.1 -> 3.1): Branch merge
eric.araujo
- [Python-checkins] cpython (merge 3.1 -> 3.1): merge
raymond.hettinger
- [Python-checkins] cpython (merge 3.1 -> 3.1): merge
jesus.cea
- [Python-checkins] cpython (merge 3.1 -> 3.1): merge heads
benjamin.peterson
- [Python-checkins] cpython (merge 3.1 -> 3.1): merge heads
jesus.cea
- [Python-checkins] cpython (merge 3.1 -> 3.1): Merge updates
senthil.kumaran
- [Python-checkins] cpython (merge 3.1 -> 3.2): #11763: merge with 3.1.
ezio.melotti
- [Python-checkins] cpython (merge 3.1 -> 3.2): #11840: Merge with 3.1.
ezio.melotti
- [Python-checkins] cpython (merge 3.1 -> 3.2): #11843: Merge with 3.1.
ezio.melotti
- [Python-checkins] cpython (merge 3.1 -> 3.2): #11848: Merge with 3.1.
ezio.melotti
- [Python-checkins] cpython (merge 3.1 -> 3.2): #11865: Merge with 3.1.
ezio.melotti
- [Python-checkins] cpython (merge 3.1 -> 3.2): #11926: merge with 3.1.
ezio.melotti
- [Python-checkins] cpython (merge 3.1 -> 3.2): #11942: merge with 3.1.
ezio.melotti
- [Python-checkins] cpython (merge 3.1 -> 3.2): #11952: merge with 3.1.
ezio.melotti
- [Python-checkins] cpython (merge 3.1 -> 3.2): #4783: Merge with 3.1.
ezio.melotti
- [Python-checkins] cpython (merge 3.1 -> 3.2): #5057: Merge with 3.1.
ezio.melotti
- [Python-checkins] cpython (merge 3.1 -> 3.2): #6780: merge with 3.1.
ezio.melotti
- [Python-checkins] cpython (merge 3.1 -> 3.2): (Merge 3.1) Issue #11650: PyOS_StdioReadline() retries fgets() if it was
victor.stinner
- [Python-checkins] cpython (merge 3.1 -> 3.2): (Merge 3.1) Issue #11768: The signal handler of the signal module only calls
victor.stinner
- [Python-checkins] cpython (merge 3.1 -> 3.2): Add NEWS item for #5162.
brian.curtin
- [Python-checkins] cpython (merge 3.1 -> 3.2): Dummy merge
brian.curtin
- [Python-checkins] cpython (merge 3.1 -> 3.2): Dummy merge with 3.1.
ezio.melotti
- [Python-checkins] cpython (merge 3.1 -> 3.2): Fix #11961. Document STARTUPINFO and creation flag options.
brian.curtin
- [Python-checkins] cpython (merge 3.1 -> 3.2): Fix #5162. Allow child spawning from Windows services (via pywin32).
brian.curtin
- [Python-checkins] cpython (merge 3.1 -> 3.2): Fix minor subclassing issue with collections.Counter
raymond.hettinger
- [Python-checkins] cpython (merge 3.1 -> 3.2): Issue #11761: make tests for gc.get_count() less fragile
antoine.pitrou
- [Python-checkins] cpython (merge 3.1 -> 3.2): Issue #11855: merge from 3.1
eli.bendersky
- [Python-checkins] cpython (merge 3.1 -> 3.2): Issue #11875: Alter the previous fix to work better with subclasses
raymond.hettinger
- [Python-checkins] cpython (merge 3.1 -> 3.2): Issue #11940: Update external link.
raymond.hettinger
- [Python-checkins] cpython (merge 3.1 -> 3.2): Issue #9670: merge with 3.2
ned.deily
- [Python-checkins] cpython (merge 3.1 -> 3.2): Issue 11715: Merge multiarch fix from 3.1 branch.
barry.warsaw
- [Python-checkins] cpython (merge 3.1 -> 3.2): Issue9670: Merge backout to 3.2.
ned.deily
- [Python-checkins] cpython (merge 3.1 -> 3.2): Merge
raymond.hettinger
- [Python-checkins] cpython (merge 3.1 -> 3.2): merge
raymond.hettinger
- [Python-checkins] cpython (merge 3.1 -> 3.2): merge
raymond.hettinger
- [Python-checkins] cpython (merge 3.1 -> 3.2): merge
jesus.cea
- [Python-checkins] cpython (merge 3.1 -> 3.2): merge
brian.curtin
- [Python-checkins] cpython (merge 3.1 -> 3.2): Merge #10019: Fix regression relative to 2.6: add newlines if indent=0
r.david.murray
- [Python-checkins] cpython (merge 3.1 -> 3.2): Merge #11492: fix header truncation on folding when there are runs of split
r.david.murray
- [Python-checkins] cpython (merge 3.1 -> 3.2): Merge #11883: fix email examples by adding 'localhost' to SMTP constructor calls
r.david.murray
- [Python-checkins] cpython (merge 3.1 -> 3.2): Merge #11901: post-commit review fixes per Georg Brandl
r.david.murray
- [Python-checkins] cpython (merge 3.1 -> 3.2): Merge #11901: add description of how bitfields are laid out to hexversion docs
r.david.murray
- [Python-checkins] cpython (merge 3.1 -> 3.2): merge 3.1
benjamin.peterson
- [Python-checkins] cpython (merge 3.1 -> 3.2): Merge 3.1
brian.curtin
- [Python-checkins] cpython (merge 3.1 -> 3.2): Merge 3.1
eric.araujo
- [Python-checkins] cpython (merge 3.1 -> 3.2): Merge 3.1
eric.araujo
- [Python-checkins] cpython (merge 3.1 -> 3.2): Merge 3.1
eric.araujo
- [Python-checkins] cpython (merge 3.1 -> 3.2): merge 3.1
benjamin.peterson
- [Python-checkins] cpython (merge 3.1 -> 3.2): Merge from 3.1
senthil.kumaran
- [Python-checkins] cpython (merge 3.1 -> 3.2): merge from 3.1
senthil.kumaran
- [Python-checkins] cpython (merge 3.1 -> 3.2): merge from 3.1
senthil.kumaran
- [Python-checkins] cpython (merge 3.1 -> 3.2): merge from 3.1
senthil.kumaran
- [Python-checkins] cpython (merge 3.1 -> 3.2): merge from 3.1
eli.bendersky
- [Python-checkins] cpython (merge 3.1 -> 3.2): merge from 3.1
senthil.kumaran
- [Python-checkins] cpython (merge 3.1 -> 3.2): merge from 3.1
senthil.kumaran
- [Python-checkins] cpython (merge 3.1 -> 3.2): merge from 3.1
senthil.kumaran
- [Python-checkins] cpython (merge 3.1 -> 3.2): merge from 3.1
senthil.kumaran
- [Python-checkins] cpython (merge 3.1 -> 3.2): merge from 3.1
senthil.kumaran
- [Python-checkins] cpython (merge 3.1 -> 3.2): merge from 3.1 codeline.
senthil.kumaran
- [Python-checkins] cpython (merge 3.1 -> 3.2): Merge test_startfile fix from 3.1.
nadeem.vawda
- [Python-checkins] cpython (merge 3.1 -> 3.2): Merge update.
senthil.kumaran
- [Python-checkins] cpython (merge 3.1 -> 3.2): Merge with 3.1
ezio.melotti
- [Python-checkins] cpython (merge 3.1 -> 3.2): Merge with 3.1
ross.lagerwall
- [Python-checkins] cpython (merge 3.1 -> 3.2): Merge with 3.1
ross.lagerwall
- [Python-checkins] cpython (merge 3.1 -> 3.2): Merge with 3.1
georg.brandl
- [Python-checkins] cpython (merge 3.1 -> 3.2): Merge with 3.1.
ezio.melotti
- [Python-checkins] cpython (merge 3.1 -> 3.2): Merge with 3.1.
ezio.melotti
- [Python-checkins] cpython (merge 3.1 -> 3.2): Merge with 3.1.
ezio.melotti
- [Python-checkins] cpython (merge 3.1 -> 3.2): Merge with 3.1.
ezio.melotti
- [Python-checkins] cpython (merge 3.1 -> 3.2): Merge: Add maxlinelen to docstring, delete obsolete wording
r.david.murray
- [Python-checkins] cpython (merge 3.1 -> 3.2): Merge: Fix wording and clarify that the IDNA codec operates on full domain
r.david.murray
- [Python-checkins] cpython (merge 3.1 -> 3.2): Merge: Improve test coverage of _split_ascii method.
r.david.murray
- [Python-checkins] cpython (merge 3.1 -> 3.2): MERGE: startswith and endswith don't accept None as slice index. Patch by
jesus.cea
- [Python-checkins] cpython (merge 3.1 -> 3.2): MERGE: Up-port changeset 5cf8f6da8743 (closes #11890)
jesus.cea
- [Python-checkins] cpython (merge 3.1 -> 3.2): Minor text rearrangement.
raymond.hettinger
- [Python-checkins] cpython (merge 3.1 -> 3.2): null merge
jesus.cea
- [Python-checkins] cpython (merge 3.1 -> 3.2): null merge
jesus.cea
- [Python-checkins] cpython (merge 3.1 -> 3.2): pybench prep_times calculation error (closes #11895)
jesus.cea
- [Python-checkins] cpython (merge 3.1 -> 3.2): Refinement by Stefan Krah (see issue 11715, msg133194) to exit early if the
barry.warsaw
- [Python-checkins] cpython (merge 3.1 -> 3.2): Rework multiset methods to use less memory and to make fewer calls to __hash__.
raymond.hettinger
- [Python-checkins] cpython (merge 3.1 -> 3.2): Try to fix sporadic failure in test_thread/test_threading
antoine.pitrou
- [Python-checkins] cpython (merge 3.1 -> 3.2): Try to fix sporadic test_multiprocessing failure
antoine.pitrou
- [Python-checkins] cpython (merge 3.1 -> default): merge
raymond.hettinger
- [Python-checkins] cpython (merge 3.1 -> default): merge from 2.7
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> 3.2): Branch merge
eric.araujo
- [Python-checkins] cpython (merge 3.2 -> 3.2): Branch merge
eric.araujo
- [Python-checkins] cpython (merge 3.2 -> 3.2): Branch merge
eric.araujo
- [Python-checkins] cpython (merge 3.2 -> 3.2): heads merging
jesus.cea
- [Python-checkins] cpython (merge 3.2 -> 3.2): Issue 11875: Keep OrderedDict's __reduce__ from temporarily mutating the object.
raymond.hettinger
- [Python-checkins] cpython (merge 3.2 -> 3.2): merge
jesus.cea
- [Python-checkins] cpython (merge 3.2 -> 3.2): merge from push conflict.
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> 3.2): merge heads
jesus.cea
- [Python-checkins] cpython (merge 3.2 -> 3.2): merge update
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): #11282: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #11763: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #11840: Merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #11843: Merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #11845: Merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #11848: Merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #11865: Merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #11885: Merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #11897: Merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #11902: Merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #11904-#11905: Merge typo fixes with 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #11926: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #11938: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #11942: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #11952: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #4783: Merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #5057: Merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #6780: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #7311: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): (Merge 3.2) Issue #11650: PyOS_StdioReadline() retries fgets() if it was
victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): (Merge 3.2) Issue #11768: The signal handler of the signal module only calls
victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): Add NEWS item for #5162.
brian.curtin
- [Python-checkins] cpython (merge 3.2 -> default): Add WSANO_DATA to possible errors triggered by getaddrinfo (Windows)
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Beautify and modernize the SequenceMatcher example
raymond.hettinger
- [Python-checkins] cpython (merge 3.2 -> default): Clarify that GzipFile.read1() is now implemented
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Correctly merging #9319 into 3.3?
jesus.cea
- [Python-checkins] cpython (merge 3.2 -> default): Dummy merge
brian.curtin
- [Python-checkins] cpython (merge 3.2 -> default): Dummy merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): Empty merge for TestChainMap tweaks in 3.2
lukasz.langa
- [Python-checkins] cpython (merge 3.2 -> default): Fix #11961. Document STARTUPINFO and creation flag options.
brian.curtin
- [Python-checkins] cpython (merge 3.2 -> default): Fix #5162. Allow child spawning from Windows services (via pywin32).
brian.curtin
- [Python-checkins] cpython (merge 3.2 -> default): Fix minor subclassing issue with collections.Counter
raymond.hettinger
- [Python-checkins] cpython (merge 3.2 -> default): Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_*
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #10914: Add a minimal embedding test to test_capi.
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #11576: Fixed timedelta subtraction glitch on big timedelta values
alexander.belopolsky
- [Python-checkins] cpython (merge 3.2 -> default): Issue #11747: Fix range formatting in context and unified diffs.
raymond.hettinger
- [Python-checkins] cpython (merge 3.2 -> default): Issue #11749: try to fix transient test_socket failure
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #11761: make tests for gc.get_count() less fragile
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #11766: increase countdown waiting for a pool of processes to start
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #11790: Fix sporadic failures in
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #11815: Remove dead code in concurrent.futures (since a blocking Queue
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #11852: Merge fix from 3.2.
vinay.sajip
- [Python-checkins] cpython (merge 3.2 -> default): Issue #11855: merge from 3.2
eli.bendersky
- [Python-checkins] cpython (merge 3.2 -> default): Issue #11875: Alter the previous fix to work better with subclasses
raymond.hettinger
- [Python-checkins] cpython (merge 3.2 -> default): Issue #11919: try to fix test_imp failure on some buildbots.
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #11940: Update external link.
raymond.hettinger
- [Python-checkins] cpython (merge 3.2 -> default): Issue #7796: Add link to Jan Kaliszewski's alternate constructor and ABC for
raymond.hettinger
- [Python-checkins] cpython (merge 3.2 -> default): Issue #9347: Fix formatting for tuples in argparse type= error messages.
steven.bethard
- [Python-checkins] cpython (merge 3.2 -> default): Issue #9670: merge with current
ned.deily
- [Python-checkins] cpython (merge 3.2 -> default): Issue 11715: Merge multiarch fix from 3.1 branch.
barry.warsaw
- [Python-checkins] cpython (merge 3.2 -> default): Issue 11875: Keep OrderedDict's __reduce__ from temporarily mutating the object.
raymond.hettinger
- [Python-checkins] cpython (merge 3.2 -> default): Issue 11929: Minor whitespace clean-ups.
raymond.hettinger
- [Python-checkins] cpython (merge 3.2 -> default): Issue9670: Merge backout from 3.2.
ned.deily
- [Python-checkins] cpython (merge 3.2 -> default): Merge
raymond.hettinger
- [Python-checkins] cpython (merge 3.2 -> default): Merge
raymond.hettinger
- [Python-checkins] cpython (merge 3.2 -> default): merge
raymond.hettinger
- [Python-checkins] cpython (merge 3.2 -> default): Merge
raymond.hettinger
- [Python-checkins] cpython (merge 3.2 -> default): Merge
alexander.belopolsky
- [Python-checkins] cpython (merge 3.2 -> default): merge
raymond.hettinger
- [Python-checkins] cpython (merge 3.2 -> default): merge
raymond.hettinger
- [Python-checkins] cpython (merge 3.2 -> default): merge
raymond.hettinger
- [Python-checkins] cpython (merge 3.2 -> default): merge
raymond.hettinger
- [Python-checkins] cpython (merge 3.2 -> default): merge
jesus.cea
- [Python-checkins] cpython (merge 3.2 -> default): merge
jesus.cea
- [Python-checkins] cpython (merge 3.2 -> default): merge
brian.curtin
- [Python-checkins] cpython (merge 3.2 -> default): Merge test_startfile fix from 3.2.
nadeem.vawda
- [Python-checkins] cpython (merge 3.2 -> default): Merge #10019: Fix regression relative to 2.6: add newlines if indent=0
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> default): Merge #11492: fix header truncation on folding when there are runs of split
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> default): Merge #11605: don't use set/get_payload in feedparser; they do conversions.
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> default): Merge #11883: replace incorrect call to sendmail with correct call to
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> default): Merge #11883: fix email examples by adding 'localhost' to SMTP constructor calls
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> default): Merge #11901: post-commit review fixes per Georg Brandl
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> default): Merge #11901: add description of how bitfields are laid out to hexversion docs
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): Merge 3.2
brian.curtin
- [Python-checkins] cpython (merge 3.2 -> default): Merge 3.2
eric.araujo
- [Python-checkins] cpython (merge 3.2 -> default): Merge 3.2
eric.araujo
- [Python-checkins] cpython (merge 3.2 -> default): Merge 3.2
eric.araujo
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): Merge 3.2: ignore commits (already done in 3.3 previously)
victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): Merge fix for issue #11746
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): merge from 3.2.
Brett Cannon
- [Python-checkins] cpython (merge 3.2 -> default): merge from 3.2
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): merge from 3.2
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): merge from 3.2
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): merge from 3.2
eli.bendersky
- [Python-checkins] cpython (merge 3.2 -> default): merge from 3.2
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): Merge from 3.2
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): merge from 3.2
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): merge from 3.2
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): merge from 3.2
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): Merge from 3.2 (issue #11814, issue #8428)
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): merge from 3.2.
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): Merge with 3.2
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): Merge with 3.2
ross.lagerwall
- [Python-checkins] cpython (merge 3.2 -> default): Merge with 3.2
ross.lagerwall
- [Python-checkins] cpython (merge 3.2 -> default): Merge with 3.2
ross.lagerwall
- [Python-checkins] cpython (merge 3.2 -> default): Merge with 3.2
georg.brandl
- [Python-checkins] cpython (merge 3.2 -> default): Merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): Merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): Merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): Merge with 3.2.
georg.brandl
- [Python-checkins] cpython (merge 3.2 -> default): Merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): Merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): Merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): Merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): Merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): Merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): merge.
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): Merge: #11492: rewrite header folding algorithm. Less code, more passing tests.
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> default): Merge: Add maxlinelen to docstring, delete obsolete wording
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> default): Merge: Fix wording and clarify that the IDNA codec operates on full domain
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> default): Merge: Fix markup.
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> default): Merge: Improve message.py test coverage to 100%.
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> default): Merge: Improve test coverage of _split_ascii method.
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> default): MERGE: startswith and endswith don't accept None as slice index. Patch by
jesus.cea
- [Python-checkins] cpython (merge 3.2 -> default): Merged documentation fix from 3.2.
vinay.sajip
- [Python-checkins] cpython (merge 3.2 -> default): Merged #11670 from 3.2
lukasz.langa
- [Python-checkins] cpython (merge 3.2 -> default): Merged ACKS from 3.2: added Yuxiao Zeng
lukasz.langa
- [Python-checkins] cpython (merge 3.2 -> default): Merged doc fix in 3.2.
vinay.sajip
- [Python-checkins] cpython (merge 3.2 -> default): Merged mentions of issues #11324 and #11858.
lukasz.langa
- [Python-checkins] cpython (merge 3.2 -> default): Merged minor cleanups from 3.2.
lukasz.langa
- [Python-checkins] cpython (merge 3.2 -> default): Merged solution for #11324 from 3.2.
lukasz.langa
- [Python-checkins] cpython (merge 3.2 -> default): Merged solution for #11858 from 3.2.
lukasz.langa
- [Python-checkins] cpython (merge 3.2 -> default): Merged styling updates for #11670 from 3.2.
lukasz.langa
- [Python-checkins] cpython (merge 3.2 -> default): Merged trailing whitespace fix.
lukasz.langa
- [Python-checkins] cpython (merge 3.2 -> default): Merged whitespace fix.
vinay.sajip
- [Python-checkins] cpython (merge 3.2 -> default): Minor text rearrangement.
raymond.hettinger
- [Python-checkins] cpython (merge 3.2 -> default): null merge
jesus.cea
- [Python-checkins] cpython (merge 3.2 -> default): null merge
jesus.cea
- [Python-checkins] cpython (merge 3.2 -> default): null merge
jesus.cea
- [Python-checkins] cpython (merge 3.2 -> default): null merge
jesus.cea
- [Python-checkins] cpython (merge 3.2 -> default): pybench prep_times calculation error (closes #11895)
jesus.cea
- [Python-checkins] cpython (merge 3.2 -> default): Refinement by Stefan Krah (see issue 11715, msg133194) to exit early if the
barry.warsaw
- [Python-checkins] cpython (merge 3.2 -> default): Remove unneeded backslashes
eric.araujo
- [Python-checkins] cpython (merge 3.2 -> default): Removed 'or long integer' from bin, oct, and hex docstrings.
alexander.belopolsky
- [Python-checkins] cpython (merge 3.2 -> default): Try to fix sporadic test_multiprocessing failure
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Try to fix sporadic failure in test_thread/test_threading
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Wrap the correct test with the skip decorator for the issue10761.
senthil.kumaran
- [Python-checkins] cpython (merge default -> default): Branch merge
eric.araujo
- [Python-checkins] cpython (merge default -> default): Branch merge
eric.araujo
- [Python-checkins] cpython (merge default -> default): heads merging
jesus.cea
- [Python-checkins] cpython (merge default -> default): Merge
steven.bethard
- [Python-checkins] cpython (merge default -> default): merge
raymond.hettinger
- [Python-checkins] cpython (merge default -> default): Merge
antoine.pitrou
- [Python-checkins] cpython (merge default -> default): merge from push conflict.
senthil.kumaran
- [Python-checkins] cpython (merge default -> default): merge heads
jesus.cea
- [Python-checkins] cpython (merge default -> default): merge the change update.
senthil.kumaran
- [Python-checkins] cpython (merge default -> default): Merge to tip.
brian.quinlan
- [Python-checkins] cpython: #11282: add back the fail* methods and assertDictContainsSubset.
ezio.melotti
- [Python-checkins] cpython: #11684: Complete parser bytes interface by adding BytesHeaderParser
r.david.murray
- [Python-checkins] cpython: #11731: simplify/enhance parser/generator API by introducing policy objects.
r.david.murray
- [Python-checkins] cpython: #1690608: make formataddr RFC2047 aware.
r.david.murray
- [Python-checkins] cpython: #2650: re.escape() no longer escapes the "_".
ezio.melotti
- [Python-checkins] cpython: Add another example for accumulate().
raymond.hettinger
- [Python-checkins] cpython: Add Misc/NEWS "What's New" entry for subprocess timeouts.
reid.kleckner
- [Python-checkins] cpython: Add Misc/NEWS entry for changeset 0010cc5f22d4.
nadeem.vawda
- [Python-checkins] cpython: Add new email.policy document to the toctree and fix markup glitch.
georg.brandl
- [Python-checkins] cpython: Add versionchanged for a364719e400a (#11591)
eric.araujo
- [Python-checkins] cpython: Add versionchanged for c19752ea037f (#10998)
eric.araujo
- [Python-checkins] cpython: Add x64-temp to ignore, prepend a forward slash to "build/" to include
brian.curtin
- [Python-checkins] cpython: Added 'handlers' argument to logging.basicConfig.
vinay.sajip
- [Python-checkins] cpython: Attempt fix of #11557 by changing setup/teardown logic.
vinay.sajip
- [Python-checkins] cpython: Attempt fix of #11557 by changing teardown logic.
vinay.sajip
- [Python-checkins] cpython: Attempt fix of #11557 by refining setup/teardown logic.
vinay.sajip
- [Python-checkins] cpython: Attempt fix of #11557 by refining test logic.
vinay.sajip
- [Python-checkins] cpython: Cleanup and modernize code prior to working on Issue 11747.
raymond.hettinger
- [Python-checkins] cpython: Close #11619: write_compiled_module() doesn't encode the filename
victor.stinner
- [Python-checkins] cpython: Consistency fix: "command line" is the noun, "command-line" the adjective.
georg.brandl
- [Python-checkins] cpython: Disabled test failing on buildbots.
vinay.sajip
- [Python-checkins] cpython: faulthandler: check PyThreadState_Get() result in dump_tracebacks_later()
victor.stinner
- [Python-checkins] cpython: faulthandler: don't use sigprocmask()
victor.stinner
- [Python-checkins] cpython: faulthandler: dump_tracebacks_later() displays also the timeout
victor.stinner
- [Python-checkins] cpython: faulthandler: fix compilating without threads
victor.stinner
- [Python-checkins] cpython: faulthandler: fix unregister() if it is called before register()
victor.stinner
- [Python-checkins] cpython: faulthandler: fix variable name, timeout_ms => timeout_us
victor.stinner
- [Python-checkins] cpython: faulthandler: one more time, fix usage of locks in the watchdog thread
victor.stinner
- [Python-checkins] cpython: faulthandler: we don't use (or need) SA_SIGINFO flag of sigaction()
victor.stinner
- [Python-checkins] cpython: Fix #11825: disable regrtest timeout if Python doesn't support threads
victor.stinner
- [Python-checkins] cpython: Fix 64-bit safety issue in BZ2Compressor and BZ2Decompressor.
nadeem.vawda
- [Python-checkins] cpython: Fix compilation of _testembed.c without threads
victor.stinner
- [Python-checkins] cpython: Fix duplicate "is".
georg.brandl
- [Python-checkins] cpython: Fix faulthandler timeout to avoid breaking buildbots
antoine.pitrou
- [Python-checkins] cpython: Fix indentation.
georg.brandl
- [Python-checkins] cpython: Fix markup.
georg.brandl
- [Python-checkins] cpython: Fix markup.
raymond.hettinger
- [Python-checkins] cpython: Fix nit (make spelling consistent in prototype)
raymond.hettinger
- [Python-checkins] cpython: Fix test.
ezio.melotti
- [Python-checkins] cpython: Fix TraceCallbackTests to not use bound parameters (followup to issue #11688)
antoine.pitrou
- [Python-checkins] cpython: Fix whitespace
antoine.pitrou
- [Python-checkins] cpython: Fix whitespace
antoine.pitrou
- [Python-checkins] cpython: Fixed bug in test_logging.
vinay.sajip
- [Python-checkins] cpython: glossary entry for struct sequence
benjamin.peterson
- [Python-checkins] cpython: I think this should be "versionchanged", not "versionadded"
antoine.pitrou
- [Python-checkins] cpython: Ignore AMD64 build files under Windows
antoine.pitrou
- [Python-checkins] cpython: Ignore build/ and Doc/build
antoine.pitrou
- [Python-checkins] cpython: Ignore other MSVC by-products
antoine.pitrou
- [Python-checkins] cpython: Implement #11832. Add an option to start regrtest and wait for input
brian.curtin
- [Python-checkins] cpython: implement tp_clear
benjamin.peterson
- [Python-checkins] cpython: Improve faulthandler.enable(all_threads=True)
victor.stinner
- [Python-checkins] cpython: Improve error message in test
antoine.pitrou
- [Python-checkins] cpython: Improved test coverage.
vinay.sajip
- [Python-checkins] cpython: Improved test_logging coverage.
vinay.sajip
- [Python-checkins] cpython: Issue #10785: Store the filename as Unicode in the Python parser.
victor.stinner
- [Python-checkins] cpython: Issue #10791: Implement missing method GzipFile.read1(), allowing GzipFile
antoine.pitrou
- [Python-checkins] cpython: Issue #10914: Initialize correctly the filesystem codec when creating a new
victor.stinner
- [Python-checkins] cpython: Issue #10914: Py_NewInterpreter() uses PyErr_PrintEx(0)
victor.stinner
- [Python-checkins] cpython: Issue #11005, issue #11915: fix issue number of commit 2c0da1c4f063.
victor.stinner
- [Python-checkins] cpython: Issue #11186: pydoc ignores a module if its name contains a surrogate character
victor.stinner
- [Python-checkins] cpython: Issue #11223: Add threading._info() function providing informations about the
victor.stinner
- [Python-checkins] cpython: Issue #11223: Add threading._info() function providing informations about the
Terry Reedy
- [Python-checkins] cpython: Issue #11223: fix compiler warnings
victor.stinner
- [Python-checkins] cpython: Issue #11223: fix test_dummy_threading, add _dummy_thread.info()
victor.stinner
- [Python-checkins] cpython: Issue #11223: Replace threading._info() by sys.thread_info
victor.stinner
- [Python-checkins] cpython: Issue #11258: Speed up ctypes.util.find_library() under Linux by a factor
antoine.pitrou
- [Python-checkins] cpython: Issue #11382: Trivial system calls, such as dup() or pipe(), needn't
antoine.pitrou
- [Python-checkins] cpython: Issue #11393: _Py_DumpTraceback() writes the header even if there is no frame
victor.stinner
- [Python-checkins] cpython: Issue #11393: fault handler uses raise(signum) for SIGILL on Windows
victor.stinner
- [Python-checkins] cpython: Issue #11393: Fix faulthandler.disable() and add a test
victor.stinner
- [Python-checkins] cpython: Issue #11393: Fix faulthandler_thread(): release cancel lock before join lock
victor.stinner
- [Python-checkins] cpython: Issue #11393: fix usage of locks in faulthandler
victor.stinner
- [Python-checkins] cpython: Issue #11393: New try to fix faulthandler_thread()
victor.stinner
- [Python-checkins] cpython: Issue #11393: signal of user signal displays tracebacks even if tstate==NULL
victor.stinner
- [Python-checkins] cpython: Issue #11393: The fault handler handles also SIGABRT
victor.stinner
- [Python-checkins] cpython: Issue #11619: _PyImport_LoadDynamicModule() doesn't encode the path to bytes
victor.stinner
- [Python-checkins] cpython: Issue #11688: Add sqlite3.Connection.set_trace_callback(). Patch by Torsten
antoine.pitrou
- [Python-checkins] cpython: Issue #11707: Fast C version of functools.cmp_to_key()
raymond.hettinger
- [Python-checkins] cpython: Issue #11707: Fix compilation errors with Visual Studio
victor.stinner
- [Python-checkins] cpython: Issue #11727, issue #11753, issue #11755: disable regrtest timeout
victor.stinner
- [Python-checkins] cpython: Issue #11727: set regrtest default timeout to 15 minutes
victor.stinner
- [Python-checkins] cpython: Issue #11727: set regrtest default timeout to 30 minutes
victor.stinner
- [Python-checkins] cpython: Issue #11748: try to fix sporadic failures in test_ftplib
antoine.pitrou
- [Python-checkins] cpython: Issue #11753: faulthandler thread uses pthread_sigmask()
victor.stinner
- [Python-checkins] cpython: Issue #11757: select.select() now raises ValueError when a negative timeout
antoine.pitrou
- [Python-checkins] cpython: Issue #11757: subprocess ensures that select() and poll() timeout >= 0
victor.stinner
- [Python-checkins] cpython: Issue #11765: don't test time.sleep() in test_faulthandler
victor.stinner
- [Python-checkins] cpython: Issue #11768: add debug messages in test_threadsignals.test_signals
victor.stinner
- [Python-checkins] cpython: Issue #11777: Executor.map does not submit futures until iter.next() is called
brian.quinlan
- [Python-checkins] cpython: Issue #11811: ssl.get_server_certificate() is now IPv6-compatible. Patch
antoine.pitrou
- [Python-checkins] cpython: Issue #11811: Factor out detection of IPv6 support on the current host
antoine.pitrou
- [Python-checkins] cpython: Issue #11815: Use a light-weight SimpleQueue for the result queue in
antoine.pitrou
- [Python-checkins] cpython: Issue #11856: Speed up parsing of JSON numbers.
antoine.pitrou
- [Python-checkins] cpython: Issue #11915: threading.RLock()._release_save() raises a RuntimeError if the
victor.stinner
- [Python-checkins] cpython: Issue #11918: OS/2 and VMS are no more supported because of the lack of
victor.stinner
- [Python-checkins] cpython: Issue #2736: Documented how to compute seconds since epoch.
alexander.belopolsky
- [Python-checkins] cpython: Issue #5863: Rewrite BZ2File in pure Python, and allow it to accept
antoine.pitrou
- [Python-checkins] cpython: Issue #8407, issue #11859: Add signal.pthread_sigmask() function to fetch
victor.stinner
- [Python-checkins] cpython: Issue #9319: Include the filename in "Non-UTF8 code ..." syntax error.
victor.stinner
- [Python-checkins] cpython: Issue #9904: fix and clarify some comments + fix indentation in symtable code
eli.bendersky
- [Python-checkins] cpython: Issue 11718: Teach IDLE's open module dialog to find packages.
raymond.hettinger
- [Python-checkins] cpython: Issue 11747: Fix output format for context diffs.
raymond.hettinger
- [Python-checkins] cpython: Markup and text fixes from Georg Brandl's review.
r.david.murray
- [Python-checkins] cpython: Minor clean-ups to docstrings, comments, and var names.
raymond.hettinger
- [Python-checkins] cpython: More test_logging coverage improvements.
vinay.sajip
- [Python-checkins] cpython: os.sendfile(): on Linux if offset parameter is passed as NULL we were
giampaolo.rodola
- [Python-checkins] cpython: PyGILState_Ensure(), PyGILState_Release(), PyGILState_GetThisThreadState() are
victor.stinner
- [Python-checkins] cpython: Re-enabled time test in test_logging.
vinay.sajip
- [Python-checkins] cpython: Reenable regrtest.py timeout (30 min): #11738 and #11753 looks to be fixed
victor.stinner
- [Python-checkins] cpython: Refined time test in test_logging.
vinay.sajip
- [Python-checkins] cpython: Refined time test in test_logging.
Éric Araujo
- [Python-checkins] cpython: Remove dead code in gzip.
nadeem.vawda
- [Python-checkins] cpython: Remove unused method from internal class.
r.david.murray
- [Python-checkins] cpython: Remove unused private function
antoine.pitrou
- [Python-checkins] cpython: Replace constant tuple with constant set.
raymond.hettinger
- [Python-checkins] cpython: Revert bb62908896fe, but keep the test
jesus.cea
- [Python-checkins] cpython: Rework multiset methods to use less memory and to make fewer calls to __hash__.
raymond.hettinger
- [Python-checkins] cpython: say struct sequence rather than structseq and link to glossary
benjamin.peterson
- [Python-checkins] cpython: Simplify _count_elements() in _collections
victor.stinner
- [Python-checkins] cpython: Small grammar fix.
georg.brandl
- [Python-checkins] cpython: test_faulthandler: fix regex on the check_dump_traceback_threads() traceback
victor.stinner
- [Python-checkins] cpython: test_faulthandler: improve the test on dump_tracebacks_later(cancel=True)
victor.stinner
- [Python-checkins] cpython: test_logging coverage improvements.
vinay.sajip
- [Python-checkins] cpython: test_logging coverage improvements.
vinay.sajip
- [Python-checkins] cpython: test_logging: handle syslogd connection failure.
vinay.sajip
- [Python-checkins] cpython: Tidied comments and docstrings.
vinay.sajip
- [Python-checkins] cpython: Update timeit to use the new string formatting syntax.
raymond.hettinger
- [Python-checkins] cpython: Updated usage of boolean values.
vinay.sajip
- [Python-checkins] cpython: Updated usage of boolean values.
vinay.sajip
- [Python-checkins] cpython: Use correct Unix socket for syslogd on OS X.
vinay.sajip
- [Python-checkins] cpython: Use stock assertEqual instead of custom ndiffAssertEqual.
r.david.murray
- [Python-checkins] cpython: whitespace fix
brian.curtin
- [Python-checkins] cpython: Whitespace normalized.
vinay.sajip
- [Python-checkins] cpython: Yet more test_logging coverage improvements.
vinay.sajip
- [Python-checkins] Daily reference leaks (020ebe0be33e): sum=-323
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (053bc5ca199b): sum=-56
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (053bc5ca199b): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (07149918bce1): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (10f547214895): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (2665a28643b8): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (2d0d0850335e): sum=-56
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (2d1d9759d3a4): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (3558eecd84f0): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (3eac8302a448): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (49dabc676801): sum=-56
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (5e87dd117f74): sum=-56
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (5ec2695c9c15): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (602d317d2257): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (618642ba7551): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (660a3345afa2): sum=-323
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (7563f10275a2): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (78a66c98288d): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (838e3b07a7f8): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (96e0e79d33de): sum=-323
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (996b9c9dc10a): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (b7456c1b4aa4): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (c33596e6f723): sum=-56
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (c33596e6f723): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (d14eac872a46): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (d3af2a2b621b): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (d492915cf76d): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (e4e92d68ba3a): sum=-56
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (fecf9e6d7630): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (fecf9e6d7630): sum=0
solipsis at pitrou.net
- [Python-checkins] devguide: Add myself to the Experts Index for bz2.
nadeem.vawda
- [Python-checkins] devguide: Add Nadeem.
georg.brandl
- [Python-checkins] devguide: Improve description of "svn-like" workflow. (Patch by Carl Meyer)
ned.deily
- [Python-checkins] devguide: pydotorg -> python-committers
antoine.pitrou
- [Python-checkins] devguide: Top level sections only in sidebar TOC on FAQ page.
r.david.murray
- [Python-checkins] devguide: Update address for sending SSH keys to.
georg.brandl
- [Python-checkins] hooks: from address is really always built from to address
philip.jenvey
- [Python-checkins] hooks: parameterize the allowed branches so the Jython repo can reuse this hook
philip.jenvey
- [Python-checkins] peps (merge default -> default): merge
barry.warsaw
- [Python-checkins] peps: Add PEP 207 guidance on rich comparisons to PEP 8.
raymond.hettinger
- [Python-checkins] peps: Added Post-History.
barry.warsaw
- [Python-checkins] peps: Draft of PEP 399: Pure Python/C Accelerator Module Compatibiilty Requirements
brett.cannon
- [Python-checkins] peps: Draft of PEP 399: Pure Python/C Accelerator Module Compatibiilty Requirements
Ezio Melotti
- [Python-checkins] peps: Drop the propcheck target as that was a svn-specific thing.
brett.cannon
- [Python-checkins] peps: Explicitly mention accelerator modules can be a subset of functionality.
brett.cannon
- [Python-checkins] peps: Fix a spelling mistake in the title of PEP 399
brett.cannon
- [Python-checkins] peps: Fix some spelling mistakes found by Ezio.
brett.cannon
- [Python-checkins] peps: Fix use of "either" and typo in "checking" (Jim Jewett)
antoine.pitrou
- [Python-checkins] peps: Give Deferred PEPs their own section in PEP 0
nick.coghlan
- [Python-checkins] peps: Mention that tests that cover C-specific issues are a good thing.
brett.cannon
- [Python-checkins] peps: Minor clarification
brett.cannon
- [Python-checkins] peps: PEP 396.
barry.warsaw
- [Python-checkins] peps: Unsupport OS/2 and VMS
victor.stinner
- [Python-checkins] peps: Update PEP 399 to include comments from python-dev.
brett.cannon
- [Python-checkins] peps: Updated given statement torture test to show why renaming strategies are flawed
nick.coghlan
- [Python-checkins] peps: Updates based on python-dev feedback.
barry.warsaw
- [Python-checkins] Python Regression Test Failures refleak (1)
Neal Norwitz
- [Python-checkins] Python Regression Test Failures refleak (1)
Neal Norwitz
- [Python-checkins] r88811 - tracker/instances/python-dev/html/issue.item.js
ezio.melotti
- [Python-checkins] r88812 - tracker/instances/python-dev/html/style.css
ezio.melotti
- [Python-checkins] r88813 - tracker/instances/python-dev/html/issue.item.html
ezio.melotti
- [Python-checkins] r88814 - tracker/instances/python-dev/detectors/textplain.py
martin.v.loewis
- [Python-checkins] r88815 - python/branches/release25-maint/Lib/SimpleHTTPServer.py
martin.v.loewis
- [Python-checkins] r88816 - python/branches/release25-maint/README
martin.v.loewis
- [Python-checkins] r88817 - python/branches/release25-maint/README
martin.v.loewis
- [Python-checkins] r88818 - python/branches/release25-maint/Python/sysmodule.c
martin.v.loewis
- [Python-checkins] r88819 - in python/branches/release25-maint/Lib: urllib.py urllib2.py
martin.v.loewis
- [Python-checkins] r88820 - in python/branches/release25-maint: Lib/urllib.py Lib/urllib2.py Misc/NEWS
martin.v.loewis
- [Python-checkins] r88821 - in python/branches/release25-maint/Lib: test/test_urllib.py test/test_urllib2.py urllib.py urllib2.py
martin.v.loewis
- [Python-checkins] r88822 - python/branches/release25-maint/Misc/NEWS
martin.v.loewis
- [Python-checkins] r88823 - python/branches/release25-maint/Misc/NEWS
martin.v.loewis
- [Python-checkins] r88824 - in python/branches/release25-maint: Include/patchlevel.h Lib/idlelib/NEWS.txt Lib/idlelib/idlever.py Misc/NEWS README
martin.v.loewis
- [Python-checkins] r88825 - sandbox/trunk/welease/welease.py
martin.v.loewis
- [Python-checkins] r88826 - python/tags/r256c1
martin.v.loewis
- [Python-checkins] r88827 - sandbox/trunk/welease/welease.py
martin.v.loewis
- [Python-checkins] r88828 - python/branches/release25-maint/Misc/NEWS
martin.v.loewis
Last message date:
Sat Apr 30 23:29:42 CEST 2011
Archived on: Sat Apr 30 23:29:47 CEST 2011
This archive was generated by
Pipermail 0.09 (Mailman edition).