]> granicus.if.org Git - python/shortlog
python
2017-04-24 Natebpo-29822: Make inspect.isabstract() work during __init...
2017-04-24 Serhiy Storchakabpo-30144: Import collections ABC from collections...
2017-04-24 Mariattabpo-29751: add Cheryl Sabella to Misc/ACKS (GH-1268)
2017-04-24 csabellabpo-29751: Improve PyLong_FromString documentation...
2017-04-23 Serhiy Storchakabpo-15718: Document the upper bound constrain on the...
2017-04-22 Serhiy StorchakaRemove outdated note about constraining of the bit...
2017-04-22 Louie LuFix trailing colon and newline in test.rst (#1250)
2017-04-22 Serhiy StorchakaRemove unneeded Misc/NEWS entry for bpo-29802. (#1251)
2017-04-22 bladebryanbpo-29960 _random.Random corrupted on exception in...
2017-04-21 Serhiy Storchakabpo-29867: Add asserts in PyTuple_GET_SIZE, PyList_GET_...
2017-04-21 Victor Stinnerbpo-30125: disable faulthandler in ctypes test_SEH...
2017-04-21 Charles Renwickbpo-30098: Clarify that run_coroutine_threadsafe expect...
2017-04-21 Sebastian VetterCorrect the README link in Unix install docs (#1245)
2017-04-21 Victor Stinnerbpo-30125: Fix faulthandler.disable() on Windows (...
2017-04-21 Victor Stinnerbpo-30107: don't dump core on expected test_io crash...
2017-04-21 Victor Stinnerbpo-30106: Fix test_asyncore.test_quick_connect() ...
2017-04-21 Victor Stinnerbpo-30104: configure now detects when cc is clang ...
2017-04-21 Victor Stinnerbpo-30104: Use -fno-strict-aliasing on clang (#1221)
2017-04-21 Benjamin Petersonremove configure test for inline keyword (#1231)
2017-04-20 Segev Finerbpo-29191: Add liblzma.vcxproj to pcbuild.sln and other...
2017-04-20 Segev FinerAdd missing .gitignore entries for VS2015 IntelliSense...
2017-04-20 Serhiy Storchakabpo-29802: Fix reference counting in module-level struc...
2017-04-20 Victor StinnerOnly define get_zone() and get_gmtoff() if needed ...
2017-04-20 Victor Stinnersupport.threading_cleanup() log a warning on fail ...
2017-04-20 Victor Stinnerbpo-30108: Restore sys.path in test_site (#1197)
2017-04-20 Dong-hee Nabpo-12414: Update code_sizeof() to take in account...
2017-04-20 Mariattabpo-30109: Fix reindent.py (GH-1207)
2017-04-20 Berker Peksagbpo-10379: Add %char examples to locale.format() docs...
2017-04-20 Berker PeksagRemove redundant comma in argparse HOWTO (#1141)
2017-04-20 Louie Lubpo-30078: Add an example of passing a path to unittest...
2017-04-20 Victor Stinnerbpo-30106: Fix tearDown() of test_asyncore (#1194)
2017-04-20 Victor Stinnerbpo-29887: test_normalization handles PermissionError...
2017-04-19 Victor Stinnerregrtest: always show before/after of modified env...
2017-04-19 Victor StinnerFix/optimize test_asyncore.test_quick_connect() (#1188)
2017-04-19 Victor Stinnerbpo-30030: Revert f50354ad (tempfile) (#1187)
2017-04-19 Serhiy Storchakabpo-30065: Fixed arguments validation in _posixsubproce...
2017-04-19 Serhiy Storchakabpo-30070: Fixed leaks and crashes in errors handling...
2017-04-19 Serhiy Storchakabpo-22352: Adjust widths in the output of dis.dis(...
2017-04-19 Serhiy Storchakabpo-30061: Check if PyObject_Size()/PySequence_Size...
2017-04-19 Victor Stinnerbpo-29925: Skip test_uuid1_safe() on OS X Tiger (#971)
2017-04-19 MariattaMinor grammar fixes (GH-1174)
2017-04-19 cocoatomoFix minor typos (GH-1173)
2017-04-17 Eric Appeltbpo-29514: Check magic number for bugfix release (#54)
2017-04-16 Xiang Zhangfix a refleak in slot_sq_length (#1162)
2017-04-16 Serhiy Storchakabpo-30022: Get rid of using EnvironmentError and IOErro...
2017-04-16 Serhiy Storchakabpo-10076: Compiled regular expression and match object...
2017-04-16 Serhiy Storchakabpo-28765: Use concrete types API in _sre.c. (#1009)
2017-04-16 Serhiy Storchakabpo-29839: Raise ValueError rather than OverflowError...
2017-04-16 Serhiy Storchakabpo-29838: Add asserts for checking results of sq_lengt...
2017-04-15 Xiang Zhangbpo-30068: add missing iter(self) in _io._IOBase.readli...
2017-04-15 cocoatomobpo-19225: Remove duplicated description for standard...
2017-04-15 Mariattabpo-29738: Add Olivier Vielpeau to Misc/ACKS (GH-1146)
2017-04-15 Olivier Vielpeaubpo-29738: Fix memory leak in _get_crl_dp (GH-526)
2017-04-14 Michael Seifertbpo-30059: Include Py_Ellipsis in C API documentation...
2017-04-14 Benjamin Petersonimprove alignment autoconf test (#1129)
2017-04-14 Jack McCrackenFix misplaced positional argument in OS X support libra...
2017-04-14 Antoine PitrouRelax test timing (bpo-29861) to avoid sporadic failure...
2017-04-14 Ryan Gonzalezbpo-11913: Add README.rst to the distutils standard...
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)
next