summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-36916: asyncio: Swallow unhandled write() exception (GH-13313)Andrew Svetlov2019-05-143-1/+15
* bpo-36900: Replace global conf vars with config (GH-13299)Victor Stinner2019-05-149-37/+51
* bpo-36915: regrtest always remove tempdir of worker processes (GH-13312)Victor Stinner2019-05-143-44/+69
* Change WriterObj.writeline to WriterObj.write (GH-12344)Rémi Lapeyre2019-05-141-10/+12
* bpo-32995 - Added context variable in glossary (GH-9741)Vinodhini Balusamy2019-05-142-0/+10
* bpo-36797: Prune more legacy distutils documentation (GH-13092)Nick Coghlan2019-05-1414-70/+60
* Doc: Update pip and setuptools when creating the virtual environment (GH-13307)Stéphane Wirtel2019-05-141-0/+1
* bpo-36845: validate integer network prefix when constructing IP networks (GH-...Nicolai Moore2019-05-144-0/+23
* bpo-27987: pymalloc: align by 16bytes on 64bit platform (GH-12850)Inada Naoki2019-05-142-0/+9
* bpo-36719: Fix regrtest MultiprocessThread (GH-13301)Victor Stinner2019-05-141-4/+55
* Simplify the ``LastUpdatedOrderedDict`` example recipe (GH-13296)wim glenn2019-05-141-1/+1
* bpo-34424: Handle different policy.linesep lengths correctly. (#8803)Jens Troeger2019-05-143-1/+25
* bpo-35138: Added an example for timeit.timeit with callable arguments (GH-9787)Anders Hovmöller2019-05-131-1/+5
* bpo-36895: Undocument removed time.clock (GH-13286)Matthias Bussonnier2019-05-132-24/+4
* bpo-36867: Create the resource_tracker before launching SharedMemoryManagers ...Pierre Glaser2019-05-133-14/+54
* Docs: Add bz2 usage examples (GH-13258)Brad2019-05-131-5/+79
* bpo-36894: Fix regression in test_multiprocessing_spawn (no tests run on Wind...Antoine Pitrou2019-05-131-4/+9
* bpo-36867: DOC update multiprocessing.rst (GH-13289)Pierre Glaser2019-05-131-6/+10
* bpo-36719: regrtest -jN no longer stops on crash (GH-13231)Victor Stinner2019-05-135-18/+49
* Fix typo in NEWS item about IDLE (os.flush() should be os.fsync()) (#13284)Guido van Rossum2019-05-131-1/+1
* bpo-36900: import.c uses PyInterpreterState.core_config (GH-13278)Victor Stinner2019-05-134-29/+48
* bpo-36903: Fix ResourceWarning in test_logging (GH-13283)Xtreak2019-05-131-0/+1
* bpo-36728: Remove PyEval_ReInitThreads documentation (GH-13282)Victor Stinner2019-05-131-7/+0
* bpo-34682: Wording and grammatical changes to the doc(https://docs.python.org...divyag92019-05-133-13/+13
* bpo-36807: When saving a file in IDLE, call flush and fsync (#13102)Guido van Rossum2019-05-132-0/+3
* bpo-36008: Doc update for 3.8 migration (GH-12887)Utkarsh Gupta2019-05-133-10/+10
* Changes to the documentation of normcase (GH-4725)Kexuan Sun2019-05-131-4/+4
* bpo-36728: Remove PyEval_ReInitThreads() from C API (GH-13241)Victor Stinner2019-05-136-7/+25
* bpo-36778: Update cp65001 codec documentation (GH-13240)Victor Stinner2019-05-131-5/+4
* bpo-6584: Add a BadGzipFile exception to the gzip module. (GH-13022)Zackery Spytz2019-05-135-6/+34
* bpo-36783: Add new references for C API Documentation changes (GH-13204)Edison A2019-05-132-6/+23
* Name individual Travis CI jobs (GH-13268)Gordon P. Hemsley2019-05-131-6/+12
* Correct misspelling (GH-11470)Johnny Gérard2019-05-131-1/+1
* bpo-36895: remove time.clock() as per removal notice. (GH-13270)Matthias Bussonnier2019-05-134-69/+4
* bpo-36886: Document changes in code object in What's new section (GH-13255)Pablo Galindo2019-05-121-0/+4
* bpo-36084: Add native thread ID to threading.Thread objects (GH-11993)Jake Tesler2019-05-1210-2/+133
* bpo-36684: Split out gcc and test coverage builds (GH-13146)Gordon P. Hemsley2019-05-121-4/+18
* bpo-36817: Do not decrement reference for expr_text on fstring = parsing fail...Pablo Galindo2019-05-122-1/+2
* bpo-36817: Fix reference leak for expr_text in f-string = parsing (GH-13249)Pablo Galindo2019-05-111-2/+7
* bpo-36822: Fix minor grammatical error in glossary.rst (GH-13145)Sanyam Khurana2019-05-111-4/+4
* bpo-36878: Allow extra text after `# type: ignore` comments (GH-13238)Michael J. Sullivan2019-05-113-9/+17
* bpo-36856: Handle possible overflow in faulthandler_stack_overflow (GH-13205)Xi Ruoyao2019-05-111-4/+17
* bpo-36884: Fix DeprecationWarning in test_asyncio StreamReader instantiation ...Xtreak2019-05-111-1/+1
* Hide module name from local (anchor) links in shutil docs (GH-6695)Aurelio Jargas2019-05-111-4/+4
* bpo-21536: Update What's New in Python 3.8 entry (GH-13242)Victor Stinner2019-05-111-1/+2
* Fix sphinx deprecation warning about env.note_versionchange() (GH-13236)Pablo Galindo2019-05-101-1/+1
* bpo-36710: Add 'ceval' local variable to ceval.c (GH-12934)Victor Stinner2019-05-108-321/+371
* bpo-36867: Make semaphore_tracker track other system resources (GH-13222)Pierre Glaser2019-05-109-125/+210
* bpo-36368: Ignore SIGINT in SharedMemoryManager servers. (GH-12483)Pierre Glaser2019-05-103-0/+30
* bpo-36737: Use the module state C-API for warnings. (gh-13159)Eric Snow2019-05-106-122/+208