summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Collapse)AuthorAgeFilesLines
* Issue #22219: The zipfile module CLI now adds entries for directoriesSerhiy Storchaka2014-10-041-2/+9
|\ | | | | | | (including empty directories) in ZIP file.
| * Issue #22219: The zipfile module CLI now adds entries for directoriesSerhiy Storchaka2014-10-041-2/+9
| | | | | | | | (including empty directories) in ZIP file.
* | 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
| | | | | | | | Patch by Christian Heimes and Alex Gaynor.
* | #22508: Drop email __version__ string. It no longer means anything.R David Murray2014-10-031-2/+0
| | | | | | | | | | | | A debian code search (by Tshepang Lekhonkhobe) turned up only one package checking email.__version__...and it was the 2.7-only mailman package. Since Barry approves this change, it seems safe enough to make it...
* | 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
| | | | | | | | | | | | | | | | | | | | | | | | The test needs to be skipped if unicodedata is either part of the main binary (a repackaging of cpython on Windows?) or has python source (pypy?). PEP 3147 makes __file__ point to the .py source, so we need to change the extension check from looking for the old .pyc/.pyo to just looking for .py. Note that this skip should never trigger on CPython itself, so one could argue it should be dropped instead. But since it exists, why risk breaking someone else's python.
* | 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
| | | | | | | | Python3 does not have the bug covered by the issue.
* | 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
|\ \ | |/ | | | | | | Remove just added the sr_rs.utf8@latn alias because it is derived from sr_rs@latin.
| * Issue #20076: Remove just added the sr_rs.utf8@latn alias because it isSerhiy Storchaka2014-10-021-1/+0
| | | | | | | | derived from sr_rs@latin.
* | - 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
|\ \ | |/ | | | | The makelocalealias.py script no longer ignores UTF-8 mapping.
| * 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
| | | | | | | | | | The makelocalealias.py script now can parse the SUPPORTED file from glibc sources and supports command line options for source paths.
* | Closes #20218: Added convenience methods read_text/write_text and read_bytes/Georg Brandl2014-10-012-0/+50
| | | | | | | | | | | | write_bytes to pathlib.Path objects. Thanks to Christopher Welborn and Ram Rachum for original patches.
* | 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
| | | | | | | | Patch by Francis MB.
| * Move Doc/tools/sphinxext content to Doc/tools, there is no need for the ↵Georg Brandl2014-09-301-1/+1
| | | | | | | | nested subdirectory anymore.
* | 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
| | | | | | | | | | | | Check if the sporadic failure is related to a timeout. The test just failed on the buildbot "x86 Windows7 3.x": 1 thread done / 20 (the 'done' condition was not signaled because 1 < 20).
* | Move Doc/tools/sphinxext content to Doc/tools, there is no need for the ↵Georg Brandl2014-09-301-1/+1
| | | | | | | | nested subdirectory anymore.
* | (Merge 3.4) Issue #22448: asyncio, cleanup _run_once(), only iterate once toVictor Stinner2014-09-301-4/+7
|\ \ | |/ | | | | remove delayed calls that were cancelled.
| * Issue #22448: asyncio, cleanup _run_once(), only iterate once to remove delayedVictor Stinner2014-09-301-4/+7
| | | | | | | | calls that were cancelled.
* | Remove pointless "vile hack" that can cause the build step to fail when some ↵Antoine Pitrou2014-09-301-9/+2
| | | | | | | | | | | | extension modules can't be imported. See issue #5309 for the build failures, issue #458343 for the original motivation.
* | (Merge 3.4) faulthandler: test_gil_released() now uses _sigsegv() instead ofVictor Stinner2014-09-301-2/+2
|\ \ | |/ | | | | | | | | | | _read_null(), because _read_null() cannot be used on AIX. On AIX, reading from NULL is allowed: the first page of memory is a mapped read-only on AIX. _read_null() and _sigabrt() don't accept parameters.
| * faulthandler: test_gil_released() now uses _sigsegv() instead of _read_null(),Victor Stinner2014-09-301-2/+2
| | | | | | | | | | because _read_null() cannot be used on AIX. On AIX, reading from NULL is allowed: the first page of memory is a mapped read-only on AIX.
* | 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
| | | | | | | | | | | | From Robert Collins.
* | | Issue #22437: Number of capturing groups in regular expression is no longerSerhiy Storchaka2014-09-294-9/+27
| | | | | | | | | | | | limited by 100.
* | | #17442: Add chained traceback support to InteractiveInterpreter.R David Murray2014-09-292-12/+57
| | | | | | | | | | | | Patch by Claudiu Popa.
* | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch brings the pure-python datetime more in-line with the C module. Patch contributed by Brian Kearns, a PyPy developer. PyPy project has been running these modifications in PyPy2 stdlib. This commit includes: - General PEP8/cleanups; - Better testing of argument types passed to constructors; - Removal of duplicate operations; - Optimization of timedelta creation; - Caching the result of __hash__ like the C accelerator; - Enhancements/bug fixes in tests.
* | | merge 3.4 (#22379)Benjamin Peterson2014-09-283-15/+12
|\ \ \ | |/ /
| * | check that exception messages are not empty (#22379)Benjamin Peterson2014-09-283-15/+12
| | | | | | | | | | | | Patch by Yongzhi Pan.