Insights: python/cpython
Overview
Could not load contribution data
Please try again later
167 Pull requests merged by 41 people
-
[3.10] gh-91271: Document which parts of structs are in limited API/stable ABI (GH-32196)
#95711 merged
Aug 5, 2022 -
[3.11] Update the magic number in test_util.py (GH-95714)
#95716 merged
Aug 5, 2022 -
Update the magic number in test_util.py
#95714 merged
Aug 5, 2022 -
[3.11] Remove draft notice from 3.11 What's new (GH-95713)
#95715 merged
Aug 5, 2022 -
Remove draft notice from 3.11 What's new
#95713 merged
Aug 5, 2022 -
gh-93744: Remove configure --with-cxx-main option
#95651 merged
Aug 5, 2022 -
[3.11] gh-95573: Reduce test data size in test_asyncio/test_ssl.py (GH-95668)
#95705 merged
Aug 5, 2022 -
gh-95573: Reduce test data size in test_asyncio/test_ssl.py
#95668 merged
Aug 5, 2022 -
[3.10] bpo-42037: Corrected request dependencies in CookieJar functions (GH-23112)
#95515 merged
Aug 5, 2022 -
[3.11] gh-92412: Clarifying the documentation on library/syslog (GH-92587)
#95492 merged
Aug 5, 2022 -
[3.11] gh-95573: Fix a mistake in asyncio ssl tests suppressing all logs (GH-95687)
#95699 merged
Aug 5, 2022 -
[3.11] GH-95685: Fix rendering of the string documentation (GH-95686)
#95700 merged
Aug 5, 2022 -
[3.10] GH-95685: Fix rendering of the string documentation (GH-95686)
#95701 merged
Aug 5, 2022 -
[3.11] GH-90997: Document CACHEs (GH-95694)
#95696 merged
Aug 5, 2022 -
[3.11] gh-65802: IDLE - explain SaveAs and extensions (GH-95690)
#95692 merged
Aug 5, 2022 -
[3.11] Docs: sqlite3 docs fixup (GH-95681)
#95683 merged
Aug 5, 2022 -
GH-95685: Fix rendering of the string documentation
#95686 merged
Aug 5, 2022 -
gh-95573: Fix a mistake in asyncio ssl test suppressing all logs
#95687 merged
Aug 5, 2022 -
[3.10] gh-65802: IDLE - explain SaveAs and extensions (GH-95690)
#95693 merged
Aug 5, 2022 -
GH-90997: Document `CACHE`s
#95694 merged
Aug 5, 2022 -
[3.10] Docs: sqlite3 docs fixup (GH-95681)
#95684 merged
Aug 5, 2022 -
gh-65802: IDLE - explain SaveAs and extensions
#95690 merged
Aug 5, 2022 -
gh-94673: Add Per-Interpreter tp_subclasses for Static Builtin Types
#95301 merged
Aug 5, 2022 -
gh-94619: Remove long deprecated methods module_repr() and load_module()
#94624 merged
Aug 5, 2022 -
Docs: sqlite3 docs fixup
#95681 merged
Aug 4, 2022 -
[3.11] gh-92678: Correct return values for errors in PyInit__testcapi
#95664 merged
Aug 4, 2022 -
[3.11] gh-95271: Extract placeholders howto from sqlite3 tutorial (GH-95522)
#95677 merged
Aug 4, 2022 -
[3.10] gh-95271: Extract placeholders howto from sqlite3 tutorial (GH-95522)
#95678 merged
Aug 4, 2022 -
gh-95271: Extract placeholders howto from sqlite3 tutorial
#95522 merged
Aug 4, 2022 -
[3.11] Remove 3.11 beta release notice from macOS installer displays
#95669 merged
Aug 4, 2022 -
Remove unnecessary text from documentation. (GH-95670)
#95670 merged
Aug 4, 2022 -
gh-95273: Improve documented return values and exceptions raised for sqlite3 class methods
#95530 merged
Aug 4, 2022 -
[3.11] gh-95656: Enable the sqlite3 load extension API in Windows build (GH-95662)
#95671 merged
Aug 4, 2022 -
gh-95656: Enable the sqlite3 load extension API in Windows build
#95662 merged
Aug 4, 2022 -
[3.11] Docs: fix two typos in the sqlite3 docs (GH-95661)
#95666 merged
Aug 4, 2022 -
[3.10] Docs: fix two typos in the sqlite3 docs (GH-95661)
#95667 merged
Aug 4, 2022 -
Docs: fix typos in the sqlite3 docs
#95661 merged
Aug 4, 2022 -
gh-94673: Recover Weaklist Lookup Performance
#95544 merged
Aug 4, 2022 -
gh-90110: Update the C Analyzer Tool Whitelists
#95628 merged
Aug 4, 2022 -
[3.11] gh-95587: Fixes some upgrade detection issues in the Windows installer (GH-95631)
#95660 merged
Aug 4, 2022 -
[3.9] gh-91423: Remove bugs.python.org from bugs.rst (GH-91425)
#95614 merged
Aug 4, 2022 -
Fix links to old SF bugs
#95648 merged
Aug 4, 2022 -
gh-95587: Fixes some upgrade detection issues in the Windows installer
#95631 merged
Aug 4, 2022 -
gh-93274: Make vectorcall safe on mutable classes
#95437 merged
Aug 4, 2022 -
[3.11] GH-95289: Always call uncancel() when parent cancellation is requested (GH-95602)
#95654 merged
Aug 4, 2022 -
[3.11] gh-94936: C getters: co_varnames, co_cellvars, co_freevars (GH-95008)
#95653 merged
Aug 4, 2022 -
gh-95388: Deprecate creating immutable types with mutable bases
#95533 merged
Aug 4, 2022 -
GH-95289: Always call uncancel() when parent cancellation is requested
#95602 merged
Aug 4, 2022 -
gh-94936: C getters: co_varnames, co_cellvars, co_freevars
#95008 merged
Aug 4, 2022 -
gh-91323: Revert "Allow overriding a future compliance check in asyncio.Task (GH-32197)"
#95442 merged
Aug 4, 2022 -
[3.11] gh-91838: Resolve HTTP links which redirect to HTTPS (GH-95642)
#95645 merged
Aug 4, 2022 -
[3.10] gh-91838: Resolve HTTP links which redirect to HTTPS (GH-95642)
#95646 merged
Aug 4, 2022 -
[3.11] GH-92678: Revert " Expose managed dict clear and visit functions (GH-95246)."
#95647 merged
Aug 4, 2022 -
[3.11] GH-92678: Fix tp_dictoffset inheritance. Backport of GH-95596
#95604 merged
Aug 4, 2022 -
gh-91838: Resolve HTTP links which redirect to HTTPS
#95642 merged
Aug 4, 2022 -
[3.10] gh-91838: Use HTTPS links in docs for resources which redirect…
#95644 merged
Aug 4, 2022 -
[3.11] gh-91838: Use HTTPS links in docs for resources which redirect…
#95643 merged
Aug 4, 2022 -
[3.10] gh-95638: Update idlelib README file and menu lists (GH-95639)
#95641 merged
Aug 4, 2022 -
[3.11] gh-95638: Update idlelib README file and menu lists (GH-95639)
#95640 merged
Aug 4, 2022 -
gh-95638: Update idlelib README file and menu lists
#95639 merged
Aug 4, 2022 -
gh-91838: Use HTTPS links in docs for resources which redirect to HTTPS
#95527 merged
Aug 4, 2022 -
[3.10] gh-95191: IDLE Prompts entry for What's New 3.10 (GH-95633)
#95637 merged
Aug 4, 2022 -
[3.11] gh-95191: IDLE Prompts entry for What's New 3.10 (GH-95633)
#95636 merged
Aug 4, 2022 -
gh-95191: IDLE Prompts entry for What's New 3.10
#95633 merged
Aug 4, 2022 -
[3.11] gh-95191: IDLE Prompts entry for Whatnew 3.11 (GH-95632)
#95634 merged
Aug 4, 2022 -
gh-95191: IDLE Prompts entry for What's New 3.11
#95632 merged
Aug 4, 2022 -
[3.11] gh-94675: Add a regression test for rjsmin re slowdown (GH-94685)
#95630 merged
Aug 3, 2022 -
[3.11] [Enum] add whatsnew entries (GH-95455)
#95620 merged
Aug 3, 2022 -
gh-94675: Add a regression test for rjsmin re slowdown
#94685 merged
Aug 3, 2022 -
[3.10] gh-91423: Remove bugs.python.org from bugs.rst (GH-91425)
#95615 merged
Aug 3, 2022 -
[3.11] gh-90817: Use .. deprecated-removed:: when removal version known (GH-94960)
#95627 merged
Aug 3, 2022 -
[3.10] gh-95423: Update winreg.DeleteKeyEx documentation and remove dynamic function load (GH-95521)
#95622 merged
Aug 3, 2022 -
[3.10] gh-95597: Fix typo in Lib directory files (GH-95599)
#95624 merged
Aug 3, 2022 -
gh-90817: Fix docs: use 'deprecated-removed' when removal version known
#94960 merged
Aug 3, 2022 -
[3.11] gh-95597: Fix typo in Lib directory files (GH-95599)
#95623 merged
Aug 3, 2022 -
[3.11] gh-95423: Update winreg.DeleteKeyEx documentation and remove dynamic function load (GH-95521)
#95619 merged
Aug 3, 2022 -
gh-94399: Restore PATH search behaviour of py.exe launcher
#95582 merged
Aug 3, 2022 -
gh-95597: Fix typo in Lib directory files
#95599 merged
Aug 3, 2022 -
[Enum] add whatsnew entries
#95455 merged
Aug 3, 2022 -
[3.10] gh-95273: Align sqlite3 const doc refs with the devguide recommendations (GH-95525)
#95618 merged
Aug 3, 2022 -
gh-95423: Updated winreg.DeleteKeyEx documentation for 32-bit OS.
#95521 merged
Aug 3, 2022 -
[3.11] gh-91207: Fix CSS bug in Windows CHM help file and add deprecation message (GH-95607)
#95617 merged
Aug 3, 2022 -
[3.11] gh-95273: Align sqlite3 const doc refs with the devguide recommendations (GH-95525)
#95616 merged
Aug 3, 2022 -
gh-95273: Align sqlite3 const refs with the devguide
#95525 merged
Aug 3, 2022 -
[3.10] gh-95609: update bundled pip to 22.2.2 (gh-95610)
#95612 merged
Aug 3, 2022 -
[3.11] gh-95609: update bundled pip to 22.2.2 (gh-95610)
#95611 merged
Aug 3, 2022 -
gh-95609: update bundled pip to 22.2.2
#95610 merged
Aug 3, 2022 -
gh-91207: Fix CSS bug with docs for Windows CHM help & add depr msg
#95607 merged
Aug 3, 2022 -
GH-92678: Fix tp_dictoffset inheritance.
#95596 merged
Aug 3, 2022 -
Docs: fix incorrect formatting in sqlite3 CLI docs
#95581 merged
Aug 2, 2022 -
[3.11] gh-95451: Update docs for wasm32-emscripten and -wasi platforms (GH-95452)
#95580 merged
Aug 2, 2022 -
[3.10] Override stylesheet fingerprinting for Windows CHM HTML help (gh-91207)
#95556 merged
Aug 2, 2022 -
gh-95451: Update docs for wasm32-emscripten and -wasi platforms
#95452 merged
Aug 2, 2022 -
[3.10] gh-95233: Correct grp.getgrgid parameter name in documentation (gid -> id) (gh-95232)
#95576 merged
Aug 2, 2022 -
[3.11] gh-95233: Correct grp.getgrgid parameter name in documentation (gid -> id) (gh-95232)
#95577 merged
Aug 2, 2022 -
[3.10] gh-92219: Clarify that some options to the installer may break the install (GH-95548)
#95550 merged
Aug 2, 2022 -
[3.10] gh-95516: Add param types and clarify param descriptions of LogRecord (GH-95517)
#95565 merged
Aug 2, 2022 -
[3.10] gh-95191: IDLE: Include prompts when saving Shell GH-95554
#95558 merged
Aug 2, 2022 -
[3.10] gh-83270: Update IDLE's credits (GH-95528)
#95560 merged
Aug 2, 2022 -
[3.11] gh-95516: Add param types and clarify param descriptions of LogRecord (GH-95517) (GH-95566)
#95566 merged
Aug 2, 2022 -
gh-95516: Add param types and clarify param descriptions of LogRecord (GH-95517)
#95517 merged
Aug 2, 2022 -
[3.11] gh-95191: IDLE: Include prompts when saving Shell GH-95554
#95557 merged
Aug 2, 2022 -
[3.11] gh-83270: Update IDLE's credits (GH-95528)
#95559 merged
Aug 2, 2022 -
gh-83270: Update IDLE's credits
#95528 merged
Aug 2, 2022 -
gh-95191: IDLE: Include prompts when saving Shell
#95554 merged
Aug 2, 2022 -
[3.11] gh-92219: Clarify that some options to the installer may break the install (GH-95548)
#95549 merged
Aug 2, 2022 -
gh-92219: Clarify that some options to the installer may break the install
#95548 merged
Aug 1, 2022 -
gh-90110: Get the C Analyzer Tool Working Again
#95545 merged
Aug 1, 2022 -
[3.11] gh-91447: Fix findtext to only give an empty string on None (GH-91486)
#95543 merged
Aug 1, 2022 -
[3.11] GH-95150: Use position and exception tables for code hashing and equality (GH-95509)
#95541 merged
Aug 1, 2022 -
GH-95150: Use position and exception tables for code hashing and equality
#95509 merged
Aug 1, 2022 -
gh-91447: Fix findtext to only give an empty string on None
#91486 merged
Aug 1, 2022 -
gh-95417: Quick fix of `ULONG_PTR differs in levels of indirection from void *`
#95538 merged
Aug 1, 2022 -
[3.11] gh-95173: Add a regression test for sorting tuples containing None (GH-95464)
#95537 merged
Aug 1, 2022 -
[3.11] gh-95445: Ensure Windows msi uninstalls document folder successfully (GH-95465)
#95536 merged
Aug 1, 2022 -
gh-95173: Add a regression test for sorting tuples containing None
#95464 merged
Aug 1, 2022 -
gh-95445: Ensure Windows msi uninstalls document folder successfully
#95465 merged
Aug 1, 2022 -
Fix typo of "thrid" instead of "third" in dis docs
#95510 merged
Aug 1, 2022 -
[3.11] gh-95174: Add pthread stubs for WASI (GH-95234)
#95503 merged
Aug 1, 2022 -
GH-95245: Store object values and dict pointers in single tagged pointer.
#95278 merged
Aug 1, 2022 -
gh-91146: More reduce allocation size of list from str.split/rsplit
#95493 merged
Aug 1, 2022 -
gh-95007: Remove the NoneType return converter from Argument Clinic Doc
#95529 merged
Aug 1, 2022 -
gh-93649: Split heaptype tests from _testcapimodule.c
#95386 merged
Aug 1, 2022 -
[3.11] gh-95415: Make availability directive consistent (GH-95416) (GH-95438)
#95438 merged
Aug 1, 2022 -
gh-77617: Add interactive shell for sqlite3
#95026 merged
Aug 1, 2022 -
[3.11] gh-95273: Clarify when sqlite_* attributes are added to sqlite3 exceptions (GH-95523)
#95524 merged
Aug 1, 2022 -
gh-95273: Clarify when the sqlite_* attributes are added to sqlite3 exceptions
#95523 merged
Aug 1, 2022 -
[3.11] gh-95511: IDLE - fix Shell context menu copy-with-prompts bug (GH-95512)
#95519 merged
Aug 1, 2022 -
[3.10] gh-95511: IDLE - fix Shell context menu copy-with-prompts bug (GH-95512)
#95520 merged
Aug 1, 2022 -
gh-95511: IDLE - fix Shell context menu copy-with-prompts bug
#95512 merged
Aug 1, 2022 -
[3.11] bpo-42037: Corrected request dependencies in CookieJar functions (GH-23112)
#95514 merged
Aug 1, 2022 -
bpo-42037: Corrected request dependencies in CookieJar functions
#23112 merged
Aug 1, 2022 -
[3.11] IDLE: Fix docs URL in the About window (GH-28417)
#95508 merged
Jul 31, 2022 -
[3.10] IDLE: Fix docs URL in the About window (GH-28417)
#95507 merged
Jul 31, 2022 -
IDLE: Fix docs URL in the About window
#28417 merged
Jul 31, 2022 -
[3.11] gh-95174: WASI: skip missing sockets functions (GH-95179) (GH-95308)
#95308 merged
Jul 31, 2022 -
[3.11] gh-95174: Handle missing dup() and constants in WASI (GH-95229) (GH-95272)
#95272 merged
Jul 31, 2022 -
bpo-45445: Revert "bpo-45445: Fail if an invalid X-option is provided in the command line (GH-28823)"
#94745 merged
Jul 31, 2022 -
[3.10] bpo-46053: Fix OSS audio support on NetBSD (GH-30065).
#95477 merged
Jul 31, 2022 -
[3.11] gh-94635: Add Reference, How-to, and Concepts headings to sqlite3 docs (GH-94636)
#95482 merged
Jul 31, 2022 -
[3.10] gh-94635: Add Reference, How-to, and Concepts headings to sqlite3 docs (GH-94636)
#95483 merged
Jul 31, 2022 -
gh-91146: Reduce allocation size of list from str.split()/rsplit()
#95473 merged
Jul 31, 2022 -
[3.11] gh-95471: IDLE - Tweak Edit menu (GH-95481)
#95487 merged
Jul 31, 2022 -
[3.10] gh-95471: IDLE - Tweak Edit menu (GH-95481)
#95488 merged
Jul 31, 2022 -
gh-95471: IDLE - Tweak Edit menu
#95481 merged
Jul 31, 2022 -
gh-94635: Add Reference, How-to, and Concepts headings to sqlite3 docs
#94636 merged
Jul 30, 2022 -
GHA: Don't hide doctest output
#95436 merged
Jul 30, 2022 -
[3.11] gh-90654: IDLE - Insert blank line in NEWS.txt (GH-95478)
#95480 merged
Jul 30, 2022 -
[3.10] gh-90654: IDLE - Insert blank line in NEWS.txt
#95479 merged
Jul 30, 2022 -
gh-90654: IDLE - Insert blank line in NEWS.txt
#95478 merged
Jul 30, 2022 -
gh-95454: Replace truthy/falsy with true/false
#95456 merged
Jul 30, 2022 -
[3.11] gh-94938: Fix test (GH-95396)
#95459 merged
Jul 30, 2022 -
[3.10] gh-94938: Fix test (GH-95396)
#95460 merged
Jul 30, 2022 -
gh-94938: Fix test
#95396 merged
Jul 30, 2022 -
[3.11] gh-95411: IDLE - Enable using the module browser with .pyw files (GH-95397)
#95457 merged
Jul 30, 2022 -
[3.10] gh-95411: IDLE - Enable using the module browser with .pyw files (GH-95397)
#95458 merged
Jul 30, 2022 -
gh-95411: IDLE - Enable using the module browser with .pyw files
#95397 merged
Jul 30, 2022 -
[3.11] gh-95273: Relocate sqlite3 enable load extension note (GH-95430)
#95448 merged
Jul 29, 2022 -
[3.10] gh-95273: Relocate sqlite3 enable load extension note (GH-95430)
#95447 merged
Jul 29, 2022 -
gh-95273: Relocate sqlite3 enable load extension note
#95430 merged
Jul 29, 2022 -
gh-94302: Clarify use of the 'open' operation in os.startfile
#95441 merged
Jul 29, 2022
39 Pull requests opened by 26 people
-
gh-95417: Add `PyLong_FromUintptr_t` and `PyLong_AsUintptr_t`
#95446 opened
Jul 29, 2022 -
gh-95348: Split clear_weakref into two functions
#95449 opened
Jul 29, 2022 -
gh-94909: fix joining of absolute and relative Windows paths in pathlib
#95450 opened
Jul 29, 2022 -
gh-95149: Enhance `http.HTTPStatus` with properties that indicate the HTTP status category
#95453 opened
Jul 29, 2022 -
gh-90385: Add pathlib.Path.walk what's new section
#95467 opened
Jul 30, 2022 -
GH-94031: avoid race condition in BaseEventLoop.run_forever
#95470 opened
Jul 30, 2022 -
gh-95474: avoid the _global_lock in asyncio.mixins
#95475 opened
Jul 30, 2022 -
gh-95472: [xml.etree.ElementTree] Add fine-grained formatting classes
#95476 opened
Jul 30, 2022 -
gh-95484: Improve `tempfile` docs for conditions when files are removed
#95485 opened
Jul 30, 2022 -
gh-88569: add `os.path.isreserved()`
#95486 opened
Jul 31, 2022 -
gh-95377: Editted docs for argparse.add._subparser
#95490 opened
Jul 31, 2022 -
gh-95494: Fix transport EOF handling in OpenSSL 3.0
#95495 opened
Jul 31, 2022 -
gh-56133: Clarify function/constructor parameter for pickle module
#95497 opened
Jul 31, 2022 -
Unify `os.path.lexists()` and `islink()` implementations.
#95501 opened
Jul 31, 2022 -
gh-95504: Fix sign placement in PyUnicode_FromFormat
#95505 opened
Jul 31, 2022 -
gh-95380: Removing the 1024 bytes limit in the fcntl_ioctl_impl functions.
#95526 opened
Aug 1, 2022 -
gh-89537: Add --with-sqlite3-rpath to configure
#95547 opened
Aug 1, 2022 -
add the sm3 method for obtaining the salt value
#95567 opened
Aug 2, 2022 -
gh-95569: make asyncio.Timeout and asyncio.TaskGroup loop-bound
#95570 opened
Aug 2, 2022 -
gh-87597: Decode subprocess output in text mode when timeout is hit
#95579 opened
Aug 2, 2022 -
gh-95572: use _PyErr_Display in the default unraisablehook
#95586 opened
Aug 3, 2022 -
added `maxsize` typecheck for `asyncio.Queue`
#95590 opened
Aug 3, 2022 -
Revert bpo-42854: Use SSL_write/read_ex() GH-27271, GH-25468
#95593 opened
Aug 3, 2022 -
[3.11] Revert bpo-42854: Use SSL_write/read_ex() GH-27271, GH-25468
#95594 opened
Aug 3, 2022 -
gh-95595: adding RESUME opcode to what's new section for Python 3.11
#95595 opened
Aug 3, 2022 -
GH-92678: Document that you shouldn't be doing your own dictionary offset calculations.
#95598 opened
Aug 3, 2022 -
gh-95573: Add debug callback for SSL BIO
#95613 opened
Aug 3, 2022 -
gh-95273: Reorganize sqlite3 doc module level funcs and vars
#95626 opened
Aug 3, 2022 -
gh-91838: Resolve more HTTP links which redirect to HTTPS
#95650 opened
Aug 4, 2022 -
gh-87092: In compiler's codegen stage: change jump_target_label to int and store it in i_oparg
#95655 opened
Aug 4, 2022 -
GH-95245: Move weakreflist into the pre-header.
#95657 opened
Aug 4, 2022 -
gh-95605: Fix `float(s)` error message when `s` contains only whitespace
#95665 opened
Aug 4, 2022 -
gh-95251: IDLE - Add What's New section to README
#95688 opened
Aug 4, 2022 -
gh-89362: Doc IDLE menu and search
#95697 opened
Aug 5, 2022 -
gh-95691: Doc BufferedWriter and BufferedReader
#95703 opened
Aug 5, 2022 -
gh-91248: Add PyFrame_GetVar() function
#95712 opened
Aug 5, 2022 -
gh-93274: Expose receiving vectorcall in the Limited API
#95717 opened
Aug 5, 2022
73 Issues closed by 33 people
-
Public C API for accessing code object fields
#94936 closed
Aug 5, 2022 -
Configure option --with-cxx-main=/usr/bin/clang++ not working
#93744 closed
Aug 5, 2022 -
argparse: replace `%(default)` with repr in help text
#91770 closed
Aug 5, 2022 -
test_asyncio: test_create_server_ssl_over_ssl() failed on ARM64 macOS 3.x
#95573 closed
Aug 5, 2022 -
Large yellow boxes on many Python 3.10 documentation pages
#95702 closed
Aug 5, 2022 -
Remove yellow box from string documentation
#95685 closed
Aug 5, 2022 -
Missing documentation for iterables in set methods
#95679 closed
Aug 5, 2022 -
ctypes: AttributeError: function 'DestroyIcon ' not found with WINFUNCTYPE prototype
#95698 closed
Aug 5, 2022 -
`hash(-1) == -2 and hash(-2) == -2`
#95695 closed
Aug 5, 2022 -
[subinterpreters] Static types incorrectly share some objects between interpreters
#94673 closed
Aug 5, 2022 -
Remove previously deprecated importlib functions
#94619 closed
Aug 5, 2022 -
Enable sqlite extensions in the Windows build
#95656 closed
Aug 4, 2022 -
MRO: Behavior change from 3.10 to 3.11: multiple inheritance issue with C-API (pybind11)
#92678 closed
Aug 4, 2022 -
Update bugs to point to Github instead of bugs.python.org issue tracker
#95608 closed
Aug 4, 2022 -
Python Launcher for Windows (`py.exe`) breaks on non-python shebang line
#94399 closed
Aug 4, 2022 -
Installer Suggests Wrong Folder When Upgrading on Windows on ARM
#95587 closed
Aug 4, 2022 -
Library page for os now seems to have almost the whole module being a "Note"
#95659 closed
Aug 4, 2022 -
IDLE Readme: Update file and menu lists
#95638 closed
Aug 4, 2022 -
asyncio.TaskGroup corrupts uncancel() stack when the parent task replaces the cancelled error
#95289 closed
Aug 4, 2022 -
Deprecate creating immutable types with mutable bases
#95388 closed
Aug 4, 2022 -
Typo in Lib directory files
#95597 closed
Aug 3, 2022 -
Entire `threading` docs contained within a `note::` in 3.10
#95585 closed
Aug 3, 2022 -
Admonition "spill" over the whole document in some cases in 3.10 docs only
#95629 closed
Aug 3, 2022 -
winreg.DeleteKeyEx() documentation
#95423 closed
Aug 3, 2022 -
Implement atomic operations on non-x86 platforms
#66237 closed
Aug 3, 2022 -
Update bundled pip to 22.2.2
#95609 closed
Aug 3, 2022 -
Formatting of datetime broken
#95606 closed
Aug 3, 2022 -
Backport Fixes for #71992 to Python3.6
#95583 closed
Aug 3, 2022 -
Simple CSS fix for left margin at docs.python.org
#55145 closed
Aug 2, 2022 -
subprocess.check_output fails when calling bash script with preceding newline
#95575 closed
Aug 2, 2022 -
Failed Sub processes do not seem to have capture stderr and stdout
#95561 closed
Aug 2, 2022 -
add support for euleros
#95562 closed
Aug 2, 2022 -
IDLE: usually include prompts when save or copy shell
#95191 closed
Aug 2, 2022 -
Update IDLE's credits
#83270 closed
Aug 2, 2022 -
Compiling blake2 on x86
#94594 closed
Aug 2, 2022 -
logging.LogRecord missing param type information
#95516 closed
Aug 2, 2022 -
The following commit authors need to sign the Contributor License Agreement:
#95564 closed
Aug 2, 2022 -
Many versions of 3.1.2 string Chinese document translation errors
#95553 closed
Aug 2, 2022 -
Docs for uuid don't mention that uuid1 can repeat in some circumstances
#77726 closed
Aug 2, 2022 -
libcrypto-1_1.dll and libssl-1_1.dll compile with non-ideal linker flags on Windows
#95551 closed
Aug 2, 2022 -
doctest unexpectedly imports local module named signal.py
#95540 closed
Aug 2, 2022 -
Python on Windows Store missing details on folder redirection
#95029 closed
Aug 1, 2022 -
Code objects with non-equal `co_linetable`s compare equal
#95150 closed
Aug 1, 2022 -
Speed up list comprehensions by preallocating the list where possible
#58334 closed
Aug 1, 2022 -
findtext returns empty string on integer zero value
#91447 closed
Aug 1, 2022 -
Improve efficiency of PRECALL/CALL instructions
#90690 closed
Aug 1, 2022 -
python-3.11.0b5-amd64.exe doesn't uninstall itself well
#95445 closed
Aug 1, 2022 -
Personalisation of Python
#95535 closed
Aug 1, 2022 -
Surprising list overallocation from .split()
#91146 closed
Aug 1, 2022 -
Make IDLE Start Menu entry more descriptive
#86074 closed
Aug 1, 2022 -
Migrate IDLE context menu items to shell extension
#71790 closed
Aug 1, 2022 -
Add an interactive shell for Sqlite3
#77617 closed
Aug 1, 2022 -
Missing link(s) to the "Python Module Index" page
#89643 closed
Aug 1, 2022 -
IDLE: fix Shell context menu copy-with-prompts bug
#95511 closed
Aug 1, 2022 -
Ctrl-D eats a character on IDLE
#74096 closed
Jul 31, 2022 -
IDLE - Tweak Edit menu
#95471 closed
Jul 31, 2022 -
idlelib/NEWS.txt for 3.10.0 and backports
#86007 closed
Jul 30, 2022 -
Some "truthy/falsy" crept in
#95454 closed
Jul 30, 2022 -
"What’s New In Python 3.X" does not include the release date for 3.0, 3.2, 3.8 and 3.10
#92240 closed
Jul 30, 2022 -
Clarification requested for library/syslog.rst
#92412 closed
Jul 30, 2022 -
Chinese README document
#95226 closed
Jul 30, 2022 -
Unable to run IDLE without write-access to home directory
#52478 closed
Jul 30, 2022 -
iscoroutinefunction doesn't work for partial bound methods
#95444 closed
Jul 30, 2022 -
Deadlock in _PyInterpreterState_DeleteExceptMain with HEAD_LOCK(runtime)
#84139 closed
Jul 30, 2022 -
Exposing a race in the "_warnings" resulting Python parser crash
#86929 closed
Jul 30, 2022 -
email.utils.parsedate_tz() crashes on certain inputs
#95087 closed
Jul 30, 2022 -
Use Tcl/Tk 8.6.10 in build-installer.py when building on recent macOS
#86527 closed
Jul 30, 2022 -
IDLE: Browse non-.py python files
#95411 closed
Jul 30, 2022 -
Adding an element during the last iteration of an OrderedDict doesn't throw an exception
#95422 closed
Jul 29, 2022 -
Annotations, Inheritance and Circular Reference
#88358 closed
Jul 29, 2022 -
Can't run modules after installing with CLI
#92219 closed
Jul 29, 2022 -
os.startfile documentation should recommend not specifying the operation
#94302 closed
Jul 29, 2022
49 Issues opened by 36 people
-
Ability to weakly reference an instance of a class lost due to mutliple inheritance
#95710 opened
Aug 5, 2022 -
"Embedding Python in Another Application" documentation examples use deprecated functions
#95709 opened
Aug 5, 2022 -
Support the use of the managed pre-header in builtin classes.
#95707 opened
Aug 5, 2022 -
zipapp fails cryptically on large ZIP64-formatted archives because zipimport.py doesn't support ZIP64.
#95706 opened
Aug 5, 2022 -
TaskGroup suppresses grouped exceptions due to parent task cancellation
#95704 opened
Aug 5, 2022 -
Support PEP384 stable ABI in pydebug builds
#95682 opened
Aug 4, 2022 -
test_tar test_add_dir_getmember fails if uid/gid is larger than 16777215
#95675 opened
Aug 4, 2022 -
pipe test failures on some Linux configurations
#95672 opened
Aug 4, 2022 -
tempfile.mkstemp: add mode=0o600 parameter
#95658 opened
Aug 4, 2022 -
New asyncio ssl implementation is lacking license and origin information
#95649 opened
Aug 4, 2022 -
make test fails; executable works; runtime error in background
#95635 opened
Aug 4, 2022 -
Add methods to reliably manage private names of a class.
#95621 opened
Aug 3, 2022 -
support for Awaitable objects in `asyncio.wait` removed in 3.11
#95601 opened
Aug 3, 2022 -
KqueueSelector and PollSelector behaves differently with namedpipes
#95600 opened
Aug 3, 2022 -
re-entrant call in asyncio.Runner
#95592 opened
Aug 3, 2022 -
Investigate tests that are not run but should
#95591 opened
Aug 3, 2022 -
Flawed assumptions about `tp_dictoffset` in inheritance.
#95589 opened
Aug 3, 2022 -
Rephrase ast.literal_eval() to remove any security warranty
#95588 opened
Aug 3, 2022 -
asyncio.Runner allows async generators to skip gracefull finalization
#95584 opened
Aug 3, 2022 -
obmalloc debug info can produce invalidly encoded output
#95574 opened
Aug 2, 2022 -
make asyncio.Timeout and asyncio.TaskGroup fail early when used incorrectly
#95569 opened
Aug 2, 2022 -
re: should support Chinese character regular expression \p{Han}
#95555 opened
Aug 2, 2022 -
Revising doc of "bisect" module
#95552 opened
Aug 2, 2022 -
configparser: reading an invalid file triggers ParsingError *and* mutations
#95546 opened
Aug 1, 2022 -
typing.get_origin behaves differently between standard collections and typing collections
#95539 opened
Aug 1, 2022 -
Faster decompression of gzip files
#95534 opened
Aug 1, 2022 -
Can't assign entry to `__annotations__` unless a class has existing annotation
#95532 opened
Aug 1, 2022 -
Slow first execution of platform.system on windows
#95531 opened
Aug 1, 2022 -
Expose all functionality of list_sort_impl in C API
#95506 opened
Jul 31, 2022 -
Wrong sign placement in PyUnicode_FromFormat
#95504 opened
Jul 31, 2022 -
The 'stdlib compileall' function writes stage directory into *.pyc files
#95502 opened
Jul 31, 2022 -
Add PUT functionality to http.server
#95499 opened
Jul 31, 2022 -
Document that the built-in open() when called with a file descriptor ignores "mode" argument
#95498 opened
Jul 31, 2022 -
ctypes: bitfield lost data with union on linux platform
#95496 opened
Jul 31, 2022 -
ssl module with OpenSSL 3.0 does not throw SSLEOFError on unclean shutdown
#95494 opened
Jul 31, 2022 -
IDLE Readme: document github project topics
#95491 opened
Jul 31, 2022 -
Improve `tempfile` documentation for conditions when files are removed
#95484 opened
Jul 30, 2022 -
avoid the global_lock in `asyncio.mixins._LoopBoundMixin`
#95474 opened
Jul 30, 2022 -
`xml.etree.ElementTree` — doesn't allow specifying fine-grained formatting controls
#95472 opened
Jul 30, 2022 -
argparse.ArgumentParser silently swallows multiple -- (double dash)
#95468 opened
Jul 30, 2022 -
zipfile regression in 3.11 beta: ignores utf8 flag and removes it from existing entries
#95463 opened
Jul 30, 2022 -
sqlite3: when passing incomplete aggregate class, raises wrong error in specific conditions
#95462 opened
Jul 30, 2022 -
[winreg] support options and opened disposition in CreateKeyEx and OpenKey[Ex]
#95461 opened
Jul 30, 2022 -
Document wasm32-emscripten and wasm32-wasi platforms
#95451 opened
Jul 29, 2022
256 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
gh-68320, gh-88302 - Allow for `pathlib.Path` subclassing
#31691 commented on
Aug 1, 2022 • 36 new comments -
gh-95389: socketmodule: expose popular `ETHERTYPE_*` constants
#95390 commented on
Aug 2, 2022 • 28 new comments -
GH-93503: Add thread-specific APIs to set profiling and tracing functions in the C-API
#93504 commented on
Aug 5, 2022 • 17 new comments -
gh-75117: add script for running coverage on IDLE modules' tests
#22694 commented on
Aug 4, 2022 • 16 new comments -
gh-95385 Fastpath for encoding dict to JSON
#95374 commented on
Aug 5, 2022 • 13 new comments -
Improve FastChildWatcher with WNOWAIT?
#70124 commented on
Aug 1, 2022 • 11 new comments -
gh-83638: Add sqlite3.Connection.autocommit for PEP 249 compliant behaviour
#93823 commented on
Aug 4, 2022 • 11 new comments -
gh-90908: Document asyncio.Task.cancelling() and asyncio.Task.uncancel()
#95253 commented on
Aug 4, 2022 • 9 new comments -
warnings.filters was modified by test_check_c_globals
#95349 commented on
Aug 3, 2022 • 8 new comments -
bpo-42969: Hang non-main threads that attempt to acquire the GIL during finalization
#28525 commented on
Aug 5, 2022 • 8 new comments -
Document 3.13, 3.14, 4.0 and future removals
#93986 commented on
Aug 4, 2022 • 8 new comments -
gh-95337: update TypeVarTuple example
#95338 commented on
Aug 3, 2022 • 8 new comments -
ssl.OP_LEGACY_SERVER_CONNECT missing
#89051 commented on
Aug 3, 2022 • 7 new comments -
Missing support for Source Specific Multicast
#89415 commented on
Jul 30, 2022 • 6 new comments -
IDLE: Modernize configdialog code.
#74913 commented on
Jul 30, 2022 • 6 new comments -
[Windows] scandir returns filenotfound for long paths but os.walk does not
#90242 commented on
Aug 3, 2022 • 6 new comments -
test_compiler_recursion_limit fails on wasm32-wasi
#95335 commented on
Aug 1, 2022 • 5 new comments -
Use zlib-ng rather than zlib in binary releases
#91349 commented on
Aug 1, 2022 • 5 new comments -
sqlite3: Add configure option to set or auto-detect rpath to sqlite3 libs
#89537 commented on
Aug 2, 2022 • 5 new comments -
gh-93243: Make smtpd private before porting its users
#93246 commented on
Aug 4, 2022 • 5 new comments -
Consider changing URLs to https in docs
#91838 commented on
Aug 1, 2022 • 4 new comments -
Expose some of ETH_P_* consts to ease raw socket creation
#95389 commented on
Aug 1, 2022 • 4 new comments -
gh-70280: allow using custom sys.displayhook's with doctest
#25651 commented on
Aug 5, 2022 • 4 new comments -
gh-86943: implement `pathlib.WindowsPath.is_mount()`
#31458 commented on
Jul 31, 2022 • 4 new comments -
test_ttk_guionly test failures on macOS with Tcl/Tk 8.6.10
#86673 commented on
Jul 30, 2022 • 3 new comments -
Search is not beginner friendly
#87780 commented on
Aug 3, 2022 • 3 new comments -
bpo-41790: update error in documentation
#22242 commented on
Aug 4, 2022 • 3 new comments -
bpo-42363: enhance _check_running() ValuError output in Pool class
#23299 commented on
Jul 31, 2022 • 3 new comments -
gh-92734: Add indentation feature to reprlib.Repr
#92735 commented on
Aug 5, 2022 • 3 new comments -
gh-93600: Clarify the meaning of buffering=-1 in open()
#93685 commented on
Aug 4, 2022 • 3 new comments -
gh-95231: Disable md5 & crypt modules if FIPS is enabled
#94742 commented on
Aug 2, 2022 • 3 new comments -
gh-95011: Migrate syslog module to Argument Clinic
#95012 commented on
Aug 1, 2022 • 3 new comments -
IDLE: Enhance module browser
#75642 commented on
Jul 30, 2022 • 2 new comments -
IDLE: update code, mostly by cleanups of 2.x or 2to3 artifacts
#87179 commented on
Jul 31, 2022 • 2 new comments -
CentOS 7 GCC 4.8.5 miscompiles optimized build: <built-in function compile> returned NULL without setting an exception
#94825 commented on
Aug 1, 2022 • 2 new comments -
support reproducible Python builds
#73894 commented on
Aug 1, 2022 • 2 new comments -
Doc Page navigation disappears unless page is very wide.
#92789 commented on
Aug 2, 2022 • 2 new comments -
Split up _testcapimodule.c
#93649 commented on
Aug 2, 2022 • 2 new comments -
macOS built Python3.11b5 can't find lib-dynload in relocatable framework if framework is relocated and python run from external symlink
#95400 commented on
Aug 2, 2022 • 2 new comments -
canonicalize "upper-case" -> "uppercase"; "lower-case" -> "lowercase"
#88211 commented on
Aug 3, 2022 • 2 new comments -
The IDENTIFIERS list in Tools/scripts/generate_global_objects.py is a slight burden
#94715 commented on
Aug 3, 2022 • 2 new comments -
add the option for json.dumps to return newline delimited json
#78710 commented on
Aug 3, 2022 • 2 new comments -
[DOC] Warnings/notes in docs including most of the page
#91483 commented on
Aug 3, 2022 • 2 new comments -
[C API] PEP 674: Disallow using macros (Py_TYPE and Py_SIZE) as l-value
#89639 commented on
Aug 4, 2022 • 2 new comments -
Deprecate and remove distutils
#85454 commented on
Aug 4, 2022 • 2 new comments -
Add an "assert mode" to `-X showrefcount` that fails when references leak
#94755 commented on
Aug 4, 2022 • 2 new comments -
`unittest.mock.Mock` does not allow name attribute to be mocked in constructor
#95078 commented on
Aug 4, 2022 • 2 new comments -
[C API] Add PyFrame_GetVar(frame, name) function
#91248 commented on
Aug 5, 2022 • 2 new comments -
gh-91049: Introduce set vectorcall field API for PyFunctionObject
#92257 commented on
Jul 29, 2022 • 2 new comments -
gh-66435: Allow nested event loops
#93338 commented on
Jul 31, 2022 • 2 new comments -
gh-89051: Add ssl.OP_LEGACY_SERVER_CONNECT
#93927 commented on
Aug 3, 2022 • 2 new comments -
gh-95376: Add test for names containing null
#95394 commented on
Aug 1, 2022 • 2 new comments -
fail to detect windows with win32gui sometimes
#94397 commented on
Jul 29, 2022 • 1 new comment -
pathlib: inconsistent handling of rootless Windows paths
#94909 commented on
Jul 29, 2022 • 1 new comment -
Running tests in parallel quits too soon
#95027 commented on
Jul 29, 2022 • 1 new comment -
Add roadmap.txt section to idlelib
#74607 commented on
Jul 30, 2022 • 1 new comment -
RecursionError when annotating a field with the same name as a field
#90104 commented on
Jul 30, 2022 • 1 new comment -
race condition in asyncio.BaseEventLoop.run_forever
#94031 commented on
Jul 30, 2022 • 1 new comment -
Opening a new unfocused tab in Chrome with webbrowser.open
#92683 commented on
Jul 31, 2022 • 1 new comment -
Fail if an invalid -X option is provided
#89608 commented on
Jul 31, 2022 • 1 new comment -
IDLE on macOS 10.15 Catalina does not open double-clicked files if app already launched
#83127 commented on
Jul 31, 2022 • 1 new comment -
Add API to allow extensions to set callback function on creation, modification, and destruction of PyFunctionObject
#91053 commented on
Jul 31, 2022 • 1 new comment -
What way to choose to fix `Warning: ULONG_PTR differs in levels of indirection from void *` in AC-generated code?
#95417 commented on
Aug 1, 2022 • 1 new comment -
expose glossary link on hover
#59898 commented on
Aug 1, 2022 • 1 new comment -
Import deadlock detection causes deadlock
#82272 commented on
Aug 1, 2022 • 1 new comment -
Micro-optimization: Use memmove instead of for loop in list.insert()
#94508 commented on
Aug 1, 2022 • 1 new comment -
Green-box doc glitch: winhelp version only
#49638 commented on
Aug 1, 2022 • 1 new comment -
Glossary URLs with anchor link no longer jump to definitions
#90492 commented on
Aug 1, 2022 • 1 new comment -
Online docs: make index search always available.
#60075 commented on
Aug 1, 2022 • 1 new comment -
Can't find "map" with search on docs.python.org
#89541 commented on
Aug 1, 2022 • 1 new comment -
Inline call frames for CALL_FUNCTION_EX
#95126 commented on
Aug 2, 2022 • 1 new comment -
Pdb crashes after jump with `Fatal Python error: _PyMem_DebugRawFree: bad trailing pad byte`
#91742 commented on
Aug 2, 2022 • 1 new comment -
docs.python.org prioritises search horribly
#86272 commented on
Aug 2, 2022 • 1 new comment -
ctypes: subclassed swapped endianness doesn't swap
#95384 commented on
Aug 3, 2022 • 1 new comment -
Make tokenize recognize Other_ID_Start and Other_ID_Continue chars
#68382 commented on
Aug 3, 2022 • 1 new comment -
test_cppext does not import/run the C++ extension
#94751 commented on
Aug 3, 2022 • 1 new comment -
Readline module loading in interactive mode
#56447 commented on
Aug 3, 2022 • 1 new comment -
IDLE: make Ctrl,Alt + IME non-ascii letter work on Windows
#90210 commented on
Aug 4, 2022 • 1 new comment -
_tracemalloc.c and Clang-cl
#86244 commented on
Aug 4, 2022 • 1 new comment -
Support compiling with clang-cl on Windows
#77532 commented on
Aug 4, 2022 • 1 new comment -
mailbox.mbox malformed 'From ' lines not being detected/handled
#93376 commented on
Aug 4, 2022 • 1 new comment -
Limiting data copy in xmlrpclib
#45148 commented on
Aug 4, 2022 • 1 new comment -
Remove unused indent_level from Modules/_json.c
#95382 commented on
Aug 4, 2022 • 1 new comment -
array: Deprecate 'u' type in array module
#80480 commented on
Aug 4, 2022 • 1 new comment -
IDLE: Document SaveAs dialog extension handling
#65802 commented on
Aug 5, 2022 • 1 new comment -
doctest should allow custom sys.displayhook
#70280 commented on
Aug 5, 2022 • 1 new comment -
IDLE: Add "selected" section to Statusbar
#92822 commented on
Aug 5, 2022 • 1 new comment -
Endless recursion in repr of asyncio.Future if a callback uses the Future itself as argument
#93837 commented on
Aug 5, 2022 • 1 new comment -
Documentation about PyTypeObject being part of the Stable ABI
#95300 commented on
Aug 5, 2022 • 1 new comment -
bpo-22253: Add support to unnamed sections in ConfigParser
#2735 commented on
Aug 2, 2022 • 1 new comment -
bpo-39995: CLN remove some locks in ProcessPoolExecutor
#19788 commented on
Jul 30, 2022 • 1 new comment -
bpo-2716: add license for audioop module
#19972 commented on
Jul 31, 2022 • 1 new comment -
gh-85525: Indicate supported sound header formats
#21575 commented on
Jul 30, 2022 • 1 new comment -
bpo-44176: Allow `asyncio.as_completed()`'s first parameter to be a generator yielding awaitables
#26228 commented on
Aug 1, 2022 • 1 new comment -
bpo-46364: Use sockets only for stdin of asyncio on AIX
#30596 commented on
Jul 29, 2022 • 1 new comment -
gh-92679: Clarify asyncio.loop.start_tls parameters
#92682 commented on
Jul 29, 2022 • 1 new comment -
Dissociate `__future__` docs description from concurrency futures
#92760 commented on
Jul 30, 2022 • 1 new comment -
gh-93357: Lay the foundation for further work in `asyncio.test_streams`: port server cases to IsolatedAsyncioTestCase
#93369 commented on
Aug 1, 2022 • 1 new comment -
gh-89739: Support zip64 in zipimport
#94146 commented on
Aug 3, 2022 • 1 new comment -
gh-94603: micro optimize list.pop
#94604 commented on
Aug 2, 2022 • 1 new comment -
[POC] gh-85454: Extract and inject distutils from setuptools whl
#95254 commented on
Aug 4, 2022 • 1 new comment -
gh-95155: Update "Using Python on a Mac" documentation
#95284 commented on
Jul 31, 2022 • 1 new comment -
gh-95341: Implement tls-exporter channel bindings and export key materials
#95366 commented on
Aug 2, 2022 • 1 new comment -
gh-95371: Add support for other image formats(e.g. PNG) to the turtle…
#95378 commented on
Aug 1, 2022 • 1 new comment -
gh-95395: Add argument type error test
#95412 commented on
Aug 1, 2022 • 1 new comment -
gh-95380: Remove limitation of 1024 max path size for fcntl
#95429 commented on
Jul 30, 2022 • 1 new comment -
IDLE crashes in macOS Apple chip, maybe completions
#87513 commented on
Jul 29, 2022 • 0 new comments -
clear_weakref() in Objects/weakrefobject.c is Confusing
#95348 commented on
Jul 29, 2022 • 0 new comments -
IDLE: Support all python files - task issue
#95410 commented on
Jul 30, 2022 • 0 new comments -
syslog issues
#95041 commented on
Jul 30, 2022 • 0 new comments -
IDLE: revise window size, placement startup options
#68125 commented on
Jul 30, 2022 • 0 new comments -
Fix forced arg format in AC-processed modules with custom converters
#94512 commented on
Jul 30, 2022 • 0 new comments -
IDLE: remove noisy icons from class (module) browser
#69277 commented on
Jul 30, 2022 • 0 new comments -
Argparse `add_argument` treats `-` in flags differently to `-` in positional arguments.
#95100 commented on
Jul 30, 2022 • 0 new comments -
IDLE: Colorizer and output tests hang on macOS
#88496 commented on
Jul 30, 2022 • 0 new comments -
Restructure the sqlite3 docs table-of-contents
#94635 commented on
Jul 30, 2022 • 0 new comments -
'ModifiedInterpreter' object has no attribute 'interp'
#82183 commented on
Jul 31, 2022 • 0 new comments -
namedtuple row factory for sqlite3
#57508 commented on
Jul 31, 2022 • 0 new comments -
Improve the sqlite3 tutorial
#95271 commented on
Aug 1, 2022 • 0 new comments -
IDLE: inconsistent use of HOMEDRIVE, HOMEPATH, and USERPROFILE on Windows
#58781 commented on
Aug 1, 2022 • 0 new comments -
IDLE: Change default Windows shortcuts
#90823 commented on
Aug 1, 2022 • 0 new comments -
Replace use of `test.test_asyncio.utils.TestCase` with `unittest.IsolatedAsyncioTestCase`
#93357 commented on
Aug 1, 2022 • 0 new comments -
Document how to run coverage for repository idlelib files.
#75117 commented on
Aug 3, 2022 • 0 new comments -
unexpected EPROTOTYPE returned by sendto on MAC OSX
#77631 commented on
Aug 4, 2022 • 0 new comments -
IDLE Readme: Add What's New section
#95251 commented on
Aug 4, 2022 • 0 new comments -
Improve the sqlite3 reference
#95273 commented on
Aug 4, 2022 • 0 new comments -
Similar to `test_grp` in `test_pwd`, add a test with null value in name
#95376 commented on
Aug 5, 2022 • 0 new comments -
Change in semantics and much worse performance for enum members.
#93910 commented on
Aug 5, 2022 • 0 new comments -
Severe performance degradation for tracing under 3.11
#93516 commented on
Aug 5, 2022 • 0 new comments -
bpo-37527: Fixing the "Invalid argument" bug on datetime.timestamp()
#15498 commented on
Jul 30, 2022 • 0 new comments -
bpo-29842: Make Executor.map less eager so it handles large/unbounded…
#18566 commented on
Aug 2, 2022 • 0 new comments -
Docs: improve equivalence expression for chained comparison
#22589 commented on
Jul 30, 2022 • 0 new comments -
subprocess: Add escape_wildcard parameter for program don't want the wildcard matched files
#22590 commented on
Jul 30, 2022 • 0 new comments -
bpo-25567: Add Bytes Object Support to Shlex
#22657 commented on
Jul 30, 2022 • 0 new comments -
bpo-41989 Fix htmlparser "unclosed script tag causes data loss"
#22658 commented on
Jul 30, 2022 • 0 new comments -
bpo-42062: Set HTTPResponse.url at init
#22738 commented on
Jul 30, 2022 • 0 new comments -
bpo-13451: Optimize sched.scheduler.cancel()
#22759 commented on
Jul 30, 2022 • 0 new comments -
bpo-42112: ZipInfo.from_file removes only needed slashes
#22871 commented on
Jul 30, 2022 • 0 new comments -
bpo-38523: ignore_dangling_symlinks does not apply recursively
#22937 commented on
Jul 30, 2022 • 0 new comments -
bpo-17942: major rework of debugger UI
#22947 commented on
Jul 30, 2022 • 0 new comments -
bpo-41607: Print clickable path to breakpoint in pdb
#22964 commented on
Jul 30, 2022 • 0 new comments -
bpo-27495: Make pprint.pformat always order sets
#22977 commented on
Jul 30, 2022 • 0 new comments -
bpo-9453: Fix SAX2DOM handling of PIs before the first XML element
#23012 commented on
Jul 30, 2022 • 0 new comments -
[WIP/RFC] pathlib: revisit error handling
#23025 commented on
Jul 30, 2022 • 0 new comments -
bpo-1635741: Prep curses module for multi-phase init
#23091 commented on
Jul 31, 2022 • 0 new comments -
bpo-42239: Add tests for idlelib.calltip
#23098 commented on
Jul 31, 2022 • 0 new comments -
bpo-42239: re-open calltips when closing internal parens
#23100 commented on
Jul 31, 2022 • 0 new comments -
bpo-38647: Add *name* to webbrowser.MacOSXOSAScript
#23134 commented on
Jul 31, 2022 • 0 new comments -
bpo-42258: argparse: show choices once per argument
#23143 commented on
Jul 31, 2022 • 0 new comments -
bpo-38119: fix shared memory's resource tracking
#23174 commented on
Jul 31, 2022 • 0 new comments -
bpo-42291: Fix signature for code.replace().
#23199 commented on
Jul 31, 2022 • 0 new comments -
bpo-42327: Add PyModule_Add().
#23240 commented on
Jul 31, 2022 • 0 new comments -
bpo-42376: New C-APIs to simplify module attribute declaration
#23286 commented on
Jul 31, 2022 • 0 new comments -
bpo-42178: Fix issue causing cmd to hang
#23290 commented on
Jul 31, 2022 • 0 new comments -
bpo-42316: Document assignment expression need for ()s
#23291 commented on
Jul 31, 2022 • 0 new comments -
bpo-1635741: In pickle module, inject module state from class methods
#23304 commented on
Jul 31, 2022 • 0 new comments -
bpo-42386: Update icons for macOS 11
#23339 commented on
Jul 31, 2022 • 0 new comments -
bpo-42401: Fix parsing and writing of the date timezone.
#23384 commented on
Aug 1, 2022 • 0 new comments -
bpo-42063: Enable users of SimpleHTTPRequestHandler to more easily change behaviour
#23414 commented on
Aug 1, 2022 • 0 new comments -
bpo-42327: Add PyModule_Add() (smaller).
#23443 commented on
Aug 1, 2022 • 0 new comments -
bpo-32068: curses.textpad isn't handling the backspace key on some systems
#23466 commented on
Aug 1, 2022 • 0 new comments -
bpo-42443 Add Thread Creation Hook to Threading.py
#23477 commented on
Aug 1, 2022 • 0 new comments -
bpo-42454: Optimize constant slice creation
#23496 commented on
Aug 1, 2022 • 0 new comments -
bpo-42088: Use "SimpleNamespace(...)" in the repr for SimpleNamespace
#23502 commented on
Aug 1, 2022 • 0 new comments -
bpo-42101: allow inheritance of venv
#23504 commented on
Aug 1, 2022 • 0 new comments -
bpo-42461: show f_fsid when pring os.statvfs object
#23511 commented on
Aug 1, 2022 • 0 new comments -
bpo-42476: Allow cross compiling on darwin
#23523 commented on
Aug 1, 2022 • 0 new comments -
bpo-1635741: port _elementtree to multi-phase init (PEP 489)
#23535 commented on
Aug 1, 2022 • 0 new comments -
bpo-41818: Make additions to the tty module
#23546 commented on
Aug 1, 2022 • 0 new comments -
bpo-13337: Add ignore flag to doctest
#23547 commented on
Aug 1, 2022 • 0 new comments -
bpo-41626: Remove the shebang of internal Tools to avoid confusion.
#23581 commented on
Aug 1, 2022 • 0 new comments -
bpo-42524: Add `retval [variable]` option to pdb
#23601 commented on
Aug 1, 2022 • 0 new comments -
bpo-42547: fix add_argument(metavar=<tuple>, nargs='+') for positional arguments
#23617 commented on
Aug 1, 2022 • 0 new comments -
bpo-38520: Add multiprocessing.main_process()
#23621 commented on
Aug 2, 2022 • 0 new comments -
bpo-36094: Update smtplib.py
#23635 commented on
Aug 2, 2022 • 0 new comments -
bpo-42560: Document more tkinter.Tk methods
#23689 commented on
Aug 2, 2022 • 0 new comments -
bpo-42606: Support POSIX atomicity guarantee of O_APPEND on Windows
#23712 commented on
Aug 2, 2022 • 0 new comments -
Add descriptive error message when environment variable not detected
#23717 commented on
Aug 2, 2022 • 0 new comments -
bpo-38893: Add preserve_security_context to shutil
#23720 commented on
Aug 2, 2022 • 0 new comments -
bpo-42611: PEP 594 - Remove asyncore, asynchat, and smptd from stdlib
#23728 commented on
Aug 2, 2022 • 0 new comments -
bpo-35332: shutil.rmtree(ignore_errors=True) doesn't handle os.close()
#23766 commented on
Aug 2, 2022 • 0 new comments -
bpo-42653: Add constants for isotp.h which is included in Linux >= 5.10
#23794 commented on
Aug 2, 2022 • 0 new comments -
bpo-42663: Support full range of allowed transition hours in zoneinfo.
#23825 commented on
Aug 2, 2022 • 0 new comments -
bpo-42722: Add --debug command line option to unittest to enable post-mortem debugging
#23900 commented on
Aug 2, 2022 • 0 new comments -
bpo-42367: Restore os.makedirs() ability to apply *mode* recursively
#23901 commented on
Aug 2, 2022 • 0 new comments -
bpo-44097: add --enable-pyc-build option to the configure script
#23920 commented on
Aug 2, 2022 • 0 new comments -
bpo-42797: Add `-m` option for `doctest`
#24028 commented on
Aug 2, 2022 • 0 new comments -
bpo-42557: importable asyncio.__main__ with preamble feature
#24055 commented on
Aug 2, 2022 • 0 new comments -
bpo-42815: Fix issue when thread doesn't copy context of parent thread
#24074 commented on
Aug 2, 2022 • 0 new comments -
bpo-19683: Adds tests for xml.dom.minidom
#24152 commented on
Aug 2, 2022 • 0 new comments -
bpo-42836: ENH: fix caching documentation in struct module
#24164 commented on
Aug 3, 2022 • 0 new comments -
bpo-42875: fix incorrect indent of long sub-commands
#24177 commented on
Aug 3, 2022 • 0 new comments -
bpo-42861: Add `next_network` function to ipaddress library
#24180 commented on
Aug 3, 2022 • 0 new comments -
bpo-42619: Arm64 build on macos10.15
#24187 commented on
Aug 3, 2022 • 0 new comments -
bpo-42892 Fix AttributeError in email.message.get_body()
#24192 commented on
Aug 3, 2022 • 0 new comments -
Remove unused local variables in inspect.py
#24218 commented on
Aug 3, 2022 • 0 new comments -
bpo-42896 Allow for Solaris 11.4 crle output not containing ELF
#24226 commented on
Aug 3, 2022 • 0 new comments -
bpo-42643: Add support for HTTP range requests
#24228 commented on
Aug 3, 2022 • 0 new comments -
bpo-42974: inconsistent end col and line in tokenize case
#24260 commented on
Aug 3, 2022 • 0 new comments -
bpo-42980: Add GnuStyleLongOptionsHelpFormatter
#24275 commented on
Aug 3, 2022 • 0 new comments -
bpo-43009: Port curses capi pointer array to a struct.
#24304 commented on
Aug 3, 2022 • 0 new comments -
bpo-43046: argparse: capturing actions
#24357 commented on
Aug 3, 2022 • 0 new comments -
bpo-42973: argparse: mixing optional and positional
#24367 commented on
Aug 3, 2022 • 0 new comments -
bpo-42966: argparse: customizable help formatter
#24377 commented on
Aug 3, 2022 • 0 new comments -
added doc about *iterables in concurrent.futures.Executor.map
#24378 commented on
Aug 3, 2022 • 0 new comments -
bpo-43120: Add a number of LOG_* constants to syslog
#24432 commented on
Aug 3, 2022 • 0 new comments -
bpo-43142: Do not add duplicate FDs to list in duplicate_for_child()
#24461 commented on
Aug 3, 2022 • 0 new comments -
Clarify, reorder language for TestCase(object)
#24465 commented on
Aug 4, 2022 • 0 new comments -
DOC: Improvements in library/stdtypes
#24466 commented on
Aug 4, 2022 • 0 new comments -
Fix an outdated test in asyncio
#24477 commented on
Aug 4, 2022 • 0 new comments -
bpo-43160: Add extend_const action to argparse
#24478 commented on
Aug 4, 2022 • 0 new comments -
bpo-43111: Don't look for X11 browsers on macOS (webbrowser)
#24480 commented on
Aug 4, 2022 • 0 new comments -
refactoring and type fix
#24490 commented on
Aug 4, 2022 • 0 new comments -
gh-87378: [doc] Link to source of Python and Argument Clinic classes and functions
#24521 commented on
Aug 4, 2022 • 0 new comments -
bpo-41847: Update "Install launcher for all users" win installer option
#24570 commented on
Aug 4, 2022 • 0 new comments -
bpo-43327: Fix the docs for PyImport_ImportFrozenModuleObject()
#24659 commented on
Aug 4, 2022 • 0 new comments -
bpo-40469: Make TimedRotatingFileHandler use CTIME instead of MTIME
#24660 commented on
Aug 4, 2022 • 0 new comments -
[DOC] Snippet code to str methods
#24666 commented on
Aug 4, 2022 • 0 new comments -
bpo-42484: get_obs_local_part() fails to handle empty local part
#24669 commented on
Aug 4, 2022 • 0 new comments -
bpo-43360: Remove dead initialization from parse_abbr function
#24700 commented on
Aug 4, 2022 • 0 new comments -
bpo-43361: Remove dead assignment from idna_converter function
#24701 commented on
Aug 4, 2022 • 0 new comments -
bpo-43381: Add frozen module co_lines() test
#24712 commented on
Aug 4, 2022 • 0 new comments -
bpo-43377: Make `_PyErr_Display` available in the CPython API
#24719 commented on
Aug 4, 2022 • 0 new comments -
bpo-None: Fix somewhat confusing "where" strings in Py_EnterRecursiveCall.
#24764 commented on
Aug 5, 2022 • 0 new comments -
Update socketserver.rst
#24767 commented on
Aug 5, 2022 • 0 new comments -
bpo-43419: fix contextvars behaviors in asyncio REPL
#24773 commented on
Aug 5, 2022 • 0 new comments -
bpo-43429: mmap.size() now returns the size on Unix for anonymous memory
#24781 commented on
Aug 5, 2022 • 0 new comments -
bpo-43432: add function `clear` to module `os`
#24784 commented on
Aug 5, 2022 • 0 new comments -
bpo-43451: Render inspect function arguments one-per-line when they exceed a maximum length
#24802 commented on
Aug 5, 2022 • 0 new comments -
Update http.client.rst
#24803 commented on
Aug 5, 2022 • 0 new comments -
bpo-43132: Add tests for find_in_strong_cache() bug in _zoneinfo
#24829 commented on
Aug 5, 2022 • 0 new comments -
bpo-43313: support pymalloc for subinterpreters. each subinterpreter ha…
#24857 commented on
Aug 5, 2022 • 0 new comments -
bpo-24498: Remove ptags.py and eptags.py from Tools/scripts
#24869 commented on
Aug 5, 2022 • 0 new comments -
bpo-18232: Return unsuccessfully if no unit tests were run
#24893 commented on
Aug 5, 2022 • 0 new comments -
Improve the Descriptor HowTo Guide
#24901 commented on
Aug 5, 2022 • 0 new comments -
bpo-23767: Force the use of the default locale in add_gcc_paths()
#24919 commented on
Aug 5, 2022 • 0 new comments -
bpo-43564: preserve original exception in args of FTP URLError
#24938 commented on
Aug 5, 2022 • 0 new comments -
Fix a minor issue in the curses documentation
#24961 commented on
Aug 5, 2022 • 0 new comments -
bpo-43588: fix codecs.c static variables under building under building Python with --with-experimental-isolated-subinterpreters may cause crash.
#24970 commented on
Aug 5, 2022 • 0 new comments -
bpo-45399: Remove hostflags from PySSLContext
#28602 commented on
Jul 30, 2022 • 0 new comments -
bpo-45369: Remove LibreSSL workarounds
#28728 commented on
Jul 30, 2022 • 0 new comments -
gh-91539: improve performance of get_proxies_environment
#91566 commented on
Aug 2, 2022 • 0 new comments -
Docs: replace 'currying' by 'partial function'.
#91814 commented on
Aug 2, 2022 • 0 new comments -
gh-80878: Fix inspect.getclosurevars when an attribute shadows a global
#91833 commented on
Aug 5, 2022 • 0 new comments -
gh-92822: IDLE - Add a selection label to window statusbars
#92823 commented on
Aug 5, 2022 • 0 new comments -
gh-93205 when rotating logs with no namer specified, match whole extension
#93224 commented on
Aug 2, 2022 • 0 new comments -
gh-93851: Add Tools/scripts/checkhtmllinks.py
#93856 commented on
Aug 4, 2022 • 0 new comments -
gh-94182: run the PidfdChildWatcher on the running loop
#94184 commented on
Aug 3, 2022 • 0 new comments -
gh-94635: Normalise sqlite3 doc headings
#94677 commented on
Jul 30, 2022 • 0 new comments -
GH-74116: allow multiple drain waiters for asyncio.StreamWriter
#94705 commented on
Aug 2, 2022 • 0 new comments -
gh-94795: Remove `#ifdef __cplusplus` from C-only code
#94796 commented on
Aug 5, 2022 • 0 new comments -
Automatically update more GitHub projects.
#94921 commented on
Aug 4, 2022 • 0 new comments -
gh-90085: Remove vestigial -t and -c timeit options
#94941 commented on
Aug 3, 2022 • 0 new comments -
gh-95023: Added os.setns and os.unshare to easily switch between namespaces on Linux
#95046 commented on
Aug 1, 2022 • 0 new comments -
gh-95073: Getting arguments according to reserved names for parsing
#95122 commented on
Jul 31, 2022 • 0 new comments -
gh-95413: remove references to deprecated CGI library
#95414 commented on
Aug 1, 2022 • 0 new comments