]> granicus.if.org Git - python/shortlog
python
2017-04-14 Mariattabpo-29869: Add Nevada Sanchez to Misc/ACKS (GH-1125)
2017-04-13 Armin Rigobpo-29694: race condition in pathlib mkdir with flags...
2017-04-13 Serhiy Storchakabpo-29995: re.escape() now escapes only special charact...
2017-04-13 Nevada Sanchezbpo-29869: Allow underscores in numeric literals in...
2017-04-13 Joshua DiaddigoFix a typo in Doc/library/functions.rst (GH-1117)
2017-04-13 Serhiy Storchakabpo-30021: Add examples for re.escape(). (#1048)
2017-04-13 Marco Buttubpo-27200: Fix pathlib, ssl, turtle and weakref doctest...
2017-04-13 Berker PeksagBlacklist myself from mention-bot (#1114)
2017-04-13 Berker Peksagbpo-29791: Clarify that flush is keyword-only argument...
2017-04-13 Marco Buttubpo-30055: add testcleanup to leave a fresh context...
2017-04-13 Benjamin Petersonconvert from long long to PyLong loselessly (#1106)
2017-04-13 Xiang Zhangbpo-26985: Add missing info of code object in inspect...
2017-04-12 Serhiy Storchakabpo-30017: Allowed calling the close() method of the...
2017-04-12 NAKAMURA Osamubpo-30047: Fix a typo in Doc/library/select.rst (#1086)
2017-04-12 Alex GaynorRemove two legacy constants which hopefully have no...
2017-04-11 Serhiy StorchakaReimplement tempfile._RandomNameSequence using a genera...
2017-04-11 Nick Coghlanbpo-29692: Add missing ACKS entry (#1079)
2017-04-11 svelankarbpo-29692: contextlib.contextmanager may incorrectly...
2017-04-11 Senthil KumaranRemove superfluous comment in urllib.error. (#1076)
2017-04-10 Senthil KumaranRemove OSError related comment in urllib.request. ...
2017-04-09 Sanyam Khuranabpo-29506: Clarify deep copy note in copy module
2017-04-09 Aviv Palivodabpo-26187: Test that set_trace_callback() is not called...
2017-04-09 Nick CoghlanIssue #29798: Handle git worktree in patchcheck (#1058)
2017-04-09 Michael Seifertbpo-29951: Include function name for some error message...
2017-04-09 Senthil KumaranRemove invalid comment in urllib.request. (#1054)
2017-04-08 Jelle ZijlstraImprovements to typing documentation (#967)
2017-04-08 Serhiy Storchakabpo-29998: Pickling and copying ImportError now preserv...
2017-04-08 Serhiy StorchakaExpand the PySlice_GetIndicesEx macro. (#1023)
2017-04-08 Serhiy Storchakabpo-29914: Fix default implementations of __reduce__...
2017-04-07 Barry WarsawFix a minor typo. (#1032)
2017-04-07 Serhiy Storchakabpo-29958: Minor improvements to zipfile and tarfile...
2017-04-07 Senthil KumaranRemove Invalid comment in test_urllib2.py (#1020)
2017-04-06 Stuart Bergbpo-28837: Fix lib2to3 handling of map/zip/filter calls...
2017-04-06 Alex JordanCorrect typo in configparser.rst (#1012)
2017-04-05 Mark Dickinsonbpo-29962: add math.remainder (#950)
2017-04-05 Serhiy StorchakaMiscellaneous minor fixes of Misc/NEWS formatting....
2017-04-05 Serhiy StorchakaUpdate Argument Clinic generated code for bpo-29878...
2017-04-05 Serhiy Storchakabpo-29762: More use "raise from None". (#569)
2017-04-05 Lisa Roachbpo-29549: Fixes docstring for str.index (#256)
2017-04-05 Senthil Kumarancorrect parse_qs and parse_qsl test case descriptions...
2017-04-04 Andrew Nesterbpo-29649: Improve struct.pack_into() boundary error...
2017-04-04 Victor Stinnerbpo-29972: Skip tests known to fail on AIX (#979)
2017-04-04 csabellabpo-29725: DOC: add text for arraysize in sqlite3.Curso...
2017-04-03 Jim Fasarakis... Remove obsolete declaration in tokenizer.h (#962)
2017-04-03 Angus HollandsCorrect typo (#976)
2017-04-03 Victor Stinnertest_locale now ignores the DeprecationWarning (#977)
2017-04-02 Mark DickinsonFix misleading documentation for math.exp. (#951)
2017-04-02 cocoatomobpo-19225: Add a table of warning names and missed...
2017-04-02 Pierre Quentelbpo-29654 : Support If-Modified-Since HTTP header ...
2017-04-02 Senthil KumaranMinor spell fix and formatting fixes in urllib tests...
2017-04-02 Michael Selikbpo-29957: change LBYL key lookup to dict.setdefault...
2017-04-02 csabellabpo-26947: DOC: clarify wording on hashable in glossary...
2017-04-01 INADA Naokibpo-29949: Fix set memory usage regression (GH-943)
2017-04-01 Zachary WareRevert "bpo-29763: Use unittest cleanup in test_site...
2017-04-01 s-sanjaybpo-29931 fix __lt__ check in ipaddress.ip_interface...
2017-04-01 Senthil KumaranAdd helpful explaination to test_password_manager tests...
2017-04-01 Zachary Warebpo-29763: Use unittest cleanup in test_site (GH-841)
2017-03-31 Brett CannonLink to the devguide's PR guidelines (GH-932)
2017-03-31 Serhiy Storchakabpo-29953: Fix memory leaks in the replace() method...
2017-03-31 T. WoutersFix spurious MemoryError introduced by PR #886. (#930)
2017-03-31 T. Woutersbpo-29941: Assert fixes (#886)
2017-03-31 Benjamin Petersonsuppress compiler warnings in _ctypes_test (#902)
2017-03-31 cocoatomobpo-29952: Use usual terminology of dict (GH-917)
2017-03-31 Senthil KumaranRemove catching OSError in ftphandler test. Only URLErr...
2017-03-30 Mariattabpo-29928: Add f-string to the Glossary (GH-864)
2017-03-30 Louie Lubpo-29946: Fix "sqrtpi defined but not used" (#908)
2017-03-30 T. Woutersbpo-29942: Fix the use of recursion in itertools.chain...
2017-03-30 Serhiy Storchakabpo-10030: Sped up reading encrypted ZIP files by 2...
2017-03-30 Serhiy Storchakabpo-29935: Fixed error messages in the index() method...
2017-03-30 Serhiy Storchakabpo-29204: Emit warnings for already deprecated Element...
2017-03-30 Victor Stinnerbpo-29887: Test normalization now fails if download...
2017-03-30 Serhiy Storchakabpo-20548: Use specific asserts in warnings and excepti...
2017-03-30 s-sanjaybpo-29913: deprecate compare_networks() in documentatio...
2017-03-30 Serhiy Storchakabpo-29918: Add missed "const" modifiers in C API docume...
2017-03-30 Serhiy Storchakabpo-27863: Fixed multiple crashes in ElementTree. ...
2017-03-30 Serhiy Storchakabpo-29816: Shift operation now has less opportunity...
2017-03-30 Serhiy Storchakabpo-29852: Argument Clinic Py_ssize_t converter now...
2017-03-30 Serhiy Storchakabpo-25996: Added support of file descriptors in os...
2017-03-30 Serhiy Storchakabpo-24821: Fixed the slowing down to 25 times in the...
2017-03-30 Serhiy Storchakabpo-29878: Add global instances of int for 0 and 1...
2017-03-30 Senthil KumaranRemove an unrequired TODO in test_urllib2. (#897)
2017-03-30 csabellabpo-29917: DOC: Remove link from PyMethodDef (#890)
2017-03-29 csabellabpo-29677: DOC: clarify documentation for `round` ...
2017-03-29 Sylvainbpo-29932: Fix small error message typos in arraymodule...
2017-03-29 Louie Lubpo-29927: Remove duplicate BufferError init and unnece...
2017-03-29 Niklas Fiekasbpo-29936: fix typo __GNU*C*_MINOR__ (#878)
2017-03-29 Xiang Zhangbpo-28699: fix abnormal behaviour of pools in multipro...
2017-03-28 Vajrasky Kokbpo-19791: Use functions from test support to check...
2017-03-28 Garvit Khatribpo-10379: add 'monetary' to format_string, deprecate...
2017-03-28 INADA NaokiNEWS: remove duplicated "Build" section (GH-872)
2017-03-28 Amit Kumarbpo-16011 clarify that 'in' always returns a boolean...
2017-03-28 Barry WarsawImprove the documentation for template strings (#856)
2017-03-28 Alex Wangbpo-29643: Fix check for --enable-optimizations (GH...
2017-03-27 Brett CannonDrop the standard gcc test build on Travis (GH-853)
2017-03-27 Victor StinnerFix ref cycles in TestCase.assertRaises() (#193)
2017-03-27 Gerrit Hollbpo-29677: DOC: clarify documentation for `round` ...
2017-03-27 Sylvainbpo-29924: Remove useless argument (#854)
2017-03-27 Jim Fasarakis... bpo-29912: Remove redundant tests in list_tests that...
2017-03-27 Victor Stinnerbpo-29919: Remove unused imports found by pyflakes...
2017-03-27 Serhiy Storchakabpo-20552: Use specific asserts in bytes tests (#790)
next