]> granicus.if.org Git - python/shortlog
python
2019-07-21 Terry Jan Reedybpo-37627: Add acknowledgment (#14883)
2019-07-21 Min ho KimFix typos in docs, comments and test assert messages...
2019-07-21 Terry Jan ReedyFix typo found by Min ho Kim (#14879)
2019-07-21 Raymond HettingerMinor whitespace, indentation, and quoting changes...
2019-07-21 Ned DeilyBpo-37644: update suspicious.csv for distutils/examples...
2019-07-21 Ngalim Siregarbpo-37627: Initialize IDLE Custom Run dialog with previ...
2019-07-21 Raymond Hettingerbpo-36324: Make internal attributes for statistics...
2019-07-20 Hai Shibpo-37476: Adding tests for asutf8 and asutf8andsize...
2019-07-19 Raymond Hettingerbpo-36546: Clean-up comments (GH-14857)
2019-07-19 Raymond Hettingerbpo-37624: Document weight assumptions for random.choic...
2019-07-19 Zackery Spytzbpo-37547: Fix a compiler warning in winconsoleio.c...
2019-07-19 aldwinaldwinbpo-37610: improve Using Python doc wrt Editors & IDE...
2019-07-18 Tal Einatbpo-33610: IDLE's code-context always shows current...
2019-07-18 Walter Dörwaldbpo-34443: Use __qualname__ instead of __name__ in...
2019-07-18 Sergey FedoseevAdjust builtins.zip() docstring to better communicate...
2019-07-18 Paul Monsonbpo-37552: Skip failing tests in strptime/strftime...
2019-07-18 Terry Jan Reedybpo-36390: Gather IDLE Format menu functions into forma...
2019-07-17 jpicbpo-34155: Dont parse domains containing @ (GH-13079)
2019-07-17 Abhilash RajFix IndexError when parsing unexpectedly ending quoted...
2019-07-17 Abhilash Rajbpo-37461: Fix infinite loop in parsing of specially...
2019-07-17 Cheryl Sabellabpo-36390: IDLE: Combine region formatting methods...
2019-07-17 Inada Naokibpo-37543: optimize pymalloc (#14674)
2019-07-17 Tal Einatbpo-37530: simplify, optimize and clean up IDLE code...
2019-07-17 Joseph Fox... Docs: Correct formatting of a multiline code block...
2019-07-16 Cheryl Sabellabpo-27452: IDLE: Cleanup config.py code (GH-14577)
2019-07-16 Paul GanssleFix infinite loop in email folding logic (GH-12732)
2019-07-16 sgalbpo-37599: Remove a vague statement in documentation...
2019-07-16 Ilya Kamenshchikovbpo-37352: Minor word-smithing for design.rst (GH ...
2019-07-16 David JonesReplace backquote with command substitution in subproce...
2019-07-15 Victor Stinnerbpo-37468: make install no longer install wininst-...
2019-07-15 Giovanni Cappellottobpo-37284: Add note to sys.implementation doc (GH-14328)
2019-07-15 Pablo Galindobpo-37500: Make sure dead code does not generate byteco...
2019-07-14 Pablo Galindobpo-37593: Swap the positions of posonlyargs and args...
2019-07-14 Victor Stinnerbpo-37473: Don't import importlib ASAP in tests (GH...
2019-07-14 Sergey Fedoseevbpo-34749: Improved performance of binascii.a2b_base64...
2019-07-14 Collin StylesClarify that plistlib's load and dump functions take...
2019-07-14 Paul Monsonbpo-37553: SendfileUsingSendTest tests timeout too...
2019-07-14 Hai ShiRemove redundant docs of PyEval_EvalFrameEx (GH-14765)
2019-07-14 Steve Dowerbpo-37571: Remove extra space in ctypes docs (GH14764)
2019-07-14 Michele Angrisanobpo-37571: Add 'b' to prevent the TypeError exception...
2019-07-14 Carl Bordum... bpo-36261: Improve example of the preamble field in...
2019-07-14 Zac Hatfield... bpo-26967: fix flag grouping with allow_abbrev=False...
2019-07-13 Mark DickinsonFix inconsequential typo in math.remainder algorithm...
2019-07-13 Sviatoslav... bpo-30088: Document that existing dir structure isn...
2019-07-13 Jeroen Demeyerbpo-37358: Use vectorcall for functools.partial (GH...
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 ...
next