]> granicus.if.org Git - python/shortlog
python
2019-09-09 Serhiy Storchakabpo-34410: Fix a crash in the tee iterator when re...
2019-09-09 Serhiy StorchakaRevert "Raise a RuntimeError when tee iterator is consu...
2019-09-08 Raymond Hettingerbpo-36018: Address more reviewer feedback (GH-15733)
2019-09-08 HongWeipengbpo-36946:Fix possible signed integer overflow when...
2019-09-08 Greg PriceCorrect Roman-numeral example in Unicode HOWTO. (GH...
2019-09-08 Dong-hee Nabpo-38038: Remove urllib.parse._splittype from xmlrpc...
2019-09-07 Sergey FedoseevRemove some unused defines in multiprocessing.h. (GH...
2019-09-07 Joannah Nanjekyebpo-20806: Reference both times(2) and times(3) and...
2019-09-06 Terry Jan Reedy bpo-38041: Refine IDLE Shell restart lines. (GH-15709)
2019-09-06 Joannah Nanjekyebpo-15088 : Remove PyGen_NeedsFinalizing() (GH-15702)
2019-09-06 Raymond HettingerMore refinements to the statistics docs (GH-15713)
2019-09-06 animalizereplace inline function `is_small_int` with a macro...
2019-09-05 Victor Stinnerbpo-37064: Skip test_tools.test_pathfix if installed...
2019-09-05 Joannah Nanjekyebpo-37878: Remove PyThreadState_DeleteCurrent() functio...
2019-09-05 Miro Hrončokbpo-36797: Fix a dead link in Doc/distutils/apiref...
2019-09-05 PatrikKopkanbpo-37064: Add option -k to Tools/scripts/pathfix.py...
2019-09-05 Andre DelfinoCorrect minor gramatical mistake in sys.settrace doc...
2019-09-05 Jon Janzenbpo-36409: Remove old plistlib API deprecated in 3...
2019-09-05 Raymond Hettingerbpo-36324: Apply review comment from Jake Vanderplas...
2019-09-05 Raymond Hettingerbpo-36324: Apply review comments from Allen Downey...
2019-09-05 Inada Naokibpo-38026: fix inspect.getattr_static (GH-15676)
2019-09-05 GeeTransitbpo-37902: IDLE: Add scrolling for IDLE browsers. ...
2019-09-05 Dong-hee Nabpo-22347: Update mimetypes.guess_type to allow proper...
2019-09-05 Terry Jan ReedyFix idlelib.help comments (GH-15669)
2019-09-04 Steve Dowerbpo-38030: Fix os.stat failures on block devices on...
2019-09-04 Zackery Spytzbpo-36030: Fix a possible segfault in PyTuple_New(...
2019-09-04 Roger IyengarFix grammar in asyncio-dev.rst (GH-15672)
2019-09-04 Greg Pricecloses bpo-37966: Fully implement the UAX #15 quick...
2019-09-03 Tal Einatbpo-38022: IDLE: upgrade help.html to sphinx 2.x HTML5...
2019-09-03 Steve Dowerbpo-38020: Fixes crash in os.readlink() on Windows...
2019-09-03 Dong-hee Nabpo-37798: Fix _statistics module doc (GH-15546)
2019-09-03 Tal Einatbpo-35771: IDLE: Fix flaky tool-tip hover delay tests...
2019-09-03 Alan YeeEnforce PEP 257 conventions in ftplib.py (GH-15604)
2019-09-02 Anthony Sottilebpo-36853: Fix suspicious.py to actually print the...
2019-09-02 Jason R. Coombsbpo-38010 Sync importlib.metadata with importlib_metada...
2019-09-01 Serhiy Storchakabpo-15999: Clean up of handling boolean arguments....
2019-09-01 Serhiy Storchakabpo-15999: Always pass bool instead of int to socket...
2019-09-01 Serhiy Storchakabpo-15999: Always pass bool instead of int to the expat...
2019-09-01 Serhiy Storchakabpo-37994: Fix silencing all errors if an attribute...
2019-09-01 Serhiy Storchakabpo-36543: Remove old-deprecated ElementTree features...
2019-08-31 Ashwin Ramaswamibpo-37764: Fix infinite loop when parsing unstructured...
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...
next