]> granicus.if.org Git - python/shortlog
python
2019-02-21 Raymond Hettingerbpo-36059: Update OrderedDict() docs to reflect that...
2019-02-21 Cristian CiupituDoc: fix example for iter() function. (GH-11959)
2019-02-21 Zackery Spytzbpo-33989: Ensure that ms.key_compare is always initial...
2019-02-21 Sergey Fedoseevbpo-36062: Minor speed-up for list slicing and copying...
2019-02-21 Gregory P.... Re-init _Py_UnhandledKeyboardInterrupt before run....
2019-02-20 Raymond Hettingerbpo-31982: Improve sequence of presentation in ChainMap...
2019-02-20 Stefan Behnelbpo-36012: Avoid linear slot search for non-dunder...
2019-02-20 Stéphane Wirtelbpo-35993: Fix _PyInterpreterState_DeleteExceptMain...
2019-02-20 Inada Naokibpo-12822: use monotonic clock for condvar if possible...
2019-02-19 Pablo Galindobpo-36049: Fix compiler warning in Python/ast.c (GH...
2019-02-19 Raymond Hettingerbpo-35584: Clarify role of caret in a class class ...
2019-02-19 Victor Stinnerbpo-36037: Fix test_ssl for strict OpenSSL policy ...
2019-02-19 Cédric Krierbpo-35153: Add headers parameter to xmlrpc.client.Serve...
2019-02-19 Julien PalardDoc: Fix typo. (GH-11315)
2019-02-19 Sanyam Khuranabpo-31506: Clarify error messages for object.__new__...
2019-02-19 Serhiy StorchakaFix a misnamed test for lists. (GH-11933)
2019-02-19 Serhiy StorchakaFix syntax warnings in tests introduced in bpo-35942...
2019-02-19 Serhiy StorchakaFix syntax warnings in tests introduced in bpo-15248...
2019-02-19 Serhiy Storchakabpo-35798: Add test.support.check_syntax_warning()...
2019-02-19 Cheryl Sabellabpo-35689: IDLE: Add docstrings and unittests for color...
2019-02-18 tjb900bpo-34572: change _pickle unpickling to use import...
2019-02-18 animalizebpo-34294: re module, fix wrong capturing groups in...
2019-02-18 Nick Coghlanbpo-35704: Include correct NEWS entry (GH-11914)
2019-02-18 Michael Feltbpo-35704: Prevent test_shutil fail result when AIX...
2019-02-18 Pablo Galindobpo-35942: Improve the error message if __fspath__...
2019-02-17 Ivan Levkivskyibpo-35992: Use PySequence_GetItem only if sq_item is...
2019-02-17 Michael Feltbpo-34720: Fix test_importlib.test_bad_traverse for...
2019-02-17 Gregory P.... bpo-36013: delete fragile interactive shell SIGINT...
2019-02-16 Raymond HettingerConvert range to repeat for choices() (#11889)
2019-02-16 Gregory P.... bpo-1054041: Exit properly after an uncaught ^C. (...
2019-02-16 Raymond Hettinger bpo-35884: Add missing FIFO queue benchmark (GH-11898)
2019-02-16 Raymond Hettingerbpo-33234: Add another attribution in Whatsnew (GH...
2019-02-16 Raymond Hettingerbpo-32492: Add missing whatsnew entries for itemgetter...
2019-02-16 Raymond Hettingerbpo-33089: Add math.dist() and math.hypot() to Whatsnew...
2019-02-16 Serhiy Storchakabpo-35798: Fix duplicate SyntaxWarning: "is" with a...
2019-02-16 Serhiy Storchakabpo-15248: Emit a compiler warning when missed a comma...
2019-02-15 Anthony Sottilebpo-36007: Bump minimum sphinx version to 1.8 (GH-11887)
2019-02-15 Alexey Izbyshevbpo-35984: _xxsubinterpreters: Fix memory leak in _chan...
2019-02-15 Daniel Hahlerbpo-35931: Gracefully handle SyntaxError in pdb debug...
2019-02-15 Raymond HettingerImprove readability of random module examples (GH-11884)
2019-02-15 Jack WilsdonFix the versionadded info for typing.NoReturn (GH-11880)
2019-02-15 Emmanuel Ariasbpo-36006: Fix versionchanged directive alignment in...
2019-02-15 Victor Stinnerbpo-35746: Credit Colin Read and Nicolas Edet (GH-11863)
2019-02-15 pxinwrbpo-35994: add sub dir for sub2_tree in os.walk test...
2019-02-14 Lysandros Nikolaoubpo-30410: Documentation of sys.stdin/out/err update...
2019-02-14 kkDoc: Fix example in contextlib asynccontextmanager...
2019-02-14 Michael Feltbpo-35633: test_lockf() fails with "PermissionError...
2019-02-14 Paul Monsonbpo-35976: Enable Windows projects to build with platfo...
2019-02-14 Zackery Spytzcloses bpo-35991: Fix a potential double free in Module...
2019-02-14 Kevin Mai-Husan... Fix typo: equivalent code of `async with cond` (GH...
2019-02-14 Susan Subpo-35500: align expected and actual calls on mock...
2019-02-13 Nina Zakharenkobpo-35887: Add make regen-importlib step to importlib...
2019-02-13 Victor Stinnerbpo-35961: Fix a crash in slice_richcompare() (GH-11830)
2019-02-13 Cheryl Sabellabpo-18283: Add support for bytes to shutil.which (GH...
2019-02-13 Raymond HettingerBe consistent about the use of from-imports in random...
2019-02-13 Anthony SottileRemove stray quote in os.replace docstring. (GH-11556)
2019-02-13 Pablo GalindoFix potential memory leak in parsetok.c (GH-11832)
2019-02-12 Matěj Ceplbpo-35505: Skip test_imap4_host_default_value if localh...
2019-02-12 Alexey Izbyshevbpo-35972: _xxsubinterpreters: Fix potential integer...
2019-02-12 Christopher... bpo-35960: Fix dataclasses.field throwing away empty...
2019-02-12 Rémi Lapeyrebpo-35918: Remove broken has_key method and add test...
2019-02-11 Guido van RossumComplete switch cases in symtable.c; fixes bpo-35963...
2019-02-11 Pablo Galindobpo-35378: Fix multiprocessing.Pool references (GH...
2019-02-11 Guido van Rossumbpo-35766 follow-up: Add an error check to new_type_com...
2019-02-11 Eivind Teigbpo-22062: Updated docstring and documentation for...
2019-02-10 Julien PalardDoc sidebar: 3.6 has moved to security-fix mode. (GH...
2019-02-10 Pablo GalindoFix compiler warning about non initialised variable...
2019-02-10 Pablo GalindoFix division by 0 when checking for overflow in math...
2019-02-10 Ivan LevkivskyiFix compiler warnings about end_col_offset and end_line...
2019-02-10 Pablo GalindoFix broken :ref: in asyncio docs (GH-11805)
2019-02-09 Pablo GalindoMake sure the BaseManager in test_multiprocessing is...
2019-02-09 Pablo GalindoDo not retain references to processes and managers...
2019-02-09 Terry Jan Reedybpo-35833: Revise IDLE doc for control codes sent to...
2019-02-09 Raymond Hettingerlru_cache: Add more comments. Fix comment typos. Clari...
2019-02-08 Tim PetersRework tuple hash tests. (GH-10161)
2019-02-08 Neil Schemenauerbpo-35903: Use autoconfig to probe for shm_open() and...
2019-02-08 Raymond HettingerComplete and neaten-up namedtuple's replacement of...
2019-02-08 Paul GanssleAdd What's New entry for date subclass behavior (#11790)
2019-02-07 Fishbpo-35615: Fix crashes when copying a Weak{Key,Value...
2019-02-07 Pierre Glaserbpo-35911: add cell constructor (GH-11771)
2019-02-07 Jason R. Coombsbpo-24209: In http.server script, rely on getaddrinfo...
2019-02-07 Giampaolo Rodolabpo-35917: Test multiprocessing manager classes and...
2019-02-07 Pablo Galindobpo-35606: Implement math.prod (GH-11359)
2019-02-06 MariattaFix url to core-mentorship mailing list (GH-11775)
2019-02-05 Harmandeep... bpo-20001: update pathlib landing image (GH-11304)
2019-02-05 Inada Naokiemail: use dict instead of OrderedDict (GH-11709)
2019-02-05 Inada Naokiasyncio: use dict instead of OrderedDict (GH-11710)
2019-02-05 Raymond HettingerFix typo (micro->nano) (GH-11759)
2019-02-05 Steve Dowerbpo-35299: Fixed sysconfig and distutils during PGO...
2019-02-05 Nina Zakharenkobpo-35321: Set the spec origin to frozen in frozen...
2019-02-04 Paul Gansslebpo-32417: Make timedelta arithmetic respect subclasses...
2019-02-04 Łukasz LangaPost 3.8.0a1
2019-02-04 Łukasz LangaMerge tag 'v3.8.0a1'
2019-02-04 Steve Dowerbpo-35872 and bpo-35873: Clears __PYVENV_LAUNCHER__...
2019-02-04 Steve Dowerbpo-35692: pathlib no longer raises when checking file...
2019-02-03 Łukasz Langav3.8.0a1 v3.8.0a1
2019-02-03 Łukasz Langa[pydoc] Regenerate topics for v3.8.0a1
2019-02-03 Łukasz Langa[blurb] v3.8.0a1
2019-02-03 Raymond Hettingerbpo-35884: Add variable access benchmarking script...
2019-02-03 Ned DeilyUpdate macOS installer Welcome and ReadMe for 3.8 ...
next