]> granicus.if.org Git - python/shortlog
python
2018-10-05 E. M. Braybpo-28441: Ensure `.exe` suffix in `sys.executable...
2018-10-05 Matt EatonFix a typo ssl.py docstring (GH-9697)
2018-10-04 INADA Naokibpo-34871: inspect: Don't pollute sys.modules (GH-9696)
2018-10-04 Chih-Hsuan Yenbpo-34871: Fix two typos in test_inspect.py (GH-9698)
2018-10-04 Serhiy Storchakabpo-34740: Get rid of tp_getattro in ossaudiodev.oss_au...
2018-10-04 Serhiy Storchakabpo-34739: Get rid of tp_getattro in xml.etree.ElementT...
2018-10-04 Benjamin Petersoncloses bpo-34869: Remove LDLAST. (GH-9667)
2018-10-03 Elvis Pranskevichusbpo-34872: Fix self-cancellation in C implementation...
2018-10-03 Zackery Spytzbpo-34879: Fix a possible null pointer dereference...
2018-10-03 Benjamin PetersonMake it clear that the msg argument to assertWarns...
2018-10-02 tzickelbpo-34172: multiprocessing.Pool leaks resources after...
2018-10-02 Yury Selivanovbpo-34728: Fix asyncio tests to run under "-Werror...
2018-10-02 Cheryl SabellaRemove recent from logging cookbook (GH-9636)
2018-10-02 William Orrcloses bpo-34862: Guard definition of convert_sched_par...
2018-10-02 Benjamin PetersonMake it clear that the msg argument to assertRaises...
2018-10-02 Benjamin Petersoncloses bpo-34868: Improve error message with '_' is...
2018-10-02 Ezio Melottibpo-31865: Fix a couple of typos in the html.unescape...
2018-10-01 INADA Naokibpo-30167: Add test for module.__cached__ is None ...
2018-10-01 Hrvoje Nikšićbpo-34476: Document that asyncio.sleep() always suspend...
2018-10-01 Victor Stinnerbpo-30156: Remove property_descr_get() optimization...
2018-10-01 Brendan JurdFix name of argument in docs for functools.reduce(...
2018-09-30 Terry Jan Reedybpo-34850: Replace is with == in idlelib.iomenu (GH...
2018-09-30 Serhiy Storchakabpo-34854: Fix compiling string annotations containing...
2018-09-30 Andrew Svetlovbpo-34849: Don't log wating for selector.select in...
2018-09-29 Raymond HettingerSpeed-up math.dist() by 30% (GH-9628)
2018-09-29 Zackery Spytzbpo-27351: Fix ConfigParser.read() documentation and...
2018-09-29 Zackery Spytzbpo-31370: Remove references to threadless builds ...
2018-09-29 방성범 (Bang Seongbeom)Fix astuple in dataclasses documentation (GH-9631)
2018-09-29 Zackery SpytzFix incorrect error handling in _pickle.Unpickler.__ini...
2018-09-28 Pablo Galindobpo-34797: Convert heapq to the argument clinic (GH...
2018-09-28 Victor Stinnerbpo-34687: Update asyncio doc for ProactorEventLoop...
2018-09-28 Pablo Galindobpo-34521: Fix tests in test_multiprocessing_spawn...
2018-09-28 Tal Einatbpo-34736: improve error message for invalid length...
2018-09-27 Zsolt Csernabpo-34248: Add filename to error raised in {gnu,ndbm...
2018-09-27 Yury Selivanovbpo-34802: Fix asyncio.iscoroutine() docs (GH-9611)
2018-09-27 Yury Selivanovbpo-34762: Update PyContext* to PyObject* in asyncio...
2018-09-27 Serhiy Storchakabpo-32892: Use ast.Constant instead of specific constan...
2018-09-27 orlnub123bpo-34819: Use a monotonic clock to compute timeouts...
2018-09-27 Pablo GalindoFix tests in test_socket to use correctly CMSG_LEN...
2018-09-26 Tal Einatbpo-31425: fix versionadded in docs and add attribution...
2018-09-26 Michael LeeClarify that Type[SomeTypeVar] is legal (#9585)
2018-09-26 Bjorn Anderssonbpo-31425: Expose AF_QIPCRTR in socket module (GH-3706)
2018-09-26 INADA Naokibpo-34320: Fix dict(o) didn't copy order of dict subcla...
2018-09-25 Cheryl Sabellabpo-34334: Don't log traceback twice in QueueHandler...
2018-09-25 Yury Selivanovasyncio/docs: Replace Python 4.0 -> 3.10 (GH-9579)
2018-09-25 Zackery Spytzbpo-5950: Support reading zips with comments in zipimpo...
2018-09-25 Yury Selivanovbpo-34790: [docs] Passing coroutines to asyncio.wait...
2018-09-25 Terry Jan Reedybpo-34162: idlelib/NEWS.txt entry for squeezer (GH...
2018-09-25 Terry Jan Reedybpo-1529353: IDLE - Squeezer What's New for 3.8 (#9572)
2018-09-25 Terry Jan Reedybpo-1529353: IDLE - Squeezer What's New for 3.7.1 ...
2018-09-25 Terry Jan Reedybpo-1529353: IDLE: Squeezer What's New for 3.6.7 (...
2018-09-25 Victor Stinnerbpo-33937: Catch ENOMEM error in test_socket (#9557)
2018-09-25 Victor Stinnerbpo-34687: Make asynico use ProactorEventLoop by defaul...
2018-09-25 Joe Pamerbpo-32557: allow shutil.disk_usage to take a file path...
2018-09-25 Tal Einatbpo-1529353: IDLE: squeeze large output in the shell...
2018-09-25 Géry OgamImproved the more elaborate multiprocessing example...
2018-09-25 Zackery Spytzbpo-34770: Fix a possible null pointer dereference...
2018-09-25 Joni KähäräFix wrong exception reference: BrokenThreadPool ->...
2018-09-25 Terry Jan Reedybpo-34162: Update idlelib/NEWS.txt to 2018-9-24. (GH...
2018-09-24 Terry Jan Reedybpo-34162: Add entry for idlelib/NEWS.txt already inclu...
2018-09-24 Ammar Askarbpo-34683: Make SyntaxError column offsets consistently...
2018-09-24 Christian Heimesbpo-34791: xml package obeys ignore env flags (GH-9544)
2018-09-24 Victor Stinnerbpo-34783: Add test_cmd_line_script.test_nonexisting_sc...
2018-09-24 Steve Dowerbpo-34582: Fixes Python version used for patch check...
2018-09-24 Steve DowerUpdate Azure Pipelines badge (GH-9529)
2018-09-24 Steve Dowerbpo-34582: Update syntax of Azure Pipelines builds...
2018-09-24 Petr Viktorinbpo-24937: Replace the extension module porting HOWTO...
2018-09-24 João Júniorbpo-34728: Remove deprecate *loop* argument in asyncio...
2018-09-24 Tim HoffmannMigrate datetime.date.fromtimestamp to Argument Clinic...
2018-09-24 Lisa Roachbpo-34659: Adds initial kwarg to itertools.accumulate...
2018-09-23 Tal Einatbpo-34548: IDLE: use configured theme colors in TextVie...
2018-09-23 Serhiy StorchakaUse in-memory streams instead of NamedTemporaryFile...
2018-09-23 Christian Heimesbpo-17239: Disable external entities in SAX parser...
2018-09-23 Christian Heimesbpo-34670: Add TLS 1.3 post handshake auth (GH-9460)
2018-09-23 Serhiy Storchakabpo-34421: Improve distutils logging for non-ASCII...
2018-09-23 jChapmanbpo-32117: Iterable unpacking in return and yield docum...
2018-09-22 Krzysztof WroblewskiFix pickletools doc for NEWFALSE. (GH-9432)
2018-09-22 Nathaniel J... bpo-34759: Fix error handling in ssl 'unwrap()' (GH...
2018-09-22 Christian Heimesbpo-34623: Mention CVE-2018-14647 in news entry (GH...
2018-09-22 Ethan Furmanbpo-29577: Enum: mixin classes don't mix well with...
2018-09-22 David Cuthbertbpo-32117: Allow tuple unpacking in return and yield...
2018-09-22 Elvis Pranskevichusbpo-34537: Fix test_gdb:test_strings with LC_ALL=C...
2018-09-21 Brett Cannonbpo-32718: Make Activate.ps1 for venv cross-platform...
2018-09-21 Yury Selivanovbpo-33649: Fix gather() docs; fix title; few other...
2018-09-21 Xiang ZhangMake docs of exitcode for subprocess.getstatusoutput...
2018-09-21 Yury Selivanovbpo-34762: Fix contextvars C API to use PyObject* point...
2018-09-21 Raymond HettingerMinor performance tweak for deque.index() with a start...
2018-09-21 Serhiy Storchakabpo-34755: Add few minor optimizations in _asynciomodul...
2018-09-21 Zackery Spytzbpo-34735: Fix a memory leak in Modules/timemodule...
2018-09-21 Benjamin PetersonSimplify PyInit_timezone. (GH-9467)
2018-09-21 Benjamin Petersoncloses bpo-34656: Avoid relying on signed overflow...
2018-09-20 Steve Dowerbpo-34011: Fixes missing venv files and other tests...
2018-09-20 Berker Peksagbpo-34754: Fix test_flush_return_value on FreeBSD ...
2018-09-20 Yury Selivanovbpo-33649: More improvements (GH-9439)
2018-09-20 Berker Peksagbpo-19756: Prevent test failures due to EADDRNOTAVAIL...
2018-09-20 Berker Peksagbpo-34743: Fix test_database_source_name under SQLite...
2018-09-20 Berker Peksagbpo-32215: Fix performance regression in sqlite3 (GH...
2018-09-20 Yury Selivanovbpo-34746: Fix stop -> close (GH-9437)
2018-09-19 Steve DowerEnables test result collection for CI builds (GH-9433)
2018-09-19 Victor StinnerRevert "bpo-34589: Add -X coerce_c_locale command line...
next