]> granicus.if.org Git - python/shortlog
python
2018-01-12 İsmail ArılıkLexical Analysis ref doc: Fix a typo in the string...
2018-01-12 Raymond Hettingerbpo-31145: Use dataclasses to create a prioritization...
2018-01-12 Raymond Hettingerbpo-32467: Let collections.abc.ValuesView inherit from...
2018-01-11 Serhiy Storchakabpo-31113: Get rid of recursion in the compiler for...
2018-01-11 Serhiy Storchakabpo-31993: Do not create frames for large bytes and...
2018-01-11 Victor Stinnerbpo-29240: Ignore UTF-8 Mode in time module (#5148)
2018-01-11 Raymond Hettingerbpo-32320: Add default value support to collections...
2018-01-11 Raymond HettingerFix obvious typos in docstrings (#5151)
2018-01-10 Victor Stinnerbpo-29240: readline now ignores the UTF-8 Mode (#5145)
2018-01-09 Mario CorcheroFix when parsing tz offsets microseconds shorter than...
2018-01-09 Serhiy Storchakabpo-24340: Fix estimation of the code stack size. ...
2018-01-09 David Carlierbpo-32493: Not only AIX, but FreeBSD has uuid_create...
2018-01-09 Ned DeilyPost-release version bump to a4+
2018-01-09 Ned DeilyFix several changelog items to use PEP markup.
2018-01-09 Ned DeilyMerge tag 'v3.7.0a4'
2018-01-09 Steve Dowerbpo-32507: Change Windows install to include app-local...
2018-01-09 Ned DeilyBump to 3.7.0a4 v3.7.0a4
2018-01-09 Ned DeilyUpdate docs for 3.7.0a4
2018-01-09 Ned Deilybpo-32248: install new test_importlib directories ...
2018-01-08 Nick Coghlanbpo-31975 (PEP 565): Show DeprecationWarning in __main_...
2018-01-07 Eric V. Smithbpo-32506: Change dataclasses from OrderedDict to plain...
2018-01-07 Zachary WareFix version in AppVeyor config (GH-5124)
2018-01-07 Serhiy Storchakabpo-31802: Fix importing native path module before...
2018-01-07 Nathaniel J... bpo-30579: Allow TracebackType creation and tb_next...
2018-01-07 Eric V. SmithFix dataclasses docstring typo. (gh-5118)
2018-01-07 Zachary WareKill the AppVeyor file whitelist (GH-5121)
2018-01-07 Max Bélangerbpo-32282: Remove unnecessary check for `VersionHelpers...
2018-01-06 Eric V. Smith bpo-32279: Add additional params to make_dataclass...
2018-01-06 Eric V. Smithbpo-32278: Allow dataclasses.make_dataclass() to omit...
2018-01-06 Eric V. Smithbpo-32499: Add dataclasses.is_dataclass(obj), which...
2018-01-06 Olivier Griselbpo-31993: Do not allocate large temporary buffers...
2018-01-06 Paul GanssleCleanup grammar in unittest.mock.seal documentation...
2018-01-06 Mario Corcherobpo-32206: Pdb can now run modules (GH-4752)
2018-01-06 Nathaniel J... bpo-29137: Remove fpectl module (#4789)
2018-01-05 Michael Feltbpo-32390: Fix compilation failure on AIX after f_fsid...
2018-01-05 Thomas Moreaubpo-31699 Deadlocks in `concurrent.futures.ProcessPoolE...
2018-01-05 Benjamin Petersonadvance copyright years to 2018 (#5094)
2018-01-04 Serhiy Storchakabpo-32226: Make __class_getitem__ an automatic class...
2018-01-04 Serhiy Storchakabpo-31672: Restore the former behavior when override...
2018-01-04 Berker PeksagFix outdated comment in typeobject.c (GH-5090)
2018-01-04 Serhiy Storchakabpo-31778: Make ast.literal_eval() more strict. (#4035)
2018-01-04 Serhiy Storchakabpo-32308: Replace empty matches adjacent to a previous...
2018-01-04 Serhiy Storchakabpo-32482: Fix suspicious code in tests for syntax...
2018-01-03 Brett CannonIgnore importlib.h for automatic review requests from...
2018-01-02 Emily Morehousebpo-32452: clarify term 'brackets' in generator tutoria...
2018-01-02 Serhiy Storchakabpo-32478: Add tests for 'break' and 'return' inside...
2018-01-01 Serhiy Storchakabpo-32416: Add two new tests in test_sys_settrace....
2017-12-31 Antoine Pitroubpo-32468: Better frame repr() (#5067)
2017-12-31 Benjamin Petersoncloses bpo-32460: ensure all non-static globals have...
2017-12-30 Zachary WareAdd missing backslashes in PCbuild bat files (GH-5056)
2017-12-30 Michael Feltbpo-32399: Starting with AIX6.1 there is support in...
2017-12-30 Yury Selivanovbpo-32458: Temporarily mask start-tls proactor test...
2017-12-30 Barry Warsawbpo-32248 - Implement importlib.resources (#4911)
2017-12-30 Andrew Svetlovbpo-32418: Postfix, raise NotImplementdError and close...
2017-12-30 Srinivas Reddy... bpo-32418: Add get_loop() method on Server, AbstractSer...
2017-12-30 Andrew SvetlovFix typo (#5049)
2017-12-30 Serhiy Storchakabpo-32439: Clean up the code for compiling comparison...
2017-12-30 Yury Selivanovbpo-23749: Implement loop.start_tls() (#5039)
2017-12-29 Benjamin Petersonreturn the new file descriptor from os.dup2 (closes...
2017-12-29 Eric V. Smithbpo-32427: Expose dataclasses.MISSING object. (#5045)
2017-12-29 Benjamin Petersonremove unused import (#5040)
2017-12-29 Benjamin Petersonmake PatternCompiler use the packaged grammar if possib...
2017-12-28 oldkbpo-32440: Update the docs URL to https in help() ...
2017-12-28 gfyoungFix minor spelling error in test_sys_settrace.py. ...
2017-12-26 Serhiy Storchakabpo-32416: Refactor tests for the f_lineno setter and...
2017-12-26 Serhiy Storchakabpo-32259: Make a TypeError message when unpack non...
2017-12-26 Andrew Svetlovbpo-26133: Fix typos (#5010)
2017-12-25 Yury Selivanovbpo-31721: Allow Future._log_traceback to only be set...
2017-12-25 INADA Naokibpo-32422: Reduce lru_cache memory usage (GH-5008)
2017-12-25 Yury Selivanovbpo-32363: Disable Task.set_exception() and Task.set_re...
2017-12-25 Serhiy Storchakabpo-32372: Move __debug__ optimization to the AST level...
2017-12-25 Serhiy Storchakabpo-29084: Exclude C API for OrderedDict from the limit...
2017-12-24 Andrew Svetlovbpo-26133: Clear signals list on interpreter finalizing...
2017-12-24 INADA Naokibpo-32402: io: Add missing NULL check. (GH-4971)
2017-12-23 Yury Selivanovbpo-32415: Fix "error is already set" (#4999)
2017-12-23 Andrew SvetlovFix check for run_in_executor on closed loop. (#4996)
2017-12-23 Yury Selivanovbpo-32415: Add more tests (#4995)
2017-12-23 Andrew Svetlovbpo-32357: Use PySet_GET_SIZE macro in _is_coroutine...
2017-12-23 Yury Selivanovbpo-32415: Add asyncio.Task.get_loop() and Future.get_l...
2017-12-23 Yury Selivanovbpo-32357: Fix tests in refleak mode (#4989)
2017-12-23 Mariattabpo-26439: Convert %s in Lib/ctypes/_aix.py to f-string...
2017-12-23 Benjamin Petersoncorrect wording (#4983)
2017-12-22 Benjamin Petersonbpo-24960: use pkgutil.get_data in lib2to3 to read...
2017-12-22 Benjamin Petersonremove the dynload_next.c file (closes bpo-32386) ...
2017-12-21 Victor Stinnerbpo-29240: Skip test_readline.test_nonascii() (#4968)
2017-12-21 Victor Stinnerbpo-20891: Skip test_embed.test_bpo20891() (#4967)
2017-12-21 Victor Stinnerbpo-32030: Add _Py_FindEnvConfigValue() (#4963)
2017-12-21 Victor Stinnerbpo-32030: Add _Py_EncodeLocaleRaw() (#4961)
2017-12-21 Andrew Svetlovbpo-26133: Dont unsubscribe signals in UNIX even loop...
2017-12-21 Victor Stinnerbpo-32030: Add _Py_EncodeUTF8_surrogateescape() (#4960)
2017-12-21 Коренберг Маркbpo-32323: urllib.parse.urlsplit() must not lowercase...
2017-12-21 Sebastian PucilowskiFix trivial typo in pickle.rst (#4955)
2017-12-21 Paul Gansslebpo-15873: Implement [date][time].fromisoformat (#4699)
2017-12-21 INADA Naokibpo-15216: io: TextIOWrapper.reconfigure() accepts...
2017-12-20 Victor Stinnerbpo-32030: Fix usage of memory allocators (#4953)
2017-12-20 Srinivas Reddy... correct the typos (#4950)
2017-12-20 Victor Stinnerbpo-32030: Complete _PyCoreConfig_Read() (#4946)
2017-12-20 Andrew Svetlovbpo-29970: Make ssh_handshake_timeout None by default...
2017-12-20 Antoine Pitroubpo-32306: Clarify c.f.Executor.map() documentation...
2017-12-20 Serhiy Storchakabpo-32385: Clean up the C3 MRO algorithm implementation...
next