]> granicus.if.org Git - python/shortlog
python
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...
2018-09-19 Steve DowerIgnores failure to update lists (GH-9424)
2018-09-19 Serhiy Storchakabpo-25711: Remove outdated zipimport tests. (GH-9404)
2018-09-19 Ben Hoytbpo-34712: Fix style in examples in "Input and Output...
2018-09-19 jdemeyerbpo-34125: Enable profiling of method_descriptor in...
2018-09-19 Benjamin Petersonrun autoconf (GH-9411)
2018-09-19 Serhiy Storchakabpo-25711: Move _ZipImportResourceReader from importlib...
2018-09-19 Ross Burtoncloses bpo-34585: Don't do runtime test to get float...
2018-09-18 Yury Selivanovbpo-33649: Add a high-level section about Futures;...
2018-09-18 Nathaniel J... Clarify that AsyncExitStack works with coroutine functi...
2018-09-18 Serhiy Storchakabpo-25711: Rewrite zipimport in pure Python. (GH-6809)
2018-09-18 Silas Sewellbpo-34472: Add data descriptor signature to zipfile...
2018-09-18 Steve Dowerbpo-34582: Adds JUnit XML output for regression tests...
2018-09-18 Christian Heimesbpo-34623: Use XML_SetHashSalt in _elementtree (GH...
2018-09-18 Serhiy Storchaka bpo-33721: Make some os.path functions and pathlib...
2018-09-18 Serhiy Storchakabpo-32455: Add jump parameter to dis.stack_effect(...
2018-09-18 Yury Selivanovbpo-33649: Fix markup; add another note that asyncio...
2018-09-18 Serhiy Storchakabpo-34681: Rename class Pattern in sre_parse to State...
2018-09-18 Miguel Ángel... Fix syntax error on Asyncio example in doc (GH-9387)
2018-09-18 Danny HermesChange "set_after" reference to `say_after`. (GH-9384)
2018-09-18 Yury Selivanovbpo-33649: Note that asyncio.run() calls shutdown_async...
2018-09-18 Victor Stinnerbpo-34589: Add -X coerce_c_locale command line option...
2018-09-17 Victor Stinnerbpo-34589: C locale coercion off by default (GH-9073)
2018-09-17 Elvis Pranskevichusbpo-33649: A copy-editing pass on asyncio documentation...
2018-09-17 Yury Selivanovbpo-33649: Add a hello world example to asyncio.rst...
2018-09-17 Victor Stinnerbpo-34589: Make _PyCoreConfig.coerce_c_locale private...
2018-09-17 Yury Selivanovbpo-34717: Stop numbering stdlib titles/sections in...
2018-09-17 Steve Dowerbpo-34267: Update find_python.bat to use 3.7 if availab...
2018-09-17 Victor Stinnerbpo-34587, test_socket: remove RDSTest.testCongestion...
2018-09-17 Victor Stinnerbpo-34715: Revert "Simplify PyInit_timezone. (GH-9323...
2018-09-17 Yury Selivanovbpo-33649: Add low-level APIs index. (GH-9364)
2018-09-17 Steve Dowerbpo-32533: Fixed thread-safety of error handling in...
2018-09-17 Serhiy StorchakaConvert os.readlink() to Argument Clinic. (GH-8778)
2018-09-17 Serhiy Storchakabpo-34341: Fix appending to ZIP archives with the ZIP64...
2018-09-17 Serhiy Storchakabpo-12458: Fix line numbers for multiline expressions...
2018-09-17 Serhiy Storchakabpo-33216: Improve the documentation for CALL_FUNCTION_...
2018-09-17 Alexandru Ardeleanbpo-34710: fix SSL module build (GH-9347)
2018-09-17 Serhiy Storchakabpo-34610: Fixed iterator of multiprocessing.managers...
2018-09-17 Benjamin Petersoncloses bpo-34673: Tweaks to make ceval more editable...
2018-09-16 Bumsik Kimbpo-33649: Clarify protocol_factory as a method paramet...
2018-09-16 Vladimir Matveevbpo-34603, ctypes/libffi_msvc: Fix returning structs...
2018-09-15 Monson Shaocloses bpo-34515: Support non-ASCII identifiers in...
2018-09-15 Michael Feltbpo-34579: Fix test_embed DEFAULT_CON AIX (GH-9063)
2018-09-15 Ezio MelottiAdd myself for HTML-related modules (#9325)
2018-09-14 Yury Selivanovbpo-33649: Fix asyncio-dev (GH-9324)
next