]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2020-02-11  Łukasz LangaPost 3.8.2rc1
2020-02-11  Łukasz LangaMerge tag 'v3.8.2rc1' into 3.8
2020-02-11  Miss Islington... bpo-38374: Remove weakref.ReferenceError from docs...
2020-02-11  Miss Islington... bpo-39600: Adjust code, add idlelib/NEWS item (GH-18449)
2020-02-10  Miss Islington... bpo-39594: Fix typo in os.times documentation (GH-18443)
2020-02-10  Miss Islington... bpo-13826: Clarify Popen constructor example (GH-18438)
2020-02-10  Miss Islington... Improve grammar in the import system reference document...
2020-02-10  Miss Islington... bpo-39600, IDLE: Remove duplicated font names (GH-18430)
2020-02-10  Miss Islington... Issue3950: Fix docs for default locale used by gettext...
2020-02-10  Łukasz LangaPython 3.8.2rc1 v3.8.2rc1
2020-02-10  Miss Islington... Grammar fix in tutorial (GH-18425) (GH-18426)
2020-02-10  Miss Islington... bpo-39128: Added happy_eyeballs_delay, interleave to...
2020-02-09  Miss Islington... bpo-39590: make deque.__contains__ and deque.count...
2020-02-08  Miss Islington... Doc: sys.__unraisablehook__ and bytearray.hex separator...
2020-02-08  Lysandros Nikolaou[3.8] bpo-39579: Fix Attribute end_col_offset to point...
2020-02-06  Miss Islington... bpo-39534: Doc: Clarify return in finally (GH-18324)
2020-02-06  Miss Islington... Fix MinGW library generation command (GH-17917)
2020-02-06  Miss Islington... bpo-39274: Ensure Fraction.__bool__() returns a bool...
2020-02-06  Miss Islington... bpo-38149: Call sys.audit() only once per call for...
2020-02-05  Miss Islington... bpo-39505: delete the redundant '/' in $env:VIRTUAL_ENV...
2020-02-05  Miss Islington... bpo-39185 Add the d[etailed] and q[uiet] verbosity...
2020-02-05  Miss Islington... bpo-39184: Add audit events to command execution functi...
2020-02-04  Miss Islington... closes bpo-39510: Fix use-after-free in BufferedReader...
2020-02-04  Miss Islington... bpo-37224: Improve test__xxsubinterpreters.DestroyTests...
2020-02-04  Miss Islington... Fixes in sorting descriptions (GH-18317)
2020-02-03  Miss Islington... bpo-38558: Link to further docs from walrus operator...
2020-02-03  Miss Islington... fixes typos in http.client documentation (GH-18300)
2020-02-03  Miss Islington... bpo-39450 Stripped whitespace before parsing the docstr...
2020-02-02  Antoine Pitrou[3.8] bpo-39492: Fix a reference cycle between reducer_...
2020-01-31  Miss Islington... bpo-38792: Remove IDLE shell calltip before new prompt...
2020-01-30  Miss Islington... bpo-39502: Skip test_zipfile.test_add_file_after_2107...
2020-01-30  Steve Dower[3.8] bpo-39401: Avoid unsafe DLL load on Windows 7...
2020-01-30  Miss Islington... bpo-39493: Fix definition of IO.closed in typing.py...
2020-01-29  Miss Islington... bpo-39485: fix corner-case in method-detection of mock...
2020-01-29  Miss Islington... bpo-39460: Fix test_zipfile.test_add_file_after_2107...
2020-01-29  Miss Islington... Doc: Fix external links to functional programming tutor...
2020-01-29  Miss Islington... bpo-39153: Clarify C API *SetItem refcounting semantics...
2020-01-28  Miss Islington... bpo-39439: Fix multiprocessing spawn path in a venv...
2020-01-28  Miss Islington... bpo-39287: Doc: Add UTF-8 mode section in using/windows...
2020-01-28  Miss Islington... bpo-39393: Misleading error message on dependent DLL...
2020-01-28  Miss Islington... bpo-38883: Don't use POSIX `$HOME` in `pathlib.Path...
2020-01-28  Miss Islington... bpo-36018: Minor fixes to the NormalDist() examples...
2020-01-27  Miss Islington... bpo-39392: Turtle overlap fill depends on OS (GH-18223)
2020-01-27  mbarkhau[3.8] bpo-39390 shutil: fix argument types for ignore...
2020-01-27  Miss Islington... bpo-30780: Add IDLE configdialog tests (GH-3592)
2020-01-27  Miss Islington... Ignore NEWS snippets in code coverage stats (GH-18194)
2020-01-26  Matthew Kokotovich[3.8] bpo-39082: Allow AsyncMock to correctly patch...
2020-01-26  Miss Islington... bpo-36018: Add another example for NormalDist() (GH...
2020-01-25  Miss Islington... bpo-39234: Doc: `enum.auto()` incrementation value...
2020-01-25  Miss Islington... bpo-36654: Add examples for using tokenize module progr...
2020-01-25  Miss Islington... bpo-15243: Document __prepare__ as classmethod (GH...
2020-01-25  Miss Islington... Update 3.8.rst (GH-18173) (#18182)
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-24  Miss Islington... Improve test coverage for AsyncMock. (GH-17906)
2020-01-24  Miss Islington... bpo-39426: Fix outdated default and highest protocols...
2020-01-23  Alex Rebert[3.8] 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  Victor Stinnerbpo-39413: os.unsetenv() is not available on Windows...
2020-01-22  Miss Islington... closes bpo-39415: Remove unused codes from longobject...
2020-01-21  Miss Islington... PyLong_AsLongLong() docs should say 'long long' (GH...
2020-01-21  Victor StinnerMove test_math tests (GH-18098) (GH-18102)
2020-01-21  Miss Islington... bpo-39389: gzip: fix compression level metadata (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.8] Fix typo in multiprocessing.pool.AsyncResult...
2020-01-15  Miss Islington... Fix compiler warning on Windows (GH-18012)
2020-01-14  Miss Islington... Fix documentation in code.py (GH-17988)
2020-01-14  Karthikeyan... [3.8] bpo-39033: Fix NameError in zipimport during...
2020-01-13  Victor Stinnerbpo-39310: Update sys.float_info documentation (GH...
2020-01-13  Miss Islington... bpo-39307: Fix memory leak on error path in parsetok...
2020-01-12  toonarmycaptain[3.8] Fix typos in Misc/NEWS.d (GH-17930)
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-12  Miss Islington... bpo-16575: Disabled checks for union types being passed...
2020-01-12  Miss Islington... bpo-38356: Fix ThreadedChildWatcher thread leak in...
2020-01-12  Miss Islington... bpo-39233: Update positional-only section in the glossa...
2020-01-11  Miss Islington... bpo-39297: Update for importlib_metadata 1.4. (GH...
2020-01-11  Miss Islington... Fix host in address of socket.create_server example...
2020-01-10  Miss Islington... [3.8] Add test cases for dataclasses. (GH-17909) (GH...
2020-01-09  Miss Islington... bpo-39235: Fix end location for genexp in call args...
2020-01-09  Miss Islington... Fix typo in test's docstring (GH-17856) (GH-17923)
2020-01-09  Miss Islington... bpo-25172: Reduce scope of crypt import tests (GH-17881)
2020-01-09  Miss Islington... bpo-39161: Document multi-phase init modules under...
2020-01-09  Miss Islington... closes bpo-39262: Use specific out-of-memory message...
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...
next