summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* bpo-37681: no_sanitize_thread support from GCC 5.1 (GH-15096)Hai Shi2019-08-141-2/+2
* bpo-37337: Fix a GCC 9 warning in Objects/descrobject.c (GH-14814)Zackery Spytz2019-08-141-1/+1
* bpo-37760: Factor out standard range-expanding logic in makeunicodedata. (GH-...Greg Price2019-08-141-33/+35
* bpo-37256: Wording in Request class docs (#14792)Ngalim Siregar2019-08-142-1/+2
* bpo-25172: Add test for crypt ImportError on Windows (GH-15252)shireenrao2019-08-131-7/+28
* bpo-37689: add Path.is_relative_to() method (GH-14982)Hai Shi2019-08-134-1/+111
* bpo-37814: Document the empty tuple type annotation syntax (GH-15208)Josh Holland2019-08-131-1/+2
* bpo-37583: Add err 113 to support.get_socket_conn_refused_errs() (GH-14729)Hai Shi2019-08-131-0/+3
* bpo-37841: Remove python_uwp dependency on msvcp140.dll (GH-15253)Steve Dower2019-08-131-0/+9
* bpo-37760: Constant-fold some old options in makeunicodedata. (GH-15129)Greg Price2019-08-131-24/+20
* bpo-37758: Clean out vestigial script-bits from test_unicodedata. (GH-15126)Greg Price2019-08-131-17/+5
* bpo-37760: Mark all generated Unicode data headers as generated. (GH-15171)Greg Price2019-08-131-1/+1
* bpo-37760: Factor out the basic UCD parsing logic of makeunicodedata. (GH-15130)Greg Price2019-08-131-133/+109