summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Python 3.8.3v3.8.3Łukasz Langa2020-05-1315-22/+113
* bpo-40561: Add docstrings for webbrowser open functions (GH-19999)Miss Islington (bot)2020-05-112-0/+17
* Make the first dataclass example more useful (GH-19994) (GH-19997)Miss Islington (bot)2020-05-081-0/+2
* [3.8] bpo-40559: Add Py_DECREF to _asynciomodule.c:task_step_impl() (GH-19990)Miss Islington (bot)2020-05-082-0/+5
* bpo-40527: Fix command line argument parsing (GH-19955)Miss Islington (bot)2020-05-063-7/+29
* [3.8] bpo-40417: Fix deprecation warning in PyImport_ReloadModule (GH-19750) ...Robert Rouhani2020-05-062-7/+8
* bpo-40355: Improve error messages in ast.literal_eval with malformed Dict nod...Miss Islington (bot)2020-05-053-4/+15
* bpo-40458: Increase reserved stack space to prevent overflow crash on Windows...Miss Islington (bot)2020-05-053-0/+3
* bpo-40459: Fix NameError in platform.py (GH-19855)Miss Islington (bot)2020-05-052-3/+4
* bpo-40135: Fix multiprocessing test_shared_memory_across_processes() (GH-19892)Miss Islington (bot)2020-05-041-1/+3
* Remove outdated and confusing advice about setting maxsize (GH-19889) (GH-19890)Miss Islington (bot)2020-05-041-2/+1
* Fix missing space in docs(GH-19866) (GH-19872)Miss Islington (bot)2020-05-031-1/+1
* bpo-40419: timeit CLI docs now mention 1,2,5,10,... trials instead of powers ...Miss Islington (bot)2020-05-022-2/+4
* [3.8] bpo-40398: Fix typing.get_args() for special generic aliases. (GH-19720...Serhiy Storchaka2020-05-023-2/+11
* 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