summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* [Issue #19357] Ensure module "loaded" during tests gets forgotten.Eric Snow2013-10-231-1/+1
* Issue #15207: Fix mimetypes to read from correct area in Windows registry (Or...Tim Golden2013-10-222-11/+14
* #8964: fix platform._sys_version to handle IronPython 2.6+.Ezio Melotti2013-10-212-3/+29
* Make test_audioop discoverable by unittest.Serhiy Storchaka2013-10-201-5/+1
* Issue #16038: CVE-2013-1752: ftplib: Limit amount of data read bySerhiy Storchaka2013-10-202-6/+39
* Issue #18235: Fix the sysconfig variables LDSHARED and BLDSHARED under AIX.Antoine Pitrou2013-10-191-1/+1
* Fixed tests for issue #19279.Serhiy Storchaka2013-10-191-4/+3
* Issue #19279: UTF-7 decoder no more produces illegal strings.Serhiy Storchaka2013-10-191-0/+30
* Issue #19276: Fixed the wave module on 64-bit big-endian platforms.Serhiy Storchaka2013-10-171-1/+3
* Issue 19276: Fix tests for wave files on big-endian platforms.Serhiy Storchaka2013-10-171-3/+10
* Issue #14407: Fix unittest test discovery in test_concurrent_futures.Antoine Pitrou2013-10-151-22/+13
* Print process instead of pid.Richard Oudkerk2013-10-151-1/+1
* Issue #18919: Fixed resource leaks in audio tests.Serhiy Storchaka2013-10-141-12/+12
* Issue #18919: Check warnings messages in the aifc module tests.Serhiy Storchaka2013-10-141-3/+7
* Closes #19258: close WSGI server after handling request in demo code.Georg Brandl2013-10-141-0/+1
* Closes #17154: error out gracefully on "ignore" or "condition" without argument.Georg Brandl2013-10-141-0/+4
* Closes #16657: fix docstring of traceback.format_tb().Georg Brandl2013-10-131-1/+1
* Issue #18776: atexit callbacks now display their full traceback when they rai...Antoine Pitrou2013-10-131-0/+19
* Issue #18919: Unified and extended tests for audio modules: aifc, sunau andSerhiy Storchaka2013-10-1318-226/+557
* Closes #17375: port new threading docstrings from 2.7.Georg Brandl2013-10-131-39/+375
* Make test_terminate() succeed or fail quickly.Richard Oudkerk2013-10-121-2/+14
* Issue #18919: If the close() method of a writer in the sunau or wave moduleSerhiy Storchaka2013-10-122-13/+18
* Issue #19131: The aifc module now correctly reads and writes sampwidth ofSerhiy Storchaka2013-10-121-4/+5
* Issue 19158: a rare race in BoundedSemaphore could allow .release() too often.Tim Peters2013-10-092-3/+23
* Issue #18037: Do not escape '\u' and '\U' in raw strings.Serhiy Storchaka2013-10-082-3/+2
* Issue 14927: Remove a docstring line that is no longer applicable.Raymond Hettinger2013-10-061-1/+0
* Minor clean-up of function parameters in random().Raymond Hettinger2013-10-061-11/+17
* #19166: use an unused var in a test. Patch by Vajrasky Kok.Ezio Melotti2013-10-051-0/+3
* Issue #18594: Make the C code more closely match the pure python code.Raymond Hettinger2013-10-041-0/+24
* [issue19152] Revert 832579dbafd6.Eric Snow2013-10-032-7/+0
* [issue19152] Add ExtensionFileLoader.get_filename().Eric Snow2013-10-032-0/+7
* [issue19151] Fix docstring and use of _get_suppported_file_loaders() to refle...Eric Snow2013-10-031-2/+2
* Issue #19014: memoryview.cast() is now allowed on zero-length views.Antoine Pitrou2013-10-031-3/+10
* Issue #18037: 2to3 now escapes '\u' and '\U' in native strings.Serhiy Storchaka2013-10-032-7/+62
* Issue #19137: The pprint module now correctly formats instances of set andSerhiy Storchaka2013-10-022-27/+80
* Close #19092: ExitStack now reraises exceptions from __exit__Nick Coghlan2013-10-012-3/+52
* Issue #12641: Avoid passing "-mno-cygwin" to the mingw32 compiler, except whe...Antoine Pitrou2013-09-301-8/+18
* Minor code improvement. Review comment by Eric V. SmithSenthil Kumaran2013-09-301-1/+1
* remove unused importsBenjamin Peterson2013-09-291-7/+0
* Issue #19112: avoid using function defined in method.Richard Oudkerk2013-09-291-8/+9
* remove duplicate method (closes #19127)Benjamin Peterson2013-09-291-3/+0
* condense two tests with the same name (closes #19114)Benjamin Peterson2013-09-291-13/+12
* move helper function into its test method (closes #19112)Benjamin Peterson2013-09-291-7/+6
* fix duplicate test names in test_dis (closes #19117)Benjamin Peterson2013-09-291-4/+0
* remove duplicate test_mkd (closes #19118)Benjamin Peterson2013-09-291-4/+0
* combine two tests to avoid duplicate names (closes #19116)Benjamin Peterson2013-09-291-1/+0
* fix duplicate test name (closes #19126)Benjamin Peterson2013-09-291-1/+1
* fix test to run and test that smtpd does support ELHO (closes #19125)Benjamin Peterson2013-09-291-3/+3
* remove duplicate test from test_import (closes #19122)Benjamin Peterson2013-09-291-11/+0
* Issue #4366: Fix building extensions on all platforms when --enable-shared is...Antoine Pitrou2013-09-281-4/+3