summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Python 3.9.3v3.9.3Ɓukasz Langa2021-04-0237-89/+355
* bpo-43700: Replace Zulip badge with Discourse badge (GH-25141)Miss Islington (bot)2021-04-021-3/+3
* bpo-43677: Fix a minor error in Doc/howto/descriptor.rst (GH-25123) (#25140)Miss Islington (bot)2021-04-021-1/+1
* Doc: io: Remove "In-memory streams" section (GH-24927)Miss Islington (bot)2021-04-011-10/+0
* bpo-42840: Document providing kwargs to type. (GH-24173)Miss Islington (bot)2021-04-011-1/+8
* bpo-37945: Fix test_locale.test_getsetlocale_issue1813() (GH-25110) (GH-25112)Miss Islington (bot)2021-03-312-1/+9
* bpo-42225: IDLE - document two unix-related problems. (GH-25078)Miss Islington (bot)2021-03-313-9/+39
* bpo-43399: Fix ElementTree.extend not working on iterators (GH-24751)Miss Islington (bot)2021-03-304-1/+7
* [3.9] bpo-43631: Update to OpenSSL 1.1.1k (GH-25024) (GH-25088)Christian Heimes2021-03-3011-17/+18
* bpo-43637: Fix a possible memory leak in winreg.SetValueEx() (GH-25038)Miss Islington (bot)2021-03-301-0/+1
* bpo-33164: blake2: Fix Coverity scan (GH-25060)Miss Islington (bot)2021-03-304-4/+4
* bpo-43660: Fix crash when displaying exceptions with custom values for sys.st...Miss Islington (bot)2021-03-293-1/+20
* bpo-43562: fix test_ssl to skip on unreachable network (GH-24937) (GH-25046)Miss Islington (bot)2021-03-291-0/+2
* bpo-43659: Fix test_curses on AIX (GH-25074)Miss Islington (bot)2021-03-291-0/+1
* bpo-35930: Raising an exception raised in a "future" instance will create ref...Miss Islington (bot)2021-03-292-15/+25
* bpo-43433: Preserve query and fragment in the URL of the server in ServerProx...Miss Islington (bot)2021-03-293-3/+45
* bpo-42988: Remove the pydoc getfile feature (GH-25015)Miss Islington (bot)2021-03-293-24/+4
* bpo-31907: [doc] clarify that str.format() does not support arbitrary express...Miss Islington (bot)2021-03-281-2/+2
* bpo-43644: Add docs for importlib.resources.as_file. (GH-25048)Miss Islington (bot)2021-03-281-0/+16
* [3.9] bpo-43617: Check autoconf-archive package in configure.ac (GH-25016) (G...Christian Heimes2021-03-277-219/+229
* bpo-39231: correct tutorial annotations section (GH-25029)Miss Islington (bot)2021-03-271-1/+1
* bpo-39616: clarify SSLContext.check_hostname effect (GH-18484)Miss Islington (bot)2021-03-271-1/+1
* bpo-43620: Remove reference to os.sep from os.path.join() doc (GH-25025) (#25...Miss Islington (bot)2021-03-261-5/+4
* [3.9] Clarify attribute docs on types.ModuleType (GH-24974) (#24994)Brett Cannon2021-03-230-0/+0
* Clarify attribute docs on types.ModuleType (GH-24974)Miss Islington (bot)2021-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-181-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-161-11/+15
* [3.9] bpo-43285: Add a What's New entry for 3.9.3. (GH-24888)Gregory P. Smith2021-03-161-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-152-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-141-2/+6
* Fix typos in unittest documentation (GH-24194)Miss Islington (bot)2021-03-141-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-133-3/+65
* [3.9] bpo-43353: Document that logging.getLevelName() accepts string represen...Mariusz Felisiak2021-03-122-10/+23