index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-45292: [PEP-654] add except* (GH-29581)
Irit Katriel
2021-12-14
1
-0/+1
*
bpo-23469: Delete Wing IDE configuration files (GH-30067)
Kumar Aditya
2021-12-14
4
-50/+0
*
bpo-45949: Pure Python freeze module for cross builds (GH-29899)
Christian Heimes
2021-12-13
1
-0/+3
*
bpo-45643: Add signal.SIGSTKFLT on platforms where this is defined (GH-29266)
Gareth Rees
2021-12-13
1
-0/+1
*
bpo-16594: Add allow_reuse_port on socketserver (GH-30072)
AN Long
2021-12-13
1
-0/+1
*
bpo-27718: Fix help for the signal module (GH-30063)
Serhiy Storchaka
2021-12-13
1
-0/+2
*
bpo-45855: document that `no_block` has no use anymore in PyCapsule_Import (#...
Georg Brandl
2021-12-12
1
-0/+2
*
bpo-45855: Replaced deprecated `PyImport_ImportModuleNoBlock` with PyImport_I...
Kumar Aditya
2021-12-12
1
-0/+1
*
bpo-45874: Handle empty query string correctly in urllib.parse.parse_qsl (#29...
Christian Sattler
2021-12-12
1
-0/+3
*
bpo-46054: Fix parsing error when parsing non-utf8 characters in source files...
Pablo Galindo Salgado
2021-12-12
1
-0/+2
*
bpo-46042: Improve SyntaxError locations in the symbol table (GH-30059)
Pablo Galindo Salgado
2021-12-11
1
-0/+2
*
bpo-44674: Use unhashability as a proxy for mutability for default dataclass ...
Eric V. Smith
2021-12-11
1
-0/+6
*
bpo-46049: Fixes ._pth support on non-Windows (GH-30051)
Steve Dower
2021-12-11
1
-0/+1
*
bpo-46048: Fix parsing of single character lines in getpath readlines() (GH-3...
Steve Dower
2021-12-11
1
-0/+2
*
bpo-19737: Improved the documentation for globals (GH-29823)
180909
2021-12-11
1
-0/+1
*
bpo-37971: fix the position of decorator application (GH-30027)
Carl Friedrich Bolz-Tereick
2021-12-10
1
-0/+3
*
bpo-42918: Improve build-in function compile() in mode 'single' (GH-29934)
Weipeng Hong
2021-12-10
1
-0/+3
*
bpo-43795: Document stable_abi.txt format and contents (GH-29956)
Petr Viktorin
2021-12-10
1
-0/+40
*
bpo-46014: Add ability to use typing.Union with singledispatch (GH-30017)
Yurii Karabas
2021-12-10
1
-0/+2
*
bpo-27062: add `__all__` to inspect module (GH-30003)
Kumar Aditya
2021-12-10
1
-0/+1
*
bpo-46023: Fix makesetup handling of disabled rule (GH-30001)
Christian Heimes
2021-12-10
1
-0/+2
*
bpo-46000: Improve NetBSD curses compatibility (GH-29947)
Thomas Klausner
2021-12-10
1
-0/+1
*
bpo-43931: Export Python version as API data (GH-25577)
Gabriele N. Tornetta
2021-12-10
2
-0/+5
*
bpo-46018: Ensure that math.expm1 does not raise on underflow (GH-29997)
Steve Dower
2021-12-09
1
-0/+1
*
bpo-45654: Freeze the runpy module and stuff it imports (GH-29903)
Kumar Aditya
2021-12-09
1
-0/+1
*
bpo-46016: Fix rest syntax of GH-29993 (GH-30006)
Kumar Aditya
2021-12-09
1
-1/+1
*
bpo-46025: Fix a crash in the atexit module for auto-unregistering functions ...
Pablo Galindo Salgado
2021-12-09
1
-0/+2
*
bpo-25066: Added repr for multiprocessing.Event (GH-29749)
Kumar Aditya
2021-12-09
1
-0/+1
*
bpo-46007: Exclude PyUnicode_CHECK_INTERNED() from limited C API (GH-29987)
Victor Stinner
2021-12-09
1
-0/+3
*
Merge remote-tracking branch 'upstream/main'
Pablo Galindo
2021-12-08
1
-0/+1
|
\
|
*
bpo-46016: fcntl module add FreeBSD's F_DUP2FD_CLOEXEC flag support (GH-29993)
David CARLIER
2021-12-08
1
-0/+1
*
|
Python 3.11.0a3
v3.11.0a3
Pablo Galindo
2021-12-08
126
-271/+1287
|
/
*
bpo-45711: Remove unnecessary normalization of exc_info (GH-29922)
Irit Katriel
2021-12-08
1
-0/+1
*
bpo-46015: Fixes calculation of sys.path in a venv on Windows (GH-29992)
Steve Dower
2021-12-08
1
-0/+1
*
bpo-45359: Support TopologicalSorter type subscript (GH-28714)
Jacob Hayes
2021-12-08
1
-0/+1
*
bpo-46009: Do not exhaust generator when send() method raises (GH-29986)
Mark Shannon
2021-12-08
1
-0/+5
*
bpo-45947: Place dict and values pointer at fixed (negative) offset just befo...
Mark Shannon
2021-12-07
2
-3/+3
*
bpo-46004: Fix error location for loops with invalid targets (GH-29959)
Pablo Galindo Salgado
2021-12-07
1
-0/+2
*
Revert "bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521)" (GH-2...
Victor Stinner
2021-12-07
2
-5/+0
*
bpo-23819: asyncio: Replace AssertionError with TypeError where it makes sens...
Kumar Aditya
2021-12-06
1
-0/+1
*
bpo-44035: Check autoconf files thoroughly (GH-29935)
Christian Heimes
2021-12-06
1
-0/+2
*
bpo-45732: Update python.org macOS installer to use Tcl/Tk 8.6.12. (GH-29931)
Ned Deily
2021-12-06
1
-0/+1
*
bpo-45840: Improve cross-references in the data model documentation (GH-29633)
Alex Waygood
2021-12-05
1
-0/+1
*
bpo-45664: Fix resolve_bases() and new_class() for GenericAlias instance as a...
Serhiy Storchaka
2021-12-05
1
-0/+2
*
bpo-45663: Fix is_dataclass() for dataclasses which are subclasses of types.G...
Serhiy Storchaka
2021-12-05
1
-0/+2
*
bpo-45662: Fix the repr of InitVar with a type alias to the built-in class (G...
Serhiy Storchaka
2021-12-05
1
-0/+2
*
bpo-37295: Optimize math.comb() and math.perm() (GH-29090)
Serhiy Storchaka
2021-12-05
1
-0/+1
*
bpo-27946: Fix possible crash in ElementTree.Element (GH-29915)
Serhiy Storchaka
2021-12-05
1
-0/+3
*
bpo-13236: Flush the output stream more often in unittest (GH-29864)
Serhiy Storchaka
2021-12-04
1
-0/+2
*
bpo-45695: Test out-of-tree builds on GHA (GH-29904)
Christian Heimes
2021-12-04
1
-0/+1
[next]