]> granicus.if.org Git - python/shortlog
python
2019-08-31 Daniel Popebpo-37977: Warn more strongly and clearly about pickle...
2019-08-31 Inada Naokibpo-37990: fix gc stats (GH-15626)
2019-08-30 Inada Naokibpo-37781: use "z" for PY_FORMAT_SIZE_T (GH-15156)
2019-08-30 Min ho KimFix typos mostly in comments, docs and test names ...
2019-08-30 Terry Jan ReedyIDLE: Fix 2 typos found by Min ho Kim. (GH-15617)
2019-08-30 Victor Stinnerbpo-37140: Fix StructUnionType_paramfunc() (GH-15612)
2019-08-30 Sergey Fedoseevbpo-37976: Prevent shadowing of TypeError in zip()...
2019-08-30 Raymond HettingerSteven Bethard designated a new maintainer for argparse...
2019-08-29 Ned Deilybpo-37834: Prevent shutil.rmtree exception (GH-15602)
2019-08-29 Thomas A Caswellbpo-37933: Fix faulthandler.cancel_dump_traceback_later...
2019-08-29 Raymond Hettingerbpo-8425: Fast path for set inplace difference when...
2019-08-29 Rémi Lapeyrebpo-37034: Display argument name on errors with keyword...
2019-08-29 Paul Gansslebpo-37979: Add alternative to fromisoformat in document...
2019-08-29 Nick Coghlanbpo-37947: Avoid double-decrement in symtable recursion...
2019-08-29 Joannah Nanjekyebpo-36833: Add tests for Datetime C API Macros (GH...
2019-08-29 Raymond Hettingerbpo-10978: Semaphores can release multiple threads...
2019-08-29 Raymond Hettingerbpo-36743: __get__ is sometimes called without the...
2019-08-29 Raymond Hettingerbpo-16468: Clarify which objects can be passed to ...
2019-08-29 Raymond Hettingerbpo-23674: Clarify ambiguities in super() docs (#15564)
2019-08-29 Justin Blanchardbpo-37372: Fix error unpickling datetime.time objects...
2019-08-29 Serhiy Storchakabpo-37950: Fix ast.dump() when call with incompletely...
2019-08-29 Serhiy Storchakabpo-37960: Silence only necessary errors in repr()...
2019-08-29 Rémi Lapeyrebpo-35946: Improve assert_called_with documentation...
2019-08-29 Xtreakbpo-36871: Ensure method signature is used when asserti...
2019-08-29 Raymond Hettingerbpo-25777: Wording describes a lookup, not a call ...
2019-08-29 avinasshbpo-36167: fix an incorrect capitalization (GH-14482)
2019-08-29 Benjamin Petersonbpo-37964: Make sure test works if TESTFN is in a non...
2019-08-29 Ronald Oussorenbpo-18378: Recognize "UTF-8" as a valid name in locale...
2019-08-29 HongWeipengRaise a RuntimeError when tee iterator is consumed...
2019-08-29 Vinay Sharmacloses bpo-37964: add F_GETPATH command to fcntl (GH...
2019-08-28 Zackery Spytzbpo-23878: Remove an unneeded fseek() call in _Py_FindE...
2019-08-28 Anonymous Maartencloses bpo-37965: Fix compiler warning of distutils...
2019-08-28 Daniel Fortunovbpo-36582: Make collections.UserString.encode() return...
2019-08-27 Christian Heimesbpo-37951: Lift subprocess's fork() restriction (GH...
2019-08-27 Ethan FurmanAdd Florian Ernst to ACKS (GH-15524)
2019-08-27 Greg Pricebpo-37936: Remove some .gitignore rules that were inten...
2019-08-27 Raymond HettingerFix unused variable and signed/unsigned warnings (GH...
2019-08-27 vrajivkbpo-36205: Fix the rusage implementation of time.proces...
2019-08-27 Inada Naokibpo-37328: remove deprecated HTMLParser.unescape (GH...
2019-08-26 Victor Stinnerbpo-36763: Make Py_BytesMain() public (GH-15532)
2019-08-26 Zackery SpytzFix an invalid assertEqual() call in test_descr.py...
2019-08-26 Victor StinnerMake PyXXX_Fini() functions private (GH-15531)
2019-08-26 Batuhan Taşkayabpo-37925: Mention --embed in python-config usage ...
2019-08-26 Raymond Hettingerbpo-37798: Minor code formatting and comment clean...
2019-08-26 Pradyun Gedambpo-37664: Update ensurepip bundled wheels, again ...
2019-08-26 Inada Naokibpo-37055: fix warnings in _blake2 module (GH-14646)
2019-08-26 Ethan Furmancorrect roman numeral VII description (GH-15523)
2019-08-26 Sergey FedoseevFix typo: Pyssize_t => Py_ssize_t (GH-15411)
2019-08-26 Pablo Galindobpo-37954: Fix reference leak in the symtable (GH-15514)
2019-08-26 Sergey FedoseevRemove leftovers from the times when long long wasn...
2019-08-26 Pablo Galindobpo-37947: Adjust correctly the recursion level in...
2019-08-26 Andrew Svetlovbpo-34679: Restore instantiation Windows IOCP event...
2019-08-26 Forest Greggbpo-27575: port set intersection logic into dictview...
2019-08-26 Serhiy Storchakabpo-36917: Add default implementation of ast.NodeVisito...
2019-08-26 Dong-hee Nabpo-37805: Add tests for json.dump(..., skipkeys=True...
2019-08-26 Joannah Nanjekyebpo-15542: Documentation incorrectly suggests __init__...
2019-08-26 Terry Jan Reedybpo-37824: Properly handle user input warnings in IDLE...
2019-08-26 Julien PalardDoc: Keep the venv/* exclude pattern. (GH-15229)
2019-08-25 Flavian Hautboisbpo-29553: Fix ArgumentParser.format_usage() for mutual...
2019-08-25 Nick Coghlanbpo-37757: Disallow PEP 572 cases that expose implement...
2019-08-25 Zackery Spytzbpo-34880: Add the LOAD_ASSERTION_ERROR opcode. (GH...
2019-08-25 Raymond Hettingerbpo-37905: Improve docs for NormalDist (GH-15486)
2019-08-25 Tal Einatbpo-37929: IDLE: avoid Squeezer-related config dialog...
2019-08-25 Raymond Hettingerbpo-37942: Improve argument clinic float converter...
2019-08-24 Berker Peksagbpo-19072: Make @classmethod support chained decorators...
2019-08-24 Terry Jan ReedyFix typo and rearrange words in IDLE news item (GH...
2019-08-24 Jürgen GmachClarify argument types in datetime docs. (GH-15459)
2019-08-24 Raymond Hettingerbpo-14112: Allow beginners to explore shallowness in...
2019-08-24 Terry Jan ReedyRevert "(TH-15402)" (#15468)
2019-08-24 Shashi RanjanFix typos in the documentation of Parser/pgen (GH-15416)
2019-08-24 Dong-hee Nabpo-37798: Test both Python and C versions in test_stat...
2019-08-24 Raymond Hettingerbpo-32118: Simplify docs for sequence comparison ...
2019-08-24 Greg Pricebpo-37812: Convert CHECK_SMALL_INT macro to a function...
2019-08-24 GeeTransit(TH-15402)
2019-08-24 shireenraobpo-37772: fix zipfile.Path.iterdir() outputs (GH-15170)
2019-08-24 Serhiy Storchakabpo-37830: Fix compilation of break and continue in...
2019-08-24 Serhiy Storchakabpo-29535: Remove promize about hash randomization...
2019-08-24 Raymond Hettingerbpo-19119: Remove invalid test and rename a misnamed...
2019-08-24 Ned DeilyFix link to changelog in 3.9 What's New page (GH-15445)
2019-08-24 AntoineFix funny typo in Doc/bugs. (GH-15412)
2019-08-23 Dong-hee Nabpo-37798: Add C fastpath for statistics.NormalDist...
2019-08-23 Zackery Spytzbpo-37549: os.dup() fails for standard streams on Windo...
2019-08-23 Raymond Hettingerbpo-26589: Add http status code 451 (GH-15413)
2019-08-23 Victor Stinnerbpo-36763: PyConfig_Read() handles PySys_AddXOption...
2019-08-23 Victor Stinnerbpo-36763, doc: Add links in the new C API init doc...
2019-08-23 Victor Stinnerbpo-36763: Implement PyWideStringList_Insert() of PEP...
2019-08-23 Sergey FedoseevFix _PyTime_MIN/MAX values (GH-15384)
2019-08-23 Stefan Behnelbpo-14465: Add an indent() function to xml.etree.Elemen...
2019-08-23 Victor Stinnertest_gdb: use unittest test discovery (GH-15405)
2019-08-23 Victor Stinnerbpo-37531: Fix regrtest _timedout() function on timeout...
2019-08-23 Victor Stinnerbpo-37926: Fix PySys_SetArgvEx(0, NULL, 0) crash (GH...
2019-08-23 Andre DelfinoCorrect minor grammar mistake (GH-15404)
2019-08-23 Raymond Hettingerbpo-30826: Improve control flow examples (GH-15407)
2019-08-23 Raymond Hettingerbpo-12634: Clarify an awkward section of the tutorial...
2019-08-22 Raymond Hettingerbpo-30550: Clarify JSON ordering guarantees (GH-15397)
2019-08-22 Pablo Galindobpo-37915: Fix comparison between tzinfo objects and...
2019-08-22 Ivan Levkivskyibpo-28556: Add a regression test to typing (GH-15396)
2019-08-22 Raymond Hettingerbpo-32554: Deprecate hashing arbitrary types in random...
2019-08-22 Raymond Hettingerbpo-14050: Note that not all data can be sorted (GH...
2019-08-22 Sergey Fedoseevbpo-27961: Remove leftovers from the times when long...
next