summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Collapse)AuthorAgeFilesLines
* #10510: Fix bug in forward port of 2.7 distutils patch.R David Murray2014-09-282-2/+1
|\ | | | | | | Pointed out by Arfrever.
| * #10510: Fix bug in forward port of 2.7 distutils patch.R David Murray2014-09-282-2/+1
| | | | | | | | Pointed out by Arfrever.
* | Removed a code for suport Python version <2.2.Serhiy Storchaka2014-09-281-11/+12
| |
* | Merge: #10510: make distuitls upload/register use HTML standards compliant CRLF.R David Murray2014-09-272-6/+6
|\ \ | |/
| * #10510: make distuitls upload/register use HTML standards compliant CRLF.R David Murray2014-09-272-6/+6
| | | | | | | | Patch by Ian Cordasco, approved by Éric Araujo.
* | Issue #9850: Fixed macpath.join() for empty first component. Patch bySerhiy Storchaka2014-09-272-1/+25
|\ \ | |/ | | | | Oleg Oshmyan.
| * Issue #9850: Fixed macpath.join() for empty first component. Patch bySerhiy Storchaka2014-09-272-1/+25
| | | | | | | | Oleg Oshmyan.
| * tempfile: Fix docstring. Issue #21397, patch by R. David Murray.Yury Selivanov2014-09-261-5/+5
| |
| * asyncio.test_tasks: Fix test_env_var_debug to use correct asyncio moduleYury Selivanov2014-09-251-4/+11
| |
| * asyncio: Improve canceled timer handles cleanup. Closes issue #22448.Yury Selivanov2014-09-254-26/+145
| | | | | | | | Patch by Joshua Moore-Oliva.
| * asyncio.unix_events: Move import statement to match tulip codeYury Selivanov2014-09-251-1/+2
| |
* | Issue #16324: _charset parameter of MIMEText now also accepts ↵Berker Peksag2014-09-262-0/+7
| | | | | | | | | | | | email.charset.Charset instances. Initial patch by Claude Paroz.
* | inspect: Fix getsource() to support decorated functions.Yury Selivanov2014-09-263-0/+17
| | | | | | | | Issue #1764286. Patch by Claudiu Popa.
* | Issue #5309: distutils' build and build_ext commands now accept a ``-j``Antoine Pitrou2014-09-263-28/+94
| | | | | | | | option to enable parallel building of extension modules.
* | tempfile: Fix docstring. Issue #21397, patch by R. David Murray.Yury Selivanov2014-09-261-5/+5
| |
* | os: Include posix functions in os.__all__. Closes issue #18554.Yury Selivanov2014-09-262-0/+12
| | | | | | | | Patch by Ronald Oussoren.
* | asyncio.test_tasks: Fix test_env_var_debug to use correct asyncio moduleYury Selivanov2014-09-251-4/+11
| |
* | asyncio: Improve canceled timer handles cleanup. Closes issue #22448.Yury Selivanov2014-09-254-26/+145
| | | | | | | | Patch by Joshua Moore-Oliva.
* | Issue #18093: fix test_capi test skip due to _testembed moveNick Coghlan2014-09-251-1/+1
| |
* | asyncio: Reverting 69d474dab479 as issue #21645 is now closed and debug is ↵Yury Selivanov2014-09-251-6/+0
| | | | | | | | no longer needed
* | asyncio.test_events: Partially reverting f7643c893587 to stay in sync with ↵Yury Selivanov2014-09-251-1/+1
| | | | | | | | tulip codebase
* | asyncio.unix_events: Move import statement to match code in tulipYury Selivanov2014-09-251-0/+2
| |
* | (Merge 3.4) test_faulthandler: fix typoVictor Stinner2014-09-241-1/+1
|\ \ | |/
| * test_faulthandler: fix typoVictor Stinner2014-09-241-1/+1
| |
* | Merge: Apply asyncio Task English fixes to docstrings as well.R David Murray2014-09-241-9/+10
|\ \ | |/
| * Apply asyncio Task English fixes to docstrings as well.R David Murray2014-09-241-9/+10
| | | | | | | | Also fixed the phrasing in a comment.
* | Issue #16056: Rename test method in test_statistics to avoid conflict.Berker Peksag2014-09-241-2/+2
|\ \ | |/
| * Issue #16056: Rename test method in test_statistics to avoid conflict.Berker Peksag2014-09-241-2/+2
| |
* | Issue #22427: TemporaryDirectory no longer attempts to clean up twice whenSerhiy Storchaka2014-09-242-12/+27
|\ \ | |/ | | | | used in the with statement in generator.
| * Issue #22427: TemporaryDirectory no longer attempts to clean up twice whenSerhiy Storchaka2014-09-242-12/+27
| | | | | | | | used in the with statement in generator.
* | #22464: Speed up common Fraction operations by special-casing severalGeorg Brandl2014-09-241-7/+17
| | | | | | | | | | | | operations for int-type arguments: constructor and equality test. Also avoid redundant property lookups in addition and subtraction.
* | Issue #22362: Forbidden ambiguous octal escapes out of range 0-0o377 inSerhiy Storchaka2014-09-232-9/+23
| | | | | | | | regular expressions.
* | Fixed bytes literals in tests.Serhiy Storchaka2014-09-231-2/+2
|\ \ | |/
| * Fixed bytes literals in tests.Serhiy Storchaka2014-09-231-2/+2
| |
* | Issue #20912: Now directories added to ZIP file have correct Unix and MS-DOSSerhiy Storchaka2014-09-232-5/+47
|\ \ | |/ | | | | directory attributes.
| * Issue #20912: Now directories added to ZIP file have correct Unix and MS-DOSSerhiy Storchaka2014-09-232-5/+47
| | | | | | | | directory attributes.
* | Fixed test_large_file_exception. Ported tests for large count of filesSerhiy Storchaka2014-09-231-1/+62
|\ \ | |/ | | | | to AbstractTestZip64InSmallFiles.
| * Fixed test_large_file_exception. Ported tests for large count of filesSerhiy Storchaka2014-09-231-1/+62
| | | | | | | | to AbstractTestZip64InSmallFiles.
* | Issue #21866: ZipFile.close() no longer writes ZIP64 central directorySerhiy Storchaka2014-09-232-20/+63
|\ \ | |/ | | | | records if allowZip64 is false.
| * Issue #21866: ZipFile.close() no longer writes ZIP64 central directorySerhiy Storchaka2014-09-232-20/+63
| | | | | | | | records if allowZip64 is false.
| * Fix pydoc topics. I'll regenerate this again for 3.4.2 final,Larry Hastings2014-09-221-78/+12598
| | | | | | | | | | but fixing it now means the test suite can have zero errors during the next two weeks.
| * Merge.Larry Hastings2014-09-226-33/+177
| |\
| * | Bump version number for 3.4.2rc1 release.v3.4.2rc1Larry Hastings2014-09-202-2/+2
| | |
| * | Updated pydoc topics for 3.4.1rc1 release.Larry Hastings2014-09-201-78/+78
| | |
* | | Issue #22278: Fix urljoin problem with relative urls, a regression observedSenthil Kumaran2014-09-222-1/+17
| | | | | | | | | | | | | | | | | | after changes to issue22118 were submitted. Patch contributed by Demian Brecht and reviewed by Antoine Pitrou.
* | | Issue #22423: Fixed debugging output of the GROUPREF_EXISTS opcode in the reSerhiy Storchaka2014-09-212-22/+51
|\ \ \ | | |/ | |/| | | | module.
| * | Issue #22423: Fixed debugging output of the GROUPREF_EXISTS opcode in the reSerhiy Storchaka2014-09-212-22/+51
| | | | | | | | | | | | module.
| * | Merge headsSerhiy Storchaka2014-09-212-1/+35
| |\ \
* | \ \ Merge headsSerhiy Storchaka2014-09-212-1/+35
|\ \ \ \
| * \ \ \ Issue #21332: Ensure that ``bufsize=1`` in subprocess.Popen() selects line ↵Antoine Pitrou2014-09-212-1/+35
| |\ \ \ \ | | | |/ / | | |/| | | | | | | buffering, rather than block buffering.