summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Indicate importlib.resources as a module.bpo-45514/deprecate-importlib-resources-legacyJason R. Coombs2021-10-181-1/+1
* Apply changes from importlib_resources@329ae9d5f2c.Jason R. Coombs2021-10-181-3/+3
* Mark legacy functions as deprecated in the docs and link to the migration doc...Jason R. Coombs2021-10-181-1/+17
* Add blurbJason R. Coombs2021-10-181-0/+1
* bpo-45514: Apply changes from importlib_resources@a3ef4128c6Jason R. Coombs2021-10-189-86/+189
* bpo-43760: Rename _PyThreadState_DisableTracing() (GH-29032)Victor Stinner2021-10-183-11/+11
* bpo-45256: Avoid C calls for most Python to Python calls. (GH-28937)Mark Shannon2021-10-183-179/+127
* bpo-45434: Include stdlib.h for specialize stat (GH-29015)Dong-hee Na2021-10-181-1/+2
* Improve multiserver queue recipe (GH-29012)Raymond Hettinger2021-10-171-5/+6
* bpo-45229: Make test_http_cookiejar discoverable (GH-29004)Serhiy Storchaka2021-10-171-10/+1
* Fix contributor person name in rst files (GH-29005)Benjamin Szőke2021-10-172-3/+3
* bpo-45495: Add 'case' and 'match' to IDLE completions list. (GH-29000)Terry Jan Reedy2021-10-163-3/+13
* bpo-45020: Default to using frozen modules unless running from source tree. (...Eric Snow2021-10-167-25/+91
* bpo-45249: Fix caret location when end_offset is set to 0 (GH-28855)Pablo Galindo Salgado2021-10-163-1/+13
* bpo-42222: Remove deprecated support for non-integer values (GH-28983)Raymond Hettinger2021-10-164-87/+54
* bpo-45489: Update ForwardRef to support | operator. (GH-28991)Dong-hee Na2021-10-173-0/+14
* bpo-45463: Clarify that global statements allows multiple names (GH-28851)Luca Chiodini2021-10-161-4/+4
* bpo-45442: Add deactivate step to venv tutorial. (GH-28981)srinivasan2021-10-151-0/+5
* bpo-45440: Remove pymath.c fallbacks (GH-28977)Victor Stinner2021-10-158-90/+9
* bpo-30459: Use (void) in macros setting variables (GH-28982)Victor Stinner2021-10-152-4/+4
* bpo-43760: Add PyThreadState_EnterTracing() (GH-28542)Victor Stinner2021-10-159-25/+146
* bpo-45482: Rename namespaceobject.h to pycore_namespace.h (GH-28975)Victor Stinner2021-10-1514-40/+45
* bpo-44113: Move the What's New entry to Deprecate section (GH-28974)Victor Stinner2021-10-151-7/+7
* bpo-45445: Remove incorrectly commited test file (GH-28972)Pablo Galindo Salgado2021-10-151-3/+0
* bpo-45434: Remove Include/eval.h header file (GH-28973)Victor Stinner2021-10-1511-47/+26
* bpo-35081: Move interpreteridobject.h to Include/internal/ (GH-28969)Victor Stinner2021-10-1511-35/+26
* bpo-45428: Fix reading filenames from stdin in py_compile (GH-28848)Graham Inggs2021-10-152-1/+2
* bpo-35134: Move classobject.h to Include/cpython/ (GH-28968)Victor Stinner2021-10-1515-45/+39
* bpo-45479: Futher simplify Py_UniversalNewlineFgets. (GH-28967)Benjamin Peterson2021-10-141-23/+9
* closes bpo-45479: Degunkify Py_UniversalNewlineFgets. (GH-28965)Benjamin Peterson2021-10-141-32/+5
* bpo-35134: Move Include/cellobject.h to Include/cpython/ (GH-28964)Victor Stinner2021-10-157-14/+17
* po-35134: Move Include/funcobject.h to Include/cpython/ (GH-28958)Victor Stinner2021-10-158-10/+16
* bpo-45434: Remove useless space in includes (GH-28963)Victor Stinner2021-10-1524-28/+26
* bpo-41710: Fix What's New Entry credit (GH-28962)Victor Stinner2021-10-151-1/+1
* bpo-45434: Limited Python.h no longer includes stdio.h (GH-28960)Victor Stinner2021-10-153-7/+16
* bpo-45474: Fix the limited C API of marshal.h (GH-28956)Victor Stinner2021-10-153-6/+27
* bpo-35134: Add Include/cpython/floatobject.h (GH-28957)Victor Stinner2021-10-1414-79/+123
* bpo-21736: Set __file__ on frozen stdlib modules. (gh-28656)Eric Snow2021-10-147-94/+240
* bpo-45417: [Enum] fix quadratic behavior during creation (GH-28907)Carl Friedrich Bolz-Tereick2021-10-142-7/+16
* bpo-45471: Do not set PyConfig.stdlib_dir in Py_SetPythonHome(). (gh-28954)Eric Snow2021-10-142-5/+7
* bpo-45439: Move _PyObject_VectorcallTstate() to pycore_call.h (GH-28893)Victor Stinner2021-10-146-100/+127
* bpo-45467: Fix IncrementalDecoder and StreamReader in the "raw-unicode-escape...Serhiy Storchaka2021-10-147-35/+116
* no-issue: Make silence about warning '_POSIX_C_SOURCE redefined' (GH-28948)Dong-hee Na2021-10-151-4/+4
* bpo-45367: Specialize BINARY_MULTIPLY (GH-28727)Dennis Sweeney2021-10-149-55/+162
* bpo-45461: Fix IncrementalDecoder and StreamReader in the "unicode-escape" co...Serhiy Storchaka2021-10-148-32/+121
* Ensure that instruction cases are self-contained (GH-28938)Brandt Bucher2021-10-131-6/+6
* bpo-45440: Require math.h isinf() to build (GH-28894)Victor Stinner2021-10-1310-143/+25
* bpo-45434: pyport.h no longer includes <stdlib.h> (GH-28914)Victor Stinner2021-10-1329-20/+60
* bpo-45445: Fail if an invalid X-option is provided in the command line (GH-28...Pablo Galindo Salgado2021-10-138-27/+88
* bpo-45386: Handle strftime's ValueError graciously in xmlrpc.client (GH-28765)rtobar2021-10-132-2/+11