summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Get rid of the MANIFEST fileunixdeepfreezeGuido van Rossum2021-11-221-43/+0
* bpo-45873: Get rid of bootstrap_pythonGuido van Rossum2021-11-222-204/+68
* bpo-45850: Implement deep-freeze on Windows (#29648)Guido van Rossum2021-11-229-24/+500
* bpo-45871: Refactor except matcher validation into a separate function so tha...Irit Katriel2021-11-222-23/+48
* bpo-45847: port _struct to PY_STDLIB_MOD (GH-29706)Christian Heimes2021-11-224-2/+23
* bpo-45859: Mark test_field_descriptor in test_collections as CPython-only (GH...Carl Friedrich Bolz-Tereick2021-11-221-0/+1
* bpo-45847: Port audioop, _csv, and _posixsubprocess to PY_STDLIB_MOD_SIMPLE (...Erlend Egeberg Aasland2021-11-224-4/+56
* bpo-45847: Port nis module to PY_STDLIB_MOD (GH-29699)Christian Heimes2021-11-225-44/+350
* bpo-45813: Make sure that frame->generator is NULLed when generator is deallo...Mark Shannon2021-11-224-0/+12
* bpo-45847: Port compression libs to PY_STDLIB_MOD (GH-29702)Christian Heimes2021-11-225-70/+794
* bpo-45847: Port mmap, select, and _xxsubinterpreters to Py_STDLIB_MOD (GH-29703)Erlend Egeberg Aasland2021-11-224-4/+83
* bpo-44649: Fix dataclasses(slots=True) with a field with a default, but init=...Eric V. Smith2021-11-223-6/+37
* bpo-45847: Port fcntl to Py_STDLIB_MOD (GH-29696)Erlend Egeberg Aasland2021-11-225-28/+60
* bpo-45847: Various PY_STDLIB_MOD cleanups (GH-29697)Christian Heimes2021-11-223-218/+61
* bpo-45847: Port _lfprof, _opcode, _asyncio, _queue, _statistics, and _typing ...Erlend Egeberg Aasland2021-11-224-58/+184
* Fix out-of-tree build support for multissltest (GH-29694)Christian Heimes2021-11-222-6/+12
* bpo-45847: Port _bisect, _heapq, _json, _pickle, _random, and _zoneinfo to PY...Erlend Egeberg Aasland2021-11-224-19/+136
* bpo-45847: Port array, _contextvars, math, and cmath to PY_STDLIB_MOD_SIMPLE ...Erlend Egeberg Aasland2021-11-224-6/+90
* bpo-45723: Add helpers for save/restore env (GH-29637)Erlend Egeberg Aasland2021-11-223-41/+73
* bpo-45766: Add direct proportion option to linear_regression(). (#29490)Raymond Hettinger2021-11-214-8/+42
* bpo-45847: Port codecs and unicodedata to PY_STDLIB_MOD (GH-29685)Christian Heimes2021-11-214-5/+166
* bpo-45847: Port grp, spwd, termios, resource, syslog to PY_STDLIB_MOD (GH-29668)Christian Heimes2021-11-215-25/+254
* Ensure the str member of the tokenizer is always initialised (GH-29681)Pablo Galindo Salgado2021-11-213-3/+3
* Reactivate primary mechanism to retrieve frames in the gdb helpers (GH-29682)Pablo Galindo Salgado2021-11-211-4/+6
* Refactor parser compilation units into specific components (GH-29676)Pablo Galindo Salgado2021-11-2110-1869/+1909
* Added kw_only parameter to make_dataclasses. (GH-29679)Eric V. Smith2021-11-203-2/+14
* bpo-44733: Add max_tasks_per_child to ProcessPoolExecutor (GH-27373)Logan Jones2021-11-204-16/+98
* bpo-45845: Change link for pyserial (GH-29675)Terry Jan Reedy2021-11-201-2/+2
* bpo-45811: Improve error message when source code contains invisible control ...Pablo Galindo Salgado2021-11-203-0/+11
* bpo-45450: Improve syntax error for parenthesized arguments (GH-28906)Pablo Galindo Salgado2021-11-204-445/+893
* bpo-44844: Remove unresponsive web link (GH-29651)Terry Jan Reedy2021-11-201-3/+0
* bpo-45494: Fix error location in EOF tokenizer errors (GH-29108)Pablo Galindo Salgado2021-11-201-2/+7
* bpo-45852: Fix the Counter/iter test for statistics.mode() (GH-29667)Raymond Hettinger2021-11-201-4/+7
* [doc] Clarify MRO precedence in descriptor super binding section (GH-29539)Jouke Witteveen2021-11-201-1/+1
* bpo-45851: Avoid full sort in statistics.multimode() (#29662)Raymond Hettinger2021-11-201-3/+5
* bpo-42158: Add MIME types for n-triples, n-quads, n3 and trig (GH-23230)Dylan Van Assche2021-11-202-0/+5
* bpo-45847: Port test modules to PY_STDLIB_MOD (GH-29660)Christian Heimes2021-11-205-226/+380
* bpo-45848: Allow the parser to get error lines from encoded files (GH-29646)Pablo Galindo Salgado2021-11-205-11/+42
* bpo-45774: Fix SQLite load extension autodetection (GH-29659)Erlend Egeberg Aasland2021-11-203-10/+6
* bpo-45846: Fix capitalisation of Van Rossum at the start of sentence (GH-29641)JMcB2021-11-201-1/+1
* bpo-45847: Port _scproxy to PY_STDLIB_MOD (GH-29644)Christian Heimes2021-11-205-7/+74
* bpo-45250: fix docs regarding `__iter__` and iterators being inconsistently r...Brett Cannon2021-11-197-47/+51
* bpo-45506: Fix test_embed expecting to not find stdlib in source tree build w...Steve Dower2021-11-201-6/+11
* bpo-45727: Make the syntax error for missing comma more consistent (GH-29427)Pablo Galindo Salgado2021-11-194-24/+27
* bpo-45847: Port builtin hashlib extensions to PY_STDLIB_MOD (GH-29642)Christian Heimes2021-11-195-82/+451
* bpo-19072: Classmethod can wrap other classmethod like descriptors (GH-29634)Raymond Hettinger2021-11-191-1/+8
* bpo-42238: [doc]: Hide false positive in make suspicious. (GH-29636)Julien Palard2021-11-191-0/+1
* bpo-45507: EOFErrors should be thrown for truncated gzip members (GH-29029)Ruben Vorderman2021-11-193-0/+12
* bpo-45573: Move mandatory core modules to Modules/Setup.bootstrap (GH-29616)Christian Heimes2021-11-198-36/+136
* Fix link to exception handling notes (GH-29617)Irit Katriel2021-11-191-1/+1