]> granicus.if.org Git - python/shortlog
python
2017-05-01 Giampaolo Rodolabpo-30190: improved error msg for assertAlmostEqual...
2017-05-01 Xiang Zhangrestore *data* parameter of binascii.b2a_base64 to...
2017-05-01 Jelle Zijlstrabpo-29679: Implement @contextlib.asynccontextmanager...
2017-04-29 csabellabpo-30208: DOC: fix small typos in IDLE (#1354)
2017-04-29 Serhiy Storchakabpo-30158: Fix deprecation warnings in test_importlib...
2017-04-28 Neil SchemenauerCheck that Python is 64-bit before enabling BLAKE2_USE_...
2017-04-28 Serhiy Storchakabpo-30197: Enhance functions swap_attr() and swap_item...
2017-04-28 Wieland HoffmannImprove the grammar in windows.rst (GH-1330)
2017-04-28 Victor Stinnerbpo-30104: Only use -fno-strict-aliasing on dtoa.c...
2017-04-27 Jelle Zijlstrabpo-30174: Remove duplicate definition from pickletools...
2017-04-27 Victor Stinnerbpo-30175: Skip client cert tests of test_imaplib ...
2017-04-27 Marco Buttubpo-27200: Fix several doctests (GH-604)
2017-04-27 Jesse GonzalezUse the correct name for ISO in Unicode HOWTO. (#1312)
2017-04-27 Louie Lubpo-28415: Note 0 conversion different between Python...
2017-04-26 Dong-hee Nabpo-30142: Remove "callable" from the 2to3fixer documen...
2017-04-26 Eijebongbpo-30101: Add support for curses.A_ITALIC. (#1015)
2017-04-26 Victor Stinnerbpo-30131: test_logging now joins queue threads (#1298)
2017-04-26 Victor Stinnertimemodule.c: Cast PyUnicode_AsUTF8() to char* (#1294)
2017-04-26 Mathias Ravbpo-29974: Improve typing.TYPE_CHECKING example (GH...
2017-04-26 Louie Lubpo-28698: Fix c_wchar_p doc example (GH-1160)
2017-04-26 csabellabpo-30052: Link `bytes` & `bytearray` to stdtypes not...
2017-04-25 Victor Stinnerbpo-30107: Make SuppressCrashReport quiet on macOS...
2017-04-25 Jim Fasarakis... bpo:29950: Rename SlotWrapperType to WrapperDescriptorT...
2017-04-25 csabellabpo-28851: Improve namedtuple documentation (GH-1274)
2017-04-25 INADA Naokibpo-29617: Remove Python 3.3 support from asyncio ...
2017-04-25 Victor Stinnerbpo-30132: distutils test_build_ext() uses temp_cwd...
2017-04-24 Victor Stinnertmtotuple(): use time_t for gmtoff (#1276)
2017-04-24 Victor Stinnerbpo-30131: Cleanup threads in test_logging (#1275)
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)
next