summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* bpo-37207: enable vectorcall for type.__call__ (GH-14588)Jeroen Demeyer2019-08-152-2/+6
* Replace usage of the obscure PEM_read_bio_X509_AUX with the more standard PEM...Alex Gaynor2019-08-151-1/+1
* bpo-37760: Avoid cluttering work tree with downloaded Unicode files. (GH-15128)Greg Price2019-08-152-2/+6
* bpo-37775: Update compileall doc for invalidation_mode parameter (GH-15148)Hai Shi2019-08-141-3/+12
* bpo-21131: Fix faulthandler.register(chain=True) stack (GH-15276)Victor Stinner2019-08-142-1/+9
* bpo-37811: FreeBSD, OSX: fix poll(2) usage in sockets module (GH-15202)Artem Khramov2019-08-143-0/+16
* bpo-37826: Document exception chaining in Python tutorial for errors. (GH-15243)Abhilash Raj2019-08-141-0/+47
* bpo-37849: IDLE: fix completion window positioning above line (GH-15267)Tal Einat2019-08-143-2/+20
* bpo-36030: Improve performance of some tuple operations (GH-12052)Sergey Fedoseev2019-08-141-32/+71
* bpo-37531: Fix regrtest timeout for subprocesses (GH-15072)Victor Stinner2019-08-145-14/+78
* bpo-36502: Correct documentation of str.isspace() (GH-15019)Greg Price2019-08-142-4/+19
* bpo-37738: Fix curses addch(str, color_pair) (GH-15071)Victor Stinner2019-08-142-3/+17