summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Replace usage of the obscure PEM_read_bio_X509_AUX with the more standard PEM...alex-patch-1Alex Gaynor2019-08-151-1/+1
* bpo-37760: Avoid cluttering work tree with downloaded Unicode files. (GH-15128)Greg Price2019-08-142-2/+6
* bpo-37775: Update compileall doc for invalidation_mode parameter (GH-15148)Hai Shi2019-08-151-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-131-33/+35
* bpo-37256: Wording in Request class docs (#14792)Ngalim Siregar2019-08-132-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-121-24/+20
* bpo-37758: Clean out vestigial script-bits from test_unicodedata. (GH-15126)Greg Price2019-08-121-17/+5
* bpo-37760: Mark all generated Unicode data headers as generated. (GH-15171)Greg Price2019-08-121-1/+1
* bpo-37760: Factor out the basic UCD parsing logic of makeunicodedata. (GH-15130)Greg Price2019-08-121-133/+109
* bpo-37759: Second round of edits to Whatsnew 3.8 (GH-15204)Raymond Hettinger2019-08-121-20/+88
* Remove versioned executables from non-APPX packages (GH-15237)Steve Dower2019-08-121-3/+0
* bpo-37354: Sign Activate.ps1 for release (GH-15235)Steve Dower2019-08-126-4/+29
* bpo-37354: Make Powershell Activate.ps1 script static to allow for signing (G...Derek Keeler2019-08-122-28/+204
* bpo-37804: Remove the deprecated method threading.Thread.isAlive() (GH-15225)Dong-hee Na2019-08-124-12/+6
* Fix docs for assert_called and assert_called_once (#15197)Ismail S2019-08-121-2/+2
* bpo-37819: Add Fraction.as_integer_ratio() (GH-15212)Raymond Hettinger2019-08-114-0/+23
* bpo-32178: Fix IndexError trying to parse 'To' header starting with ':'. (GH-...Abhilash Raj2019-08-113-1/+12
* Delete leftover clinic-generated file for C zipimport. (GH-15174)Greg Price2019-08-101-325/+0
* bpo-32912: Revert SyntaxWarning on invalid escape sequences. (GH-15195)Gregory P. Smith2019-08-106-18/+43
* bpo-37642: Update acceptable offsets in timezone (GH-14878)Ngalim Siregar2019-08-095-5/+44
* bpo-36511: Fix failures in Windows ARM32 buildbot (GH-15181)Paul Monson2019-08-082-0/+2
* bpo-37795: Capture DeprecationWarnings in the test suite (GH-15184)Pablo Galindo2019-08-082-3/+11
* bpo-37268: test_parser fails when run with -Werror (GH-15183)Zackery Spytz2019-08-081-1/+5
* bpo-25172: Raise appropriate ImportError msg when crypt module used on Window...shireenrao2019-08-082-1/+11
* bpo-37587: optimize json.loads (GH-15134)Inada Naoki2019-08-081-20/+19
* bpo-35892: Add usage note to mode() (GH-15122)Raymond Hettinger2019-08-081-1/+3
* bpo-37685: Use singletons ALWAYS_EQ and NEVER_EQ in more tests. (GH-15167)Serhiy Storchaka2019-08-089-57/+30
* bpo-37685: Fixed __eq__, __lt__ etc implementations in some classes. (GH-14952)Serhiy Storchaka2019-08-0823-1147/+1292
* bpo-34775: Return NotImplemented in PurePath division. (GH-9509)aiudirog2019-08-083-2/+52
* bpo-37734: Remove unnecessary brace escapes in PC/layout script (GH-15165)Steve Dower2019-08-071-1/+1
* bpo-37778: Fixes the icons used for file associations to the Microsoft Store ...Steve Dower2019-08-073-14/+20
* bpo-37734: Fix use of registry values to launch Python from Microsoft Store a...Steve Dower2019-08-073-9/+16
* Update pickle.rst (GH-14128)Géry Ogam2019-08-061-17/+19
* bpo-37004: Documented asymmetry of string arguments in difflib.SequenceMatche...sweeneyde2019-08-062-0/+11
* bpo-37646: Document that eval() cannot access nested scopes (GH-15117)Raymond Hettinger2019-08-061-6/+10