]> granicus.if.org Git - python/shortlog
python
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)
2018-09-14 Benjamin PetersonSimplify PyInit_timezone. (GH-9323)
2018-09-14 Eitan Adlerbpo-33486: regen autotools files using autoupdate+autor...
2018-09-14 Pablo Galindobpo-34685: Skip posix_spawn scheduler tests on BSD...
2018-09-14 Yury Selivanovbpo-33649: Add high-level APIs cheat-sheet (GH-9319)
2018-09-14 Yury Selivanovbpo-33649: Refresh asyncio docs landing page (GH-9322)
2018-09-14 GrantGrammar fix (GH-9318)
2018-09-14 Eric Snowbpo-34651: Only allow the main interpreter to fork...
2018-09-14 Yury Selivanovbpo-33649: Refresh Tasks and Futures pages (#9314)
2018-09-14 Tony Flurycloses bpo-28955: Clarified comparisons between NaN...
2018-09-14 Benjamin Petersonbpo-34672: Don't pass NULL to gmtime_r. (GH-9312)
2018-09-14 Andrés DelfinoFix "Python" casing in a few places (GH-9001)
2018-09-14 Carol Willingbpo-33649 Polish asyncio docs on queues, protocols...
2018-09-14 Benjamin Petersonbpo-34672: Try to pass the C library's own timezone...
2018-09-14 Benjamin PetersonDon't run AC_STRUCT_TIMEZONE twice. (GH-9305)
2018-09-14 Eric V. Smithbpo-34363: dataclasses.asdict() and .astuple() now...
2018-09-14 Raymond HettingerFix compiler warning with a type cast (GH-9300)
2018-09-14 Raymond HettingerFix-up parenthesis, organization, and NULL check (GH...
2018-09-14 Raymond HettingerNote that distinct argument patterns can be cached...
2018-09-14 Lisa Roachbpo-33073: Adding as_integer_ratio to ints. (GH-8750)
2018-09-14 Change the xkcd link in comment over https. (GH-5452)
2018-09-14 Gregory P.... bpo-6721: Hold logging locks across fork() (GH-4071)
2018-09-14 Benjamin Petersonbpo-34674: Assume unistd.h exists on Unix. (GH-9290)
2018-09-14 Windson yangbpo-34552: Clarify built-in types comparisons (GH-9035)
2018-09-14 Raymond HettingerRemove wording that could be deemed to be perjorative...
2018-09-14 Carol Willingbpo-33649: Polish asyncio subprocess and sync docs...
2018-09-13 Andrew Svetlovbpo-34666: Implement stream.awrite() and stream.aclose...
2018-09-13 Michael FeltFix test_asyncio for AIX - do not call transport.get_ex...
2018-09-13 Carol Willingpolish exceptions and platforms (GH-9272)
2018-09-13 Benjamin Petersonbpo-31132: Remove prlimit permission test. (GH-9280)
2018-09-13 Benjamin Petersoncloses bpo-34664: Only check file permission bits of...
2018-09-13 Ned Deilybpo-34247: add porting note to 3.7 What's New (GH-9223)
2018-09-13 Benjamin Petersonbpo-34661: Fix test skipping call. (GH-9266)
2018-09-13 Benjamin Petersoncloses bpo-34661: Fix test_shutil if unzip doesn't...
2018-09-13 Eric V. Smithbpo-34653: Removed unused function PyParser_SimpleParse...
2018-09-13 Gregory P.... bpo-34658: Fix rare subprocess prexec_fn fork error...
2018-09-13 Carol WillingPolish doc as part of asyncio doc improvement (GH-9185)
2018-09-13 Gregory P.... bpo-34200: Fix non-determinism of test_pkg (GH-9248)
2018-09-13 Benjamin Petersonbpo-34652: Remove lchmod from the big func checking...
2018-09-13 Benjamin Petersoncloses bpo-34641: Further restrict the LHS of keyword...
2018-09-13 Carol Willingedit async policy doc - second pass (GH-9235)
2018-09-13 Carol Willingbpo-33649: Edit asyncio eventloop doc - second pass...
2018-09-12 Benjamin Petersoncloses bpo-34654: Tolerate + at the beginning of large...
2018-09-12 Benjamin Petersoncloses bpo-34652: Always disable lchmod on Linux. ...
2018-09-12 Tony Flurybpo-32933: Implement __iter__ method on mock_open(...
2018-09-12 Benjamin Petersoncloses bpo-34650: Check if sched_getscheduler returns...
2018-09-12 Alexey Izbyshevbpo-34649: Add missing NULL checks to _encoded_const...
2018-09-12 Andrew Svetlovbpo-34630: Skip logging SSL certificate errors by async...
2018-09-12 Benjamin Petersoncloses bpo-34004: Skip lock interruption tests on musl...
2018-09-12 Oren Milmanbpo-31577: Fix a crash in os.utime() in case of a bad...
2018-09-12 Benjamin Petersoncloses bpo-34646: Remove PyAPI_* macros from declaratio...
2018-09-12 Ethan Furmanbpo-34536: raise error for invalid _missing_ results...
2018-09-12 Andrew Svetlovbpo-34638: Store a weak reference to stream reader...
2018-09-12 Bumsik Kimbpo-33649: Fix doc to reflect changes in 47cd10d (or...
2018-09-12 Raymond Hettingerbpo-34637: Make the *start* argument for *sum()* visibl...
2018-09-12 orlnub123bpo-34282: Fix Enum._convert shadowing members named...
next