]> granicus.if.org Git - python/shortlog
python
2019-09-10 Dmitry Shachnevbpo-37504: Fix documentation build with texinfo builder...
2019-09-10 Steve Dowerbpo-37913: Link to NotImplemented from new docs (GH...
2019-09-10 Jeroen Demeyerbpo-37913: document that __length_hint__ can return...
2019-09-10 Jason R. Coombsbpo-38086: Sync importlib.metadata with importlib_metad...
2019-09-10 Steve Dowerbpo-38087: Fix case sensitivity in test_pathlib and...
2019-09-10 Steve Dowerbpo-38088: Fixes distutils not finding vcruntime140...
2019-09-10 MatthiasFix subprocess docstring typo (GH-15812)
2019-09-10 Zach ThompsonFix typo in ssl.RAND_bytes documentation (GH-14791)
2019-09-10 Pablo Galindobpo-38090: Fix reference leak in ceval.c (GH-15848)
2019-09-10 Serhiy Storchakabpo-36781: Optimize sum() for bools. (#13074)
2019-09-10 Andre Delfino Note regarding + mode truncation applies to both text...
2019-09-10 Dino Viehlandbpo-38073: Make pwd module PEP-384 compatible (GH-15790)
2019-09-10 Andrew Svetlovbpo-38066: Hide internal Stream methods (GH-15762)
2019-09-10 Arun Persaudbpo-21018: added missing documentation about escaping...
2019-09-10 Bernt Røskar... closes bpo-25461: Update os.walk() docstring to match...
2019-09-10 Emmanuel Ariasbpo-36373: Deprecate explicit loop parameter in all...
2019-09-10 Jeroen Demeyerbpo-37619: update_one_slot() should not ignore wrapper...
2019-09-10 Petr Viktorinbpo-37499: Test various C calling conventions (GH-15776)
2019-09-10 Lisa Roachbpo-37251: Removes __code__ check from _is_async_obj...
2019-09-10 Dino Viehlandbpo-38069: Convert _posixsubprocess to PEP-384 (GH...
2019-09-10 Emmanuel Arias bpo-36373: Deprecate explicit loop parameter in all...
2019-09-10 Jeroen Demeyerbpo-36971: add subsections in C API "Common Object...
2019-09-10 Benjamin Petersonbpo-38068: Clean up gettimeofday configure logic. ...
2019-09-10 Xtreakbpo-37052: Add examples for mocking async iterators...
2019-09-10 Dino Viehlandbpo-38071: Make termios PEP-384 compatible (GH-15785)
2019-09-10 Dino Viehlandbpo-38072: PEP-384 grpmodule (GH-15788)
2019-09-10 Kenta MurataFix calling order of PyEval_InitThreads. (GH-4602)
2019-09-10 Benjamin PetersonRemove macOS tests from Travis. (GH-15809)
2019-09-10 hliu0Skip zoneinfo tests on VxWorks (#13535)
2019-09-10 Dino Viehlandbpo-38074: Make zlib extension module PEP-384 compatibl...
2019-09-10 Dino Viehlandbpo-38076: Make struct module PEP-384 compatible (...
2019-09-10 Serhiy Storchakabpo-38083: Minor improvements in asdl_c.py and Python...
2019-09-10 dalgarnoFix typo in dict object comment (#15814)
2019-09-10 Neil Schemenauerbpo-37725: have "make clean" remove PGO task data ...
2019-09-10 Greg Pricebpo-38043: Move unicodedata.normalize tests into test_u...
2019-09-10 Jeroen DemeyerExpand comment explaining update_one_slot (GH-14810)
2019-09-10 Nikhilbpo-25237: Documentation for tkinter modules (GH-1870)
2019-09-10 Greg PriceCut tricky `goto` that isn't needed, in _PyBytes_Decode...
2019-09-10 Vinay Sharmabpo-38018: Fix test for multiprocessing.shared_memory...
2019-09-10 Terry Jan Reedybpo-38077: IDLE no longer adds 'argv' to the user names...
2019-09-09 Jean-François Bbpo-34293: Fix PDF documentation paper size (GH-8585)
2019-09-09 Paul Monsonbpo-36511: clean up python process before deploy on...
2019-09-09 Sergey FedoseevCorrect overflow check in PyTuple_New() (GH-14838)
2019-09-09 Serhiy Storchakabpo-38049: Add command-line interface for the ast modul...
2019-09-09 Lisa Roachbpo-37383: Updates docs to reflect AsyncMock call_count...
2019-09-09 Vinay Sharmabpo-38018: Increase code coverage for multiprocessing...
2019-09-09 Greg Pricebpo-36502: Update link to UAX #44, the Unicode doc...
2019-09-09 Serhiy Storchakabpo-37995: Add an option to ast.dump() to produce a...
2019-09-09 Sergey Fedoseevbpo-37840: Fix handling of negative indices in bytearra...
2019-09-09 Christian Heimesbpo-35941: Fix performance regression in new code ...
2019-09-09 Orivej Deshbpo-37649: Fix exec_prefix check (GH-14897)
2019-09-09 Hasan RamezaniFix punctuation in `os.execvpe` docstring. (GH-15051)
2019-09-09 Anthony Sottilebpo-35803: Document and test dir=PathLike for tempfile...
2019-09-09 Boris VerhovskyClarify that shutil's copy functions can accept path...
2019-09-09 Richard SangerFix docs bz.open default mode (GH-15100)
2019-09-09 Zackery Spytzbpo-36279: Ensure os.wait3() rusage is initialized...
2019-09-09 Victor Stinnerbpo-38070: visit_decref() calls _PyObject_IsFreed(...
2019-09-09 Greg Pricebpo-37758: Cut always-constant conditionals on sys...
2019-09-09 Anthony Sottilebpo-20490: Improve circular import error message (GH...
2019-09-09 AntoineMinor changes in Doc/faq/library. (#15449)
2019-09-09 Victor Stinnerbpo-38006: Avoid closure in weakref.WeakValueDictionary...
2019-09-09 Zethbpo-37876: Tests for ROT-13 codec (GH-15314)
2019-09-09 Mario Corcherodocs: Add references to AsyncMock in unittest.mock...
2019-09-09 Greg PriceMark files as executable that are meant as scripts...
2019-09-09 Alan Yeebpo-38059: Using sys.exit() over exit() in inspect...
2019-09-09 Jon Janzenbpo-38053 Update documentation for plistlib (GH-15727)
2019-09-09 Pablo GalindoFix typo in the algorithm description (GH-15774)
2019-09-09 Naitree Zhubpo-34596: Fallback to a default reason when @unittest...
2019-09-09 Vinay Sajipbpo-37662: Documented venv.EnvBuilder.upgrade_dependenc...
2019-09-09 animalizebpo-38037: Fix reference counters in signal module...
2019-09-09 Steve Dowerbpo-32587: Fixes unsafe downcast in PC/winreg.c (GH...
2019-09-09 Mickaël Schoentgenbpo-26185: Fix repr() on empty ZipInfo object (#13441)
2019-09-09 Ashwin VishnuFix typo in math.prod example (GH-15614)
2019-09-09 neonenebpo-37702: Fix SSL's certificate-store leak on Windows...
2019-09-09 T. Woutersbpo-37589: Add a few missing dependencies on .h files...
2019-09-09 Steve Dowerbpo-37283: Ensure command-line and unattend.xml setting...
2019-09-09 Benjamin Petersonbpo-34652 again: Remove lchmod from the default AC_CHEC...
2019-09-09 David Röthlisbergerlogging.Formatter docs: Add missing `validate` paramete...
2019-09-09 Xtreakbpo-37212: Preserve keyword argument order in unittest...
2019-09-09 Julien PalardDoc: Fix PDF build (NoUri). (GH-15739)
2019-09-09 Anthony SottileFuture-proof .travis.yml for Python 3.10 (GH-14831)
2019-09-09 Daniel Hahlerbpo-36250: ignore ValueError from signal in non-main...
2019-09-09 Zackery Spytzbpo-37705: Improve the implementation of winerror_to_er...
2019-09-09 Greg Pricebpo-37936: Avoid ignoring files that we actually do...
2019-09-09 Zackery Spytzbpo-32587: Make winreg.REG_MULTI_SZ support zero-length...
2019-09-09 Zackery Spytzbpo-37445: Include FORMAT_MESSAGE_IGNORE_INSERTS in...
2019-09-09 Greg Pricebpo-38043: Use `bool` for boolean flags on is_normalize...
2019-09-09 Ngalim Siregarbpo-11953: Extend table of Windows WSA* error codes...
2019-09-09 Florian Bruhinbpo-15817: gdbinit: Document commands after defining...
2019-09-09 XtreakFix assertions regarding magic methods function body...
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)
next