Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | os: Include posix functions in os.__all__. Closes issue #18554. | Yury Selivanov | 2014-09-26 | 1 | -0/+8 |
| | | | | Patch by Ronald Oussoren. | ||||
* | asyncio.test_tasks: Fix test_env_var_debug to use correct asyncio module | Yury Selivanov | 2014-09-25 | 1 | -4/+11 |
| | |||||
* | asyncio: Improve canceled timer handles cleanup. Closes issue #22448. | Yury Selivanov | 2014-09-25 | 2 | -10/+88 |
| | | | | Patch by Joshua Moore-Oliva. | ||||
* | Issue #18093: fix test_capi test skip due to _testembed move | Nick Coghlan | 2014-09-25 | 1 | -1/+1 |
| | |||||
* | 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 | ||||
* | (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 |
| | | |||||
* | | 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 | 1 | -0/+24 |
|\ \ | |/ | | | | | used in the with statement in generator. | ||||
| * | Issue #22427: TemporaryDirectory no longer attempts to clean up twice when | Serhiy Storchaka | 2014-09-24 | 1 | -0/+24 |
| | | | | | | | | used in the with statement in generator. | ||||
* | | Issue #22362: Forbidden ambiguous octal escapes out of range 0-0o377 in | Serhiy Storchaka | 2014-09-23 | 1 | -5/+7 |
| | | | | | | | | 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 | 1 | -4/+41 |
|\ \ | |/ | | | | | directory attributes. | ||||
| * | Issue #20912: Now directories added to ZIP file have correct Unix and MS-DOS | Serhiy Storchaka | 2014-09-23 | 1 | -4/+41 |
| | | | | | | | | 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 | 1 | -6/+39 |
|\ \ | |/ | | | | | records if allowZip64 is false. | ||||
| * | Issue #21866: ZipFile.close() no longer writes ZIP64 central directory | Serhiy Storchaka | 2014-09-23 | 1 | -6/+39 |
| | | | | | | | | records if allowZip64 is false. | ||||
* | | Issue #22278: Fix urljoin problem with relative urls, a regression observed | Senthil Kumaran | 2014-09-22 | 1 | -0/+12 |
| | | | | | | | | | | | | 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 re | Serhiy Storchaka | 2014-09-21 | 1 | -6/+23 |
|\ \ | |/ | | | | | module. | ||||
| * | Issue #22423: Fixed debugging output of the GROUPREF_EXISTS opcode in the re | Serhiy Storchaka | 2014-09-21 | 1 | -6/+23 |
| | | | | | | | | module. | ||||
| * | Merge heads | Serhiy Storchaka | 2014-09-21 | 1 | -0/+33 |
| |\ | |||||
* | \ | Merge heads | Serhiy Storchaka | 2014-09-21 | 1 | -0/+33 |
|\ \ \ | |||||
| * \ \ | Issue #21332: Ensure that ``bufsize=1`` in subprocess.Popen() selects line ↵ | Antoine Pitrou | 2014-09-21 | 1 | -0/+33 |
| |\ \ \ | | | |/ | | |/| | | | | | buffering, rather than block buffering. | ||||
| | * | | Issue #21332: Ensure that ``bufsize=1`` in subprocess.Popen() selects line ↵ | Antoine Pitrou | 2014-09-21 | 1 | -0/+33 |
| | | | | | | | | | | | | | | | | buffering, rather than block buffering. | ||||
* | | | | Issue #22423: Unhandled exception in thread no longer causes unhandled | Serhiy Storchaka | 2014-09-21 | 1 | -2/+83 |
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| | AttributeError when sys.stderr is None. | ||||
| * | | Issue #22423: Unhandled exception in thread no longer causes unhandled | Serhiy Storchaka | 2014-09-21 | 1 | -2/+83 |
| |/ | | | | | | | AttributeError when sys.stderr is None. | ||||
* | | Merge: #21091: make is_attachment a method. | R David Murray | 2014-09-20 | 1 | -5/+5 |
|\ \ | |/ | |||||
| * | #21091: make is_attachment a method. | R David Murray | 2014-09-20 | 1 | -5/+15 |
| | | | | | | | | | | | | Since EmailMessage is a provisional API we can fix API bugs in a maintenance release, but I used a trick suggested by Serhiy to maintain backward compatibility with 3.4.0/1. | ||||
* | | Merge: #21079: is_attachment now looks only at the value, ignoring parameters. | R David Murray | 2014-09-20 | 1 | -1/+2 |
|\ \ | |/ | |||||
| * | #21079: is_attachment now looks only at the value, ignoring parameters. | R David Murray | 2014-09-20 | 1 | -1/+2 |
| | | |||||
* | | Issue #22247: Add NNTPError to nntplib.__all__. | Berker Peksag | 2014-09-20 | 1 | -5/+12 |
|\ \ | |/ | |||||
| * | Issue #22247: Add NNTPError to nntplib.__all__. | Berker Peksag | 2014-09-20 | 1 | -5/+12 |
| | | |||||
* | | Issue #22366: urllib.request.urlopen will accept a context object (SSLContext) | Senthil Kumaran | 2014-09-19 | 1 | -0/+8 |
| | | | | | | | | | | | | as an argument which will then used be for HTTPS connection. Patch by Alex Gaynor. | ||||
* | | Closes #11471: avoid generating a JUMP_FORWARD instruction at the end of an ↵ | Antoine Pitrou | 2014-09-18 | 1 | -88/+84 |
| | | | | | | | | | | | | if-block if there is no else-clause. Original patch by Eugene Toder. | ||||
* | | Issue #4180: The warnings registries are now reset when the filters are ↵ | Antoine Pitrou | 2014-09-18 | 1 | -2/+47 |
|\ \ | |/ | | | | | modified. | ||||
| * | Issue #4180: The warnings registries are now reset when the filters are ↵ | Antoine Pitrou | 2014-09-18 | 1 | -2/+47 |
| | | | | | | | | modified. | ||||
* | | (Merge 3.4) asyncio, Tulip issue 206: In debug mode, keep the callback in the | Victor Stinner | 2014-09-17 | 1 | -4/+5 |
|\ \ | |/ | | | | | representation of Handle and TimerHandle after cancel(). | ||||
| * | asyncio, Tulip issue 206: In debug mode, keep the callback in the | Victor Stinner | 2014-09-17 | 1 | -4/+5 |
| | | | | | | | | representation of Handle and TimerHandle after cancel(). | ||||
* | | Merge from 3.4 | Senthil Kumaran | 2014-09-17 | 1 | -0/+5 |
|\ \ | |/ | | | | | Issue #22419: Limit the length of incoming HTTP request in wsgiref server to 65536 bytes. | ||||
| * | Merge from 3.3 | Senthil Kumaran | 2014-09-17 | 1 | -0/+5 |
| |\ | | | | | | | | | | Issue #22419: Limit the length of incoming HTTP request in wsgiref server to 65536 bytes. | ||||
| | * | Issue #22419: Limit the length of incoming HTTP request in wsgiref server to ↵ | Senthil Kumaran | 2014-09-17 | 1 | -0/+5 |
| | | | | | | | | | | | | 65536 bytes. | ||||
* | | | Merge from 3.4 | Senthil Kumaran | 2014-09-17 | 1 | -0/+2 |
|\ \ \ | |/ / | | | | | | | Issue #22421 - Secure pydoc server run. Bind it to localhost instead of all interfaces. | ||||
| * | | Merge from 3.3 | Senthil Kumaran | 2014-09-17 | 1 | -0/+2 |
| |\ \ | | |/ | | | | | | | Issue #22421 - Secure pydoc server run. Bind it to localhost instead of all interfaces. | ||||
| | * | Issue #22421 - Secure pydoc server run. Bind it to localhost instead of all ↵ | Senthil Kumaran | 2014-09-17 | 1 | -0/+2 |
| | | | | | | | | | | | | interfaces. | ||||
* | | | Close issue21706: add 'start' parameter to functional API | Ethan Furman | 2014-09-17 | 1 | -0/+66 |
| | | | |||||
* | | | Replace bad ftp URLs in test_urllib2net | Antoine Pitrou | 2014-09-16 | 1 | -34/+34 |
|\ \ \ | |/ / |