]> granicus.if.org Git - python/shortlog
python
2019-04-03 tyomitchbpo-36440: include node names in ParserError messages...
2019-04-02 SlamHave UserDict.__init__() implicitly check for updating...
2019-04-02 Srinivas Reddy... bpo-32413: Add documentation that at the module level...
2019-04-02 Jeroen Demeyerbpo-33261: guard access to __code__ attribute in inspec...
2019-04-02 Zackery Spytzbpo-36504: Fix signed integer overflow in _ctypes.c...
2019-04-02 Thomas Perlbpo-36473: add maximum iteration check for dict .values...
2019-04-02 Inada Naokibpo-35838: document optionxform must be idempotent...
2019-04-02 Max Bernsteinfix confusing argument name in unicodeobject.c (GH...
2019-04-02 Emmanuel Ariasbpo-36377: Specify that range() can not be compared...
2019-04-01 Daniel Hahlerbpo-13120: fix typo with test_issue13120() method name...
2019-04-01 Steve DowerTemporary workaround for an ACL issue on Ubuntu on...
2019-04-01 Joannah Nanjekyebpo-36157:Document PyInterpreterState_Main() (GH-12238)
2019-04-01 Brad Larsenbpo-36495: Fix two out-of-bounds array reads (GH-12641)
2019-04-01 Inada Naokibpo-20844: open script file with "rb" mode (GH-12616)
2019-04-01 Inada Naokibpo-36026: make descr error message consistent (GH...
2019-04-01 Serhiy Storchakabpo-36492: Deprecate passing some arguments as keyword...
2019-03-31 Zackery Spytzbpo-36150: Fix possible assertion failures due to _ctyp...
2019-03-31 Zackery Spytzbpo-35947: Fix a compiler warning in _ctypes.c's Struct...
2019-03-31 Steve Dowerbpo-36085: Add installer check for KB2533625 (GH-12636)
2019-03-31 Steve Dowerbpo-36085: Add additional load flag to ensure DLL loads...
2019-03-30 Paul Moorebpo-36010: Add venv to the nuget distribution (GH-12367)
2019-03-30 Joel Croteaubpo-36384: Remove check for leading zeroes in IPv4...
2019-03-30 Nick CoghlanC API docs: Py_IsInitialized is always safe to call...
2019-03-30 Serhiy Storchakabpo-22831: Use "with" to avoid possible fd leaks in...
2019-03-30 Serhiy Storchakabpo-22831: Use "with" to avoid possible fd leaks in...
2019-03-30 Serhiy Storchakabpo-36434: Properly handle writing errors in ZIP files...
2019-03-30 Serhiy Storchakabpo-24214: Fixed the UTF-8 incremental decoder. (GH...
2019-03-30 Inada Naokibpo-17110: doc: add note how to get bytes from sys...
2019-03-30 Inada Naokigithub: assign @methane to dict owner (GH-12617)
2019-03-29 Steve Dowerbpo-36085: Enable better DLL resolution on Windows...
2019-03-29 Paul Monsonbpo-35947: Update Windows to the current version of...
2019-03-29 Jeroen Demeyerbpo-36448: mention 'make regen-all' in error message...
2019-03-29 Victor Stinnerbpo-36471: Add _Py_RunMain() (GH-12618)
2019-03-29 Alexey Izbyshevbpo-35194: cjkcodec: check the encoded value is not...
2019-03-29 Julien Palardbpo-36064: Clarify allowed data types for urllib.reques...
2019-03-29 Susan Subpo-33043: Add a Contributing to Docs link and Update...
2019-03-28 Wolfgang Maierbpo-30427: eliminate redundant type checks in os.path...
2019-03-28 Xtreakbpo-36366: Return None on stopping unstarted patch...
2019-03-28 Jules Lasne... Fixed capital letters missing and missing . (GH-12584)
2019-03-28 ksamuelFix typo in email.encoders doc (GH-9700)
2019-03-28 kctherookiebpo-35941: Fix ssl certificate enumeration for windows...
2019-03-28 zhsjbpo-36425: Add Simplified Chinese to the language switc...
2019-03-28 Giampaolo Rodolabpo-29515: add missing socket.IPPROTO_* constants on...
2019-03-28 Serhiy Storchakabpo-36387: Refactor getenvironment() in _winapi.c....
2019-03-28 Zackery Spytzbpo-36459: Fix a possible double PyMem_FREE() due to...
2019-03-28 Thomas Perlbpo-36452: dictiter: track maximum iteration count...
2019-03-28 Ned DeilyFix NEWS entries with incorrect bpo numbers (GH-12599)
2019-03-28 Raymond HettingerRevert "Minor doc improvement (GH-10341)" (GH-12597)
2019-03-27 Steve Dowerbpo-36245: Fix more empty environment variable checks...
2019-03-27 Philipp Abpo-31292: Fixed distutils check --restructuredtext...
2019-03-27 Raymond HettingerAdd missing docstrings for TarInfo objects (#12555)
2019-03-27 Victor Stinnerbpo-36443: Disable C locale coercion and UTF-8 Mode...
2019-03-27 Steve Dowerbpo-36441: Fixes creating a venv when debug binaries...
2019-03-27 hliu0bpo-31904: Fix test_utf8_mode on VxWorks (GH-12428)
2019-03-27 Pablo Galindobpo-36447, bpo-36447: Fix refleak in _PySys_InitMain...
2019-03-27 Victor Stinnerbpo-36444: Rework _Py_InitializeFromConfig() API (GH...
2019-03-27 Eddie Elizondobpo-35810: Incref heap-allocated types in PyObject_Init...
2019-03-27 Jules Lasne... Doc: Fixed missing punctuation in datamodel.rst (GH...
2019-03-27 Inada Naokibpo-32380: add "versionadded: 3.8" to singledispatchmet...
2019-03-27 Serhiy Storchakabpo-36431: Use PEP 448 dict unpacking for merging two...
2019-03-27 Vladimir Surjaninovbpo-36407: Fix writing indentations of CDATA section...
2019-03-27 Andre Delfinobpo-33832: Add "magic method" glossary entry (GH-7630)
2019-03-27 Andre DelfinoMinor doc improvement (GH-10341)
2019-03-27 Victor Stinnerbpo-36444: Add _PyCoreConfig._init_main (GH-12572)
2019-03-27 Victor Stinnerbpo-36444: Remove _PyMainInterpreterConfig (GH-12571)
2019-03-26 Terry Jan Reedybpo-36429: Fix starting IDLE with pyshell (#12548)
2019-03-26 Victor Stinnerbpo-36301: Test Python init with isolated (GH-12569)
2019-03-26 Tal Einatbpo-34203: FAQ: improve wording of paragraph about...
2019-03-26 Pierre Glaserbpo-36364: fix SharedMemoryManager examples (GH-12439)
2019-03-26 Victor Stinnerbpo-36301: Cleanup preconfig.c and coreconfig.c (GH...
2019-03-26 Victor Stinnerbpo-36436: Fix _testcapi.pymem_buffer_overflow() (GH...
2019-03-26 Inada Naokibpo-36433: fix confusing error messages in classmethodd...
2019-03-26 Łukasz LangaPost v3.8.0a3
2019-03-26 Łukasz LangaMerge tag 'v3.8.0a3'
2019-03-26 Zackery Spytzbpo-36430: Fix a possible reference leak in itertools...
2019-03-26 Andre DelfinoDocument that logging registers shutdown as an atexit...
2019-03-26 Benjamin PetersonFix "the the" in the idle docs. (GH-12549)
2019-03-26 Victor Stinnerbpo-36301: Remove _PyCoreConfig.preconfig (GH-12546)
2019-03-25 Victor Stinnerbpo-36301: Add _Py_GetEnv() function (GH-12542)
2019-03-25 Andre Delfinobpo-34085: Improve wording on classmethod/staticmethod...
2019-03-25 Stéphane Wirtelbpo-36345: Add a new example in the documentation of...
2019-03-25 Victor Stinnerbpo-36301: Add _Py_GetConfigsAsDict() function (GH...
2019-03-25 Pablo Galindobpo-36143: Regenerate Lib/keyword.py from the Grammar...
2019-03-25 Stefan Krahbpo-36370: Check for PyErr_Occurred() after PyImport_Ge...
2019-03-25 Raymond Hettingerbpo-36326: Let inspect.getdoc() find docstrings for...
2019-03-25 Stephen RosenAdd note to Queue.get() docs about block=True (GH-2223)
2019-03-25 Łukasz Langav3.8.0a3 v3.8.0a3
2019-03-25 Victor Stinnerbpo-36301: Add _Py_PreInitializeFromConfig() (GH-12536)
2019-03-25 Victor Stinnerbpo-36301: Cleanup preconfig code (GH-12535)
2019-03-25 Stefan Behnelbpo-35884: Add string-keys-only microbenchmark for...
2019-03-25 Zackery Spytzbpo-36421: Fix a possible double decref in _ctypes...
2019-03-25 Rémi Lapeyrebpo-36218: Fix handling of heterogeneous values in...
2019-03-25 Raymond HettingerFix line ending (GH-12531)
2019-03-25 Raymond Hettingerbpo-36401: Have help() show readonly properties separat...
2019-03-24 Louie Lubpo-30348: IDLE: Add test_autocomplete unittest (GH...
2019-03-24 Lisa Roachbpo-31822: Document that urllib.parse.{Defrag,Split...
2019-03-24 Terry Jan Reedybpo-36405: IDLE - Restore __main__ and add tests (...
2019-03-24 Ned DeilyReplace "DOS box" with link to Windows FAQ. (GH-12390)
2019-03-24 Zackery Spytzbpo-36412: fix a possible crash in dictobject.c's new_d...
2019-03-23 AraHaanbpo-32217: Correct usage of ABI tags in freeze. (GH...
next