]> granicus.if.org Git - python/shortlog
python
2019-06-30 Ammar Askarbpo-29505: Add more fuzzing for re.compile, re.load...
2019-06-30 tmblweedbpo-30754: Document textwrap.dedent blank line behavior...
2019-06-29 Benjamin Petersonbpo-37437: Pass -Wno-unreachable-code when compiling...
2019-06-29 Andre DelfinoMake StreamHandler.terminator more discoverable (GH...
2019-06-29 Andre DelfinoFix indentation in logging.handlers.setStream (GH-14358)
2019-06-29 Steve Dowerbpo-37369: Fixes crash when reporting fatal error ...
2019-06-29 Steve Dowerbpo-37369: Fix initialization of sys members when launc...
2019-06-28 Kyle Stanleybpo-19696: Moved "test_pkgimport.py" to dir "test_impor...
2019-06-28 Brett Cannonbpo-37403: Touch up venv docs (GH-14458)
2019-06-28 Brian Quinlanbpo-31783: Fix a race condition creating workers during...
2019-06-28 Victor Stinnerbpo-37412: Fix test_os.test_getcwd_long_path() on macOS...
2019-06-28 Ruslan Kuprieievbpo-37380: subprocess: don't use _active on win (GH...
2019-06-28 Victor Stinnerbpo-37412: pythoninfo: add Windows long paths (GH-14434)
2019-06-28 Victor Stinnerbpo-37412: Fix os.getcwd() for long path on Windows...
2019-06-28 Victor Stinnerbpo-20443: Fix calculate_program_full_path() warning...
2019-06-28 Jeroen Demeyerbpo-37337: Add _PyObject_VectorcallMethod() (GH-14228)
2019-06-28 Hai Shibpo-37432: Doc: Fix signature of PyObject_Del() (GH...
2019-06-28 Benjamin Petersoncloses bpo-37437: Update vendorized expat to 2.2.7...
2019-06-27 Steve Dowerbpo-37390: Add audit event table to documentations...
2019-06-27 Inada Naokibpo-30345: travis: use -Og with --with-pydebug (GH...
2019-06-27 Brandt Buchercloses bpo-37420: Handle errors during iteration in...
2019-06-27 Andrew SvetlovReplace deprecation warning with RuntimeError (GH-14397)
2019-06-27 Jeroen Demeyerbpo-33926: enable GDB tests on Travis CI (GH-14395)
2019-06-27 Victor Stinnerbpo-35389: platform.platform() calls libc_ver() without...
2019-06-26 Victor Stinnerbpo-37421: Fix test_shutil: don't leak temporary files...
2019-06-26 Carl Bordum... bpo-37376: pprint support for SimpleNamespace (GH-14318)
2019-06-26 Zackery Spytzbpo-37419: Fix possible segfaults when passing large...
2019-06-26 Abhilash Rajbpo-29412: Fix indexError when parsing a header value...
2019-06-26 Brandt Bucherbpo-37417: Fix error handling in bytearray.extend....
2019-06-26 Victor Stinnerbpo-37411: Rewrite test_wsgiref.testEnviron() (GH-14394)
2019-06-26 Serhiy Storchakabpo-37163: Make the obj argument of dataclasses.replace...
2019-06-26 Victor Stinnerbpo-37414: Remove sys.callstats() (GH-14398)
2019-06-26 Steve DowerImprove Windows commands in tutorial (GH-14379)
2019-06-26 Victor Stinnerbpo-37412: os.getcwdb() now uses UTF-8 on Windows ...
2019-06-26 Victor Stinnerbpo-37406: sqlite3 raises TypeError for wrong operation...
2019-06-25 Victor Stinnerbpo-37388: Add PyUnicode_Decode(str, 0) fast-path ...
2019-06-25 Victor Stinnerbpo-37388: Development mode check encoding and errors...
2019-06-25 Pierre Glaserbpo-37244: Fix test_multiprocessing.test_resource_track...
2019-06-25 Pierre Glaserbpo-36888, test_multiprocessing: Increase test_parent_p...
2019-06-25 Abhilash Rajbpo-33972: Fix EmailMessage.iter_attachments raising...
2019-06-25 Victor Stinnerbpo-37400: Fix test_os.test_chown() (GH-14374)
2019-06-25 Victor Stinnerbpo-20443: _PyConfig_Read() gets the absolute path...
2019-06-25 Xtreakbpo-37392: Update the dir(sys) in module tutorial ...
2019-06-25 Victor Stinnerbpo-37400: pythoninfo logs getpwuid and getgrouplist...
2019-06-25 Pablo GalindoFix minor spelling error in What's new for Python 3...
2019-06-25 Serhiy Storchakabpo-24214: Fixed the UTF-8 and UTF-16 incremental decod...
2019-06-25 Zackery Spytzbpo-37393: Fix deprecation warnings in test_ntpath...
2019-06-25 Raymond Hettinger bpo-36546: Mark first argument as position only (GH...
2019-06-25 Pablo Galindobpo-37394: Fix pure Python implementation of the queue...
2019-06-25 Pablo Galindobpo-35224: Add What's new entry for evaluation order...
2019-06-25 Victor Stinnerbpo-37392: Remove sys.setcheckinterval() (GH-14355)
2019-06-24 David K. Hessbpo-4963: Fix for initialization and non-deterministic...
2019-06-24 animalizebpo-25361: Enable SSE2 instructions for Windows 32...
2019-06-24 animalizebpo-35360: Update Windows builds to use SQLite 3.28...
2019-06-24 Xtreakbpo-36889: Document asyncio Stream and StreamServer...
2019-06-24 zihengbpo-32627: Fix compile error when conflicting `_uuid...
2019-06-24 Andrew SvetlovGet rid of exception traceback printing in asyncio...
2019-06-24 Steve Dowerbpo-37363: Add audit events for a range of modules...
2019-06-24 Victor Stinnerbpo-37359: Fix regrtest --cleanup (GH-14336)
2019-06-24 Jeroen Demeyerbpo-36974: inherit tp_vectorcall_offset unconditionally...
2019-06-24 Victor Stinnerbpo-37359: Add --cleanup option to python3 -m test...
2019-06-24 Gabe Appletonbpo-37345: Add formal UDPLITE support (GH-14258)
2019-06-24 Inada Naokibpo-37348: optimize decoding ASCII string (GH-14283)
2019-06-23 Pablo Galindobpo-35224: Bump the pyc magic number by 1 instead of...
2019-06-22 Pablo Galindobpo-35224: Bump the pyc magic number after the change...
2019-06-22 Ben Darnellasyncio: Fix docs for default event loop (#14308)
2019-06-22 Jörn Heisslerbpo-35224: Reverse evaluation order of key: value in...
2019-06-22 mbarkhauImprove threading.daemon docstring (GH-14278)
2019-06-22 Xtreakbpo-37323: Suppress DeprecationWarning raised by @async...
2019-06-21 Steve Dowerbpo-37364: Use io.open_code() to read .pth files (GH...
2019-06-21 Steve Dowerbpo-37351: Removes libpython38.a from standard Windows...
2019-06-21 Victor Stinnerbpo-37362: test_gdb now ignores stderr (GH-14287)
2019-06-21 BradUse `python -m pip install` in porting guide and venv...
2019-06-21 Joannah Nanjekyebpo-30202 : Update test.test_importlib.test_abc to...
2019-06-21 Paul Monsonbpo-36511: Fix -u parameters for ARM32 tests (GH-14280)
2019-06-21 Zackery Spytzbpo-37316: mmap.mmap() passes the wrong variable to...
2019-06-21 Michael Feltbpo-36210: update optional extension handling for AIX...
2019-06-21 AerosDocs: Improved phrasing (GH-14069)
2019-06-21 Shashank ParekhRemove redundant if check from optional argument functi...
2019-06-20 Pablo Galindobpo-37289: Add a test for if with ifexpr in the peephol...
2019-06-20 Victor StinnerUpdate What's New in Python 3.9 (GH-14253)
2019-06-20 Paul Monsonbpo-36511: Improve ARM32 buildbot scripts (GH-14251)
2019-06-20 Jeroen Demeyerbpo-37151: remove _PyCFunction_FastCallDict (GH-14269)
2019-06-20 İsmail ArılıkFix typo, 'widger' -> 'widget', in idlelib/tree.py...
2019-06-20 Eric V. SmithFix bpo number in News file. (GH-14260)
2019-06-20 Hai Shibpo-37342: Fix the incorrect nb_index's type in typeobj...
2019-06-19 Victor StinnerUpdate What's New in Python 3.8 (GH-14239)
2019-06-19 Victor Stinnerbpo-36710: Use tstate in pylifecycle.c (GH-14249)
2019-06-19 HarmonAdd missing single quote in io.TextIOWrapper.reconfigur...
2019-06-19 Paul Monsonbpo-36511: Add buildbot scripts and fix tests for Windo...
2019-06-19 Steve Dowerbpo-37333: Ensure IncludeTkinter has a value (GH-14240)
2019-06-19 Vinay Sajipbpo-37331: Clarify format of socket handler messages...
2019-06-19 Vinay Sajipbpo-37258: Not a bug, but added a unit test and updated...
2019-06-19 Victor Stinnerbpo-36710: Remove PyImport_Cleanup() function (GH-14221)
2019-06-19 Benjamin PetersonFix name of '\0'. (GH-14222)
2019-06-19 Victor Stinnerbpo-36710: Add tstate parameter in import.c (GH-14218)
2019-06-19 Ivan LevkivskyiDocument typing.ForwardRef (GH-14216)
2019-06-19 Ivan LevkivskyiDocument changes in PyNode_AddChild and PyParser_AddTok...
2019-06-18 Victor Stinnerbpo-35134: Add Include/cpython/import.h header file...
2019-06-18 Terry Jan Reedybpo-37325: Fix focus traversal for 2 IDLE dialogs ...
next