]> granicus.if.org Git - python/shortlog
python
2019-04-10 Jörn Heesbpo-12910: update and correct quote docstring (#2568)
2019-04-09 SimeonFix typos in compile.c comments (GH-12752)
2019-04-09 Vidar Tonaas... bpo-31512: Add non-elevated symlink support for Windows...
2019-04-09 Victor Stinnerbpo-34373: Fix time.mktime() on AIX (GH-12726)
2019-04-09 Christian Heimesbpo-36577: setup.py reports missing OpenSSL again ...
2019-04-09 Victor Stinnerbpo-36560: regrtest: don't collect the GC twice (GH...
2019-04-09 Victor Stinnerbpo-36508: python-config don't export LINKFORSHARED...
2019-04-09 xdegayebpo-36544 : Fix regression introduced in bpo-36146...
2019-04-09 Quentin Dawansbpo-34139: Remove unix datagram socket from FS before...
2019-04-09 Victor Stinnerbpo-36560: Fix reference leak hunting in regrtest ...
2019-04-09 Ammar Askarbpo-34060: Report system load when running test suite...
2019-04-09 Lukas Waymannbpo-33456: site module documentation - fix wrong defaul...
2019-04-09 Matthias Bussonnierbpo-33461: emit DeprecationWarning when json.loads...
2019-04-09 Inada Naokifix code styling (GH-12737)
2019-04-09 Steve Palmercloses bpo-35848: Move all documentation regarding...
2019-04-09 Giampaolo RodolaBPO-17561: set create_server backlog default to None...
2019-04-08 Victor Stinnerbpo-36565: Fix libregrtest for Python without builtin...
2019-04-08 Giampaolo Rodolabpo-35934: Add socket.create_server() utility function...
2019-04-08 Mickaël Schoentgenbpo-35416: fix potential resource warnings in distutils...
2019-04-08 Serhiy StorchakaAdd a What's New entry for bpo-35459. (GH-12706)
2019-04-08 Andre DelfinoCorrect "inplace" with "in-place" (GH-10480)
2019-04-08 Chillar Anandremove duplicate code in biscet (GH-1270)
2019-04-08 Michael Feltbpo-36503: remove references to 'aix3' and 'aix4' ...
2019-04-07 Raymond Hettingerbpo-27181: Add statistics.geometric_mean() (GH-12638)
2019-04-07 Brandt Bucherbpo-35936: Updates to modulefinder (GH-11787)
2019-04-07 Xtreakbpo-35726: Add test for QueueHandler with multiple...
2019-04-07 CAM Gerlachbpo-30661: Improve docs for tarfile pax change and...
2019-04-06 Stefan Behnelbpo-9883: Update list of unimplemented interfaces in...
2019-04-06 Inada Naokibpo-36050: optimize HTTPResponse.read() (GH-12698)
2019-04-06 Dmitry Marakasovbpo-36527: silence -Wunused-parameter warnings in objec...
2019-04-05 Dima TisnekFix doc for create_subprocess_exec (GH-12598)
2019-04-05 Zackery Spytzbpo-25451: Add transparency methods to tkinter.PhotoIma...
2019-04-05 Cheryl Sabellabpo-29202: improve dict iteration (GH-11900)
2019-04-05 Victor Stinnerbpo-36301: Fix _PyPreConfig_Read() compiler warning...
2019-04-05 Inada Naokibpo-36404: recommend DeprecationWarning over PendingDep...
2019-04-05 Anthony SottileTools/importbench: Fix a misplaced stderr= (GH-12690)
2019-04-04 MakDonFix duplicated test case for re. (GH-12662)
2019-04-04 Matt Houglumbpo-36522: Print all values for headers with multiple...
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)
next