summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Fixed tests on Windows for issue #21883.Serhiy Storchaka2014-10-043-3/+4
* Issue #21883: os.path.join() and os.path.relpath() now raise a TypeError withSerhiy Storchaka2014-10-047-91/+134
* Issue #22219: The zipfile module CLI now adds entries for directoriesSerhiy Storchaka2014-10-041-2/+9
|\
| * Issue #22219: The zipfile module CLI now adds entries for directoriesSerhiy Storchaka2014-10-041-2/+9
* | merge 3.4Benjamin Peterson2014-10-031-0/+15
|\ \ | |/
| * separate cert loading tests into Windows and non-Windows casesBenjamin Peterson2014-10-031-0/+15
* | merge 3.4 (#22449)Benjamin Peterson2014-10-032-2/+9
|\ \ | |/
| * also use openssl envvars to find certs on windows (closes #22449)Benjamin Peterson2014-10-032-2/+9
* | #22508: Drop email __version__ string. It no longer means anything.R David Murray2014-10-031-2/+0
* | Merge: #12780: update inspect test skipIf for PEP 3147.R David Murray2014-10-031-4/+5
|\ \ | |/
| * #12780: update inspect test skipIf for PEP 3147.R David Murray2014-10-031-4/+5
* | Make test_datetime a better citizen (issue #22540)Antoine Pitrou2014-10-032-6/+6
* | Merge: #8473: Add tests that doctest uses universal newlines in testfile.R David Murray2014-10-031-0/+30
|\ \ | |/
| * #8473: Add tests that doctest uses universal newlines in testfile.R David Murray2014-10-031-0/+30
* | merge 3.4Georg Brandl2014-10-021-1/+1
|\ \ | |/
| * Closes #19434: fix copy-paste error in MIMENonMultipart docstring.Georg Brandl2014-10-021-1/+1
* | Issue #20079: Fixed tests.Serhiy Storchaka2014-10-021-1/+1
|\ \ | |/
| * Issue #20079: Fixed tests.Serhiy Storchaka2014-10-021-1/+1
* | Issue #20079: Updated alias mapping to glibc 2.19 SUPPORTED file.Serhiy Storchaka2014-10-021-1/+11
|\ \ | |/
| * Issue #20079: Updated alias mapping to glibc 2.19 SUPPORTED file.Serhiy Storchaka2014-10-021-1/+11
* | Issue #20076: Apply optimization in makelocalealias.py repeatedly.Serhiy Storchaka2014-10-021-1/+0
|\ \ | |/
| * Issue #20076: Remove just added the sr_rs.utf8@latn alias because it isSerhiy Storchaka2014-10-021-1/+0
* | - Issue #17219: Add library build dir for Python extension cross-builds.doko@ubuntu.com2014-10-021-1/+1
|\ \ | |/
| * - Issue #17219: Add library build dir for Python extension cross-builds.doko@ubuntu.com2014-10-021-1/+1
* | Issue #20076: Added non derived UTF-8 aliases to locale aliases table.Serhiy Storchaka2014-10-011-0/+9
|\ \ | |/
| * Issue #20076: Added non derived UTF-8 aliases to locale aliases table.Serhiy Storchaka2014-10-011-0/+9
| * Issue #20079: Added locales supported in glibc 2.18 to locale alias table.Serhiy Storchaka2014-10-011-0/+99
* | Issue #20079: Added locales supported in glibc 2.18 to locale alias table.Serhiy Storchaka2014-10-011-0/+99
* | Closes #20218: Added convenience methods read_text/write_text and read_bytes/Georg Brandl2014-10-012-0/+50
* | Update 3.5 Idle News up to 3.4.2 changes.Terry Jan Reedy2014-10-011-0/+52
|\ \ | |/
| * Update Idle news for 3.4.2 (and 3.4.1).Terry Jan Reedy2014-10-011-0/+57
* | Merge: #22512: move distutils rpm test's .rpmdb to testing tmpdir.R David Murray2014-10-011-0/+3
|\ \ | |/
| * #22512: move distutils rpm test's .rpmdb to testing tmpdir.R David Murray2014-10-011-0/+3
| * Move Doc/tools/sphinxext content to Doc/tools, there is no need for the neste...Georg Brandl2014-09-301-1/+1
* | Issue #22333: test_threaded_import now displays elapsed time in verbose mode.Victor Stinner2014-09-301-0/+4
* | Issue #22333: Extend timeout in test_threaded_importVictor Stinner2014-09-301-1/+1
* | Move Doc/tools/sphinxext content to Doc/tools, there is no need for the neste...Georg Brandl2014-09-301-1/+1
* | (Merge 3.4) Issue #22448: asyncio, cleanup _run_once(), only iterate once toVictor Stinner2014-09-301-4/+7
|\ \ | |/
| * Issue #22448: asyncio, cleanup _run_once(), only iterate once to remove delayedVictor Stinner2014-09-301-4/+7
* | Remove pointless "vile hack" that can cause the build step to fail when some ...Antoine Pitrou2014-09-301-9/+2
* | (Merge 3.4) faulthandler: test_gil_released() now uses _sigsegv() instead ofVictor Stinner2014-09-301-2/+2
|\ \ | |/
| * faulthandler: test_gil_released() now uses _sigsegv() instead of _read_null(),Victor Stinner2014-09-301-2/+2
* | merge 3.4 (#22517)Benjamin Peterson2014-09-301-0/+6
|\ \ | |/
| * merge 3.3 (#22517)Benjamin Peterson2014-09-301-0/+6
| |\
| | * clear BufferedRWPair weakrefs on deallocation (closes #22517)Benjamin Peterson2014-09-301-0/+6
* | | fix windows tests (#16662)Benjamin Peterson2014-09-301-14/+15
* | | Issue #22437: Number of capturing groups in regular expression is no longerSerhiy Storchaka2014-09-294-9/+27
* | | #17442: Add chained traceback support to InteractiveInterpreter.R David Murray2014-09-292-12/+57
* | | Issue #22510: Get rid of little overhead of testing re.DEBUG flag.Serhiy Storchaka2014-09-291-7/+5
* | | Closes issue #20858: Enhancements/fixes to pure-python datetime moduleAlexander Belopolsky2014-09-282-139/+236