November 2012 Archives by author
Starting: Thu Nov 1 00:03:33 CET 2012
Ending: Fri Nov 30 22:15:47 CET 2012
Messages: 602
- [Python-checkins] cpython (3.3): - Issue #16514: Fix regression causing a traceback when sys.path[0] is None
Brett Cannon
- [Python-checkins] cpython (3.3): Issue #15814: Use hash function that is compatible with the equality
Nick Coghlan
- [Python-checkins] peps: Revert PEP 430 to Final.
Chris Jerdonek
- [Python-checkins] peps: Revert PEP 430 to Final.
Chris Jerdonek
- [Python-checkins] devguide: Add instructions for handling merge conflicts during null merges.
Chris Jerdonek
- [Python-checkins] peps: Revert PEP 430 to Final.
Terry Reedy
- [Python-checkins] cpython (3.3): - Issue #16514: Fix regression causing a traceback when sys.path[0] is None
Terry Reedy
- [Python-checkins] cpython (3.3): - Issue #16514: Fix regression causing a traceback when sys.path[0] is None
Barry Warsaw
- [Python-checkins] cpython (3.2): Issue #16373: Prevent infinite recursion for ABC Set class operations.
andrew.svetlov
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge issue #16373: Prevent infinite recursion for ABC Set class operations.
andrew.svetlov
- [Python-checkins] cpython (merge 3.3 -> default): Merge issue #16373: Prevent infinite recursion for ABC Set class operations.
andrew.svetlov
- [Python-checkins] cpython (3.2): Change docstring for xdrlib.Error to use new style exceptions.
andrew.svetlov
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge: change docstring for xdrlib.Error to use new style exceptions.
andrew.svetlov
- [Python-checkins] cpython (merge 3.3 -> default): Merge: change docstring for xdrlib.Error to use new style exceptions.
andrew.svetlov
- [Python-checkins] cpython (3.3): Issue #16218: Support non ascii characters in python launcher.
andrew.svetlov
- [Python-checkins] cpython (merge 3.3 -> default): Merge issue #16218: Support non ascii characters in python launcher.
andrew.svetlov
- [Python-checkins] cpython (3.2): Issue #14893: Add function annotation example to function tutorial.
andrew.svetlov
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge issue #14893: Add function annotation example to function tutorial.
andrew.svetlov
- [Python-checkins] cpython (merge 3.3 -> default): Merge issue #14893: Add function annotation example to function tutorial.
andrew.svetlov
- [Python-checkins] cpython (2.7): Reword set docs to use *proper subset/superset* terminology.
andrew.svetlov
- [Python-checkins] cpython (3.2): Reword set docs to use *proper subset/superset* terminology.
andrew.svetlov
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge: Reword set docs to use *proper subset/superset* terminology.
andrew.svetlov
- [Python-checkins] cpython (merge 3.3 -> default): Merge: Reword set docs to use *proper subset/superset* terminology.
andrew.svetlov
- [Python-checkins] cpython (2.7): Issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu
andrew.svetlov
- [Python-checkins] cpython (3.2): Issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu
andrew.svetlov
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu
andrew.svetlov
- [Python-checkins] cpython (merge 3.3 -> default): Merge issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu
andrew.svetlov
- [Python-checkins] cpython: Issue #16261: fix bare excepts in Doc/
andrew.svetlov
- [Python-checkins] cpython: Issue #16218: Fix broken test for supporting nonascii characters in python
andrew.svetlov
- [Python-checkins] cpython: Issue #16309: Make PYTHONPATH= behavior the same as if PYTHONPATH not set at
andrew.svetlov
- [Python-checkins] cpython: Issue #16218: skip test if filesystem doesn't support required encoding
andrew.svetlov
- [Python-checkins] cpython: Issue #16284: Prevent keeping unnecessary references to worker functions in
andrew.svetlov
- [Python-checkins] cpython: Issue #7317: Display full tracebacks when an error occurs asynchronously.
andrew.svetlov
- [Python-checkins] cpython: Issue #16218: Fix test for issue again
andrew.svetlov
- [Python-checkins] cpython: Revome extra .py suffix
andrew.svetlov
- [Python-checkins] cpython: Issue #15641: Clean up deprecated classes from importlib
andrew.svetlov
- [Python-checkins] cpython (3.2): Issue #16435: Link in tutorial now points to python3 FAQ.
andrew.svetlov
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge issue #16435: Link in tutorial now points to python3 FAQ.
andrew.svetlov
- [Python-checkins] cpython (merge 3.3 -> default): Merge issue #16435: Link in tutorial now points to python3 FAQ.
andrew.svetlov
- [Python-checkins] cpython (3.2): Issue #16439: Fix markup in example for stdtypes.
andrew.svetlov
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge issue #16439: Fix markup in example for stdtypes.
andrew.svetlov
- [Python-checkins] cpython (merge 3.3 -> default): Merge issue #16439: Fix markup in example for stdtypes.
andrew.svetlov
- [Python-checkins] cpython (2.7): Issue #16439: Fix markup in example for stdtypes.
andrew.svetlov
- [Python-checkins] cpython (3.3): Issue #16144: Fix misleading sentence in reference/import.
andrew.svetlov
- [Python-checkins] cpython (merge 3.3 -> default): Merge issue #16144: Fix misleading sentence in reference/import.
andrew.svetlov
- [Python-checkins] cpython (merge default -> default): Merge heads
andrew.svetlov
- [Python-checkins] cpython (3.3): Fix typo in multiprocessing documentation, thanks to Dmitry Tolstoy from docs@
andrew.svetlov
- [Python-checkins] cpython (merge 3.3 -> default): Merge: fix typo in multiprocessing documentation, thanks to Dmitry Tolstoy from
andrew.svetlov
- [Python-checkins] cpython (3.3): Issue #16538: correctly describe MAKE_CLOSURE in docs.
andrew.svetlov
- [Python-checkins] cpython (merge 3.3 -> default): Merge issue #16538: correctly describe MAKE_CLOSURE in docs.
andrew.svetlov
- [Python-checkins] cpython: Issue #16464: reset Request's Content-Length header on .data change.
andrew.svetlov
- [Python-checkins] cpython (3.3): Issue #16323: Fix wrong C API documentation for locale encoding.
andrew.svetlov
- [Python-checkins] cpython (merge 3.3 -> default): Merge issue #16323: Fix wrong C API documentation for locale encoding.
andrew.svetlov
- [Python-checkins] cpython (3.2): Issue #11076: document the way to convert argparse.Namespace to a dict.
andrew.svetlov
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge issue #11076: document the way to convert argparse.Namespace to a dict.
andrew.svetlov
- [Python-checkins] cpython (merge 3.3 -> default): Merge issue #11076: document the way to convert argparse.Namespace to a dict.
andrew.svetlov
- [Python-checkins] cpython (3.2): Revert duplicate changes in argparse docs.
andrew.svetlov
- [Python-checkins] cpython (merge 3.2 -> 3.3): Revert duplicate changes in argparse docs.
andrew.svetlov
- [Python-checkins] cpython (merge 3.3 -> default): Revert duplicate changes in argparse docs.
andrew.svetlov
- [Python-checkins] cpython (3.2): Issue #16477: Close tarfile internal handlers in case of exception.
andrew.svetlov
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge issue #16477: Close tarfile internal handlers in case of exception.
andrew.svetlov
- [Python-checkins] cpython (merge 3.3 -> default): Merge issue #16477: Close tarfile internal handlers in case of exception.
andrew.svetlov
- [Python-checkins] cpython (2.7): Issue #16477: Close tarfile internal handlers in case of exception.
andrew.svetlov
- [Python-checkins] cpython (3.3): Remove redundant sentence from c-api docs (issue #16323)
andrew.svetlov
- [Python-checkins] cpython (merge 3.3 -> default): Merge: remove redundant sentence from c-api docs (issue #16323)
andrew.svetlov
- [Python-checkins] cpython (2.7): Issue #16194: document imp.load_dynamic problems
andrew.svetlov
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge heads
andrew.svetlov
- [Python-checkins] cpython (3.2): Issue #16228: Fix a crash in the json module where a list changes size while it
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #16228: Fix a crash in the json module where a list changes size while it
antoine.pitrou
- [Python-checkins] cpython (merge 3.3 -> default): Issue #16228: Fix a crash in the json module where a list changes size while it
antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #16228: Fix a crash in the json module where a list changes size while it
antoine.pitrou
- [Python-checkins] cpython (3.2): Issue #16230: Fix a crash in select.select() when one the lists changes size
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #16230: Fix a crash in select.select() when one the lists changes size
antoine.pitrou
- [Python-checkins] cpython (merge 3.3 -> default): Issue #16230: Fix a crash in select.select() when one the lists changes size
antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #16230: Fix a crash in select.select() when one the lists changes size
antoine.pitrou
- [Python-checkins] cpython: Issue #15837: add some tests for random.shuffle().
antoine.pitrou
- [Python-checkins] peps: Path.join() is now Path.joinpath()
antoine.pitrou
- [Python-checkins] peps: Replace subscription with slashing
antoine.pitrou
- [Python-checkins] cpython (3.2): Issue #16357: fix calling accept() on a SSLSocket created through
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #16357: fix calling accept() on a SSLSocket created through
antoine.pitrou
- [Python-checkins] cpython (merge 3.3 -> default): Issue #16357: fix calling accept() on a SSLSocket created through
antoine.pitrou
- [Python-checkins] cpython (3.2): Issue #16453: Fix equality testing of dead weakref objects.
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #16453: Fix equality testing of dead weakref objects.
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #16453: Fix equality testing of dead weakref objects.
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> 3.2): Merge heads
antoine.pitrou
- [Python-checkins] cpython (merge 3.3 -> 3.3): Merge heads
antoine.pitrou
- [Python-checkins] cpython (merge default -> default): Merge heads
antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #16453: Fix equality testing of dead weakref objects.
antoine.pitrou
- [Python-checkins] cpython (3.3): Add a test for hashing of unaligned memory buffers (from issue #16427).
antoine.pitrou
- [Python-checkins] cpython (merge 3.3 -> default): Add a test for hashing of unaligned memory buffers (from issue #16427).
antoine.pitrou
- [Python-checkins] cpython: Issue #12428: Add a pure Python implementation of functools.partial().
antoine.pitrou
- [Python-checkins] cpython: Fix whitespace.
antoine.pitrou
- [Python-checkins] cpython: Issue #14631: Add a new :class:`weakref.WeakMethod` to simulate weak references
antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #15379: Fix passing of non-BMP characters as integers for the charmap
antoine.pitrou
- [Python-checkins] cpython (3.3): Issue #16215: Fix potential double memory free in str.replace().
antoine.pitrou
- [Python-checkins] cpython (merge 3.3 -> default): Issue #16215: Fix potential double memory free in str.replace().
antoine.pitrou
- [Python-checkins] cpython (3.2): Issue #16408: Fix file descriptors not being closed in error conditions in the
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #16408: Fix file descriptors not being closed in error conditions in the
antoine.pitrou
- [Python-checkins] cpython (merge 3.3 -> default): Issue #16408: Fix file descriptors not being closed in error conditions in the
antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #16408: Fix file descriptors not being closed in error conditions in the
antoine.pitrou
- [Python-checkins] cpython (3.2): The poplib module provides two classes, not one.
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> 3.3): The poplib module provides two classes, not one.
antoine.pitrou
- [Python-checkins] cpython (merge 3.3 -> default): The poplib module provides two classes, not one.
antoine.pitrou
- [Python-checkins] cpython (2.7): The poplib module provides two classes, not one.
antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #1160: Fix compiling large regular expressions on UCS2 builds.
antoine.pitrou
- [Python-checkins] cpython (3.2): Issue #1160: Fix compiling large regular expressions on UCS2 builds.
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge test from issue #1160.
antoine.pitrou
- [Python-checkins] cpython (merge 3.3 -> default): Merge test from issue #1160.
antoine.pitrou
- [Python-checkins] cpython: Issue #4473: Ensure the socket is shutdown cleanly in POP3.close().
antoine.pitrou
- [Python-checkins] cpython: Issue #4473: Add a POP3.capa() method to query the capabilities advertised by
antoine.pitrou
- [Python-checkins] cpython: Issue #4473: Add a POP3.stls() to switch a clear-text POP3 session into an
antoine.pitrou
- [Python-checkins] benchmarks: Fix make_perf3.sh for new Mako
antoine.pitrou
- [Python-checkins] benchmarks: Add notes.
antoine.pitrou
- [Python-checkins] cpython: Issue #16423: urllib.request now has support for ``data:`` URLs.
antoine.pitrou
- [Python-checkins] cpython: Fix missing import (followup to #4473).
antoine.pitrou
- [Python-checkins] cpython (2.7): test_winsound should require the "audio" resource, as it does on 3.x.
antoine.pitrou
- [Python-checkins] cpython (3.2): Issue #12848: The pure Python pickle implementation now treats object lengths
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #12848: The pure Python pickle implementation now treats object lengths
antoine.pitrou
- [Python-checkins] cpython (merge 3.3 -> default): Issue #12848: The pure Python pickle implementation now treats object lengths
antoine.pitrou
- [Python-checkins] cpython (3.3): - Issue #16514: Fix regression causing a traceback when sys.path[0] is None
barry.warsaw
- [Python-checkins] cpython (merge 3.3 -> default): - Issue #16514: Fix regression causing a traceback when sys.path[0] is None
barry.warsaw
- [Python-checkins] cpython (3.3): Do a better job of ensuring test reproducibility and clean up.
barry.warsaw
- [Python-checkins] cpython (3.3): Do a better job of preserving the state of sys.modules.
barry.warsaw
- [Python-checkins] cpython (merge 3.3 -> default): Do a better job of preserving the state of sys.modules.
barry.warsaw
- [Python-checkins] cpython (merge 3.3 -> 3.3): null merge
barry.warsaw
- [Python-checkins] cpython (merge 3.3 -> default): null merge
barry.warsaw
- [Python-checkins] cpython (3.3): check return value of _PyUnicode_AsString
benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3
benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> 3.3): merge heads
benjamin.peterson
- [Python-checkins] cpython (merge default -> default): merge heads
benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3
benjamin.peterson
- [Python-checkins] cpython: point errors related to nonlocals and globals to the statement declaring them
benjamin.peterson
- [Python-checkins] cpython (merge default -> default): merge heads
benjamin.peterson
- [Python-checkins] cpython (3.3): missing letter
benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3
benjamin.peterson
- [Python-checkins] cpython (3.3): recompile importlib.h
benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3 (sort of)
benjamin.peterson
- [Python-checkins] cpython (merge default -> default): merge heads
benjamin.peterson
- [Python-checkins] cpython: remove unused flag (closes #16505)
benjamin.peterson
- [Python-checkins] cpython (3.2): enumerate only requires an iterable (closes #16573)
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> 3.3): merge 3.2 (#16573)
benjamin.peterson
- [Python-checkins] cpython (2.7): enumerate only requires an iterable (closes #16573)
benjamin.peterson
- [Python-checkins] cpython (3.2): add changelog
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> 3.3): merge 3.2
benjamin.peterson
- [Python-checkins] cpython (2.7): add changelog
benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3 (#16573)
benjamin.peterson
- [Python-checkins] cpython (2.7): Remove redundant check for symlink. (closes #6036)
benjamin.peterson
- [Python-checkins] cpython (2.7): fix spelling
benjamin.peterson
- [Python-checkins] cpython (2.7): Add Bruno Dupuis
benjamin.peterson
- [Python-checkins] cpython: Add Bruno Dupuis
benjamin.peterson
- [Python-checkins] benchmarks: Block the use of markupsafe in the Mako benchmarks to keep them
brett.cannon
- [Python-checkins] benchmarks: Update mako_v2 to use Mako 0.7.3.
brett.cannon
- [Python-checkins] devguide: Update instructions on using coverage.py to create coverage results to
brett.cannon
- [Python-checkins] devguide: Give instructions on how to get the most complete code coverage
brett.cannon
- [Python-checkins] cpython: Use importlib instead of calling __import__ directly.
brett.cannon
- [Python-checkins] cpython: Clean up test_sundry and have it error out when a module has grown
brett.cannon
- [Python-checkins] cpython: Clean up the messages used by some tests.
brett.cannon
- [Python-checkins] cpython (merge default -> default): merge
brett.cannon
- [Python-checkins] cpython: Fix a typo
brett.cannon
- [Python-checkins] devinabox: Run coverage.py with fullcoverage, along the way refactoring the code.
brett.cannon
- [Python-checkins] devinabox: Tweak how some stuff is calculated and remove some debugging stuff.
brett.cannon
- [Python-checkins] devinabox: Clean up module docstring.
brett.cannon
- [Python-checkins] devguide: Tweak coverage report command.
brett.cannon
- [Python-checkins] devguide: Drop a blank line.
brett.cannon
- [Python-checkins] devinabox: Minor comments.
brett.cannon
- [Python-checkins] devinabox: Couple of things:
brett.cannon
- [Python-checkins] cpython: Remove the Vim syntax files.
brett.cannon
- [Python-checkins] cpython: Remove the TextMate bundle.
brett.cannon
- [Python-checkins] cpython (merge default -> default): merge
brett.cannon
- [Python-checkins] cpython: Add NEWS entries for the removal of Misc/Vim and Misc/TextMate.
brett.cannon
- [Python-checkins] cpython: Issue #15894: Document why we don't worry about re-acquiring the
brett.cannon
- [Python-checkins] cpython (3.3): Issue #16489: Make it clearer that importlib.find_loader() requires
brett.cannon
- [Python-checkins] cpython (merge 3.3 -> default): Merge fix for #16489 from 3.3
brett.cannon
- [Python-checkins] peps: Mark PEP 3108 as final.
brett.cannon
- [Python-checkins] cpython: Issue #10966: Remove the concept of unexpected skipped tests.
brett.cannon
- [Python-checkins] cpython: Issue #15627: Add the compile_source() method to
brett.cannon
- [Python-checkins] cpython: Regen importlib.h
brett.cannon
- [Python-checkins] devguide: Clarify the behavior of the "builtin" index directive entry type.
chris.jerdonek
- [Python-checkins] cpython (3.2): Link to mapping glossary entry in "Mapping Types - dict" and os.environ docs.
chris.jerdonek
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge from 3.2: link to mapping glossary entry in docs.
chris.jerdonek
- [Python-checkins] cpython (merge 3.3 -> default): Merge from 3.3: link to mapping glossary entry in docs.
chris.jerdonek
- [Python-checkins] cpython (2.7): Backport from 3.2: link to mapping glossary entry in docs.
chris.jerdonek
- [Python-checkins] cpython (3.2): Improve FAQ link in documentation (for issue #16435).
chris.jerdonek
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge from 3.2: improve FAQ link in documentation (for issue #16435).
chris.jerdonek
- [Python-checkins] cpython (merge 3.3 -> default): Merge from 3.3: improve FAQ link in documentation (for issue #16435).
chris.jerdonek
- [Python-checkins] cpython (2.7): Backport from 3.2: improve FAQ link in documentation (for issue #16435).
chris.jerdonek
- [Python-checkins] cpython (3.2): Link set and frozenset function docs to their class definitions (issue #16436).
chris.jerdonek
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge from 3.2: adjust set and frozenset function docs (issue #16436).
chris.jerdonek
- [Python-checkins] cpython (merge 3.3 -> default): Merge from 3.3: adjust set and frozenset function docs (issue #16436).
chris.jerdonek
- [Python-checkins] cpython (2.7): Backport from 3.2: adjust set and frozenset function docs (issue #16436).
chris.jerdonek
- [Python-checkins] cpython (2.7): Link to "XRange Type" section in xrange() built-in function documentation.
chris.jerdonek
- [Python-checkins] cpython (3.2): Update the description of which package versions PyPI displays (issue #16400).
chris.jerdonek
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge from 3.2: update the PyPI docs regarding listing versions (issue #16400).
chris.jerdonek
- [Python-checkins] cpython (merge 3.3 -> default): Merge from 3.3: update the PyPI docs regarding listing versions (issue #16400).
chris.jerdonek
- [Python-checkins] cpython (2.7): Backport from 3.2: update PyPI docs regarding listing versions (issue #16400).
chris.jerdonek
- [Python-checkins] devguide: Provide more clarification on running tests from the command-line.
chris.jerdonek
- [Python-checkins] devguide: Link to "checkout" in Quick Start and link "set up" to "setup".
chris.jerdonek
- [Python-checkins] devguide: Add a brief introduction.
chris.jerdonek
- [Python-checkins] devguide: Fix typo in section about helping with the devguide.
chris.jerdonek
- [Python-checkins] devguide: Unhide and move table of contents to bottom of home page (issue #16506).
chris.jerdonek
- [Python-checkins] devguide: Make spacing between sections consistent on home page.
chris.jerdonek
- [Python-checkins] cpython (3.2): Improve str() and object.__str__() documentation (issue #13538).
chris.jerdonek
- [Python-checkins] cpython (merge 3.2 -> 3.3): Null merge from 3.2 (issue #13538).
chris.jerdonek
- [Python-checkins] cpython (3.3): Improve str() and object.__str__() documentation (issue #13538).
chris.jerdonek
- [Python-checkins] cpython (merge 3.3 -> default): Merge from 3.3: Improve str() and object.__str__() docs (issue #13538).
chris.jerdonek
- [Python-checkins] cpython (3.2): Fix label in docs (from issue #13538).
chris.jerdonek
- [Python-checkins] cpython (merge 3.2 -> 3.3): Null merge from 3.2.
chris.jerdonek
- [Python-checkins] cpython (merge 3.3 -> default): Null merge from 3.3.
chris.jerdonek
- [Python-checkins] devguide: Add instructions for handling merge conflicts during null merges.
chris.jerdonek
- [Python-checkins] devguide: Clarify that only the latest maintenance branches are rebuilt (issue #16528).
chris.jerdonek
- [Python-checkins] cpython (2.7): Add hyperlinks to the docs of some os.path functions (issue #16552).
chris.jerdonek
- [Python-checkins] cpython (3.2): Add hyperlinks to the docs of some os.path functions (issue #16552).
chris.jerdonek
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge from 3.2: add hyperlinks to some os.path function docs (issue #16552).
chris.jerdonek
- [Python-checkins] cpython (merge 3.3 -> default): Merge from 3.3: add hyperlinks to some os.path function docs (issue #16552).
chris.jerdonek
- [Python-checkins] cpython (3.3): Add a str class entry to the "Text Sequence Type" section (issue #16209).
chris.jerdonek
- [Python-checkins] cpython (merge 3.3 -> default): Merge from 3.3: Add a str class entry to the string section (issue #16209).
chris.jerdonek
- [Python-checkins] cpython (3.2): Improve argument/parameter documentation (issue #15990).
chris.jerdonek
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge from 3.2: improve argument/parameter documentation (issue #15990).
chris.jerdonek
- [Python-checkins] cpython (merge 3.3 -> default): Merge from 3.3: improve argument/parameter documentation (issue #15990).
chris.jerdonek
- [Python-checkins] cpython (merge 3.3 -> 3.3): Merge heads.
chris.jerdonek
- [Python-checkins] cpython (merge default -> default): Merge heads.
chris.jerdonek
- [Python-checkins] cpython (merge 3.3 -> default): Null merge from 3.3.
chris.jerdonek
- [Python-checkins] devguide: Add additional links regarding the PEP process.
chris.jerdonek
- [Python-checkins] devguide: Use PEP role for PEP link.
chris.jerdonek
- [Python-checkins] cpython (2.7): Backport from 3.2: improve argument/parameter documentation (issue #15990).
chris.jerdonek
- [Python-checkins] cpython (2.7): Bug #16441: avoid excessive memory usage working with large gzip files
chris.withers
- [Python-checkins] cpython (3.2): Fix compilation on Windows
christian.heimes
- [Python-checkins] cpython (merge 3.2 -> 3.3): Fix compilation on Windows
christian.heimes
- [Python-checkins] cpython (merge 3.3 -> default): Fix compilation on Windows
christian.heimes
- [Python-checkins] cpython (2.7): Fix compilation on Windows
christian.heimes
- [Python-checkins] cpython: RISCOS support has been removed a long time ago. Remove last remains in
christian.heimes
- [Python-checkins] cpython: Remove sys.platform == 'riscos' checks from some Python and test files. #16501
christian.heimes
- [Python-checkins] peps: PEP-376: remove hexdigest from RECORD
daniel.holth
- [Python-checkins] peps: PEP-0426: reword Project-URL
daniel.holth
- [Python-checkins] peps: spelling
daniel.holth
- [Python-checkins] peps: spelling
daniel.holth
- [Python-checkins] peps: PEP 427: remove signing algorithms
daniel.holth
- [Python-checkins] peps: keys are case-insenstive
daniel.holth
- [Python-checkins] cpython (3.3): Add examples for opener argument of open (#13424).
eric.araujo
- [Python-checkins] cpython (merge 3.3 -> default): Merge 3.3
eric.araujo
- [Python-checkins] cpython (merge 3.3 -> 3.3): Branch merge
eric.araujo
- [Python-checkins] cpython (merge default -> default): Branch merge
eric.araujo
- [Python-checkins] cpython (merge 3.3 -> default): Branch merge
eric.araujo
- [Python-checkins] cpython (3.3): Avoid fd leak in example. Caught by Serhiy.
eric.araujo
- [Python-checkins] cpython (merge 3.3 -> default): Merge 3.3
eric.araujo
- [Python-checkins] cpython (3.3): Address reviews for open’s opener argument doc patch (#13424).
eric.araujo
- [Python-checkins] cpython (merge 3.3 -> default): Merge #13424 followup from 3.3
eric.araujo
- [Python-checkins] cpython (2.7): #16152: fix tokenize to ignore whitespace at the end of the code when no
ezio.melotti
- [Python-checkins] cpython (3.2): #16152: fix tokenize to ignore whitespace at the end of the code when no
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> 3.3): #16152: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #16152: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (2.7): Remove trailing whitespace.
ezio.melotti
- [Python-checkins] cpython (2.7): #4711: break long words in the docs sidebar to avoid overflow.
ezio.melotti
- [Python-checkins] cpython (3.2): #4711: break long words in the docs sidebar to avoid overflow.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> 3.3): #4711: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #4711: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (2.7): #12759: sre_parse now raises a proper error when the name of the group is
ezio.melotti
- [Python-checkins] cpython (3.2): #12759: sre_parse now raises a proper error when the name of the group is
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> 3.3): #12759: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #12759: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (2.7): #8401: assigning an int to a bytearray slice (e.g. b[3:4] = 5) now raises an
ezio.melotti
- [Python-checkins] cpython (merge 2.7 -> 2.7): Merge heads.
ezio.melotti
- [Python-checkins] cpython (3.2): #8401: assigning an int to a bytearray slice (e.g. b[3:4] = 5) now raises an
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> 3.3): #8401: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #8401: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (2.7): Fix a couple typos in Misc/NEWS.
ezio.melotti
- [Python-checkins] cpython (3.2): Fix a couple typos in Misc/NEWS.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge typo fixes with 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): Merge typo fixes (and the fix for #8401 that I wrongly merged) with 3.3.
ezio.melotti
- [Python-checkins] cpython (3.2): #16336: fix input checking in the surrogatepass error handler. Patch by Serhiy
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> 3.3): #16336: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #16336: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (2.7): #16304: clarify match objects docs. Initial patch by Jan Duzinkiewicz.
ezio.melotti
- [Python-checkins] cpython (3.2): #16304: clarify match objects docs. Initial patch by Jan Duzinkiewicz.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> 3.3): #16304: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #16304: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (3.3): #8271: the utf-8 decoder now outputs the correct number of U+FFFD characters
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #8271: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (2.7): #5057: the peepholer no longer optimizes subscription on unicode literals (e.g.
ezio.melotti
- [Python-checkins] cpython (3.2): #5057: the peepholer no longer optimizes subscription on unicode literals (e.g.
ezio.melotti
- [Python-checkins] cpython (2.7): Fix typo.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> 3.3): #5057: null merge with 3.2 (only add tests).
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #5057: null merge with 3.3 (only add tests).
ezio.melotti
- [Python-checkins] cpython (3.3): Fix typo noticed by Tom Lynn.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): Merge typo fix.
ezio.melotti
- [Python-checkins] cpython (2.7): #10385: use the mod role in subprocess docs.
ezio.melotti
- [Python-checkins] cpython (3.2): #10385: use the mod role in subprocess docs.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> 3.3): #10385: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #10385: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> 3.2): Merge heads.
ezio.melotti
- [Python-checkins] cpython (2.7): #11481: update copy_reg docs and add example.
ezio.melotti
- [Python-checkins] cpython (2.7): #11481: fix markup.
ezio.melotti
- [Python-checkins] cpython (3.2): #11481: update copyreg docs and add example.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> 3.3): #11481: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #11481: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (2.7): #16433: fix docstring of assertNotEqual.
ezio.melotti
- [Python-checkins] cpython (3.2): #16433: fix docstring of assertNotEqual.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> 3.3): #16433: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #16433: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (2.7): #16440: fix exception type and clarify example.
ezio.melotti
- [Python-checkins] cpython (3.2): #16440: fix exception type and clarify example.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> 3.3): #16440: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #16440: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (2.7): #13301: use ast.literal_eval() instead of eval() in Tools/i18n/msgfmt.py.
ezio.melotti
- [Python-checkins] cpython (3.2): #13301: use ast.literal_eval() instead of eval() in Tools/i18n/msgfmt.py.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> 3.3): #13301: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #13301: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (3.2): #16478: use floor division in tabnanny and fix a ResourceWarning. Patch by
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> 3.3): #16478: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #16478: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (2.7): #16470: mention set and dict comprehension in the tutorial. Patch by Yongzhi
ezio.melotti
- [Python-checkins] cpython (3.2): Rephrase a sentence in the set and dict comprehensions tutorial page.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge rephrasing with 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): Merge rephrasing with 3.3.
ezio.melotti
- [Python-checkins] cpython (2.7): Update section about dir() in the tutorial.
ezio.melotti
- [Python-checkins] cpython (3.2): Update section about dir() in the tutorial.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): Merge updates about dir() with 3.3.
ezio.melotti
- [Python-checkins] cpython (2.7): #16420: document a way to escape metacharacters in glob/fnmatch.
ezio.melotti
- [Python-checkins] cpython (3.2): #16420: document a way to escape metacharacters in glob/fnmatch.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> 3.3): #16420: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #16420: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython: #11981: remove duplicate line. Patch by Johan Euphrosine.
ezio.melotti
- [Python-checkins] cpython (3.3): #16157: fix links in the whatsnew files.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #16157: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (2.7): #16053: document csv.Dialect.strict. Patch by Kushal Das.
ezio.melotti
- [Python-checkins] cpython (3.2): #16053: document csv.Dialect.strict. Patch by Kushal Das.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> 3.3): #16053: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #16053: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (2.7): #14313: zipfile now raises NotImplementedError when the compression type is
ezio.melotti
- [Python-checkins] cpython (3.2): #14313: zipfile now raises NotImplementedError when the compression type is
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> 3.3): #14313: null merge.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #14313: null merge.
ezio.melotti
- [Python-checkins] cpython (2.7): #16306: Fix multiple error messages when unknown command line parameters where
ezio.melotti
- [Python-checkins] cpython (3.2): #16306: Fix multiple error messages when unknown command line parameters where
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> 3.3): #16306: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #16306: merge with 3.3.
ezio.melotti
- [Python-checkins] peps: #16502: fix markup. Patch by Serhiy Storchaka.
ezio.melotti
- [Python-checkins] cpython (2.7): #16503: clarify "apply" docs.
ezio.melotti
- [Python-checkins] cpython (2.7): #7782: add a test for test_iter.
ezio.melotti
- [Python-checkins] cpython (3.2): #7782: add a test for test_iter.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> 3.3): #7782: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython: #7782: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (3.2): Remove unused variabile "plain" in builtin_exec.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> 3.3): Null merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): Null merge with 3.3.
ezio.melotti
- [Python-checkins] cpython: #16309: avoid using deprecated method and turn docstring in a comment.
ezio.melotti
- [Python-checkins] cpython (2.7): #16306: report only the first unknown option and add more tests. Patch by
ezio.melotti
- [Python-checkins] cpython (3.2): #16306: report only the first unknown option and add more tests. Patch by
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> 3.3): #16306: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #16306: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (2.7): #16530: the "options" arg of os.wait3 is required.
ezio.melotti
- [Python-checkins] cpython (3.2): #16530: the "options" arg of os.wait3 is required.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> 3.3): #16530: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #16530: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (3.2): Remove debug print.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge debug print removal with 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): Merge debug print removal with 3.3.
ezio.melotti
- [Python-checkins] cpython (2.7): #16559: Add more tests for the json module. Patch by Serhiy Storchaka.
ezio.melotti
- [Python-checkins] cpython (3.2): #16559: Add more tests for the json module. Patch by Serhiy Storchaka.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> 3.3): #16559: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #16559: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (2.7): #16556: Fix inconsistency between kwds and kwargs. Patch by Taavi Burns.
ezio.melotti
- [Python-checkins] cpython (3.2): #16556: Fix inconsistency between kwds and kwargs. Patch by Taavi Burns.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> 3.3): #16556: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #16556: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (2.7): #16333: document a way to get rid of trailing whitespace when indent is used.
ezio.melotti
- [Python-checkins] cpython (3.2): #16333: document a way to get rid of trailing whitespace when indent is used.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> 3.3): #16333: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #16333: null merge with 3.3.
ezio.melotti
- [Python-checkins] cpython: #16333: use (",", ": ") as default separator when indent is specified to avoid
ezio.melotti
- [Python-checkins] cpython: #16333: fix example in docstring.
ezio.melotti
- [Python-checkins] cpython (2.7): #16549: Add tests for json.tools. Initial patch by Berker Peksag and Serhiy
ezio.melotti
- [Python-checkins] cpython (3.2): #16549: Make json.tool work again on Python 3 and add tests. Initial patch by
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> 3.3): #16549: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #16549: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (2.7): #16476: Fix json.tool to avoid including trailing whitespace.
ezio.melotti
- [Python-checkins] cpython (3.2): #16476: Fix json.tool to avoid including trailing whitespace.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> 3.3): #16476: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #16476: null merge with 3.3.
ezio.melotti
- [Python-checkins] cpython: #16333: add Misc/NEWS entry for e63ac05ccfa8.
ezio.melotti
- [Python-checkins] cpython (2.7): #16549: fix test failures on Windows.
ezio.melotti
- [Python-checkins] cpython (3.2): #16549: fix test failures on Windows.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> 3.3): #16549: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #16549: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (3.2): Grammar touchup.
georg.brandl
- [Python-checkins] cpython (merge 3.2 -> 3.3): merge with 3.2
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
georg.brandl
- [Python-checkins] cpython (2.7): Grammar touchup.
georg.brandl
- [Python-checkins] peps: Fixes #14215: copy magic yaml file to get a nice <title> for
georg.brandl
- [Python-checkins] cpython (2.7): Use 2.x "print" syntax for this example.
georg.brandl
- [Python-checkins] cpython (2.7): Remove versionadded from the tutorial, at a location where it produces more
georg.brandl
- [Python-checkins] cpython (3.3): Fixes issue #16409: The reporthook callback made by the legacy
gregory.p.smith
- [Python-checkins] cpython (merge 3.3 -> default): Fixes issue #16409: The reporthook callback made by the legacy
gregory.p.smith
- [Python-checkins] cpython (3.3): Fix test_urllib broken by my previous commits. The assumptions it was
gregory.p.smith
- [Python-checkins] cpython (merge 3.3 -> default): Fix test_urllib broken by my previous commits. The assumptions it was
gregory.p.smith
- [Python-checkins] cpython (3.2): Fixes issue #9535: Fix pending signals that have been received but not
gregory.p.smith
- [Python-checkins] cpython (merge 3.2 -> 3.3): Fixes issue #9535: Fix pending signals that have been received but not
gregory.p.smith
- [Python-checkins] cpython (merge 3.3 -> default): Fixes issue #9535: Fix pending signals that have been received but not
gregory.p.smith
- [Python-checkins] cpython (2.7): Fixes issue #9535: Fix pending signals that have been received but not yet
gregory.p.smith
- [Python-checkins] cpython (3.2): Fixes issue #14396: Handle the odd rare case of waitpid returning 0 when
gregory.p.smith
- [Python-checkins] cpython (merge 3.2 -> 3.3): Fixes issue #14396: Handle the odd rare case of waitpid returning 0
gregory.p.smith
- [Python-checkins] cpython (3.2): move note to the right section
gregory.p.smith
- [Python-checkins] cpython (merge 3.2 -> 3.3): null merge
gregory.p.smith
- [Python-checkins] cpython (merge 3.3 -> default): Fixes issue #14396: Handle the odd rare case of waitpid returning 0
gregory.p.smith
- [Python-checkins] cpython (2.7): Fixes issue #14396: Handle the odd rare case of waitpid returning 0
gregory.p.smith
- [Python-checkins] cpython (3.2): Fixes issue #16327: The subprocess module no longer leaks file descriptors
gregory.p.smith
- [Python-checkins] cpython (merge 3.2 -> 3.3): Fixes issue #16327: The subprocess module no longer leaks file descriptors
gregory.p.smith
- [Python-checkins] cpython (merge 3.3 -> default): Fixes issue #16327: The subprocess module no longer leaks file descriptors
gregory.p.smith
- [Python-checkins] cpython (2.7): Fixes issue #16327: The subprocess module no longer leaks file descriptors
gregory.p.smith
- [Python-checkins] cpython (3.2): Rename a local variable for readability and change a "this can't
gregory.p.smith
- [Python-checkins] cpython (merge 3.2 -> 3.3): Rename a local variable for readability and change a "this can't
gregory.p.smith
- [Python-checkins] cpython (merge 3.3 -> default): Rename a local variable for readability and change a "this can't
gregory.p.smith
- [Python-checkins] cpython: Raise our own SubprocessError rather than a RuntimeError in when dealing with
gregory.p.smith
- [Python-checkins] cpython (3.2): Remove the subprocess "bad exception data" warning (formerly a print!)
gregory.p.smith
- [Python-checkins] cpython (merge 3.2 -> 3.3): Remove the subprocess "bad exception data" warning (formerly a print!)
gregory.p.smith
- [Python-checkins] cpython (merge 3.3 -> default): Remove the subprocess "bad exception data" warning (formerly a print!)
gregory.p.smith
- [Python-checkins] cpython (3.2): Fixes issue #16140: The subprocess module no longer double closes its
gregory.p.smith
- [Python-checkins] cpython (merge 3.2 -> 3.3): Fixes issue #16140: The subprocess module no longer double closes its
gregory.p.smith
- [Python-checkins] cpython (merge 3.3 -> default): Fixes issue #16140: The subprocess module no longer double closes its
gregory.p.smith
- [Python-checkins] cpython (2.7): Fix issue #16140 bug that the fix to issue #16327 added - don't double
gregory.p.smith
- [Python-checkins] cpython (2.7): whitespace fix
gregory.p.smith
- [Python-checkins] cpython (2.7): Refactor test_preexec_errpipe to not create an uncollectable reference cycle.
gregory.p.smith
- [Python-checkins] cpython (3.2): Refactor test_preexec_errpipe to not create an uncollectable reference cycle.
gregory.p.smith
- [Python-checkins] cpython (merge 3.2 -> 3.3): Refactor test_preexec_errpipe to not create an uncollectable reference cycle.
gregory.p.smith
- [Python-checkins] cpython (merge 3.3 -> default): Refactor test_preexec_errpipe to not create an uncollectable reference cycle.
gregory.p.smith
- [Python-checkins] cpython (2.7): remove an obsolete comment
gregory.p.smith
- [Python-checkins] cpython (3.2): Plug a leak in timemodule. The module dictionary is saved during
gregory.p.smith
- [Python-checkins] cpython (merge 3.2 -> 3.3): null merge (3.3 is different)
gregory.p.smith
- [Python-checkins] cpython (merge 3.3 -> default): null merge
gregory.p.smith
- [Python-checkins] cpython (2.7): Plug a leak in timemodule. The module dictionary is saved during
gregory.p.smith
- [Python-checkins] cpython (3.2): Issue #15001: fix segfault on "del sys.module['__main__']"
hynek.schlawack
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #15001: fix segfault on "del sys.module['__main__']"
hynek.schlawack
- [Python-checkins] cpython (merge 3.3 -> default): Issue #15001: fix segfault on "del sys.module['__main__']"
hynek.schlawack
- [Python-checkins] cpython (2.7): Issue #15001: fix segfault on "del sys.modules['__main__']"
hynek.schlawack
- [Python-checkins] cpython (2.7): Closes #16183: ZipExtFile object close without file handle closed (backporting
jesus.cea
- [Python-checkins] cpython (2.7): Closes #16461: Wave library should be able to deal with 4GB wav files, and
jesus.cea
- [Python-checkins] cpython (3.2): Closes #16461: Wave library should be able to deal with 4GB wav files, and
jesus.cea
- [Python-checkins] cpython (merge 3.2 -> 3.3): MERGE: Closes #16461: Wave library should be able to deal with 4GB wav files,
jesus.cea
- [Python-checkins] cpython (merge 3.3 -> default): MERGE: Closes #16461: Wave library should be able to deal with 4GB wav files,
jesus.cea
- [Python-checkins] peps: Clarify the meaning of "number of affected rows" in the DB-API 2.0
marc-andre.lemburg
- [Python-checkins] peps: Issue #16420:
marc-andre.lemburg
- [Python-checkins] cpython (3.2): Issue #16402: In range slicing, fix shadowing of exceptions from __index__
mark.dickinson
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #16402: Merge fix from 3.2
mark.dickinson
- [Python-checkins] cpython (merge 3.3 -> default): Issue #16402: Merge fix from 3.3
mark.dickinson
- [Python-checkins] cpython: Issue #14794: slice.indices no longer returns OverflowError for out-of-range
mark.dickinson
- [Python-checkins] cpython: Issue #16290: __complex__ must now always return an instance of complex.
mark.dickinson
- [Python-checkins] cpython: Issue #16469: Fraction(float('nan')) and Fraction(float('inf')) now raise
mark.dickinson
- [Python-checkins] cpython: Issue #16451: Refactor to remove duplication between range and slice in slice
mark.dickinson
- [Python-checkins] cpython (2.7): Issue #9742: Sneaky fix for build failure on Solaris 9.
mark.dickinson
- [Python-checkins] cpython (2.7): Issue #12005: clarify behaviour of % and // for Decimal objects.
mark.dickinson
- [Python-checkins] cpython (3.2): Issue #12005: clarify behaviour of % and // for Decimal objects.
mark.dickinson
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #12005: merge doc patch from 3.2
mark.dickinson
- [Python-checkins] cpython (merge 3.3 -> default): Issue #12005: merge doc patch from 3.3
mark.dickinson
- [Python-checkins] cpython (2.7): Typo fix.
mark.dickinson
- [Python-checkins] cpython (3.2): Typo fix.
mark.dickinson
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge typo fix from 3.2.
mark.dickinson
- [Python-checkins] cpython (merge 3.3 -> default): Merge typo fix from 3.3.
mark.dickinson
- [Python-checkins] cpython (2.7): Issue #16339: Document and test exec(stmt, globals, locals) form in Python 2.7.
mark.dickinson
- [Python-checkins] cpython (3.3): Issue #16546: make ast.YieldFrom argument mandatory.
mark.dickinson
- [Python-checkins] cpython (merge 3.3 -> default): Issue #16546: merge fix from 3.3
mark.dickinson
- [Python-checkins] cpython (2.7): Issue #9011: AST creation no longer modifies CST for negated numeric literals.
mark.dickinson
- [Python-checkins] cpython (3.2): Issue #16350: Fix zlib decompressor handling of unused_data with multiple calls
nadeem.vawda
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #16350: Fix zlib decompressor handling of unused_data with multiple calls
nadeem.vawda
- [Python-checkins] cpython (merge 3.3 -> default): Issue #16350: Fix zlib decompressor handling of unused_data with multiple calls
nadeem.vawda
- [Python-checkins] cpython (2.7): Issue #16350: Fix zlib decompressor handling of unused_data with multiple calls
nadeem.vawda
- [Python-checkins] cpython (2.7): Issue #16350, part 2: Set unused_data (and unconsumed_tail) correctly in
nadeem.vawda
- [Python-checkins] cpython (3.2): Issue #16350, part 2: Set unused_data (and unconsumed_tail) correctly in
nadeem.vawda
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #16350, part 2: Set unused_data (and unconsumed_tail) correctly in
nadeem.vawda
- [Python-checkins] cpython (merge 3.3 -> default): Issue #16350, part 2: Set unused_data (and unconsumed_tail) correctly in
nadeem.vawda
- [Python-checkins] cpython (2.7): Issue #16411: Fix a bug where zlib.decompressobj().flush() might try to access
nadeem.vawda
- [Python-checkins] cpython (3.2): Issue #16411: Fix a bug where zlib.decompressobj().flush() might try to access
nadeem.vawda
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #16411: Fix a bug where zlib.decompressobj().flush() might try to access
nadeem.vawda
- [Python-checkins] cpython (merge 3.3 -> default): Issue #16411: Fix a bug where zlib.decompressobj().flush() might try to access
nadeem.vawda
- [Python-checkins] cpython (2.7): Fix typo in backporting fix of issue #16411 to 2.7.
nadeem.vawda
- [Python-checkins] cpython (2.7): Issue #15677: Document that zlib and gzip accept a compression level of 0 to
nadeem.vawda
- [Python-checkins] cpython (2.7): Issue #15677: Also fix docstrings in zlib module.
nadeem.vawda
- [Python-checkins] cpython (3.2): Issue #15677: Document that zlib and gzip accept a compression level of 0 to
nadeem.vawda
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #15677: Document that zlib and gzip accept a compression level of 0 to
nadeem.vawda
- [Python-checkins] cpython (merge 3.3 -> default): Issue #15677: Document that zlib and gzip accept a compression level of 0 to
nadeem.vawda
- [Python-checkins] cpython (3.3): Issue #5765: Apply a hard recursion limit in the compiler
nick.coghlan
- [Python-checkins] cpython (merge 3.3 -> default): Issue #5765: Merge from 3.3
nick.coghlan
- [Python-checkins] cpython (3.3): Issue #5765: Also check the compiler when finding the recursion limit
nick.coghlan
- [Python-checkins] cpython (merge 3.3 -> default): Issue #5765: Merge from 3.3
nick.coghlan
- [Python-checkins] cpython (3.3): Properly credit patch
nick.coghlan
- [Python-checkins] cpython (merge 3.3 -> default): Merge from 3.3
nick.coghlan
- [Python-checkins] cpython (3.3): The migration to importlib eliminated this crasher
nick.coghlan
- [Python-checkins] cpython (merge 3.3 -> default): Merge from 3.3
nick.coghlan
- [Python-checkins] cpython (3.2): Record a known crasher from #6717
nick.coghlan
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge #6717 crasher from 3.2
nick.coghlan
- [Python-checkins] cpython (merge 3.3 -> default): Merge #6717 crasher from 3.3
nick.coghlan
- [Python-checkins] peps: Defer PEP 395 until I make it compatible with PEP 420
nick.coghlan
- [Python-checkins] cpython (3.2): add gc_collects to weakref tests
philip.jenvey
- [Python-checkins] cpython (merge 3.2 -> 3.3): merge 3.2
philip.jenvey
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3
philip.jenvey
- [Python-checkins] cpython (3.2): don't gc_collect on CPython to guarantee a lack of ref cycles (thanks Antoine)
philip.jenvey
- [Python-checkins] cpython (merge 3.2 -> 3.3): merge 3.2
philip.jenvey
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3
philip.jenvey
- [Python-checkins] Daily reference leaks (2d6eec5d01f7): sum=2
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (e6bf779111a8): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (b2bd62d1644f): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (58776cc74e89): sum=1
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (651e8613e579): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (ec00f8570c55): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (7d5f35326a77): sum=2
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (5fd9b87e08b3): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (d170844a363f): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (7cfe8cd4d65e): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (d63c751e9f01): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (6a6ad09faad2): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (1b97cc71a05e): sum=2
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (770329b88214): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (0b70b4ca7b6f): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (e36728b0dcdf): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (377a50f8cb8b): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (eb3714863872): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (6b74a93a2b8a): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (cf606c403f14): sum=1
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (59acd5cac8b5): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (966432a0734c): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (803e5a732331): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (ce3b22951c7e): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (aac6b313ef5f): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (9bc6e157475a): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (a5b3eb62311e): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (618ea5612e83): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (1e3b01c52aee): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (ce3f0399ea33): sum=2
solipsis at pitrou.net
- [Python-checkins] cpython: #16522: Add FAIL_FAST flag to doctest.
r.david.murray
- [Python-checkins] cpython: #16522: s/always 1/at most 1/.
r.david.murray
- [Python-checkins] cpython (2.7): Fit nit: the return got dropped from an earlier check-in
raymond.hettinger
- [Python-checkins] cpython (2.7): Remove steps no longer needed once __del__ was removed
raymond.hettinger
- [Python-checkins] cpython (3.3): Issue #16481: multiprocessing no longer leaks process handles on Windows.
richard.oudkerk
- [Python-checkins] cpython (merge 3.3 -> default): Issue #16481: Merge
richard.oudkerk
- [Python-checkins] cpython (3.3): Issue #16145: Support legacy strings in the _csv module.
stefan.krah
- [Python-checkins] cpython (merge 3.3 -> default): Merge 3.3.
stefan.krah
- [Python-checkins] cpython (3.3): Issue #15814: Use hash function that is compatible with the equality
stefan.krah
- [Python-checkins] cpython (merge 3.3 -> default): Merge 3.3.
stefan.krah
- [Python-checkins] cpython: Fix copy&paste errors and reformulate the tests.
stefan.krah
- [Python-checkins] cpython (3.3): Backport fc8f1b1c76bf.
stefan.krah
- [Python-checkins] cpython (merge 3.3 -> default): Null merge.
stefan.krah
- [Python-checkins] cpython (merge default -> default): Merge.
stefan.krah
- [Python-checkins] cpython (merge default -> default): Merge.
stefan.krah
- [Python-checkins] cpython (3.3): Issue #16431: Use the type information when constructing a Decimal subtype
stefan.krah
- [Python-checkins] cpython (merge 3.3 -> default): Merge 3.3.
stefan.krah
- [Python-checkins] cpython (3.3): Issue #16431: Also fix the opposite direction.
stefan.krah
- [Python-checkins] cpython (merge 3.3 -> default): Merge 3.3.
stefan.krah
- [Python-checkins] cpython (3.3): Issue #16431: Finally, consider all permutations.
stefan.krah
- [Python-checkins] cpython (merge 3.3 -> default): Merge 3.3.
stefan.krah
- [Python-checkins] cpython (3.3): Accept Unicode legacy strings in the Decimal constructor.
stefan.krah
- [Python-checkins] cpython (merge 3.3 -> default): Merge 3.3.
stefan.krah
- [Python-checkins] cpython (3.3): Issue #15835: Define PATH_MAX on HP-UX.
stefan.krah
- [Python-checkins] cpython (merge 3.3 -> default): Merge 3.3.
stefan.krah
- [Python-checkins] cpython (2.7): Backport 5db6d9ddf6e8.
stefan.krah
- [Python-checkins] cpython: Issue #6308: Try to fix the termios build failure on HP-UX.
stefan.krah
- [Python-checkins] cpython (merge 3.3 -> default): Null merge.
stefan.krah
- [Python-checkins] cpython (3.3): Backport 9dd4638de73b.
stefan.krah
- [Python-checkins] cpython (merge 3.3 -> default): Null merge.
stefan.krah
- [Python-checkins] cpython (merge default -> default): Merge.
stefan.krah
- [Python-checkins] cpython (2.7): Backport 9dd4638de73b.
stefan.krah
- [Python-checkins] cpython (2.7): Issue #13057: Include stdio.h when NULL is used in configure.ac.
stefan.krah
- [Python-checkins] cpython (3.3): Issue #13057: Include stdio.h when NULL is used in configure.ac.
stefan.krah
- [Python-checkins] cpython (merge 3.3 -> default): Merge 3.3.
stefan.krah
- [Python-checkins] cpython (3.3): Fix more usages of NULL without including stdio.h.
stefan.krah
- [Python-checkins] cpython (merge 3.3 -> default): Merge 3.3.
stefan.krah
- [Python-checkins] cpython (2.7): Fix more usages of NULL without including stdio.h.
stefan.krah
- [Python-checkins] cpython (2.7): Issue #16534: On HP-UX ac_cv_olimit_ok=yes is a false positive.
stefan.krah
- [Python-checkins] cpython: issue9584: Add {} list expansion to glob. Original patch by Mathieu Bridon
tim.golden
- [Python-checkins] cpython: Correct mis-indented whitespace
tim.golden
- [Python-checkins] cpython: Backed out changeset 5cf6c427fd39
tim.golden
- [Python-checkins] cpython: Backed out changeset dafca4714298
tim.golden
- [Python-checkins] cpython (merge default -> default): Reversed changes from issue9584
tim.golden
- [Python-checkins] cpython (3.3): Issue #8271: Fix compilation on Windows
victor.stinner
- [Python-checkins] cpython (merge 3.3 -> default): (Merge 3.3) Issue #8271: Fix compilation on Windows
victor.stinner
- [Python-checkins] cpython: Issue #15478: Oops, fix regression in os.open() on Windows
victor.stinner
- [Python-checkins] cpython: Issue #15478: Fix test_pep277 on Windows
victor.stinner
- [Python-checkins] cpython (3.3): Close #15165: Fix test_email on Windows 64 bits
victor.stinner
- [Python-checkins] cpython (merge 3.3 -> default): (Merge 3.3) Close #15165: Fix test_email on Windows 64 bits
victor.stinner
- [Python-checkins] cpython: Issue #16414: Add support.FS_NONASCII and support.TESTFN_NONASCII
victor.stinner
- [Python-checkins] cpython: Issue #16414: Fix support.TESTFN_UNDECODABLE and
victor.stinner
- [Python-checkins] cpython: Issue #16414: Fix typo in support.TESTFN_NONASCII (useless space)
victor.stinner
- [Python-checkins] cpython: Issue #16414: Test more characters for support.FS_NONASCII
victor.stinner
- [Python-checkins] cpython: Issue #16414: Fix test_os on Windows, don't test os.listdir() with undecodable
victor.stinner
- [Python-checkins] cpython: Close #16311: Use the _PyUnicodeWriter API in text decoders
victor.stinner
- [Python-checkins] cpython: Remove outdated comment
victor.stinner
- [Python-checkins] cpython: Issue #16444, #16218: Use TESTFN_UNDECODABLE on UNIX
victor.stinner
- [Python-checkins] cpython: Issue #16444: disable undecodable characters in test_non_ascii() test until
victor.stinner
- [Python-checkins] cpython (3.3): Issue #16218, #16444: Backport improvment on tests for non-ASCII characters
victor.stinner
- [Python-checkins] cpython (merge 3.3 -> default): Merge 3.3: null merge
victor.stinner
- [Python-checkins] cpython: Issue #16416: OS data are now always encoded/decoded to/from
victor.stinner
- [Python-checkins] cpython: Issue #16416: Fix error handling in _Py_wchar2char() _Py_char2wchar() functions
victor.stinner
- [Python-checkins] cpython: Issue #16416: Fix Misc/NEWS entry, mention Mac OS X
victor.stinner
- [Python-checkins] cpython: Issue #15478: os.lchflags() is not always available when os.chflags() is
victor.stinner
- [Python-checkins] cpython: Cleanup json decoder: float() has builtin support of nan, +inf, -inf since
victor.stinner
- [Python-checkins] cpython: Closes #16366: Improve diagnostics from handleError(). Thanks to Antoine Pitrou
vinay.sajip
- [Python-checkins] cpython (3.3): Issue #16378: Updated docstrings to reflect the defaults present in the code.
vinay.sajip
- [Python-checkins] cpython (merge 3.3 -> default): Closes #16378: Merged docstring changes from 3.3.
vinay.sajip
- [Python-checkins] cpython: Allow configuration of handler properties.
vinay.sajip
- [Python-checkins] cpython (3.3): Issue #16519: Used os.path.abspath, removed unnecessary code for
vinay.sajip
- [Python-checkins] cpython (merge 3.3 -> default): Closes #16519: Merged fix from 3.3.
vinay.sajip
- [Python-checkins] cpython (merge default -> default): Merged upstream changes.
vinay.sajip
- [Python-checkins] cpython (3.2): Closes #16521: Improved error handling for basicConfig(), added tests for same.
vinay.sajip
- [Python-checkins] cpython (merge 3.2 -> 3.3): Null merge for fix for #16521.
vinay.sajip
Last message date:
Fri Nov 30 22:15:47 CET 2012
Archived on: Fri Nov 30 22:15:49 CET 2012
This archive was generated by
Pipermail 0.09 (Mailman edition).