]> granicus.if.org Git - python/shortlog
python
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)
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()...
next