summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpo-30856: Update TestResult early, without buffering in _Outcome (GH-28180)Serhiy Storchaka2021-09-197-65/+76
* bpo-36674: Honour the skipping decorators in TestCase.debug() (GH-28446)Serhiy Storchaka2021-09-183-1/+77
* bpo-45198: __set_name__ documentation not clear about its usage with non-desc...Raymond Hettinger2021-09-182-30/+36
* bpo-45235: Fix argparse overrides namespace with subparser defaults (GH-28420)Adam Schwalm2021-09-183-6/+15
* Fix minor typo in Doc/c-api/type.rst (GH-28432)Konstantin Popov2021-09-181-1/+1
* bpo-45183: don't raise an exception when calling zipimport.zipimporter.find_s...Brett Cannon2021-09-173-2/+6
* bpo-44640: Improve punctuation consistency in isinstance/issubclass error mes...wyz23x22021-09-171-2/+2
* [doc] Clarify exception in `multiprocessing.cpu_count` (GH-23660)Emmanuel Arias2021-09-171-1/+2
* bpo-45020: Freeze os, site, and codecs. (gh-28398)Eric Snow2021-09-179-31/+79
* Fix missing space with help for `-m compileall -o` (GH-27591)Daniel Hahler2021-09-171-3/+3
* bpo-42038: fix description of returned list of lines (GH-27529)andrei kulakov2021-09-171-6/+6
* [doc] Add a missing apostrophe in a code example in venv.rst (GH-28391)Arkaprabha Chakraborty2021-09-171-1/+1
* bpo-45116: Py_DEBUG ignores Py_ALWAYS_INLINE (GH-28419)Victor Stinner2021-09-172-1/+13
* bpo-45187: Fix dangling threads in test_socket.CreateServerFunctionalTest (GH...Serhiy Storchaka2021-09-171-9/+3
* bpo-45020: Fix build out of source tree (GH-28410)Victor Stinner2021-09-172-17/+23
* bpo-45231: update_file.py preserves end of line (GH-28411)Victor Stinner2021-09-171-1/+13
* Remove compatibility check for Python versions below 2.2. (GH-28314)Omer Katz2021-09-171-5/+4
* bpo-45212: Add a comment for time.sleep() in tests (GH-28414)Serhiy Storchaka2021-09-171-0/+1
* bpo-45116: Add the Py_ALWAYS_INLINE macro (GH-28390)Victor Stinner2021-09-173-0/+44
* bpo-45219: Factor dictkey indexing (GH-28389)Mark Shannon2021-09-173-63/+106
* bpo-45217: adds note that `allow_no_value` in `configparser` is optional (GH-...Nikita Sobolev2021-09-171-1/+2
* bpo-45107: Make LOAD_METHOD_CLASS safer and faster, clean up comments (GH-28177)Ken Jin2021-09-172-15/+9
* bpo-45162: Remove many old deprecated unittest features (GH-28268)Serhiy Storchaka2021-09-1714-373/+61
* bpo-45187: Collect test_socket tests using unittest (GH-28317)Serhiy Storchaka2021-09-171-79/+5
* bpo-45203: fix compiler warnings (GH-28357)Ken Jin2021-09-171-0/+1
* bpo-5846: Fix deprecations for obsolete unittest functions and add tests. (GH...Serhiy Storchaka2021-09-173-30/+69
* bpo-45228: Fix stack buffer overflow in parsing J1939 address (GH-28404)Serhiy Storchaka2021-09-172-8/+9
* Fix typo and add a module prefix (GH-28401)Raymond Hettinger2021-09-171-2/+2
* bpo-45020: Drop the frozen .h files from the repo. (gh-28392)Eric Snow2021-09-1617-14455/+85
* bpo-45225: use map function instead of genexpr in capwords (GH-28342)speedrun-program2021-09-162-1/+2
* bpo-45220: Avoid automatically selecting the Windows 11 SDK preview when buil...Steve Dower2021-09-162-0/+6
* bpo-45212: Fix dangling threads in skipped tests in test_socket (GH-28361)Serhiy Storchaka2021-09-161-11/+8
* docs: correct references to __isub__ etc (GH-28297)David Hewitt2021-09-161-132/+132
* bpo-45020: Revert "Drop the frozen .h files from the repo." (gh-28380)Eric Snow2021-09-1615-69/+14417
* bpo-45155 : Default arguments for int.to_bytes(length=1, byteorder=sys.byteor...Barry Warsaw2021-09-166-65/+127
* bpo-45020: Drop the frozen .h files from the repo. (gh-28375)Eric Snow2021-09-1616-14437/+71
* bpo-39710: Remove Python 2-specific sentence from calendar documentation (GH-...Hubert Badocha2021-09-152-10/+3
* bpo-45019: Clean up the frozen __hello__ module. (gh-28374)Eric Snow2021-09-1512-50/+76
* Fix typo in Lib/sqlite3/test/test_types.py (GH-28226)Konstantin Popov2021-09-151-1/+1
* bpo-45019: Silence a warning in test_ctypes. (gh-28362)Eric Snow2021-09-151-2/+2
* bpo-45089: Improve sqlite3 trace callback docs (GH-28238)Erlend Egeberg Aasland2021-09-151-5/+13
* bpo-5846: Deprecate obsolete methods in `unittest` (GH-28299)Erlend Egeberg Aasland2021-09-154-4/+69
* bpo-45193: News for IDLE PR_28343 (GH-28348)Terry Jan Reedy2021-09-151-0/+1
* bpo-45167: Fix deepcopying of GenericAlias (GH-28324)Serhiy Storchaka2021-09-153-5/+28
* bpo-45207: Make test_gdb.test_pycfunction() quiet (GH-28355)Victor Stinner2021-09-151-3/+11
* bpo-45205: Make test_compileall quiet (GH-28356)Victor Stinner2021-09-151-2/+4
* bpo-45208: Make test_pdb.test_checkline_is_not_executable() quiet (GH-28354)Victor Stinner2021-09-151-13/+14
* bpo-45204: Reduce verbosity of test_peg_generator (GH-28360)Pablo Galindo Salgado2021-09-151-10/+10
* bpo-45188: Windows now regenerates frozen modules at the start of build inste...Steve Dower2021-09-157-68/+278
* bpo-45185: enables `TestEnumerations` in `test_ssl` (GH-28330)Nikita Sobolev2021-09-152-8/+11