]> granicus.if.org Git - python/shortlog
python
2019-07-13 Giovanni Cappellottobpo-37548: Document range of atan, acos and asin (GH...
2019-07-13 Xtreakbpo-37579: Improve equality behavior for pure Python...
2019-07-13 Minmin Gongbpo-28269: Replace strcasecmp with system function...
2019-07-13 Milan Oberkirchbpo-37580: Fix typo in http.cookiejar documentation...
2019-07-13 Steve DowerEnable publish of Windows releases through Azure Pipeli...
2019-07-13 Robert DiPietroFix typo in re.escape documentation (GH-14722)
2019-07-13 gescheitcloses bpo-37347: Fix refcount problem in sqlite3....
2019-07-12 Brett Cannonbpo-37521: No longer treat insertion into sys.modules...
2019-07-12 Kyle Stanleybpo-19696: Move threaded_import_hangers (GH-14655)
2019-07-12 Hai Shicloses bpo-37566: Remove _realsocket from socket.py...
2019-07-11 Disconnect3dRemove redundant check from arraymodule b_getitem ...
2019-07-11 Jakub Kulíkbpo-37558: Shared memory tests are failing due to doubl...
2019-07-11 Mariattacloses bpo-37554: Remove `q:q` in os.rst documentation...
2019-07-11 Jeroen Demeyerbpo-29548: no longer use PyEval_Call* functions (GH...
2019-07-11 Tal Einatbpo-36390: simplify classifyws(), rename it and add...
2019-07-11 Tal Einatbpo-34369: make kqueue.control() docs better reflect...
2019-07-11 Jeroen Demeyerbpo-37547: add _PyObject_CallMethodOneArg (GH-14685)
2019-07-11 Benjamin PetersonDocument default parameter of .seek() in the signature...
2019-07-10 Tim PetersFix compiler warning in new code. (#14690)
2019-07-10 Neil Schemenauerbpo-37537: Compute allocated blocks in _Py_GetAllocated...
2019-07-10 Stefan KrahRename memory.c to mpalloc.c for consistency with the...
2019-07-10 Stefan KrahReally remove vcstdint.h. (#14686)
2019-07-09 Terry Jan Reedybpo-26806: IDLE should run without docstrings (#14657)
2019-07-09 Hai Shibpo-27679: Remove set_bitfields() from _ctypes_test...
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...
next