summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-40412: Nullify inittab_copy during finalization (GH-19746)Miss Islington (bot)2020-05-012-0/+2
* [3.8] bpo-39435: Fix docs for pickle.loads (GH-18160) (GH-19843)Antoine Pitrou2020-05-013-2/+4
* bpo-39691: Clarify io.open_code behavior (GH-19824)Miss Islington (bot)2020-05-011-4/+5
* bpo-39562: Correctly updated the version section in the what's new document (...Pablo Galindo2020-05-011-0/+3
* [3.8] bpo-39562: Prevent collision of future and compiler flags (GH-19230) (G...Pablo Galindo2020-05-017-22/+53
* bpo-40443: Remove unused imports in idlelib (GH-19801)Miss Islington (bot)2020-04-306-6/+3
* Post 3.8.3rc1Łukasz Langa2020-04-291-1/+1
* Python 3.8.3rc1v3.8.3rc1Łukasz Langa2020-04-2991-230/+952
* bpo-40436: Fix code parsing gdb version (GH-19792)Miss Islington (bot)2020-04-293-2/+12
* [3.8] bpo-40431: Fix syntax typo in turtledemo (GH-19777) (#19784)Kyle Stanley2020-04-291-1/+1
* bpo-40348: Fix typos in the programming FAQ (GH-19729)Miss Islington (bot)2020-04-271-2/+2
* [3.8] bpo-38387: Formally document PyDoc_STRVAR and PyDoc_STR macros (GH-1660...Zachary Ware2020-04-273-1/+35
* bpo-40387: Improve queue join() example. (GH-19724) (GH-19726)Miss Islington (bot)2020-04-271-16/+12
* bpo-40279: Add some error-handling to the module initialisation docs example ...Miss Islington (bot)2020-04-251-3/+11
* Expand the implementation comments (GH-19699) (GH-19701)Miss Islington (bot)2020-04-241-0/+7
* bpo-40048: Fix _PyCode_InitOpcache() error path (GH-19691) (GH-19698)Victor Stinner2020-04-241-1/+1
* bpo-39983: Add test.support.print_warning() (GH-19683) (GH-19687)Victor Stinner2020-04-235-31/+51
* gdbinit: Use proper define syntax (GH-19557)Miss Islington (bot)2020-04-231-1/+1
* Minor modernization and readability improvement to the tokenizer example (GH-...Miss Islington (bot)2020-04-221-2/+6
* bpo-40260: Remove unnecessary newline in compile() call (GH-19641)Miss Islington (bot)2020-04-221-1/+1
* bpo-38360: macOS: support alternate form of -isysroot flag (GH-16480)Miss Islington (bot)2020-04-225-16/+79
* bpo-40138: Fix Windows os.waitpid() for large exit code (GH-19654)Victor Stinner2020-04-223-6/+35
* bpo-38439: Add 256px IDLE icon (GH-17473)Miss Islington (bot)2020-04-226-2/+19
* bpo-40164: Update macOS installer builds to use OpenSSL 1.1.1g. (GH-19642)Miss Islington (bot)2020-04-222-3/+4
* Small improvements to the recipes and examples. (GH-19635) (GH-19638)Miss Islington (bot)2020-04-211-30/+26
* bpo-39942:Fix failure in `TypeVar` when missing `__name__` (GH-19616)Miss Islington (bot)2020-04-203-1/+13
* [3.8] bpo-40330: Fix utf-8 size check in ShareableList (GH-19606) (GH-19625)Antoine Pitrou2020-04-203-6/+22
* bpo-40260: Revert breaking changes made in modulefinder (GH-19595)Miss Islington (bot)2020-04-202-12/+24
* Fix typo in Lib/tracepack.py (GH-19605)Miss Islington (bot)2020-04-201-1/+1
* bpo-39285: Clarify example for PurePath.match (GH-19458)Miss Islington (bot)2020-04-191-1/+3
* bpo-27635: Fix pickle documentation about `__new__` not being called. (GH-19269)Miss Islington (bot)2020-04-182-3/+5
* [3.8] bpo-40179: Fix translation of #elif in Argument Clinic (GH-19364) (GH-1...Serhiy Storchaka2020-04-184-24/+125
* Fix two typos in multiprocessing (GH-19571) (GH-19578)Miss Islington (bot)2020-04-181-2/+2
* bpo-40287: Fix SpooledTemporaryFile.seek() return value (GH-19540)Miss Islington (bot)2020-04-173-3/+6
* bpo-40294: Fix _asyncio when module is loaded/unloaded multiple times (GH-19542)Miss Islington (bot)2020-04-171-0/+2
* Fix parameter names in assertIn() docs (GH-18829)Miss Islington (bot)2020-04-171-3/+3
* bpo-39793: use the same domain on make_msgid tests (GH-18698) (GH-19554)Miss Islington (bot)2020-04-162-4/+7
* [3.8] bpo-39667: Sync zipp 3.0 (GH-18540) (GH-18701)Miss Islington (bot)2020-04-154-26/+27
* bpo-40260: Update modulefinder to use io.open_code() and respect coding comme...Miss Islington (bot)2020-04-143-21/+75
* bpo-32033: Fix test_pwd failures on Android (GH-19502)Miss Islington (bot)2020-04-141-1/+1
* [3.8] Update libregrtest from master (GH-19516)Victor Stinner2020-04-149-32/+211
* closes bpo-40266, closes bpo-39953: Use numeric lib code if compiling against...Miss Islington (bot)2020-04-142-1252/+1256
* [3.8] Improved documentation for `BUILD_CONST_KEY_MAP` (GH-19454) (GH-19495)Miss Islington (bot)2020-04-131-3/+3
* closes bpo-39953: Generate ifdefs around library code definitions. (GH-19490)Miss Islington (bot)2020-04-122-1/+55
* bpo-31758: Prevent crashes when using an uninitialized _elementtree.XMLParser...Miss Islington (bot)2020-04-123-0/+41
* [3.8] bpo-40126: Fix reverting multiple patches in unittest.mock. (GH-19351) ...Serhiy Storchaka2020-04-122-46/+27
* closes bpo-39953: Update OpenSSL error codes table. (GH-19082)Miss Islington (bot)2020-04-113-388/+4719
* bpo-38501: Add a warning section to multiprocessing.Pool docs about resource ...Miss Islington (bot)2020-04-111-1/+12
* bpo-40197: Better describe the benchmark results table (GH-19386)Miss Islington (bot)2020-04-101-1/+7
* Remove extraneous ')' in abstract.h (GH-19146) (#19451)Miss Islington (bot)2020-04-091-1/+1