Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #16324: _charset parameter of MIMEText now also accepts ↵ | Berker Peksag | 2014-09-26 | 5 | -1/+16 |
| | | | | | | email.charset.Charset instances. Initial patch by Claude Paroz. | ||||
* | inspect: Fix getsource() to support decorated functions. | Yury Selivanov | 2014-09-26 | 4 | -0/+20 |
| | | | | Issue #1764286. Patch by Claudiu Popa. | ||||
* | Issue #5309: distutils' build and build_ext commands now accept a ``-j`` | Antoine Pitrou | 2014-09-26 | 6 | -28/+117 |
| | | | | option to enable parallel building of extension modules. | ||||
* | null merge | Yury Selivanov | 2014-09-26 | 0 | -0/+0 |
|\ | |||||
| * | tempfile: Fix docstring. Issue #21397, patch by R. David Murray. | Yury Selivanov | 2014-09-26 | 1 | -5/+5 |
| | | |||||
* | | tempfile: Fix docstring. Issue #21397, patch by R. David Murray. | Yury Selivanov | 2014-09-26 | 1 | -5/+5 |
| | | |||||
* | | os: Include posix functions in os.__all__. Closes issue #18554. | Yury Selivanov | 2014-09-26 | 3 | -0/+14 |
| | | | | | | | | Patch by Ronald Oussoren. | ||||
* | | Issue #17462: Add a paragraph about advantages of argparse over optparse. | Berker Peksag | 2014-09-26 | 2 | -0/+11 |
|\ \ | |/ | | | | | Patch by Anastasia Filatova. | ||||
| * | Issue #17462: Add a paragraph about advantages of argparse over optparse. | Berker Peksag | 2014-09-26 | 2 | -0/+11 |
| | | | | | | | | Patch by Anastasia Filatova. | ||||
* | | Null merge | Serhiy Storchaka | 2014-09-26 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | asyncio.test_tasks: Fix test_env_var_debug to use correct asyncio module | Yury Selivanov | 2014-09-25 | 1 | -4/+11 |
| | | |||||
* | | asyncio.test_tasks: Fix test_env_var_debug to use correct asyncio module | Yury Selivanov | 2014-09-25 | 1 | -4/+11 |
| | | |||||
* | | merge 3.4 | Yury Selivanov | 2014-09-25 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | asyncio: Improve canceled timer handles cleanup. Closes issue #22448. | Yury Selivanov | 2014-09-25 | 5 | -26/+159 |
| | | | | | | | | Patch by Joshua Moore-Oliva. | ||||
* | | asyncio: Improve canceled timer handles cleanup. Closes issue #22448. | Yury Selivanov | 2014-09-25 | 5 | -26/+148 |
| | | | | | | | | Patch by Joshua Moore-Oliva. | ||||
* | | Issue #18093: fix test_capi test skip due to _testembed move | Nick Coghlan | 2014-09-25 | 1 | -1/+1 |
| | | |||||
* | | merge 3.4 | Benjamin Peterson | 2014-09-25 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | asyncio.unix_events: Move import statement to match tulip code | Yury Selivanov | 2014-09-25 | 1 | -1/+2 |
| | | |||||
* | | asyncio: Reverting 69d474dab479 as issue #21645 is now closed and debug is ↵ | Yury Selivanov | 2014-09-25 | 1 | -6/+0 |
| | | | | | | | | no longer needed | ||||
* | | asyncio.test_events: Partially reverting f7643c893587 to stay in sync with ↵ | Yury Selivanov | 2014-09-25 | 1 | -1/+1 |
| | | | | | | | | tulip codebase | ||||
* | | asyncio.unix_events: Move import statement to match code in tulip | Yury Selivanov | 2014-09-25 | 1 | -0/+2 |
| | | |||||
* | | merge 3.4 (#22484) | Benjamin Peterson | 2014-09-25 | 1 | -2/+3 |
|\ \ | |/ | |||||
| * | allow archives for rc releases to be built (closes #22484) | Benjamin Peterson | 2014-09-25 | 1 | -2/+3 |
| | | |||||
* | | (Merge 3.4) test_faulthandler: fix typo | Victor Stinner | 2014-09-24 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | test_faulthandler: fix typo | Victor Stinner | 2014-09-24 | 1 | -1/+1 |
| | | |||||
* | | Merge: Apply asyncio Task English fixes to docstrings as well. | R David Murray | 2014-09-24 | 1 | -9/+10 |
|\ \ | |/ | |||||
| * | Apply asyncio Task English fixes to docstrings as well. | R David Murray | 2014-09-24 | 1 | -9/+10 |
| | | | | | | | | Also fixed the phrasing in a comment. | ||||
* | | Merge: Improve English phrasing in asyncio task docs. | R David Murray | 2014-09-24 | 1 | -9/+9 |
|\ \ | |/ | |||||
| * | Improve English phrasing in asyncio task docs. | R David Murray | 2014-09-24 | 1 | -9/+9 |
| | | |||||
* | | Issue #16056: Rename test method in test_statistics to avoid conflict. | Berker Peksag | 2014-09-24 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Issue #16056: Rename test method in test_statistics to avoid conflict. | Berker Peksag | 2014-09-24 | 1 | -2/+2 |
| | | |||||
* | | Issue #22427: TemporaryDirectory no longer attempts to clean up twice when | Serhiy Storchaka | 2014-09-24 | 3 | -12/+30 |
|\ \ | |/ | | | | | used in the with statement in generator. | ||||
| * | Issue #22427: TemporaryDirectory no longer attempts to clean up twice when | Serhiy Storchaka | 2014-09-24 | 3 | -12/+30 |
| | | | | | | | | used in the with statement in generator. | ||||
* | | Issue #21860: Correct docstrings of FileIO.seek() and FileIO.truncate() methods. | Berker Peksag | 2014-09-24 | 2 | -3/+6 |
|\ \ | |/ | | | | | Patch by Terry Chia. | ||||
| * | Issue #21860: Correct docstrings of FileIO.seek() and FileIO.truncate() methods. | Berker Peksag | 2014-09-24 | 2 | -3/+6 |
| | | | | | | | | Patch by Terry Chia. | ||||
* | | Update importlib.h frozen bytecode (changed due to commit c0ca9d32aed4). | Georg Brandl | 2014-09-24 | 1 | -3817/+3796 |
| | | |||||
* | | #22464: Speed up common Fraction operations by special-casing several | Georg Brandl | 2014-09-24 | 1 | -7/+17 |
| | | | | | | | | | | | | operations for int-type arguments: constructor and equality test. Also avoid redundant property lookups in addition and subtraction. | ||||
* | | Null merge | Serhiy Storchaka | 2014-09-23 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | Merge heads | Serhiy Storchaka | 2014-09-23 | 1 | -2/+0 |
| |\ | |||||
* | \ | Merge heads | Serhiy Storchaka | 2014-09-23 | 1 | -1/+0 |
|\ \ \ | |||||
| * \ \ | Issue #22471: Avoid Python Launcher.app install problems by removing | Ned Deily | 2014-09-23 | 1 | -1/+0 |
| |\ \ \ | | | |/ | | |/| | | | | | vestigial Makefile step. | ||||
| | * | | Issue #22471: Avoid Python Launcher.app install problems by removing | Ned Deily | 2014-09-23 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | vestigial Makefile step. | ||||
* | | | | Issue #22362: Forbidden ambiguous octal escapes out of range 0-0o377 in | Serhiy Storchaka | 2014-09-23 | 3 | -9/+26 |
| | | | | | | | | | | | | | | | | regular expressions. | ||||
* | | | | Fixed bytes literals in tests. | Serhiy Storchaka | 2014-09-23 | 1 | -2/+2 |
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| | |||||
| * | | Fixed bytes literals in tests. | Serhiy Storchaka | 2014-09-23 | 1 | -2/+2 |
| |/ | |||||
* | | Issue #20912: Now directories added to ZIP file have correct Unix and MS-DOS | Serhiy Storchaka | 2014-09-23 | 3 | -5/+50 |
|\ \ | |/ | | | | | directory attributes. | ||||
| * | Issue #20912: Now directories added to ZIP file have correct Unix and MS-DOS | Serhiy Storchaka | 2014-09-23 | 3 | -5/+50 |
| | | | | | | | | directory attributes. | ||||
* | | Fixed test_large_file_exception. Ported tests for large count of files | Serhiy Storchaka | 2014-09-23 | 1 | -1/+62 |
|\ \ | |/ | | | | | to AbstractTestZip64InSmallFiles. | ||||
| * | Fixed test_large_file_exception. Ported tests for large count of files | Serhiy Storchaka | 2014-09-23 | 1 | -1/+62 |
| | | | | | | | | to AbstractTestZip64InSmallFiles. | ||||
* | | Issue #21866: ZipFile.close() no longer writes ZIP64 central directory | Serhiy Storchaka | 2014-09-23 | 3 | -20/+66 |
|\ \ | |/ | | | | | records if allowZip64 is false. |