]> granicus.if.org Git - python/shortlog
python
2018-01-17 Gregory P.... Use assertCountEqual instead of assertEqual. (#5223)
2018-01-17 Victor Stinnerbpo-32226: Fix memory leak in generic_alias_dealloc...
2018-01-17 Victor Stinnerpythoninfo: add time.time and datetime.datetime.now...
2018-01-17 Victor Stinnerbpo-32248: Fix test_importlib.test_open() (#5213)
2018-01-17 Victor StinnerFix Git attributes of test_importlib data files (#5209)
2018-01-16 Christian Heimesbpo-32549: Compile OpenSSL 1.1.0 on Travis CI (#5180)
2018-01-16 Paul Gansslebpo-32403: Faster date and datetime constructors (...
2018-01-16 Andrew Svetlovbpo-32410: Implement loop.sock_sendfile() (#4976)
2018-01-16 Victor StinnerSkip test_readline.test_nonascii() on C locale (#5203)
2018-01-16 Serhiy Storchakabpo-31572: Get rid of PyObject_HasAttr() and _PyObject_...
2018-01-16 INADA Naokibpo-32544: Speed up hasattr() and getattr() (GH-5173)
2018-01-16 Raymond Hettingerbpo-26163: Frozenset hash improvement (#5194)
2018-01-15 Antoine Pitroubpo-14976: Reentrant simple queue (#3346)
2018-01-15 Barry WarsawImplement the get_resource_reader() API for file system...
2018-01-15 Yury SelivanovMake asyncio tests run when there's no SSL module ...
2018-01-15 Victor Stinnerbpo-31900: Fix localeconv() encoding for LC_NUMERIC...
2018-01-15 Victor Stinnerbpo-29240: Fix locale encodings in UTF-8 Mode (#5170)
2018-01-15 Cheryl Sabellabpo-26330: Update shutil.disk_usage() documentation...
2018-01-15 Cheryl Sabellabpo-15221: Update os.path.is*() documentation (GH-5185)
2018-01-14 Raymond Hettingerbpo-29476: Simplify set_add_entry() (#5175)
2018-01-13 Raymond HettingerAdd itertools recipe for directly finding the n-th...
2018-01-13 Julian KahnertImprove enum.Flag code example (GH-5167)
2018-01-12 Brett Cannonbpo-32248: Introduce the concept of Loader.get_resource...
2018-01-12 Serhiy Storchakabpo-31993: Do not use memoryview when pickle large...
2018-01-12 Christian Heimesbpo-32521: nis libtirpc (#5137)
2018-01-12 yahya-abou... bpo-32473: Improve ABCMeta._dump_registry() readability...
2018-01-12 Raymond HettingerOrderedDict import is no longer needed (#4890)
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...
next