]> granicus.if.org Git - python/shortlog
python
2019-08-30 Miss Islington... IDLE: Fix 2 typos found by Min ho Kim. (GH-15617)
2019-08-30 Miss Islington... bpo-37140: Fix StructUnionType_paramfunc() (GH-15612)
2019-08-30 Łukasz LangaPost v3.8.0b4
2019-08-30 Łukasz LangaMerge tag 'v3.8.0b4' into 3.8
2019-08-30 Miss Islington... bpo-37976: Prevent shadowing of TypeError in zip()...
2019-08-30 Miss Islington... Steven Bethard designated a new maintainer for argparse...
2019-08-29 Łukasz LangaPython 3.8.0b4 v3.8.0b4
2019-08-29 Łukasz Langa[3.8] bpo-37834: Prevent shutil.rmtree exception (GH...
2019-08-29 Serhiy Storchaka[3.8] bpo-37034: Display argument name on errors with...
2019-08-29 Miss Islington... bpo-37979: Add alternative to fromisoformat in document...
2019-08-29 Miss Islington... bpo-37947: Avoid double-decrement in symtable recursion...
2019-08-29 Miss Islington... bpo-36743: __get__ is sometimes called without the...
2019-08-29 Miss Islington... bpo-16468: Clarify which objects can be passed to ...
2019-08-29 Miss Islington... bpo-37960: Silence only necessary errors in repr()...
2019-08-29 Miss Islington... bpo-23674: Clarify ambiguities in super() docs (GH...
2019-08-29 Miss Islington... bpo-37372: Fix error unpickling datetime.time objects...
2019-08-29 Serhiy Storchaka[3.8] bpo-37950: Fix ast.dump() when call with incomple...
2019-08-29 Miss Islington... bpo-36871: Ensure method signature is used when asserti...
2019-08-29 Miss Islington... bpo-35946: Improve assert_called_with documentation...
2019-08-29 Miss Islington... bpo-25777: Wording describes a lookup, not a call ...
2019-08-29 Miss Islington... bpo-36167: fix an incorrect capitalization (GH-14482)
2019-08-29 Miss Islington... bpo-18049: Define THREAD_STACK_SIZE for AIX to pass...
2019-08-29 Miss Islington... bpo-36511: Fix failures in Windows ARM32 buildbot ...
2019-08-29 Miss Islington... bpo-34775: Return NotImplemented in PurePath division...
2019-08-29 Miss Islington... bpo-18378: Recognize "UTF-8" as a valid name in locale...
2019-08-29 bsiem[3.8] bpo-37482: Fix email address name with encoded...
2019-08-28 Miss Islington... closes bpo-37965: Fix compiler warning of distutils...
2019-08-28 Miss Islington... bpo-36582: Make collections.UserString.encode() return...
2019-08-27 Miss Islington... bpo-37951: Lift subprocess's fork() restriction (GH...
2019-08-27 Miss Islington... bpo-37936: Remove some .gitignore rules that were inten...
2019-08-27 Miss Islington... Fix unused variable and signed/unsigned warnings (GH...
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...
next