summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpo-3329: Fix typo in PyObjectArenaAllocator doc (GH-24795)Miss Islington (bot)2021-03-091-1/+1
* bpo-43415: Fix typo on dataclasses.rst (GH-24789) (GH-24791)Miss Islington (bot)2021-03-081-1/+1
* Put contextvars docs into the concurrency category (GH-24760)Miss Islington (bot)2021-03-062-1/+1
* [3.8] bpo-43406: Fix possible race condition where ``PyErr_CheckSignals`` tri...Antoine Pitrou2021-03-063-15/+91
* bpo-43407: Clarify comparisons of time.monotonic() et al results (GH-24757)Miss Islington (bot)2021-03-062-4/+8
* bpo-43396: Normalise naming in sqlite3 doc examples (GH-24746)Miss Islington (bot)2021-03-041-25/+25
* [3.8] bpo-37193: Remove thread objects which finished process its request (GH...Miss Islington (bot)2021-03-043-12/+64
* bpo-42782: Fail fast for permission errors in shutil.move() (GH-24001)Miss Islington (bot)2021-03-033-0/+50
* [3.8] Pin test runner to Ubuntu 18 to un-break CI (GH-24715) (GH-24717)Miss Islington (bot)2021-03-031-1/+1
* bpo-42840: Document providing kwargs to type. (GH-24173)Miss Islington (bot)2021-03-011-1/+8
* [3.8] [doc] Document VIRTUAL_ENV environment variable (GH-21970) (GH-24363)Miss Islington (bot)2021-03-011-0/+4
* closes bpo-43349: Fix tuning(7) manpage hyperlink. (GH-24680)Miss Islington (bot)2021-03-011-1/+3
* bpo-41837: Update macOS installer build to use OpenSSL 1.1.1j. (GH-24677)Miss Islington (bot)2021-03-012-3/+4
* closes bpo-43266: Improve array formatting. (GH-24573) (GH-24585)Miss Islington (bot)2021-03-011-4/+4
* bpo-36346: Document removal schedule of deprecate APIs (GH-20879) (#24626)Miss Islington (bot)2021-03-013-8/+9
* bpo-43316: gzip: Fix sys.exit() usage. (GH-24652)Miss Islington (bot)2021-02-262-2/+2
* bpo-43316: gzip: CLI uses non-zero return code on error. (GH-24647)Miss Islington (bot)2021-02-253-6/+8
* bpo-43293: Doc: move note about GIL to top of threading module (GH-24622)Miss Islington (bot)2021-02-241-13/+13
* [3.8] bpo-41841: prepare for 3.8.9 (GH-24635)Terry Jan Reedy2021-02-241-3/+7
* bpo-43283: Add IDLE doc paragraph about print speed (GH-24615) (GH-24632)Miss Islington (bot)2021-02-244-1/+25
* bpo-23882: Doc: Clarify unittest discovery document (GH-21560)Miss Islington (bot)2021-02-221-6/+12
* bpo-43260: io: Prevent large data remains in textio buffer. (GH-24592)Inada Naoki2021-02-223-3/+46
* bpo-43283: Rearrange some IDLE doc paragraphs. (GH-24604)Miss Islington (bot)2021-02-212-36/+37
* bpo-27646: Say that 'yield from' expression can be any iterable (GH-24595)Miss Islington (bot)2021-02-212-2/+4
* Fix typo in dis module doc (GH-24509)Miss Islington (bot)2021-02-201-1/+1
* bpo-43042: Augment tutorial sentence (GH-24514)Miss Islington (bot)2021-02-201-1/+2
* Post 3.8.8Łukasz Langa2021-02-191-1/+1
* Python 3.8.8v3.8.8Łukasz Langa2021-02-194-6/+14
* closes bpo-43254: Fix *snprintf() man page refs. (GH-24563)Miss Islington (bot)2021-02-191-2/+2
* Remove all links to mingw.org (GH-24552)Miss Islington (bot)2021-02-182-4/+1
* Post 3.8.8rc1Łukasz Langa2021-02-161-1/+1
* Python 3.8.8rc1v3.8.8rc1Łukasz Langa2021-02-1641-76/+374
* bpo-42819, readline: Disable bracketed paste (GH-24108)Miss Islington (bot)2021-02-153-0/+32
* Add a warning block around the get_referrers() documentation (GH-24511)Miss Islington (bot)2021-02-151-4/+5
* bpo-43108: Fix a reference leak in the curses module (GH-24420) (GH-24429)Miss Islington (bot)2021-02-152-1/+4
* [3.8] bpo-42967: only use '&' as a query string separator (GH-24297) (#24529)Senthil Kumaran2021-02-1510-46/+166
* bpo-43204: Fix LibTomCrypt URL in md5module.c and sha*module.c comments (GH-2...Miss Islington (bot)2021-02-144-4/+4
* bpo-43200: Fix link to shutil.copy() in the shutil doc (GH-24505)Miss Islington (bot)2021-02-131-2/+3
* [3.8] bpo-41824: Fix indentation issue in ForwardRef docs (#24495)Ken Jin2021-02-091-1/+1
* [3.8] bpo-41824: Add versionadded for typing.ForwardRef docs (#24224) (#24494)Ken Jin2021-02-091-0/+2
* bpo-16781: In 'exec' doc, add 'nonlocal' to 'yield' and 'return' (GH-2446)Miss Islington (bot)2021-02-071-1/+2
* Simple typo fix (GH-24448)Miss Islington (bot)2021-02-051-1/+1
* build(deps): bump actions/upload-artifact from v2.2.1 to v2.2.2 (GH-24411)Miss Islington (bot)2021-02-041-1/+1
* bpo-42773: fix tests not being run on pushes (GH-24004)Miss Islington (bot)2021-02-031-1/+1
* Fix typo (GH-23019)Miss Islington (bot)2021-02-031-1/+1
* Add link to Microsoft docs for limitations in Windows Store package (GH-24422)Miss Islington (bot)2021-02-031-0/+5
* bpo-41748: Handles unquoted attributes with commas (GH-24072)Miss Islington (bot)2021-02-013-37/+59
* bpo-43016: Fix test_curses on platform without cursesw (GH-24405) (GH-24408)Miss Islington (bot)2021-02-011-5/+23
* [3.9] bpo-41604: Don't decrement the reference count of the previous user_ptr...Miss Islington (bot)2021-01-312-1/+5
* [3.8] bpo-43016: Rewrite tests for curses (GH-24312). (GH-24399) (GH-24401)Serhiy Storchaka2021-01-311-214/+771