summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "bpo-1635741: Port _signal module to multi-phase init (PEP 489) (GH-22...revert-22049-bpo-1635741-signalmoduleVictor Stinner2020-09-042-87/+82
* bpo-41700: Skip test if the locale is not supported (GH-22081)Dong-hee Na2020-09-041-1/+4
* [doc] Update documentation on logging optimization. (GH-22075)Vinay Sajip2020-09-031-14/+16
* Fix 'gather' rules in the python parser generator (GH-22021)Pablo Galindo2020-09-032-1/+18
* bpo-41697: Correctly handle KeywordOrStarred when parsing arguments in the pa...Pablo Galindo2020-09-034-11/+23
* [doc] Fix a typo in the graphlib docs (#22030)Mario Šaško2020-09-031-1/+1
* bpo-1635741: Port _signal module to multi-phase init (PEP 489) (GH-22049)Mohamed Koubaa2020-09-032-82/+87
* bpo-39883: Use BSD0 license for code in docs (GH-17635)Todd2020-09-023-0/+60
* bpo-39010: Improve test shutdown (#22066)Ben Darnell2020-09-021-3/+11
* bpo-41696: Fix handling of debug mode in asyncio.run (#22069)Shantanu2020-09-023-2/+7
* bpo-41690: Use a loop to collect args in the parser instead of recursion (GH-...Pablo Galindo2020-09-025-515/+628
* closes bpo-41689: Preserve text signature from tp_doc in C heap type creation...Benjamin Peterson2020-09-024-3/+48
* Fix invalid escape sequences in the peg_highlight Sphinx extension (GH-22047)Pablo Galindo2020-09-021-1/+1
* bpo-41675: Modernize siginterrupt calls (GH-22028)Pablo Galindo2020-09-022-1/+16
* bpo-41685: Don't pin setuptools version anymore in Doc/Makefile (GH-22062)Victor Stinner2020-09-021-2/+1
* bpo-40204: Update Sphinx to version 3.2.1 in Doc/Makefile (GH-22043)Victor Stinner2020-09-021-1/+1
* bpo-1635741: Port _sha3 module to multi-phase init (GH-21855)Mohamed Koubaa2020-09-022-136/+194
* bpo-1635741: Port _blake2 module to multi-phase init (GH-21856)Mohamed Koubaa2020-09-024-118/+119
* Fixed mistake in test for f-string error description (GH-22036) (GH-22059)han-solo2020-09-022-2/+2
* Improve hypot() accuracy with three separate accumulators (GH-22032)Raymond Hettinger2020-09-011-4/+4
* Remove reference to Boa Constructor. (GH-22012)Andre Delfino2020-09-011-6/+0
* [doc] Remove references to PyChecker. (GH-22011)Andre Delfino2020-09-012-14/+5
* Note the buffer slots can be set with PyType_Spec with the unlimited API. (GH...Benjamin Peterson2020-09-011-1/+10
* bpo-39349: Add cancel_futures to Executor.shutdown base class (GH-22023)Shantanu2020-09-011-1/+4
* bpo-41654: Fix deallocator of MemoryError to account for subclasses (GH-22020)Pablo Galindo2020-09-013-2/+45
* bpo-41528: Use math module in turtle (GH-21837)Marek Madejski2020-09-012-9/+10
* bpo-41617: Fix pycore_bitutils.h to support clang 3.0 (GH-22042)Victor Stinner2020-09-012-4/+8
* bpo-41681: Fix for `f-string/str.format` error description when using 2 `,` i...han-solo2020-09-014-2/+46
* [doc] Add link to FileHandler in logging (GH-21940)Andre Delfino2020-09-011-15/+16
* bpo-41685: Temporarily pin setuptools to 49.2.1 in Docs venv. (GH-22038)Ned Deily2020-09-011-1/+2
* [doc] Document VIRTUAL_ENV environment variable (GH-21970)Andre Delfino2020-09-011-0/+4
* bpo-39010: Fix errors logged on proactor loop restart (#22017)Ben Darnell2020-08-315-2/+37
* [doc] Fix markup in logging (GH-22008)Andre Delfino2020-08-301-1/+1
* bpo-41344: Raise ValueError when creating shared memory of size 0 (GH-21556)Vinay Sharma2020-08-303-0/+15
* bpo-39994: Fix pprint handling of dict subclasses that override __repr__ (GH-...Irit Katriel2020-08-304-7/+50
* Further improve accuracy of math.hypot() (GH-22013)Raymond Hettinger2020-08-301-3/+8
* closes bpo-41533: Fix a potential memory leak when allocating a stack (GH-21847)Tony Solomonik2020-08-292-0/+5
* Improve asyncio-dev 'Concurrency and Multithreading' docs (GH-20882)Roger Iyengar2020-08-291-0/+10
* bpo-41513: Save unnecessary steps in the hypot() calculation (#21994)Raymond Hettinger2020-08-291-5/+10
* bpo-19521: Fix parallel build race condition on AIX (GH-21997)Stefan Krah2020-08-293-20/+50
* Fix error in argparse documentation example (GH-17399)SarahPythonista2020-08-281-2/+2
* bpo-38787: Clarify docs for PyType_GetModule and warn against common mistake ...Petr Viktorin2020-08-271-1/+11
* bpo-41634: Fix a typo in the curses documentation (GH-21958)Zackery Spytz2020-08-271-1/+1
* bpo-41524: fix pointer bug in PyOS_mystr{n}icmp (GH-21845)wmeehan2020-08-272-7/+13
* bpo-41609: Fix output of pdb's whatis command for instance methods (GH-21935)Irit Katriel2020-08-273-6/+48
* Add missing word (GH-21936)Mason2020-08-271-1/+1
* bpo-41624: fix documentation of typing.Coroutine (GH-21952)MingZhe Hu2020-08-272-1/+2
* bpo-33660: Fix PosixPath to resolve a relative path on rootDong-hee Na2020-08-273-1/+15
* Fix typos in comment (GH-21966)Raymond Hettinger2020-08-261-2/+2
* bpo-40077: Convert _operator to use PyType_FromSpec (GH-21954)Dong-hee Na2020-08-272-156/+143