summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Issue #17150: pprint now uses line continuations to wrap long string literals.Antoine Pitrou2013-03-234-92/+202
| | |
* | | Fixes issue #17488: Change the subprocess.Popen bufsize parameter default valueGregory P. Smith2013-03-234-19/+55
|\ \ \ | |/ / | | | | | | | | | | | | from unbuffered (0) to buffering (-1) to match the behavior existing code expects and match the behavior of the subprocess module in Python 2 to avoid introducing hard to track down bugs.
| * | Fixes issue #17488: Change the subprocess.Popen bufsize parameter default valueGregory P. Smith2013-03-234-19/+55
| |\ \ | | |/ | | | | | | | | | | | | from unbuffered (0) to buffering (-1) to match the behavior existing code expects and match the behavior of the subprocess module in Python 2 to avoid introducing hard to track down bugs.
| | * Fixes issue #17488: Change the subprocess.Popen bufsize parameter default valueGregory P. Smith2013-03-234-19/+49
| | | | | | | | | | | | | | | | | | from unbuffered (0) to buffering (-1) to match the behavior existing code expects and match the behavior of the subprocess module in Python 2 to avoid introducing hard to track down bugs.
* | | mergeRaymond Hettinger2013-03-231-21/+27
|\ \ \ | |/ /
| * | Update collections ABC table to match the __abstractmethods__ attribute for ↵Raymond Hettinger2013-03-231-21/+27
| | | | | | | | | | | | each container.
* | | mergeRaymond Hettinger2013-03-232-1/+6
|\ \ \ | |/ /
| * | Issue 17447: Clarify that str.isidentifier doesn't check for reserved keywords.Raymond Hettinger2013-03-232-1/+6
| | |
* | | #17510: avoid using deprecated assertEquals method in test_program. Patch ↵Ezio Melotti2013-03-231-2/+2
| | | | | | | | | | | | by Daniel Black.
* | | #17479: merge with 3.3.Ezio Melotti2013-03-232-3/+7
|\ \ \ | |/ /
| * | #17479: test_io now works with unittest test discovery. Patch by Zachary Ware.Ezio Melotti2013-03-232-3/+7
| | |
* | | mergeRaymond Hettinger2013-03-230-0/+0
|\ \ \ | |/ /
| * | Backport improved dict comparison logicRaymond Hettinger2013-03-231-2/+1
| | |
* | | Closes #17521: Merged fix from 3.3.Vinay Sajip2013-03-233-4/+37
|\ \ \ | |/ /
| * | Issue #17521: Merged fix from 3.2.Vinay Sajip2013-03-233-4/+37
| |\ \ | | |/
| | * Issue #17521: Corrected non-enabling of logger following two calls to ↵Vinay Sajip2013-03-233-4/+37
| | | | | | | | | | | | fileConfig().
* | | Merged upstream changes.Vinay Sajip2013-03-231-0/+2
|\ \ \
| * | | Issue #17522: Minor documentation fixKristján Valur Jónsson2013-03-231-0/+2
| | | |
* | | | Merged Misc/NEWS update for #17508.Vinay Sajip2013-03-231-0/+3
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merged Misc/NEWS update for #17508.Vinay Sajip2013-03-231-0/+3
| |\ \ | | |/
| | * Updated Misc/NEWS with #17508.Vinay Sajip2013-03-231-0/+3
| | |
* | | Issue #17522: Add the PyGILState_Check() API.Kristján Valur Jónsson2013-03-234-0/+28
| | |
* | | cleanup references to PyString_ APIs in the 3.x docs.Gregory P. Smith2013-03-224-20/+21
|\ \ \ | |/ /
| * | cleanup references to PyString_ APIs from 2.x in the 3.3 docs.Gregory P. Smith2013-03-224-20/+21
| |\ \ | | |/
| | * Clean up references to the no longer existing PyString_ APIs in our docs.Gregory P. Smith2013-03-224-22/+23
| | |
* | | Closes #17508: Merged fix from 3.3.Vinay Sajip2013-03-222-6/+61
|\ \ \ | |/ /
| * | Issue #17508: Merged fix from 3.2.Vinay Sajip2013-03-222-6/+61
| |\ \ | | |/
| | * Issue #17508: Handled out-of-order handler configuration correctly.Vinay Sajip2013-03-222-6/+60
| | |
* | | mergeRaymond Hettinger2013-03-221-2/+4
|\ \ \ | |/ /
| * | Modernize unittest exampleRaymond Hettinger2013-03-221-2/+4
| | |
* | | copy 2.7 magic numbers for historical interestBenjamin Peterson2013-03-222-4092/+3164
| | |
* | | #17472: add tests for a couple of untested methods in urllib.urlparse.R David Murray2013-03-221-0/+8
| | | | | | | | | | | | Original patch by Daniel Wozniak.
* | | Issue #13248: NEWS and What's New itemsTerry Jan Reedy2013-03-212-1/+5
| | |
* | | test_ast: pass the filename to ast.parse()Victor Stinner2013-03-211-1/+1
| | |
* | | - Issue #16754: Fix the incorrect shared library extension on linux. Introducedoko@ubuntu.com2013-03-2112-101/+87
|\ \ \ | |/ / | | | | | | | | | two makefile macros SHLIB_SUFFIX and EXT_SUFFIX. SO now has the value of SHLIB_SUFFIX again (as in 2.x and 3.1). The SO macro is removed in 3.4.
| * | - Issue #16754: Fix the incorrect shared library extension on linux. Introducedoko@ubuntu.com2013-03-2112-99/+89
| |\ \ | | |/ | | | | | | | | | two makefile macros SHLIB_SUFFIX and EXT_SUFFIX. SO now has the value of SHLIB_SUFFIX again (as in 2.x and 3.1). The SO macro is removed in 3.4.
| | * - Issue #16754: Fix the incorrect shared library extension on linux. Introducedoko@ubuntu.com2013-03-2113-99/+88
| | | | | | | | | | | | | | | two makefile macros SHLIB_SUFFIX and EXT_SUFFIX. SO now has the value of SHLIB_SUFFIX again (as in 2.x and 3.1). The SO macro is removed in 3.4.
* | | (Merge 3.3) Issue #17209: curses.window.get_wch() now handles correctly ↵Victor Stinner2013-03-212-0/+6
|\ \ \ | |/ / | | | | | | KeyboardInterrupt (CTRL+c)
| * | Issue #17209: curses.window.get_wch() now handles correctly ↵Victor Stinner2013-03-212-0/+6
| | | | | | | | | | | | KeyboardInterrupt (CTRL+c)
* | | Merge: #5713: One more test_smtplib timing fix.R David Murray2013-03-211-1/+1
|\ \ \ | |/ /
| * | #5713: One more test_smtplib timing fix.R David Murray2013-03-211-1/+1
| | |
* | | merge headsGregory P. Smith2013-03-212-5/+7
|\ \ \
| * | | Fix importRaymond Hettinger2013-03-211-2/+1
| | | |
| * | | Merge: #5712: Preemptively fix some other possible timing issues.R David Murray2013-03-211-3/+3
| |\ \ \ | | |/ /
| | * | Merge: #5712: Preemptively fix some other possible timing issues.R David Murray2013-03-211-3/+3
| | |\ \ | | | |/
| | | * #5712: Preemptively fix some other possible timing issues.R David Murray2013-03-211-3/+3
| | | |
| * | | Merge: #5713: fix timing issue in smtplib tests.R David Murray2013-03-211-0/+3
| |\ \ \ | | |/ /
| | * | Merge: #5713: fix timing issue in smtplib tests.R David Murray2013-03-211-0/+3
| | |\ \ | | | |/
| | | * #5713: fix timing issue in smtplib tests.R David Murray2013-03-211-0/+3
| | | |
* | | | Refactor the common code out of the posix and windows listdirGregory P. Smith2013-03-211-53/+42
| | | | | | | | | | | | | | | | | | | | implementations from my previous commit into the higher level function.