summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add Florian Ernstethanfurman-acksEthan Furman2019-08-261-0/+1
* Fix typo: Pyssize_t => Py_ssize_t (GH-15411)Sergey Fedoseev2019-08-261-1/+1
* bpo-37954: Fix reference leak in the symtable (GH-15514)Pablo Galindo2019-08-261-1/+3
* Remove leftovers from the times when long long wasn't required (GH-15501)Sergey Fedoseev2019-08-262-4/+4
* bpo-37947: Adjust correctly the recursion level in symtable for named express...Pablo Galindo2019-08-262-1/+5
* bpo-34679: Restore instantiation Windows IOCP event loop from non-main thread...Andrew Svetlov2019-08-263-1/+24
* bpo-27575: port set intersection logic into dictview intersection (GH-7696)Forest Gregg2019-08-263-4/+93
* bpo-36917: Add default implementation of ast.NodeVisitor.visit_Constant(). (G...Serhiy Storchaka2019-08-265-0/+99
* bpo-37805: Add tests for json.dump(..., skipkeys=True) (GH-15489)Dong-hee Na2019-08-262-0/+11
* bpo-15542: Documentation incorrectly suggests __init__ called after direct _...Joannah Nanjekye2019-08-251-4/+4
* bpo-37824: Properly handle user input warnings in IDLE shell. (GH-15500)Terry Jan Reedy2019-08-263-14/+11
* Doc: Keep the venv/* exclude pattern. (GH-15229)Julien Palard2019-08-261-2/+4
* bpo-29553: Fix ArgumentParser.format_usage() for mutually exclusive groups (G...Flavian Hautbois2019-08-253-2/+50
* bpo-37757: Disallow PEP 572 cases that expose implementation details (GH-15131)Nick Coghlan2019-08-2510-76/+191
* bpo-34880: Add the LOAD_ASSERTION_ERROR opcode. (GH-15073)Zackery Spytz2019-08-2514-2626/+2663
* bpo-37905: Improve docs for NormalDist (GH-15486)Raymond Hettinger2019-08-251-20/+7
* bpo-37929: IDLE: avoid Squeezer-related config dialog crashes (GH-15452)Tal Einat2019-08-254-50/+27
* bpo-37942: Improve argument clinic float converter (GH-15470)Raymond Hettinger2019-08-2410-112/+317
* bpo-19072: Make @classmethod support chained decorators (GH-8405)Berker Peksag2019-08-245-2/+71
* Fix typo and rearrange words in IDLE news item (GH-15471)Terry Jan Reedy2019-08-241-1/+1
* Clarify argument types in datetime docs. (GH-15459)Jürgen Gmach2019-08-241-3/+3
* bpo-14112: Allow beginners to explore shallowness in greater depth ;-) (GH-15...Raymond Hettinger2019-08-242-1/+3
* Revert "(TH-15402)" (#15468)Terry Jan Reedy2019-08-241-1/+1
* Fix typos in the documentation of Parser/pgen (GH-15416)Shashi Ranjan2019-08-241-7/+7
* bpo-37798: Test both Python and C versions in test_statistics.py (GH-15453)Dong-hee Na2019-08-242-33/+75
* bpo-32118: Simplify docs for sequence comparison (GH-15450)Raymond Hettinger2019-08-241-19/+7
* bpo-37812: Convert CHECK_SMALL_INT macro to a function so the return is expli...Greg Price2019-08-242-11/+28
* (TH-15402)GeeTransit2019-08-241-1/+1
* bpo-37772: fix zipfile.Path.iterdir() outputs (GH-15170)shireenrao2019-08-243-52/+135
* bpo-37830: Fix compilation of break and continue in finally. (GH-15320)Serhiy Storchaka2019-08-2411-194/+305
* bpo-29535: Remove promize about hash randomization of datetime objects. (GH-1...Serhiy Storchaka2019-08-244-7/+7
* bpo-19119: Remove invalid test and rename a misnamed test (GH-15442)Raymond Hettinger2019-08-231-14/+1
* Fix link to changelog in 3.9 What's New page (GH-15445)Ned Deily2019-08-241-1/+1
* Fix funny typo in Doc/bugs. (GH-15412)Antoine2019-08-231-1/+1
* bpo-37798: Add C fastpath for statistics.NormalDist.inv_cdf() (GH-15266)Dong-hee Na2019-08-239-73/+264
* bpo-37549: os.dup() fails for standard streams on Windows 7 (GH-15389)Zackery Spytz2019-08-233-1/+14
* bpo-26589: Add http status code 451 (GH-15413)Raymond Hettinger2019-08-234-0/+12
* bpo-36763: PyConfig_Read() handles PySys_AddXOption() (GH-15431)Victor Stinner2019-08-236-30/+115
* bpo-36763, doc: Add links in the new C API init doc (GH-15433)Victor Stinner2019-08-232-0/+4
* bpo-36763: Implement PyWideStringList_Insert() of PEP 587 (GH-15423)Victor Stinner2019-08-235-13/+51
* Fix _PyTime_MIN/MAX values (GH-15384)Sergey Fedoseev2019-08-231-2/+2
* bpo-14465: Add an indent() function to xml.etree.ElementTree to pretty-print ...Stefan Behnel2019-08-234-1/+183
* test_gdb: use unittest test discovery (GH-15405)Victor Stinner2019-08-231-11/+5
* bpo-37531: Fix regrtest _timedout() function on timeout (GH-15419)Victor Stinner2019-08-231-2/+2
* bpo-37926: Fix PySys_SetArgvEx(0, NULL, 0) crash (GH-15415)Victor Stinner2019-08-232-1/+2
* Correct minor grammar mistake (GH-15404)Andre Delfino2019-08-231-1/+1
* bpo-30826: Improve control flow examples (GH-15407)Raymond Hettinger2019-08-221-14/+14
* bpo-12634: Clarify an awkward section of the tutorial (GH-15406)Raymond Hettinger2019-08-221-6/+14
* bpo-30550: Clarify JSON ordering guarantees (GH-15397)Raymond Hettinger2019-08-221-0/+12
* bpo-37915: Fix comparison between tzinfo objects and timezone objects (GH-15390)Pablo Galindo2019-08-223-1/+10