summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* bpo-36025: Fix PyDate_FromTimestamp API (GH-11922)Paul Ganssle2019-04-271-0/+35
* Syntax highlight IDLE html doc code example. (GH-12981)Terry Jan Reedy2019-04-271-25/+23
* bpo-36719: regrtest closes explicitly WindowsLoadTracker (GH-12965)Victor Stinner2019-04-262-14/+29
* bpo-36719: Fix regrtest re-run (GH-12964)Victor Stinner2019-04-263-14/+35
* bpo-36719: regrtest always detect uncollectable objects (GH-12951)Victor Stinner2019-04-264-69/+62
* bpo-36669: add matmul support to weakref.proxy (GH-12932)Mark Dickinson2019-04-261-0/+15
* bpo-36725: Refactor regrtest multiprocessing code (GH-12961)Victor Stinner2019-04-264-152/+202
* bpo-36725: regrtest: add TestResult type (GH-12960)Victor Stinner2019-04-268-208/+286
* bpo-35920: Windows 10 ARM32 platform support (GH-11774)Paul Monson2019-04-2512-10/+94
* bpo-21536: C extensions are no longer linked to libpython (GH-12946)Victor Stinner2019-04-251-17/+2
* bpo-28552: Fix distutils.sysconfig for empty sys.executable (GH-12875)Victor Stinner2019-04-252-2/+7
* bpo-36465: Fix test_regrtest on Windows (GH-12945)Victor Stinner2019-04-241-1/+1
* bpo-36465: Make release and debug ABI compatible (GH-12615)Victor Stinner2019-04-241-1/+1
* bpo-36668: FIX reuse semaphore tracker for child processes (#5172)Thomas Moreau2019-04-242-10/+54
* fix typo in gzip.py (GH-12928)Maximilian Nöthe2019-04-241-1/+1
* bpo-36454: Fix test_time.test_monotonic() (GH-12929)Victor Stinner2019-04-231-2/+3
* bpo-36018: Make "seed" into a keyword only argument (GH-12921)Raymond Hettinger2019-04-231-1/+1
* bpo-35904: Add missing fmean() entry to the summary table (GH-12919)Raymond Hettinger2019-04-231-0/+1
* Document that TestCase.assertCountEqual() can take iterables (GH-686)jkleint2019-04-231-3/+2
* bpo-36546: Add statistics.quantiles() (#12710)Raymond Hettinger2019-04-232-4/+195
* bpo-36679: Rename duplicate test_class_getitem function (GH-12892)Windson yang2019-04-221-1/+1
* bpo-36680: Rename duplicate test_source_from_cache_path_like_arg function (GH...Windson yang2019-04-221-1/+1
* bpo-36681: Remove duplicate test_regression_29220 function (GH-12894)Windson yang2019-04-221-6/+0
* bpo-36682: Rename duplicate tests in test_sys_setprofile (GH-12895)Windson yang2019-04-221-2/+2
* bpo-36683: Rename duplicate test_io_encoding to test_pyio_encoding (GH-12896)Windson yang2019-04-221-1/+1
* bpo-36678: Rename duplicate tests in test_dataclasses (GH-12899)Windson yang2019-04-221-15/+3
* Fixes platform.win32_ver on non-Windows platforms (GH-12912)Steve Dower2019-04-221-12/+12
* bpo-29734: Cleanup test_getfinalpathname_handles test (GH-12908)Berker Peksag2019-04-221-21/+14
* bpo-36523: Add docstring to io.IOBase.writelines (GH-12683)Marcin Niemira2019-04-221-0/+5
* bpo-23078: Add support for {class,static}method to mock.create_autospec() (G...Xtreak2019-04-224-2/+79
* bpo-36650: Fix handling of empty keyword args in C version of lru_cache. (GH-...Raymond Hettinger2019-04-201-0/+14
* bpo-30485: Change the prefix for defining the default namespace in ElementPat...Stefan Behnel2019-04-182-7/+3
* bpo-36635: Add _testinternalcapi module (GH-12841)Victor Stinner2019-04-181-1/+1
* bpo-36638: Fix WindowsLoadTracker exception on some Windows versions (GH-12849)Paul Monson2019-04-181-2/+7
* bpo-35755: Don't say "to mimick Unix which command behavior" (GH-12861)Victor Stinner2019-04-172-2/+2
* bpo-31904: Port test_resource to VxWorks (GH-12719)Lihua Zhao2019-04-171-0/+4
* bpo-31904: Port test_cmd_line to VxWorks (#12648)Lihua Zhao2019-04-171-0/+2
* bpo-35755: Remove current directory from posixpath.defpath (GH-11586)Victor Stinner2019-04-171-1/+1
* bpo-35755: shutil.which() uses os.confstr("CS_PATH") (GH-12858)Victor Stinner2019-04-174-18/+149
* bpo-31904: Fix test_tabnanny on VxWorks (GH-12646)Lihua Zhao2019-04-171-2/+4
* bpo-27860: ipaddress: fix Interface missed some attributes (GH-12836)Inada Naoki2019-04-152-71/+56
* bpo-36348: IMAP4.logout() doesn't ignore exc (GH-12411)Victor Stinner2019-04-152-13/+20
* bpo-36625: Remove obsolete comments from docstrings in fractions module (GH-1...Jakub Molinski2019-04-151-3/+3
* bpo-36629: Add support.get_socket_conn_refused_errs() (GH-12834)Victor Stinner2019-04-153-16/+19
* bpo-31904: Port the time module on VxWorks (GH-12305)pxinwr2019-04-151-1/+5
* bpo-27860: use cached_property (GH-12832)Inada Naoki2019-04-152-53/+17
* bpo-30485: Re-allow empty strings in ElementPath namespace mappings since the...Stefan Behnel2019-04-142-5/+0
* bpo-16079: fix duplicate test method name in test_gzip. (GH-12827)Gregory P. Smith2019-04-141-1/+1
* bpo-31658: Make xml.sax.parse accepting Path objects (GH-8564)Mickaël Schoentgen2019-04-142-1/+14
* bpo-30485: support a default prefix mapping in ElementPath by passing None as...Stefan Behnel2019-04-142-9/+30