summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [3.9] Clarify attribute docs on types.ModuleType (GH-24974)backport-76b5d71-3.9Brett Cannon2021-03-231-2/+30
* bpo-43555: Report the column offset for invalid line continuation character (...Miss Islington (bot)2021-03-224-6/+13
* bpo-43577: Fix deadlock with SSLContext._msg_callback and sni_callback (GH-24...Miss Islington (bot)2021-03-214-0/+29
* [3.9] bpo-43517 (followup): Install additional test directory (GH-24950) (GH-...Antoine Pitrou2021-03-201-0/+1
* [3.9] bpo-43517: Fix false positive in detection of circular imports (GH-2489...Antoine Pitrou2021-03-205-2/+81
* bpo-43521: Allow ast.unparse with empty sets and NaN (GH-24897)Miss Islington (bot)2021-03-183-9/+27
* bpo-41561: Add workaround for Ubuntu's custom security level (GH-24915)Miss Islington (bot)2021-03-183-1/+31
* Add a warning block around the get_referrers() documentation (GH-24511)Miss Islington (bot)2021-03-171-4/+5
* bpo-35883: Py_DecodeLocale() escapes invalid Unicode characters (GH-24843)Miss Islington (bot)2021-03-174-69/+148
* [3.9] bpo-43499: Restrict co_code to be under INT_MAX in codeobject (GH-20628...Ammar Askar2021-03-172-1/+11
* bpo-41654: Fix compiler warning in MemoryError_dealloc() (GH-22387) (GH-24894)Miss Islington (bot)2021-03-161-1/+2
* bpo-43499: Silence compiler warnings about using legacy C API on Windows (GH-...Serhiy Storchaka2021-03-168-0/+42
* bpo-43506: Doc: Update removal schedule for Py_UNICODE encoder APIs (GH-24885)Miss Islington (bot)2021-03-151-11/+15
* [3.9] bpo-43285: Add a What's New entry for 3.9.3. (GH-24888)Gregory P. Smith2021-03-151-0/+9
* bpo-43285 Make ftplib not trust the PASV response. (GH-24838)Miss Islington (bot)2021-03-153-3/+43
* Fix typo in the word "spaghetti" (GH-24866)Miss Islington (bot)2021-03-151-1/+1
* [3.9] [doc] Document logging.basicConfig default format (GH-23710) (GH-24835)Miss Islington (bot)2021-03-151-1/+3
* bpo-43199: Briefly explain why no goto (GH-24852)Miss Islington (bot)2021-03-142-1/+10
* bpo-39943: Fix MSVC warnings in sre extension (GH-20508)Miss Islington (bot)2021-03-142-3/+10
* [3.9] bpo-43439: Wrapt the tuple in the audit events for the gc module (GH-24...Pablo Galindo2021-03-141-2/+2
* bpo-43427: Separte the method overview from the static method specifics. (GH...Miss Islington (bot)2021-03-131-2/+6
* Fix typos in unittest documentation (GH-24194)Miss Islington (bot)2021-03-131-3/+3
* Update client.py (GH-24827)Miss Islington (bot)2021-03-131-3/+0
* Update link to Django's Context class. (GH-24805) (#24841)Miss Islington (bot)2021-03-132-2/+2
* bpo-27820: Fix AUTH LOGIN logic in smtplib.SMTP (GH-24118) (#24832)Miss Islington (bot)2021-03-123-3/+65
* [3.9] bpo-43353: Document that logging.getLevelName() accepts string represen...Mariusz Felisiak2021-03-122-10/+23
* bpo-43423 Fix IndexError in subprocess _communicate function (GH-24777)Miss Islington (bot)2021-03-112-4/+4
* bpo-43406: Fix test_signal.test_stress_modifying_handlers() (GH-24815) (GH-24...Miss Islington (bot)2021-03-101-3/+13
* [3.9] bpo-43439: Add audit hooks for gc functions (GH-24794). (GH-24811)Pablo Galindo2021-03-105-0/+50
* bpo-43446: Fix markup in sqlite3 footnote (GH-24806)Miss Islington (bot)2021-03-101-1/+1
* 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-24790)Miss Islington (bot)2021-03-081-1/+1
* bpo-43332: Buffer proxy connection setup packets before sending. (GH-24780)Miss Islington (bot)2021-03-073-10/+32
* Put contextvars docs into the concurrency category (GH-24760)Miss Islington (bot)2021-03-062-1/+1
* [3.9] bpo-43406: Fix possible race condition where ``PyErr_CheckSignals`` tri...Miss Islington (bot)2021-03-063-1/+77
* bpo-43407: Clarify comparisons of time.monotonic() et al results (GH-24757)Miss Islington (bot)2021-03-052-4/+8
* bpo-43400: Remove "easy to use" from mock docs (GH-24752) (GH-24758)Miss Islington (bot)2021-03-041-1/+1
* bpo-43396: Normalise naming in sqlite3 doc examples (GH-24746)Miss Islington (bot)2021-03-041-25/+25
* [3.9] bpo-37193: Remove thread objects which finished process its request (GH...Miss Islington (bot)2021-03-043-12/+64
* Add an attribution to the Green Tree Snakes in the AST docs (GH-24727)Miss Islington (bot)2021-03-031-0/+5
* [3.9] bpo-42782: Fail fast for permission errors in shutil.move() (GH-24001) ...Senthil Kumaran2021-03-033-0/+50
* Pin test runner to Ubuntu 18 to un-break CI (GH-24715)Miss Islington (bot)2021-03-031-1/+1
* bpo-42500: Fix recursion in or after except (GH-23568) (#24501)Mark Shannon2021-03-029-75/+76
* Doc: Improve library/json document. (GH-24390)Miss Islington (bot)2021-03-011-7/+6
* Fixed linenumber missing when audit hook has an error (GH-24692)Miss Islington (bot)2021-03-011-0/+1
* Fix grammar in enum documentation. (GH-24689)Miss Islington (bot)2021-03-011-1/+1
* bpo-41837: Update macOS installer build to use OpenSSL 1.1.1j. (GH-24677)Miss Islington (bot)2021-03-012-3/+4
* bpo-43335: Update macro to check gcc version (GH-24662)Miss Islington (bot)2021-02-271-2/+2
* bpo-43144: Mark unicodedata's test_normalization as requiring network (GH-24650)Miss Islington (bot)2021-02-251-0/+1
* bpo-43316: gzip: Fix sys.exit() usage. (GH-24652)Miss Islington (bot)2021-02-252-2/+2