]> granicus.if.org Git - python/shortlog
python
2019-08-27 Miss Islington... bpo-36205: Fix the rusage implementation of time.proces...
2019-08-26 Miss Islington... bpo-36763: Make Py_BytesMain() public (GH-15532)
2019-08-26 Miss Islington... Fix an invalid assertEqual() call in test_descr.py...
2019-08-26 Miss Islington... bpo-37925: Mention --embed in python-config usage ...
2019-08-26 Steve Dowerbpo-37664: Update ensurepip bundled wheels, again ...
2019-08-26 Miss Islington... bpo-37798: Minor code formatting and comment clean...
2019-08-26 Miss Islington... bpo-37055: fix warnings in _blake2 module (GH-14646)
2019-08-26 Miss Islington... Fix typo: Pyssize_t => Py_ssize_t (GH-15411)
2019-08-26 Miss Islington... bpo-37954: Fix reference leak in the symtable (GH-15514)
2019-08-26 Miss Islington... Remove leftovers from the times when long long wasn...
2019-08-26 Pablo Galindo[3.8] bpo-37947: Adjust correctly the recursion level...
2019-08-26 Miss Islington... bpo-34679: Restore instantiation Windows IOCP event...
2019-08-26 Miss Islington... [3.8] bpo-36917: Add default implementation of ast...
2019-08-26 Miss Islington... bpo-37805: Add tests for json.dump(..., skipkeys=True...
2019-08-26 Miss Islington... bpo-15542: Documentation incorrectly suggests __init__...
2019-08-26 Miss Islington... bpo-37824: Properly handle user input warnings in IDLE...
2019-08-26 Miss Islington... Doc: Keep the venv/* exclude pattern. (GH-15229)
2019-08-25 Nick Coghlan[3.8] bpo-37757: Disallow PEP 572 cases that expose...
2019-08-25 Miss Islington... bpo-37905: Improve docs for NormalDist (GH-15486) ...
2019-08-25 Miss Islington... bpo-37929: IDLE: avoid Squeezer-related config dialog...
2019-08-25 Raymond Hettinger[3.8] bpo-37942: Improve argument clinic float converte...
2019-08-24 Miss Islington... Fix typo and rearrange words in IDLE news item (GH...
2019-08-24 Miss Islington... [3.8] Clarify argument types in datetime docs. (GH...
2019-08-24 Miss Islington... bpo-14112: Allow beginners to explore shallowness in...
2019-08-24 Miss Islington... bpo-37798: Test both Python and C versions in test_stat...
2019-08-24 Miss Islington... bpo-32118: Simplify docs for sequence comparison ...
2019-08-24 Miss Islington... bpo-37772: fix zipfile.Path.iterdir() outputs (GH-15170...
2019-08-24 Serhiy Storchaka[3.8] bpo-37830: Fix compilation of break and continue...
2019-08-24 Miss Islington... bpo-28269: Replace strcasecmp with system function...
2019-08-24 Miss Islington... bpo-29535: Remove promize about hash randomization...
2019-08-24 Miss Islington... bpo-19119: Remove invalid test and rename a misnamed...
2019-08-24 Miss Islington... Fix funny typo in Doc/bugs. (GH-15412)
2019-08-23 Miss Islington... bpo-37798: Add C fastpath for statistics.NormalDist...
2019-08-23 Victor Stinnerbpo-36763: PyConfig_Read() handles PySys_AddXOption...
2019-08-23 Miss Islington... bpo-37549: os.dup() fails for standard streams on Windo...
2019-08-23 Miss Islington... bpo-26589: Add http status code 451 (GH-15413) (GH...
2019-08-23 Miss Islington... bpo-36763, doc: Add links in the new C API init doc...
2019-08-23 Miss Islington... bpo-36763: Implement PyWideStringList_Insert() of PEP...
2019-08-23 GeeTransit[3.8] Fix typo (inifite -> infinite) (GH-15429)
2019-08-23 Victor StinnerFix _PyTime_MIN/MAX values (GH-15384) (GH-15426)
2019-08-23 Victor Stinnerbpo-37926: Fix PySys_SetArgvEx(0, NULL, 0) crash (GH...
2019-08-23 Miss Islington... Correct minor grammar mistake (GH-15404)
2019-08-23 Miss Islington... bpo-37915: Fix comparison between tzinfo objects and...
2019-08-23 Miss Islington... bpo-30826: Improve control flow examples (GH-15407...
2019-08-23 Miss Islington... bpo-12634: Clarify an awkward section of the tutorial...
2019-08-22 Miss Islington... bpo-30550: Clarify JSON ordering guarantees (GH-15397...
2019-08-22 Miss Islington... bpo-28556: Add a regression test to typing (GH-15396)
2019-08-22 Miss Islington... bpo-14050: Note that not all data can be sorted (GH...
2019-08-22 Miss Islington... bpo-27961: Remove leftovers from the times when long...
2019-08-22 Miss Islington... Add missing space to warning message (GH-14915) (GH...
2019-08-22 Miss Islington... bpo-37834: Fix test on Windows 7 (GH-15377)
2019-08-22 Steve Dowerbpo-9949: Call normpath() in realpath() and avoid unnec...
2019-08-21 Miss Islington... bpo-36311: Fixes decoding multibyte characters around...
2019-08-21 Steve Dowerbpo-37834: Normalise handling of reparse points on...
2019-08-21 Miss Islington... bpo-9949: Enable symlink traversal for ntpath.realpath...
2019-08-21 Miss Islington... Fix difflib `?` hint in diff output when dealing with...
2019-08-21 Miss Islington... Update asyncio.ensure_future() documentation (GH-15347...
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-20 Victor Stinnerbpo-37732: Fix GCC warning in _PyObject_Malloc() (GH...
2019-08-20 Miss Islington... bpo-37868: Improve is_dataclass for instances. (GH...
2019-08-19 Miss Islington... Remove 'unstable' warning for Windows Store package...
2019-08-19 Greg Pricebpo-36502: Correct documentation of str.isspace() ...
2019-08-17 Miss Islington... bpo-36266: Add module name in ImportError when DLL...
2019-08-17 Miss Islington... [3.8] fix link to time function from time_ns doc (GH...
2019-08-16 Miss Islington... bpo-37256: Wording in Request class docs (GH-14792)
2019-08-15 Paul Gansslebpo-37642: Update acceptable offsets in timezone (GH...
2019-08-15 Miss Islington... Indent code inside if block. (GH-15284)
2019-08-15 Miss Islington... [3.8] Replace usage of the obscure PEM_read_bio_X509_AU...
2019-08-14 Miss Islington... bpo-37775: Update compileall doc for invalidation_mode...
2019-08-14 Miss Islington... bpo-21131: Fix faulthandler.register(chain=True) stack...
2019-08-14 Miss Islington... bpo-37811: FreeBSD, OSX: fix poll(2) usage in sockets...
2019-08-14 Miss Islington... bpo-37849: IDLE: fix completion window positioning...
2019-08-14 Victor Stinner[3.8] bpo-37531: Fix regrtest timeout for subprocesses...
2019-08-14 Miss Islington... bpo-37738: Fix curses addch(str, color_pair) (GH-15071)
2019-08-14 Miss Islington... bpo-37681: no_sanitize_thread support from GCC 5.1...
2019-08-13 Miss Islington... bpo-25172: Add test for crypt ImportError on Windows...
2019-08-13 Miss Islington... bpo-25172: Raise appropriate ImportError msg when crypt...
2019-08-13 Miss Islington... bpo-37814: Document the empty tuple type annotation...
2019-08-13 Miss Islington... bpo-37583: Add err 113 to support.get_socket_conn_refus...
2019-08-13 Miss Islington... bpo-37841: Remove python_uwp dependency on msvcp140...
2019-08-13 Miss Islington... bpo-37760: Mark all generated Unicode data headers...
2019-08-13 Miss Islington... bpo-37760: Mark all generated Unicode data headers...
2019-08-13 Raymond Hettingerbpo-37759: Second round of edits to Whatsnew 3.8 (GH...
2019-08-12 Miss Islington... Remove versioned executables from non-APPX packages...
2019-08-12 Miss Islington... bpo-37354: Sign Activate.ps1 for release (GH-15235)
2019-08-12 Miss Islington... [3.8] bpo-37354: Make Powershell Activate.ps1 script...
2019-08-12 Miss Islington... Fix docs for assert_called and assert_called_once ...
2019-08-11 Miss Islington... bpo-37819: Add Fraction.as_integer_ratio() (GH-15212...
2019-08-11 Miss Islington... bpo-32178: Fix IndexError trying to parse 'To' header...
2019-08-10 Miss Islington... Delete leftover clinic-generated file for C zipimport...
2019-08-09 Serhiy Storchaka[3.8] bpo-32912: Revert SyntaxWarning on invalid escape...
2019-08-09 Miss Islington... bpo-34155: Dont parse domains containing @ (GH-13079)
2019-08-09 Pablo Galindo[3.8] bpo-37795: Capture DeprecationWarnings in the...
2019-08-08 Miss Islington... bpo-35892: Add usage note to mode() (GH-15122) (GH...
2019-08-07 Miss Islington... bpo-37734: Remove unnecessary brace escapes in PC/layou...
2019-08-07 Miss Islington... bpo-37778: Fixes the icons used for file associations...
2019-08-07 Miss Islington... bpo-37734: Fix use of registry values to launch Python...
2019-08-07 Miss Islington... bpo-37004: Documented asymmetry of string arguments...
2019-08-07 Miss Islington... Make importlib.metadata a simple module (GH-15153)...
next