summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* os: Include posix functions in os.__all__. Closes issue #18554.Yury Selivanov2014-09-261-0/+8
* 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-252-10/+88
* 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 no...Yury Selivanov2014-09-251-6/+0
* asyncio.test_events: Partially reverting f7643c893587 to stay in sync with tu...Yury Selivanov2014-09-251-1/+1
* (Merge 3.4) test_faulthandler: fix typoVictor Stinner2014-09-241-1/+1
|\
| * test_faulthandler: fix typoVictor Stinner2014-09-241-1/+1
* | 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-241-0/+24
|\ \ | |/
| * Issue #22427: TemporaryDirectory no longer attempts to clean up twice whenSerhiy Storchaka2014-09-241-0/+24
* | Issue #22362: Forbidden ambiguous octal escapes out of range 0-0o377 inSerhiy Storchaka2014-09-231-5/+7
* | 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-231-4/+41
|\ \ | |/
| * Issue #20912: Now directories added to ZIP file have correct Unix and MS-DOSSerhiy Storchaka2014-09-231-4/+41
* | Fixed test_large_file_exception. Ported tests for large count of filesSerhiy Storchaka2014-09-231-1/+62
|\ \ | |/
| * Fixed test_large_file_exception. Ported tests for large count of filesSerhiy Storchaka2014-09-231-1/+62
* | Issue #21866: ZipFile.close() no longer writes ZIP64 central directorySerhiy Storchaka2014-09-231-6/+39
|\ \ | |/
| * Issue #21866: ZipFile.close() no longer writes ZIP64 central directorySerhiy Storchaka2014-09-231-6/+39
* | Issue #22278: Fix urljoin problem with relative urls, a regression observedSenthil Kumaran2014-09-221-0/+12
* | Issue #22423: Fixed debugging output of the GROUPREF_EXISTS opcode in the reSerhiy Storchaka2014-09-211-6/+23
|\ \ | |/
| * Issue #22423: Fixed debugging output of the GROUPREF_EXISTS opcode in the reSerhiy Storchaka2014-09-211-6/+23
| * Merge headsSerhiy Storchaka2014-09-211-0/+33
| |\
* | \ Merge headsSerhiy Storchaka2014-09-211-0/+33
|\ \ \
| * \ \ Issue #21332: Ensure that ``bufsize=1`` in subprocess.Popen() selects line bu...Antoine Pitrou2014-09-211-0/+33
| |\ \ \ | | | |/ | | |/|
| | * | Issue #21332: Ensure that ``bufsize=1`` in subprocess.Popen() selects line bu...Antoine Pitrou2014-09-211-0/+33
* | | | Issue #22423: Unhandled exception in thread no longer causes unhandledSerhiy Storchaka2014-09-211-2/+83
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Issue #22423: Unhandled exception in thread no longer causes unhandledSerhiy Storchaka2014-09-211-2/+83
| |/
* | Merge: #21091: make is_attachment a method.R David Murray2014-09-201-5/+5
|\ \ | |/
| * #21091: make is_attachment a method.R David Murray2014-09-201-5/+15
* | Merge: #21079: is_attachment now looks only at the value, ignoring parameters.R David Murray2014-09-201-1/+2
|\ \ | |/
| * #21079: is_attachment now looks only at the value, ignoring parameters.R David Murray2014-09-201-1/+2
* | Issue #22247: Add NNTPError to nntplib.__all__.Berker Peksag2014-09-201-5/+12
|\ \ | |/
| * Issue #22247: Add NNTPError to nntplib.__all__.Berker Peksag2014-09-201-5/+12
* | Issue #22366: urllib.request.urlopen will accept a context object (SSLContext)Senthil Kumaran2014-09-191-0/+8
* | Closes #11471: avoid generating a JUMP_FORWARD instruction at the end of an i...Antoine Pitrou2014-09-181-88/+84
* | Issue #4180: The warnings registries are now reset when the filters are modif...Antoine Pitrou2014-09-181-2/+47
|\ \ | |/
| * Issue #4180: The warnings registries are now reset when the filters are modif...Antoine Pitrou2014-09-181-2/+47
* | (Merge 3.4) asyncio, Tulip issue 206: In debug mode, keep the callback in theVictor Stinner2014-09-171-4/+5
|\ \ | |/
| * asyncio, Tulip issue 206: In debug mode, keep the callback in theVictor Stinner2014-09-171-4/+5
* | Merge from 3.4Senthil Kumaran2014-09-171-0/+5
|\ \ | |/
| * Merge from 3.3Senthil Kumaran2014-09-171-0/+5
| |\
| | * Issue #22419: Limit the length of incoming HTTP request in wsgiref server to ...Senthil Kumaran2014-09-171-0/+5
* | | Merge from 3.4Senthil Kumaran2014-09-171-0/+2
|\ \ \ | |/ /
| * | Merge from 3.3Senthil Kumaran2014-09-171-0/+2
| |\ \ | | |/
| | * Issue #22421 - Secure pydoc server run. Bind it to localhost instead of all i...Senthil Kumaran2014-09-171-0/+2
* | | Close issue21706: add 'start' parameter to functional APIEthan Furman2014-09-171-0/+66
* | | Replace bad ftp URLs in test_urllib2netAntoine Pitrou2014-09-161-34/+34
|\ \ \ | |/ /