summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-45239: Fix parsedate_tz when time has more than 2 dots in it (GH-28452) (...Miss Islington (bot)2021-10-133-0/+6
* bpo-20692: Add Programming FAQ entry for 1.__class__ error. (GH-28918)Miss Islington (bot)2021-10-122-0/+23
* [3.9] bpo-45405: Prevent ``internal configure error`` when running ``configur...Miss Islington (bot)2021-10-123-6/+12
* Fix format string in _PyImport_LoadDynamicModuleWithSpec() (GH-28863)Miss Islington (bot)2021-10-121-1/+1
* Slight correct grammar (GH-28860)Miss Islington (bot)2021-10-121-1/+1
* bpo-45441: Update some moved URLs in documentation (GH-28861)Miss Islington (bot)2021-10-124-6/+6
* bpo-45401: Fix a resource warning in test_logging (GH-28864) (GH-28873)Miss Islington (bot)2021-10-121-0/+1
* bpo-42253: Update xml.dom.minidom.rst (GH-23126) (GH-28875)Miss Islington (bot)2021-10-121-0/+8
* bpo-45351, asyncio: Enhance echo server example, print all addresses (GH-28828)Miss Islington (bot)2021-10-111-2/+2
* Handle error when PyUnicode_GetLength returns a negative value. (GH-28859)Miss Islington (bot)2021-10-111-0/+3
* bpo-45401: Change shouldRollover() methods to only rollover regular f… (GH-...Miss Islington (bot)2021-10-112-4/+25
* Fix a leak in _PyImport_LoadDynamicModuleWithSpec() after failing PySys_Audit...Miss Islington (bot)2021-10-111-1/+1
* Fix the "Finding all Adverbs" example (GH-21420) (#28840)Miss Islington (bot)2021-10-101-2/+2
* [3.9] bpo-20028: Keep original exception when PyUnicode_GetLength return -1 (...Dong-hee Na2021-10-101-0/+6
* bpo-20028: Improve error message of csv.Dialect when initializing (GH-28705)Miss Islington (bot)2021-10-093-9/+70
* bpo-45262, asyncio: Fix cache of the running loop holder (GH-28796)Miss Islington (bot)2021-10-072-0/+4
* bpo-45337: Use the realpath of the new executable when creating a venv on Win...Miss Islington (bot)2021-10-073-9/+29
* [3.9] Fix typos in the Lib directory (GH-28775) (GH-28803)Christian Clauss2021-10-0753-67/+67
* [3.9] Fix typos in the Tools directory (GH-28769) (GH-28800)Christian Clauss2021-10-075-5/+5
* [3.9] Fix typos in the Python directory (GH-28767) (GH-28798)Christian Clauss2021-10-074-4/+4
* [3.9] Fix typos in the Objects directory (GH-28766) (GH-28795)Christian Clauss2021-10-077-8/+8
* [3.9] [Misc] [Mac] Fix typos found using codespell (GH-28756) (GH-28793)Christian Clauss2021-10-078-17/+17
* [3.9] Fix typos in the Modules directory (GH-28761). (GH-28791)Christian Clauss2021-10-0715-17/+17
* [3.9] Fix typos in the Include directory (GH-28745) (GH-28788)Christian Clauss2021-10-074-5/+5
* [3.9] bpo-45385: Fix reference leak from descr_check (GH-28719) (GH-28780)Dong-hee Na2021-10-072-39/+42
* [doc] Mention __slots__ behavior in weakref.rst (GH-21061) (GH-28773)Miss Islington (bot)2021-10-061-0/+4
* bpo-45328: Avoid failure in OSs without TCP_NODELAY support (GH-28646) (GH-28...Miss Islington (bot)2021-10-062-1/+8
* bpo-34804: [doc] Rephrase section on side effects in functional.rst for clari...Miss Islington (bot)2021-10-061-5/+4
* [3.9] [doc] Fix typos found using codespell (GH-28744) (GH-28759)Christian Clauss2021-10-065-7/+7
* [doc] Update references to NumPy (GH-22458) (GH-28749)Miss Islington (bot)2021-10-064-8/+5
* [3.9] bpo-45343: Update bundled pip to 21.2.4 and setuptools to 58.1.0 (GH-28...Łukasz Langa2021-10-065-6/+3
* sqlite3: Modernize documentation around unicode and bytes. (GH-28652) (GH-28695)Miss Islington (bot)2021-10-052-4/+4
* [3.9] bpo-44050: Extension modules can share state when they don't support su...Łukasz Langa2021-10-054-1/+61
* [doc] Fix gethostbyname_ex description (GH-28700) (GH-28743)Miss Islington (bot)2021-10-051-2/+2
* Update macOS installer ReadMe for 3.9.8. (GH-28701)Ned Deily2021-10-051-10/+14
* bpo-45354: Skip obsolete device name tests on Windows 11 (GH-28712)Miss Islington (bot)2021-10-051-4/+7
* bpo-45371: Fix distutils' rpath support for clang (GH-28732)Miss Islington (bot)2021-10-052-1/+5
* [3.9] bpo-44594: fix (Async)ExitStack handling of __context__ (gh-27089) (GH-...John Belmonte2021-10-044-4/+76
* [3.9] Remove trailing spaces (GH-28710)Serhiy Storchaka2021-10-038-16/+16
* bpo-45341: Replace 'Packaging' with 'Package' in "Python P... Index" (GH-2868...Miss Islington (bot)2021-10-022-7/+7
* bpo-44687: Ensure BufferedReader objects with unread buffers can peek even wh...Miss Islington (bot)2021-10-012-3/+6
* bpo-41710: PyThread_acquire_lock_timed() uses sem_clockwait() (GH-28671) (GH-...Miss Islington (bot)2021-10-015-14/+51
* [3.9] hashlib: Fix old message about unicode objects. (GH-28653) (GH-28679)Miss Islington (bot)2021-10-011-1/+1
* [3.9] bpo-45310: Fix parrallel shared memory tests (GH-28661) (GH-28670)Serhiy Storchaka2021-10-011-16/+24
* Revert "Revert "bpo-45229: Make datetime tests discoverable (GH-28615). (GH-2...Serhiy Storchaka2021-10-011-47/+47
* Revert "bpo-45229: Make datetime tests discoverable (GH-28615). (GH-28645)" (...Łukasz Langa2021-09-301-47/+47
* [3.9] bpo-45229: Make datetime tests discoverable (GH-28615). (GH-28645)Serhiy Storchaka2021-09-301-47/+47
* [3.9] bpo-40173: Fix test.support.import_helper.import_fresh_module() (GH-286...Serhiy Storchaka2021-09-304-51/+35
* closes bpo-44751: Move crypt.h include from public header to _cryptmodule (GH...Miss Islington (bot)2021-09-293-13/+4
* [typo] Fix threading.Barrier comment that used confusing punctuation (GH-2862...Miss Islington (bot)2021-09-291-1/+1