summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-14465: Add an indent() function to xml.etree.ElementTree to pretty-print ...Stefan Behnel2019-08-234-1/+183
* test_gdb: use unittest test discovery (GH-15405)Victor Stinner2019-08-231-11/+5
* bpo-37531: Fix regrtest _timedout() function on timeout (GH-15419)Victor Stinner2019-08-231-2/+2
* bpo-37926: Fix PySys_SetArgvEx(0, NULL, 0) crash (GH-15415)Victor Stinner2019-08-232-1/+2
* Correct minor grammar mistake (GH-15404)Andre Delfino2019-08-231-1/+1
* bpo-30826: Improve control flow examples (GH-15407)Raymond Hettinger2019-08-231-14/+14
* bpo-12634: Clarify an awkward section of the tutorial (GH-15406)Raymond Hettinger2019-08-231-6/+14
* bpo-30550: Clarify JSON ordering guarantees (GH-15397)Raymond Hettinger2019-08-221-0/+12
* bpo-37915: Fix comparison between tzinfo objects and timezone objects (GH-15390)Pablo Galindo2019-08-223-1/+10
* bpo-28556: Add a regression test to typing (GH-15396)Ivan Levkivskyi2019-08-221-0/+17
* bpo-32554: Deprecate hashing arbitrary types in random.seed() (GH-15382)Raymond Hettinger2019-08-224-2/+30
* bpo-14050: Note that not all data can be sorted (GH-15381)Raymond Hettinger2019-08-221-0/+7
* bpo-27961: Remove leftovers from the times when long long wasn't required (GH...Sergey Fedoseev2019-08-225-38/+26
* Add missing space to warning message (GH-14915)Florian Bruhin2019-08-221-1/+1
* Refactor Parser/pgen and add documentation and explanations (GH-15373)Pablo Galindo2019-08-227-332/+753
* bpo-37834: Fix test on Windows 7 (GH-15377)Steve Dower2019-08-221-0/+3
* bpo-9949: Call normpath() in realpath() and avoid unnecessary prefixes (GH-15...Steve Dower2019-08-212-5/+10
* bpo-36311: Fixes decoding multibyte characters around chunk boundaries and im...Steve Dower2019-08-213-9/+29
* bpo-37482: Fix email address name with encoded words and special chars (GH-14...bsiem2019-08-213-0/+28
* bpo-37663: have venv activation scripts all consistently use __VENV_PROMPT__ ...Brett Cannon2019-08-215-46/+30
* bpo-37834: Normalise handling of reparse points on Windows (GH-15231)Steve Dower2019-08-2116-233/+470
* Revert mode change that loses information in directory listings on Linux. (#1...Stefan Krah2019-08-211-0/+0
* bpo-9949: Enable symlink traversal for ntpath.realpath (GH-15287)Steve Dower2019-08-218-32/+304
* Fix difflib `?` hint in diff output when dealing with tabs (#15201)Anthony Sottile2019-08-213-23/+20
* Update asyncio.ensure_future() documentation (GH-15347)Roger Iyengar2019-08-211-1/+3
* bpo-37751: Fix codecs.lookup() normalization (GH-15092)Jordon Xu2019-08-212-16/+17
* bpo-37860: Add netlify deploy preview for docs (GH-15288)Ashwin Ramaswami2019-08-213-0/+10
* bpo-37851: faulthandler allocates its stack on demand (GH-15358)Victor Stinner2019-08-212-48/+101
* bpo-37823: Fix open() link in telnetlib doc (GH-15281)Michael Anckaert2019-08-211-1/+1
* bpo-37531: Enhance regrtest multiprocess timeout (GH-15345)Victor Stinner2019-08-212-18/+66
* Unmark files as executable that can't actually be executed. (GH-15353)Greg Price2019-08-2116-0/+1
* bpo-35518: Skip test that relies on a deceased network service. (GH-15349)Greg Price2019-08-211-0/+1
* abstract.c should not be executable. (GH-15348)Benjamin Peterson2019-08-211-0/+0
* Remove a dead comment from ossaudiodev.c (#15346)Brett Cannon2019-08-201-2/+0
* bpo-32793: Fix a duplicate debug message in smtplib (GH-15341)Zackery Spytz2019-08-202-2/+1
* bpo-15913: Implement PyBuffer_SizeFromFormat() (GH-13873)Joannah Nanjekye2019-08-206-3/+83
* bpo-37732: Fix GCC warning in _PyObject_Malloc() (GH-15333)Victor Stinner2019-08-201-21/+16
* bpo-37868: Improve is_dataclass for instances. (GH-15325)Eric V. Smith2019-08-203-2/+32
* Minor documentation fixes on library/enum (GH-15234)Antoine2019-08-202-5/+5
* Delete stale comment in Python/getopt.c. (GH-14719)Hansraj Das2019-08-201-4/+0
* Revert "bpo-37788: Fix a reference leak if a thread is not joined (GH-15228)"...Victor Stinner2019-08-193-19/+0
* bpo-37788: Fix a reference leak if a thread is not joined (GH-15228)Victor Stinner2019-08-193-0/+19
* Remove 'unstable' warning for Windows Store package in docs (GH-15334)Steve Dower2019-08-191-7/+4
* bpo-36266: Add module name in ImportError when DLL not found on Windows (GH-1...shireenrao2019-08-172-4/+5
* Insert a missing close parenthesis (GH-15316)cocoatomo2019-08-171-1/+1
* fix link to time function from time_ns doc (GH-15285)Éric Araujo2019-08-171-1/+1
* Add a minor `Fraction.__hash__()` optimization (GH-15313)Tim Peters2019-08-171-2/+17
* bpo-37540: vectorcall: keyword names must be strings (GH-14682)Jeroen Demeyer2019-08-1610-46/+43
* bpo-37863: Optimize Fraction.__hash__() (#15298)Raymond Hettinger2019-08-162-15/+12
* Indent code inside if block. (GH-15284)Hansraj Das2019-08-151-1/+1