]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2019-07-09  Victor Stinnerbpo-37322: ssl test_pha_required_nocert() ignores expec...
2019-07-09  Carl Friedrich... bpo-18374: fix tests to check the correct thing about...
2019-07-09  Victor StinnerRevert "bpo-37322: Fix test_ssl.test_pha_required_nocer...
2019-07-09  Victor Stinnerbpo-37120: Fix _ssl get_num_tickets() (GH-14668)
2019-07-09  Victor Stinnerbpo-37526: Add support.catch_threading_exception()...
2019-07-09  Victor Stinnerbpo-37322: Fix test_ssl.test_pha_required_nocert()...
2019-07-08  Carl Friedrich... bpo-18374: fix wrong col_offset of some ast.BinOp insta...
2019-07-08  Julien PalardDoc: Fix example title. (GH-14639)
2019-07-08  Julien PalardDoc: Fix: Proper UpperCamelCase and lowercase. (GH...
2019-07-08  Victor Stinnerbpo-37421: test_concurrent_futures stops ForkServer...
2019-07-08  Jeroen Demeyerbpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267)
2019-07-07  Jason R. Coombsbpo-37520: Correct behavior for zipfile.Path.parent...
2019-07-07  Hai Shibpo-37513: Change ValueError to TypeError in an example...
2019-07-07  Terry Jan Reedybpo-37478: Add missing 'and'. (GH-14631)
2019-07-07  Kyle Stanleybpo-37478: Specify possible exceptions for os.chdir...
2019-07-06  Terry Jan Reedybpo-37456: Slash ('/') is now part of syntax. (GH-14627)
2019-07-06  Terry Jan Reedybpo-37487: Fix PyList_GetItem index description. (GH...
2019-07-06  Tal Einatbpo-26806: add 30 to the recursion limit in IDLE's...
2019-07-06  Terry Jan Reedybpo-37149: Replace dead link for online Tkinter referen...
2019-07-06  Hai Shicloses bpo-37508: Fix name of type in memory.rst. ...
2019-07-05  Min ho KimFix some typos (GH-14435)
2019-07-05  Hansraj DasTypo fix in file Include/object.h (GH-14556)
2019-07-05  Kyle StanleyMove test_threaded_import.py to test_importlib/ (GH...
2019-07-05  Jeroen Demeyerbpo-37151: remove _PyMethodDef_RawFastCall* functions...
2019-07-05  Victor Stinnerbpo-37421: multiprocessing tests now stop ForkServer...
2019-07-05  Jeroen Demeyerbpo-36974: separate vectorcall functions for each calli...
2019-07-05  Jeroen Demeyerbpo-37483: fix reference leak in _PyCodec_Lookup (GH...
2019-07-05  Victor Stinnerbpo-37481: Deprecate distutils bdist_wininst command...
2019-07-05  Tim HoffmannUse OSError subclasses in os documentation (GH-14262)
2019-07-04  thatneatbpo-37479: on Enum subclasses with mixins, __format__...
2019-07-04  Victor Stinnerbpo-37266: Add bpo number to the What's New entry ...
2019-07-04  Jeroen Demeyerbpo-37493: use _PyObject_CallNoArg in more places ...
2019-07-04  Jeroen Demeyerbpo-37483: add _PyObject_CallOneArg() function (#14558)
2019-07-04  Victor Stinnerbpo-37421: Fix multiprocessing get_temp_dir() finalizer...
2019-07-04  aldwinaldwinbpo-37459: importlib docs improperly reference get_reso...
2019-07-03  Kyle Stanleybpo-19696: Replace deprecated method in "test_import_pk...
2019-07-03  Jeroen Demeyerbpo-37233: optimize method_vectorcall in case of totala...
2019-07-03  Jeroen Demeyerbpo-37484: use _PyObject_Vectorcall for __exit__ (GH...
2019-07-03  Victor Stinnerbpo-37421: Fix test_distutils.test_build_ext() (GH...
2019-07-03  Victor Stinnerbpo-37421: test_concurrent_futures cleans up multiproce...
2019-07-03  Victor Stinnerbpo-37421: test_winconsoleio doesn't leak temp file...
2019-07-03  ILJI CHOIFix typo in 3.9's Whats new. Pyton -> Python (GH-14567)
2019-07-03  Hai Shibpo-37441: Fix wrong PyErr_SetImportErrorSubclass signa...
2019-07-02  Christian Heimesbpo-37463: match_hostname requires quad-dotted IPv4...
2019-07-02  Victor Stinnerbpo-37421: urllib.request tests call urlcleanup() ...
2019-07-02  Victor Stinnerbpo-37421: multiprocessing tests call _run_finalizers...
2019-07-02  Jakub Kulíkbpo-37335, test_c_locale_coercion: Remove unnecessary...
2019-07-02  Jeroen Demeyerbpo-36904: Optimize _PyStack_UnpackDict (GH-14517)
2019-07-02  Ned Deilybpo-34602: Avoid failures setting macOS stack resource...
2019-07-02  Benjamin PetersonPut pyexpatns.h include back. bpo-37437 (GH-14539)
2019-07-01  Steve Dowerbpo-37363: Add audit events on startup for the run...
2019-07-01  Vinay Sajipbpo-37470: Document more clearly the error handling...
2019-07-01  Victor Stinnerbpo-36763: Use PyConfig_Clear() (GH-14445)
2019-07-01  Vinay Sajipbpo-37469: Document usability of SimpleQueue with Queue...
2019-07-01  Victor Stinnerbpo-36763: Add PyConfig_SetWideStringList() (GH-14444)
2019-07-01  Victor Stinnerbpo-37472: Remove Lib/test/outstanding_bugs.py (GH...
2019-07-01  Victor StinnerRemove unused imports in tests (GH-14518)
2019-07-01  Victor Stinnerbpo-37467: Fix PyErr_Display() for bytes filename ...
2019-07-01  Pierre Glaserbpo-37209: Add pickle entry for 3.8 whatsnew (GH-14503)
2019-07-01  Miro Hrončokbpo-10945: Drop support for bdist_wininst on non-Window...
2019-07-01  Vinay Sajipbpo-32934: Clarified meaning of 'capacity' for Bufferin...
2019-07-01  Pablo Galindobpo-37221: Add PyCode_NewWithPosOnlyArgs to be used...
2019-07-01  Ned DeilyMinor updates to the macOS installer screens for 3...
2019-07-01  Christian Heimesbpo-37440: Enable TLS 1.3 post-handshake auth in http...
2019-07-01  Christian Heimesbpo-37428: Don't set PHA verify flag on client side...
2019-07-01  Krishna Ozabpo-36168: Lowercase the word "subsequent" in get_value...
2019-06-30  Zackery Spytzbpo-37199: Fix test failures when IPv6 is unavailable...
2019-06-30  Andrew Svetlovbpo-35621: Support running subprocesses in asyncio...
2019-06-30  Ammar Askarbpo-29505: Add more fuzzing for re.compile, re.load...
2019-06-30  tmblweedbpo-30754: Document textwrap.dedent blank line behavior...
2019-06-29  Benjamin Petersonbpo-37437: Pass -Wno-unreachable-code when compiling...
2019-06-29  Andre DelfinoMake StreamHandler.terminator more discoverable (GH...
2019-06-29  Andre DelfinoFix indentation in logging.handlers.setStream (GH-14358)
2019-06-29  Steve Dowerbpo-37369: Fixes crash when reporting fatal error ...
2019-06-29  Steve Dowerbpo-37369: Fix initialization of sys members when launc...
2019-06-28  Kyle Stanleybpo-19696: Moved "test_pkgimport.py" to dir "test_impor...
2019-06-28  Brett Cannonbpo-37403: Touch up venv docs (GH-14458)
2019-06-28  Brian Quinlanbpo-31783: Fix a race condition creating workers during...
2019-06-28  Victor Stinnerbpo-37412: Fix test_os.test_getcwd_long_path() on macOS...
2019-06-28  Ruslan Kuprieievbpo-37380: subprocess: don't use _active on win (GH...
2019-06-28  Victor Stinnerbpo-37412: pythoninfo: add Windows long paths (GH-14434)
2019-06-28  Victor Stinnerbpo-37412: Fix os.getcwd() for long path on Windows...
2019-06-28  Victor Stinnerbpo-20443: Fix calculate_program_full_path() warning...
2019-06-28  Jeroen Demeyerbpo-37337: Add _PyObject_VectorcallMethod() (GH-14228)
2019-06-28  Hai Shibpo-37432: Doc: Fix signature of PyObject_Del() (GH...
2019-06-28  Benjamin Petersoncloses bpo-37437: Update vendorized expat to 2.2.7...
2019-06-27  Steve Dowerbpo-37390: Add audit event table to documentations...
2019-06-27  Inada Naokibpo-30345: travis: use -Og with --with-pydebug (GH...
2019-06-27  Brandt Buchercloses bpo-37420: Handle errors during iteration in...
2019-06-27  Andrew SvetlovReplace deprecation warning with RuntimeError (GH-14397)
2019-06-27  Jeroen Demeyerbpo-33926: enable GDB tests on Travis CI (GH-14395)
2019-06-27  Victor Stinnerbpo-35389: platform.platform() calls libc_ver() without...
2019-06-26  Victor Stinnerbpo-37421: Fix test_shutil: don't leak temporary files...
2019-06-26  Carl Bordum... bpo-37376: pprint support for SimpleNamespace (GH-14318)
2019-06-26  Zackery Spytzbpo-37419: Fix possible segfaults when passing large...
2019-06-26  Abhilash Rajbpo-29412: Fix indexError when parsing a header value...
2019-06-26  Brandt Bucherbpo-37417: Fix error handling in bytearray.extend....
2019-06-26  Victor Stinnerbpo-37411: Rewrite test_wsgiref.testEnviron() (GH-14394)
2019-06-26  Serhiy Storchakabpo-37163: Make the obj argument of dataclasses.replace...
2019-06-26  Victor Stinnerbpo-37414: Remove sys.callstats() (GH-14398)
next