]> granicus.if.org Git - python/shortlog
python
2019-02-24 Davin Pottsbpo-35813: Tests and docs for shared_memory (#11816)
2019-02-24 Terry Jan Reedybpo-24310: Document IDLE settings dialog font tab sampl...
2019-02-24 E. M. Brayfix _abc.c compile error on Cygwin (GH-8445)
2019-02-23 Raymond Hettingerbpo-36018: Add the NormalDist class to the statistics...
2019-02-23 Eric Snowbpo-35724: Explicitly require the main interpreter...
2019-02-23 Gregory P.... bpo-1054041: Add What's New docs. (GH-11999)
2019-02-23 Eric Snowbpo-35886: Make PyInterpreterState an opaque type in...
2019-02-23 Pablo Galindobpo-36016: Add generation option to gc.getobjects(...
2019-02-22 Emmanuel Ariasbpo-36074: Result of `asyncio.Server.sockets` after...
2019-02-22 Stéphane Wirtelbpo-36019: Use pythontest.net instead of example.com...
2019-02-22 Holger FreyInclude the --prompt flag in venv's help output (GH...
2019-02-22 Julien PalardDoc: Missing backquotes. (GH-11982)
2019-02-22 Manjusakabpo-28235: Fix xml.etree.ElementTree.fromstring docs...
2019-02-21 Raymond Hettingerbpo-35904: Add statistics.fmean() (GH-11892)
2019-02-21 Joe Jevnikbpo-36068: Make _tuplegetter objects serializable ...
2019-02-21 Raymond Hettingerbpo-36057 Update docs and tests for ordering in collect...
2019-02-21 Raymond Hettingerbpo-36060: Document how collections.ChainMap() determin...
2019-02-21 Raymond HettingerDocument other performance implication for __slots__...
2019-02-21 Stéphane Wirtelbpo-36052: Raise a SyntaxError when assigning a value...
2019-02-21 Sergey Fedoseevbpo-36063: Minor performance tweak in long_divmod(...
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)
next