]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2019-10-02  Victor Stinner[2.7] bpo-38338, test.pythoninfo: add more ssl infos...
2019-10-01  Dong-hee Na[2.7] bpo-38243: Escape the server title of DocXMLRPCSe...
2019-09-28  Jesús Cea[2.7] bpo-38301: In Solaris family, we must be sure...
2019-09-26  Benjamin Petersonbpo-38174 follow up: Remove loadlibrary.c from VS9...
2019-09-26  Benjamin Peterson[2.7] closes bpo-38174: Update vendored expat library...
2019-09-24  Miss Islington... closes bpo-38253: Fix typo of Py_SET_ERANGE_IF_OVERFLOW...
2019-09-18  Miss Islington... bpo-37904: Edition on python tutorial - section 4 ...
2019-09-17  Serhiy Storchaka[2.7] bpo-38175: Fix a memory leak in comparison of...
2019-09-16  Miss Islington... bpo-33936: Don't call obsolete init methods with OpenSS...
2019-09-16  Steve Dowerbpo-38117: Updates bundled OpenSSL to 1.0.2t (GH-16178)
2019-09-16  Xiang Zhang[2.7] bpo-38168: Fix a possbile refleak in setint(...
2019-09-16  Ned Deilybpo-38117: Updated OpenSSL to 1.0.2t in macOS installer...
2019-09-14  Roberto C.... [2.7] bpo-34155: Dont parse domains containing @ (GH...
2019-09-11  Alexandru Ardelean[2.7] bpo-35264: Modules/_ssl.c: fix build with OpenSSL...
2019-09-11  Zackery Spytzcloses bpo-36712: Fix duplicate method in Lib/email...
2019-09-11  Zackery Spytzcloses bpo-36711: Remove duplicate method in Lib/email...
2019-09-11  Zackery Spytzbpo-37445: Include FORMAT_MESSAGE_IGNORE_INSERTS in...
2019-09-09  Benjamin Peterson[2.7] bpo-36502: Update link to UAX GH-44, the Unicode...
2019-09-09  Serhiy Storchaka[2.7] bpo-34410: Fix a crash in the tee iterator when...
2019-08-28  Miss Islington... closes bpo-37965: Fix compiler warning of distutils...
2019-08-23  Victor Stinnerbpo-34521: Fix FD transfer in multiprocessing on FreeBS...
2019-08-23  Victor Stinnertest_multiprocessing removes temporary files (GH-15421)
2019-08-21  Miss Islington... bpo-37823: Fix open() link in telnetlib doc (GH-15281)
2019-08-21  Miss Islington... bpo-35518: Skip test that relies on a deceased network...
2019-08-05  David H[2.7] bpo-37730: Fix usage of NotImplemented instead... 15162/head
2019-07-24  Miss Islington... closes bpo-37675: Use pkgutil.iter_modules to find...
2019-07-11  Miss Islington... bpo-34369: make kqueue.control() docs better reflect...
2019-07-11  Miss Islington... Document default parameter of .seek() in the signature...
2019-07-07  Miss Islington... bpo-37513: Change ValueError to TypeError in an example... 14689/head
2019-07-06  Miss Islington... bpo-37487: Fix PyList_GetItem index description. (GH...
2019-07-06  Miss Islington... bpo-37149: Replace dead link for online Tkinter referen...
2019-07-02  Miss Islington... Put pyexpatns.h include back. bpo-37437 (GH-14539) 14591/head
2019-07-01  Ned Deilybpo-19960: Fix building of zlib on macOS without instal...
2019-06-30  Miss Islington... [2.7] bpo-30754: Document textwrap.dedent blank line...
2019-06-28  Victor Stinner[2.7] bpo-37329: valgrind: ignore _PyWarnings_Init...
2019-06-28  Miss Islington... closes bpo-37437: Update vendorized expat to 2.2.7...
2019-06-26  Miss Islington... [2.7] bpo-37411: Rewrite test_wsgiref.testEnviron(...
2019-06-25  Victor Stinnerbpo-37396, PCbuild: Include "_d" in "Killing any runnin...
2019-06-24  animalizebpo-35360: Update Windows builds to use SQLite 3.28...
2019-06-24  Victor Stinnerbpo-37124: Fix reference leak in test_msilib (GH-13750...
2019-06-24  Victor Stinnerbpo-37359: Add --cleanup option to python3 -m test...
2019-06-23  Miss Islington... Improve threading.daemon docstring (GH-14278)
2019-06-21  Victor Stinnerbpo-37362: test_gdb now ignores stderr (GH-14287) ...
2019-06-20  Ned Deilybpo-36231: Support building on macOS without /usr/inclu...
2019-06-19  Benjamin Peterson[2.7] Fix name of '\0'. (GH-14225)
2019-06-18  Ned Deilybpo-34631: Updated OpenSSL to 1.0.2s in macOS installer...
2019-06-18  animalize[2.7] bpo-35360: Update macOS installer to use SQLite...
2019-06-18  Alex Gaynor[2.7] Update link in colorsys docs to be https (GH...
2019-06-17  Steve Dowerbpo-34631: Updated OpenSSL to 1.0.2s in Windows install...
2019-06-16  Terry Jan Reedy[2.7] Fix 2.7 test -R test_IDLE failure on Windows...
2019-06-15  Xtreak[2.7] bpo-35647: Fix path check in cookiejar. (GH-11436...
2019-06-15  Xtreak[2.7] bpo-35121: prefix dot in domain for proper subdom...
2019-06-11  Victor Stinner[2.7] bpo-36742: Fix urlparse.urlsplit() error message...
2019-06-09  Dimitri John... [2.7] bpo-34836: fix test_default_ecdh_curve, needs...
2019-06-08  Eric Wieser[2.7] bpo-37188: Fix a divide-by-zero in arrays of...
2019-06-07  Zackery Spytz[2.7] bpo-37170: Fix the cast on error in PyLong_AsUnsi...
2019-06-07  Tal Einat[2.7] bpo-37177: make IDLE's search dialogs transient...
2019-06-05  Anthony SottileUpdate outdated reference to Mercurial (GH-12857)
2019-06-04  Miss Islington... Doc: Python 3.9 in sidebar and version switcher. (GH...
2019-06-04  Steve Dowerbpo-36742: Corrects fix to handle decomposition in...
2019-06-03  Miss Islington... Fix variable name copy/paste error in build-installer...
2019-05-31  Miss Islington... [2.7] bpo-12639: msilib.Directory.start_component(...
2019-05-29  Hai Shi[2.7] bpo-33071: remove outdated PyPI docs (GH-13087...
2019-05-29  Tony Flury[2.7] bpo-33006 - Correct filter doc string to clarify...
2019-05-28  Victor Stinnerbpo-26423: Fix test_descr.test_wrap_lenfunc_bad_cast...
2019-05-28  Victor Stinnerbpo-26423: Fix possible overflow in wrap_lenfunc()...
2019-05-24  Victor Stinnerbpo-35907: Clarify the NEWS entry (GH-13557)
2019-05-23  Michele Angrisanobpo-36713: Rename duplicated method in test_unicode...
2019-05-22  Victor Stinnerbpo-35907: Complete test_urllib.test_local_file_open...
2019-05-21  SHbpo-35907, CVE-2019-9948: urllib rejects local_file...
2019-05-21  Victor Stinnerbpo-30458: Disallow control chars in http URLs (GH...
2019-05-20  Terry Jan Reedy[2.7] Update idlelib NEWS.txt for 2.7 (GH-13436)
2019-05-20  Miss Islington... closes bpo-36951: Correct some types in the type_member...
2019-05-17  Benjamin Petersoncloses bpo-36755: Suppress noisy error output in test...
2019-05-15  Victor Stinnerbpo-27987: pymalloc: align by 16bytes on 64bit platform...
2019-05-13  Terry Jan Reedy[2.7] bpo-36807: When saving a file in IDLE, call flush...
2019-05-13  Gregory P.... [2.7] bpo-35925: Skip SSL tests that fail due to weak...
2019-05-12  Toshio Kuratomi[2.7] closes bpo-14353: Fix detection of bind_textdomai...
2019-05-09  Gregory P.... [2.7] bpo-36816: Update the self-signed.pythontest...
2019-05-08  Julien Palard[2.7] bpo-24712: Doc: Make sidebar sticky using browser...
2019-05-02  Zackery Spytz[2.7] bpo-14546: Fix the argument handling in Tools...
2019-05-02  Miss Islington... Change bisect to bisect_cmd in docstring (GH-13040)
2019-05-01  Steve Dowerbpo-36742: Fixes handling of pre-normalization characte...
2019-04-30  Miss Islington... closes bpo-35329: Change 'Package' to 'package' in...
2019-04-29  Victor Stinnerbpo-35952: Sync test.pythoninfo from master (GH-13010)
2019-04-25  Victor Stinnerbpo-28552: Fix distutils.sysconfig for empty sys.execut...
2019-04-22  Zackery Spytz[2.7] bpo-9194: Fix the bounds checking in winreg.c...
2019-04-13  Victor Stinnerbpo-36605: make tags: parse Modules/_io directory ... 12873/head
2019-04-12  Joshua Rootbpo-34652: Use AC_CHECK_FUNCS for lchmod. (GH-12799)
2019-04-09  Victor Stinnerbpo-36235: Fix distutils test_customize_compiler()...
2019-04-09  Victor Stinnerbpo-36560: Fix reference leak hunting in regrtest ...
2019-04-09  Inada Naokibpo-30134: fix BytesWarning doc, docstring and message...
2019-04-09  Inada Naokibpo-30134: add BytesWarning in warnings.rst (GH-12738)
2019-04-09  cocoatomobpo-30134: add an explanation of BytesWarning (GH-1249)
2019-04-03  Zackery Spytzbpo-36504: Fix signed integer overflow in _ctypes.c...
2019-03-31  Zackery Spytzbpo-36150: Fix possible assertion failures due to _ctyp...
2019-03-28  Miss Islington... bpo-36459: Fix a possible double PyMem_FREE() due to...
2019-03-27  Steve Dowerbpo-36245: Avoid problems when building in a directory...
2019-03-27  Miss Islington... bpo-31292: Fixed distutils check --restructuredtext...
2019-03-27  Miss Islington... bpo-33832: Add "magic method" glossary entry (GH-7630)
next