]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2017-05-04  Serhiy Storchakabpo-30166: Import command-line parsing modules only...
2017-05-03  Victor Stinnerbpo-30225: Fix is_valid_fd() on macOS Tiger (#1443)
2017-05-03  Serhiy Storchakabpo-30184: Add tests for invalid use of PyArg_ParseTupl...
2017-05-03  Christian HeimesAdd myself to mention-bot's alwaysNotifyForPaths for...
2017-05-03  Brett CannonExplicitly mention what should (not) be discussed on...
2017-05-03  UltimateCoderbpo-28315: Improve code examples in docs (GH-1372)
2017-05-03  Victor Stinnerbpo-23404: make touch becomes make regen-all (#1405)
2017-05-03  Xiang Zhangbpo-30103: Allow Uuencode in Python using backtick...
2017-05-02  Antoine PitrouFix tests: getsockname() can return None on OS X on...
2017-05-02  Victor Stinnerbpo-30232: Regenerate configure (#1396)
2017-05-02  Victor Stinnerbpo-30232: Support Git worktree in configure.ac (#1391)
2017-05-02  Jim Fasarakis... Remove outdated tests in test_isinstance (GH-1393)
2017-05-02  Ivan Levkivskyibpo-28556: Routine updates to typing (#1366)
2017-05-02  Antoine Pitroubpo-30205: Fix getsockname() for unbound AF_UNIX socket...
2017-05-02  Tong SHENFix typo in selectors.rst (#1383)
2017-05-02  Victor Stinnerbpo-30228: FileIO seek() and tell() set seekable (...
2017-05-02  Victor Stinnerbpo-30199: test_ssl closes all asyncore channels (...
2017-05-02  Victor Stinnerbpo-30132: distutils BuildExtTestCase use temp_cwd...
2017-05-02  Nathaniel J... Clean up some confusing text left by PROTOCOL_SSLv23...
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)
next