]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2017-05-08  Marco Buttubpo-30217: add the operators ~ and | to the index 1502/head
2017-05-08  Pierre Quentelbpo-29979: Rewrite cgi.parse_multipart to make it consi...
2017-05-08  Jim Fasarakis... Fix a trivial typo in global section (#1497)
2017-05-07  Jim Fasarakis... Closes bpo-30168: indent methods in Logger Class (...
2017-05-06  Serhiy StorchakaRevert bpo-26293 for zipfile breakage. See also bpo...
2017-05-05  Jelle Zijlstrabpo-30218: support path-like objects in shutil.unpack_a...
2017-05-05  torsavabpo-29243: Fix Makefile with respect to --enable-optimi...
2017-05-05  masklinnbpo-29920: Document cgitb.text() and cgitb.html() funct...
2017-05-05  Masayuki Yamamotobpo-30279: Remove unused Python/thread_foobar.h (#1473)
2017-05-05  Victor Stinnerbpo-30264: ExpatParser closes the source on error ...
2017-05-05  Serhiy Storchakabpo-30277: Replace _sre.getlower() with _sre.ascii_tolo...
2017-05-05  Serhiy Storchakabpo-30243: Fixed the possibility of a crash in _json...
2017-05-05  Serhiy Storchakabpo-30215: Make re.compile() locale agnostic. (#1361)
2017-05-04  Brett CannonMake code coverage less strict (GH-1438)
2017-05-04  Victor Stinnerbpo-30273: Update sysconfig (#1464)
2017-05-04  Antoine Pitroubpo-30185: avoid KeyboardInterrupt tracebacks in forkse...
2017-05-04  Victor Stinnerbpo-30263: regrtest: log system load (#1452)
2017-05-04  Serhiy Storchakabpo-29956: Improve the math.exp() related documentation...
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)
next