]> granicus.if.org Git - python/shortlog
python
2018-01-25 Serhiy Storchaka bpo-32571: Avoid raising unneeded AttributeError and...
2018-01-25 Victor Stinnerbpo-32652: Defer pymain_set_global_config() call (...
2018-01-25 Brett Cannonbpo-29708: Add What's New entries for SOURCE_DATE_EPOCH...
2018-01-24 Andrew Svetlovbpo-32391: Implement StreamWriter.wait_closed() (#5281)
2018-01-24 Paul Gansslebpo-10381: Add timezone to datetime C API (#5032)
2018-01-24 Bernhard M... bpo-29708: Setting SOURCE_DATE_EPOCH forces hash-based...
2018-01-24 Barry Warsaw bpo-32248 - Implement `ResourceReader` and `get_resour...
2018-01-24 Victor Stinnerbpo-32636: Fix two bugs in test_asyncio (#5302)
2018-01-24 Nathaniel J... bpo-32636: Fix @asyncio.coroutine debug mode bug expose...
2018-01-24 Andrew Svetlovbpo-32410: Improve sock_sendfile tests (#5294)
2018-01-24 Barry Warsawbpo-32651 Recommend getpass.getuser() (#5301)
2018-01-24 Yury Selivanovbpo-32643: Drop support for a few private Task and...
2018-01-24 Victor Stinnerbpo-32030: Add _PyCoreConfig.module_search_paths (...
2018-01-24 Victor Stinnerbpo-28046: Remove MACHDEPPATH from Modules/Setup.dist...
2018-01-24 Pablo Galindobpo-17799: Explain real behaviour of sys.settrace and...
2018-01-24 Srinivas Reddy... bpo-32360: unittest.util: Use Counter instead of custom...
2018-01-24 Yury Selivanovbpo-32436: Don't use native popcount() (also fixes...
2018-01-24 Bo Baylesbpo-32502: Discard 64-bit (and other invalid) hardware...
2018-01-23 Yury Selivanovbpo-32436: Fix potential NULL dereference (#5286)
2018-01-23 Yury Selivanovbpo-32296: Make get_running_loop() another 4-5x faster...
2018-01-23 stratakis bpo-32635: Fix a segfault when importing the crypt...
2018-01-23 Xiang Zhangbpo-32618: Fix test_mutatingdecodehandler not testing...
2018-01-23 Victor Stinnerbpo-20361: Remove workaround for a now fixed bug (...
2018-01-23 Victor Stinnerbpo-32593: Run autoconf (#5282)
2018-01-23 Nathaniel J... bpo-32633: Fix some warnings in test_asyncio.test_tasks...
2018-01-23 Yury Selivanovbpo-32436: Remove a redundant assert (#5275)
2018-01-23 Yury SelivanovAdd myself as hamt/context (PEP 567) code owner (#5276)
2018-01-23 Yury Selivanovbpo-32436: Implement PEP 567 (#5027)
2018-01-22 Victor Stinnerbpo-29240: PyUnicode_DecodeLocale() uses UTF-8 on Andro...
2018-01-22 Victor Stinnerbpo-32593: Drop FreeBSD 9 and older support (#5232)
2018-01-22 Yury Selivanovbpo-31179: Make dict.copy() up to 5.5 times faster...
2018-01-22 Ethan Furmanbpo-31801: Enum: add _ignore_ as class option (#5237)
2018-01-22 INADA Naokiurllib.request: Remove unused import (GH-5268)
2018-01-22 Yury Selivanovbpo-32591: Fix PyExc_WarnFormat call (follow-up commit...
2018-01-21 Yury Selivanovbpo-32314: Fix asyncio.run() to cancel runinng tasks...
2018-01-21 Nathaniel J... bpo-32591: Add native coroutine origin tracking (#5250)
2018-01-20 Serhiy Storchakabpo-32503: Avoid creating too small frames in pickles...
2018-01-20 Christian Heimesbpo-32602: Test ECDSA certs (#5247)
2018-01-20 Christian Heimesbpo-32598: Use autoconf to detect usable OpenSSL (...
2018-01-20 Ivan Levkivskyibpo-32226: PEP 560: improve typing module (#4906)
2018-01-20 Sanyam Khuranabpo-32028: Fix suggestions for indented print statement...
2018-01-20 INADA Naokibpo-32596: Lazy import concurrent.futures.process and...
2018-01-20 Sanyam Khuranabpo-25910: Link redirections in docs (#1933)
2018-01-19 Andrew Svetlovbpo-32410: Make SendfileNotAvailableError exception...
2018-01-18 Steve Dowerbpo-32588: Move _findvs into its own module and add...
2018-01-18 Raymond HettingerRemoved unnecesssary bit inversion which doesn't improv...
2018-01-18 Victor Stinnerbpo-9566: Fix size_t=>int downcast warnings (#5230)
2018-01-18 Antoine Pitroubpo-32576: use queue.SimpleQueue in critical places...
2018-01-17 hui shangFix typo in thread_nt.h code comment (GH-5211)
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...
next