]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2020-01-25  Miss Islington... bpo-38473: Handle autospecced functions and methods...
2020-01-25  Miss Islington... bpo-39388: IDLE: Fix bug when cancelling out of configd...
2020-01-24  Miss Islington... bpo-39430: Fix race condition in lazy imports in tarfil...
2020-01-23  Alex Rebert[3.7] bpo-35182: fix communicate() crash after child...
2020-01-23  Miss Islington... bpo-39431: Also mention nonlocal in assignment quirk...
2020-01-23  Miss Islington... bpo-39421: Fix posible crash in heapq with custom compa...
2020-01-23  Miss Islington... bpo-32989: IDLE - remove unneeded parameter (GH-18138)
2020-01-23  Miss Islington... bpo-39050: The Help button in IDLE's config menu works...
2020-01-22  Miss Islington... bpo-39425: Fix list.count performance regression (GH...
2020-01-22  Miss Islington... bpo-39413: os.unsetenv() is not available on Windows...
2020-01-21  Miss Islington... PyLong_AsLongLong() docs should say 'long long' (GH...
2020-01-21  Miss Islington... bpo-32989: IDLE - fix bad editor call of pyparse method...
2020-01-21  Miss Islington... improve the documentation of the LOAD_METHOD and CALL_M...
2020-01-20  Miss Islington... bpo-39383: Mention Darwin as a potential value for...
2020-01-20  Miss Islington... bpo-39386: Prevent double awaiting of async iterator...
2020-01-20  Miss Islington... Fix asyncio.get_event_loop() documentation (GH-18051)
2020-01-19  Miss Islington... bpo-38400 Don't check for NULL linked list pointers...
2020-01-19  Miss Islington... bpo-35561: Supress valgrind false alarm on epoll_ctl...
2020-01-19  Miss Islington... Fix typo from base to based (GH-18055)
2020-01-17  Miss Islington... Fix Lock.locked() to remove extra bold highlighting...
2020-01-16  Miss Islington... bpo-39348: Fix code highlight for the SOCK_NONBLOCK...
2020-01-15  Miss Islington... [3.7] Fix typo in multiprocessing.pool.AsyncResult...
2020-01-14  Miss Islington... Fix documentation in code.py (GH-17988)
2020-01-13  Miss Islington... bpo-39310: Update sys.float_info documentation (GH...
2020-01-12  Vinay Sajip[3.7] bpo-16575: Disabled checks for union types being...
2020-01-12  Miss Islington... bpo-3530: Add advice on when to correctly use fix_missi...
2020-01-12  Miss Islington... bpo-38293: Allow shallow and deep copying of property...
2020-01-10  Miss Islington... [3.7] Add test cases for dataclasses. (GH-17909) (GH...
2020-01-08  Miss Islington... bpo-39242: Updated the Gmane domain into news.gmane...
2020-01-07  Miss Islington... bpo-38871: Fix lib2to3 for filter-based statements...
2020-01-07  Miss Islington... bpo-39198: Ensure logging global lock is released on...
2020-01-07  Miss Islington... bpo-38623: Doc: Add section for site module CLI. (GH...
2020-01-07  Miss Islington... Doc: Change Python 2 status to EOL. (GH-17885)
2020-01-06  Miss Islington... bpo-39041: Fix coverage upload command for GitHub Actio...
2020-01-06  Miss Islington... bpo-39041: Add GitHub Actions support (GH-17594)
2020-01-06  Miss Islington... Minor formatting improvements and fixes to idle.rst...
2020-01-05  Miss Islington... Fix the parameter list of object. _rpow_ (GH-GH-16477)
2020-01-05  Miss Islington... Replace links in howto/pyporting.rst with sphinx refere...
2020-01-05  Miss Islington... bpo-39152: add missing ttk.Scale.configure return value...
2020-01-05  Miss Islington... bpo-39056: Fix handling invalid warning category in...
2020-01-05  Miss Islington... bpo-39055: Reject a trailing \n in base64.b64decode...
2020-01-05  Miss Islington... bpo-39057: Fix urllib.request.proxy_bypass_environment...
2020-01-04  Andrew Svetlov[3.7] bpo-39191: Don't spawn a task before failing...
2020-01-03  Miss Islington... Update copyright year in macOS installer license copy...
2020-01-03  Benjamin Peterson[3.7] Bring Python into the next decade. (GH-17801...
2020-01-01  Miss Islington... bpo-39183: Fix formatting in library/ensurepip (GH...
2020-01-01  Miss Islington... bpo-39142: Avoid converting namedtuple instances to...
2019-12-31  Miss Islington... Fix idlelib README typo. (GH-17770)
2019-12-31  Dong-hee Na[3.7] bpo-38588: Fix possible crashes in dict and list...
2019-12-30  Miss Islington... bpo-34118: memoryview, range, and tuple are classes...
2019-12-30  Pablo Galindo[3.7] bpo-38610: Fix possible crashes in several list...
2019-12-29  Miss Islington... Fix typos and remove deprecated deprecation warning...
2019-12-29  Terry Jan Reedy[3.7] bpo-39136: Fixed typos (GH-17720)
2019-12-28  Éric AraujoReorder entries in Misc/ACKS (GH-17663) (GH-17672)
2019-12-28  Miss Islington... bpo-39144 Align ctags and etags behaviours in the makef...
2019-12-27  Miss Islington... closes bpo-30364: Replace deprecated no_address_safety_...
2019-12-25  Miss Islington... Minor C API documentation improvements. (GH-17698)
2019-12-23  Bar Harel[3.7] bpo-38878: Fix os.PathLike __subclasshook__ ...
2019-12-20  Miss Islington... bpo-38918: Add __module__ entry for function & method...
2019-12-19  Batuhan Taşkaya[3.7] bpo-38316: Fix co_stacksize documentation (GH...
2019-12-19  Ned DeilyPost release updates
2019-12-19  Ned DeilyMerge tag 'v3.7.6' into 3.7
2019-12-18  Miss Islington... bpo-38546: Fix concurrent.futures test_ressources_gced_...
2019-12-18  Ned Deily3.7.6 v3.7.6
2019-12-18  Miss Islington... bpo-38295: prevent test_relative_path of test_py_compil...
2019-12-18  Miss Islington... Fix warnings in test_asyncio.test_base_events (GH-17577...
2019-12-18  Kyle Stanley[3.7] Add whatsnew for removal of asyncio.loop.create_d...
2019-12-18  Inada Naokibpo-39035: travis: Don't use beta group (GH-17604)
2019-12-18  Inada NaokiAdd PYTHONUTF8 to commandline usage. (GH-17587) (GH...
2019-12-17  Miss Islington... bpo-38295: prevent test_relative_path of test_py_compil...
2019-12-17  Miss Islington... Fix warnings in test_asyncio.test_base_events (GH-17577...
2019-12-17  Kyle Stanley[3.7] Add whatsnew for removal of asyncio.loop.create_d...
2019-12-14  Inada Naokibpo-39035: travis: Don't use beta group (GH-17604)
2019-12-14  Pablo Galindo[3.7] Fix elif start column offset when there is an...
2019-12-14  Inada NaokiAdd PYTHONUTF8 to commandline usage. (GH-17587) (GH...
2019-12-13  Miss Islington... bpo-36406: Handle namespace packages in doctest (GH...
2019-12-13  Pablo Galindo[3.7] bpo-39031: Include elif keyword when producing...
2019-12-11  Ned DeilyPost release updates
2019-12-11  Ned Deily3.7.6rc1 v3.7.6rc1
2019-12-11  Ned Deilybpo-37228: Fix loop.create_datagram_endpoint()'s usage...
2019-12-10  Miss Islington... bpo-38943: Fix IDLE autocomplete window not always...
2019-12-09  Miss Islington... bpo-38944: Escape key now closes IDLE completion window...
2019-12-09  Miss Islington... bpo-34776: Fix dataclasses to support __future__ "annot...
2019-12-09  Miss Islington... bpo-39006: Fix asyncio when the ssl module is missing...
2019-12-09  Miss Islington... bpo-38916: Document array.array deprecation (GH-17523)
2019-12-09  Miss Islington... bpo-38673: dont switch to ps2 if the line starts with...
2019-12-09  Miss Islington... bpo-38547: Fix test_pty if the process is the session...
2019-12-09  Miss Islington... bpo-38669: patch.object now raises a helpful error...
2019-12-08  Miss Islington... bpo-38979: fix ContextVar "__class_getitem__" method...
2019-12-07  Miss Islington... [3.7] bpo-38820: OpenSSL 3.0.0 compatibility. (GH-17190...
2019-12-07  Miss Islington... bpo-37404: Raising value error if an SSLSocket is passe...
2019-12-07  Andrew Svetlov[3.7] Make repr of C accelerated TaskWakeupMethWrapper...
2019-12-06  Miss Islington... bpo-36820: Break unnecessary cycle in socket.py, codeop...
2019-12-04  Miss Islington... bpo-38965: Fix faulthandler._stack_overflow() on GCC...
2019-12-04  Inada Naokibpo-33684: json.tool: Use utf-8 for infile and outfile...
2019-12-03  Miss Islington... bpo-27873: Update docstring for multiprocessing.Pool...
2019-12-02  Miss Islington... bpo-38945: UU Encoding: Don't let newline in filename...
2019-12-02  Miss Islington... bpo-38815: Accept TLSv3 default in min max test (GH...
2019-12-01  Miss Islington... bpo-38449: Add URL delimiters test cases (GH-16729)
2019-12-01  Miss Islington... document threading.Lock.locked() (GH-17427)
next