]> granicus.if.org Git - python/shortlog
python
2019-08-25 Raymond Hettingerbpo-37942: Improve argument clinic float converter...
2019-08-24 Berker Peksagbpo-19072: Make @classmethod support chained decorators...
2019-08-24 Terry Jan ReedyFix typo and rearrange words in IDLE news item (GH...
2019-08-24 Jürgen GmachClarify argument types in datetime docs. (GH-15459)
2019-08-24 Raymond Hettingerbpo-14112: Allow beginners to explore shallowness in...
2019-08-24 Terry Jan ReedyRevert "(TH-15402)" (#15468)
2019-08-24 Shashi RanjanFix typos in the documentation of Parser/pgen (GH-15416)
2019-08-24 Dong-hee Nabpo-37798: Test both Python and C versions in test_stat...
2019-08-24 Raymond Hettingerbpo-32118: Simplify docs for sequence comparison ...
2019-08-24 Greg Pricebpo-37812: Convert CHECK_SMALL_INT macro to a function...
2019-08-24 GeeTransit(TH-15402)
2019-08-24 shireenraobpo-37772: fix zipfile.Path.iterdir() outputs (GH-15170)
2019-08-24 Serhiy Storchakabpo-37830: Fix compilation of break and continue in...
2019-08-24 Serhiy Storchakabpo-29535: Remove promize about hash randomization...
2019-08-24 Raymond Hettingerbpo-19119: Remove invalid test and rename a misnamed...
2019-08-24 Ned DeilyFix link to changelog in 3.9 What's New page (GH-15445)
2019-08-24 AntoineFix funny typo in Doc/bugs. (GH-15412)
2019-08-23 Dong-hee Nabpo-37798: Add C fastpath for statistics.NormalDist...
2019-08-23 Zackery Spytzbpo-37549: os.dup() fails for standard streams on Windo...
2019-08-23 Raymond Hettingerbpo-26589: Add http status code 451 (GH-15413)
2019-08-23 Victor Stinnerbpo-36763: PyConfig_Read() handles PySys_AddXOption...
2019-08-23 Victor Stinnerbpo-36763, doc: Add links in the new C API init doc...
2019-08-23 Victor Stinnerbpo-36763: Implement PyWideStringList_Insert() of PEP...
2019-08-23 Sergey FedoseevFix _PyTime_MIN/MAX values (GH-15384)
2019-08-23 Stefan Behnelbpo-14465: Add an indent() function to xml.etree.Elemen...
2019-08-23 Victor Stinnertest_gdb: use unittest test discovery (GH-15405)
2019-08-23 Victor Stinnerbpo-37531: Fix regrtest _timedout() function on timeout...
2019-08-23 Victor Stinnerbpo-37926: Fix PySys_SetArgvEx(0, NULL, 0) crash (GH...
2019-08-23 Andre DelfinoCorrect minor grammar mistake (GH-15404)
2019-08-23 Raymond Hettingerbpo-30826: Improve control flow examples (GH-15407)
2019-08-23 Raymond Hettingerbpo-12634: Clarify an awkward section of the tutorial...
2019-08-22 Raymond Hettingerbpo-30550: Clarify JSON ordering guarantees (GH-15397)
2019-08-22 Pablo Galindobpo-37915: Fix comparison between tzinfo objects and...
2019-08-22 Ivan Levkivskyibpo-28556: Add a regression test to typing (GH-15396)
2019-08-22 Raymond Hettingerbpo-32554: Deprecate hashing arbitrary types in random...
2019-08-22 Raymond Hettingerbpo-14050: Note that not all data can be sorted (GH...
2019-08-22 Sergey Fedoseevbpo-27961: Remove leftovers from the times when long...
2019-08-22 Florian BruhinAdd missing space to warning message (GH-14915)
2019-08-22 Pablo GalindoRefactor Parser/pgen and add documentation and explanat...
2019-08-22 Steve Dowerbpo-37834: Fix test on Windows 7 (GH-15377)
2019-08-21 Steve Dowerbpo-9949: Call normpath() in realpath() and avoid unnec...
2019-08-21 Steve Dowerbpo-36311: Fixes decoding multibyte characters around...
2019-08-21 bsiembpo-37482: Fix email address name with encoded words...
2019-08-21 Brett Cannonbpo-37663: have venv activation scripts all consistentl...
2019-08-21 Steve Dowerbpo-37834: Normalise handling of reparse points on...
2019-08-21 Stefan KrahRevert mode change that loses information in directory...
2019-08-21 Steve Dowerbpo-9949: Enable symlink traversal for ntpath.realpath...
2019-08-21 Anthony SottileFix difflib `?` hint in diff output when dealing with...
2019-08-21 Roger IyengarUpdate asyncio.ensure_future() documentation (GH-15347)
2019-08-21 Jordon Xubpo-37751: Fix codecs.lookup() normalization (GH-15092)
2019-08-21 Ashwin Ramaswamibpo-37860: Add netlify deploy preview for docs (GH...
2019-08-21 Victor Stinnerbpo-37851: faulthandler allocates its stack on demand...
2019-08-21 Michael Anckaertbpo-37823: Fix open() link in telnetlib doc (GH-15281)
2019-08-21 Victor Stinnerbpo-37531: Enhance regrtest multiprocess timeout (GH...
2019-08-21 Greg PriceUnmark files as executable that can't actually be execu...
2019-08-21 Greg Pricebpo-35518: Skip test that relies on a deceased network...
2019-08-21 Benjamin Petersonabstract.c should not be executable. (GH-15348)
2019-08-20 Brett CannonRemove a dead comment from ossaudiodev.c (#15346)
2019-08-20 Zackery Spytzbpo-32793: Fix a duplicate debug message in smtplib...
2019-08-20 Joannah Nanjekyebpo-15913: Implement PyBuffer_SizeFromFormat() (GH...
2019-08-20 Victor Stinnerbpo-37732: Fix GCC warning in _PyObject_Malloc() (GH...
2019-08-20 Eric V. Smithbpo-37868: Improve is_dataclass for instances. (GH...
2019-08-20 AntoineMinor documentation fixes on library/enum (GH-15234)
2019-08-20 Hansraj DasDelete stale comment in Python/getopt.c. (GH-14719)
2019-08-19 Victor StinnerRevert "bpo-37788: Fix a reference leak if a thread...
2019-08-19 Victor Stinnerbpo-37788: Fix a reference leak if a thread is not...
2019-08-19 Steve DowerRemove 'unstable' warning for Windows Store package...
2019-08-17 shireenraobpo-36266: Add module name in ImportError when DLL...
2019-08-17 cocoatomoInsert a missing close parenthesis (GH-15316)
2019-08-17 Éric Araujofix link to time function from time_ns doc (GH-15285)
2019-08-17 Tim PetersAdd a minor `Fraction.__hash__()` optimization (GH...
2019-08-16 Jeroen Demeyerbpo-37540: vectorcall: keyword names must be strings...
2019-08-16 Raymond Hettingerbpo-37863: Optimize Fraction.__hash__() (#15298)
2019-08-15 Hansraj DasIndent code inside if block. (GH-15284)
2019-08-15 Jeroen Demeyerbpo-37207: enable vectorcall for type.__call__ (GH...
2019-08-15 Alex GaynorReplace usage of the obscure PEM_read_bio_X509_AUX...
2019-08-15 Greg Pricebpo-37760: Avoid cluttering work tree with downloaded...
2019-08-14 Hai Shibpo-37775: Update compileall doc for invalidation_mode...
2019-08-14 Victor Stinnerbpo-21131: Fix faulthandler.register(chain=True) stack...
2019-08-14 Artem Khramovbpo-37811: FreeBSD, OSX: fix poll(2) usage in sockets...
2019-08-14 Abhilash Rajbpo-37826: Document exception chaining in Python tutori...
2019-08-14 Tal Einatbpo-37849: IDLE: fix completion window positioning...
2019-08-14 Sergey Fedoseevbpo-36030: Improve performance of some tuple operations...
2019-08-14 Victor Stinnerbpo-37531: Fix regrtest timeout for subprocesses (GH...
2019-08-14 Greg Pricebpo-36502: Correct documentation of str.isspace() ...
2019-08-14 Victor Stinnerbpo-37738: Fix curses addch(str, color_pair) (GH-15071)
2019-08-14 Hai Shibpo-37681: no_sanitize_thread support from GCC 5.1...
2019-08-14 Zackery Spytzbpo-37337: Fix a GCC 9 warning in Objects/descrobject...
2019-08-14 Greg Pricebpo-37760: Factor out standard range-expanding logic...
2019-08-14 Ngalim Siregarbpo-37256: Wording in Request class docs (#14792)
2019-08-13 shireenraobpo-25172: Add test for crypt ImportError on Windows...
2019-08-13 Hai Shibpo-37689: add Path.is_relative_to() method (GH-14982)
2019-08-13 Josh Hollandbpo-37814: Document the empty tuple type annotation...
2019-08-13 Hai Shibpo-37583: Add err 113 to support.get_socket_conn_refus...
2019-08-13 Steve Dowerbpo-37841: Remove python_uwp dependency on msvcp140...
2019-08-13 Greg Pricebpo-37760: Constant-fold some old options in makeunicod...
2019-08-13 Greg Pricebpo-37758: Clean out vestigial script-bits from test_un...
2019-08-13 Greg Pricebpo-37760: Mark all generated Unicode data headers...
2019-08-13 Greg Pricebpo-37760: Factor out the basic UCD parsing logic of...
2019-08-12 Raymond Hettingerbpo-37759: Second round of edits to Whatsnew 3.8 (GH...
next