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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
bpo-27062: add `__all__` to inspect module (GH-30003)
Kumar Aditya
2021-12-10
3
-1/+104
*
bpo-45635: refactor print_exception_recursive into smaller functions to stand...
Irit Katriel
2021-12-10
1
-149/+187
*
bpo-42114: ctypes documentation: fix winmode parameter default value (GH-29976)
Louis Sautier
2021-12-10
1
-3/+3
*
bpo-45654: No need to freeze types (GH-30028)
Christian Heimes
2021-12-10
7
-27/+5
*
bpo-45582: Fix test_embed failure during a PGO build on Windows (GH-30014)
neonene
2021-12-10
7
-7/+23
*
bpo-46023: Fix makesetup handling of disabled rule (GH-30001)
Christian Heimes
2021-12-10
2
-0/+5
*
bpo-45723: Normalise configure user communication (GH-30024)
Erlend Egeberg Aasland
2021-12-10
2
-65/+75
*
bpo-46000: Improve NetBSD curses compatibility (GH-29947)
Thomas Klausner
2021-12-10
2
-2/+3
*
bpo-42182: stdtypes doc - update and fix links to several dunder methods (GH...
andrei kulakov
2021-12-10
1
-9/+10
*
Move error test to the function that needs it. Improve error message. (GH-30...
Raymond Hettinger
2021-12-10
2
-11/+4
*
bpo-43931: Export Python version as API data (GH-25577)
Gabriele N. Tornetta
2021-12-10
12
-0/+34
*
bpo-46016: GHA Doc job now also runs "make check" (GH-30009)
Victor Stinner
2021-12-09
1
-2/+9
*
bpo-46008: Make runtime-global object/type lifecycle functions and state cons...
Eric Snow
2021-12-09
38
-354/+811
*
Remove an outdated comment. (GH-30010)
Serhiy Storchaka
2021-12-09
1
-2/+0
*
bpo-46018: Ensure that math.expm1 does not raise on underflow (GH-29997)
Steve Dower
2021-12-09
2
-2/+7
*
bpo-45654: Freeze the runpy module and stuff it imports (GH-29903)
Kumar Aditya
2021-12-09
7
-0/+101
*
bpo-45635: continue refactor of print_exception() to standardize error handli...
Irit Katriel
2021-12-09
1
-78/+105
*
bpo-46016: Fix rest syntax of GH-29993 (GH-30006)
Kumar Aditya
2021-12-09
2
-2/+2
*
bpo-46025: Fix a crash in the atexit module for auto-unregistering functions ...
Pablo Galindo Salgado
2021-12-09
3
-1/+21
*
bpo-25066: Added repr for multiprocessing.Event (GH-29749)
Kumar Aditya
2021-12-09
3
-1/+18
*
bpo-45391: mark UnionType as a class in documentation (GH-28757)
Bernát Gábor
2021-12-09
1
-1/+1
*
bpo-46007: Exclude PyUnicode_CHECK_INTERNED() from limited C API (GH-29987)
Victor Stinner
2021-12-09
4
-4/+13
*
bpo-45510: Check both types when specializing subtraction (GH-29995)
Brandt Bucher
2021-12-09
1
-0/+4
*
Merge remote-tracking branch 'upstream/main'
Pablo Galindo
2021-12-08
4
-0/+22
|
\
|
*
bpo-46016: fcntl module add FreeBSD's F_DUP2FD_CLOEXEC flag support (GH-29993)
David CARLIER
2021-12-08
4
-0/+22
*
|
Post 3.11.0a3
Pablo Galindo
2021-12-08
1
-1/+1
*
|
Python 3.11.0a3
v3.11.0a3
Pablo Galindo
2021-12-08
129
-596/+1798
*
|
Fix some false positives of documentation syntax problems
Pablo Galindo
2021-12-08
3
-4/+4
|
/
*
bpo-45711: Remove unnecessary normalization of exc_info (GH-29922)
Irit Katriel
2021-12-08
2
-20/+1
*
bpo-46015: Fixes calculation of sys.path in a venv on Windows (GH-29992)
Steve Dower
2021-12-08
6
-12/+20
*
bpo-45359: Support TopologicalSorter type subscript (GH-28714)
Jacob Hayes
2021-12-08
3
-0/+7
*
bpo-45635: refactor print_exception() into smaller functions (GH-29981)
Irit Katriel
2021-12-08
1
-87/+139
*
bpo-45813: Drop redundant assertion from frame.clear() (GH-29990)
Andrew Svetlov
2021-12-08
2
-3/+15
*
bpo-46009: Do not exhaust generator when send() method raises (GH-29986)
Mark Shannon
2021-12-08
5
-21/+30
*
doc: Add link issue 44010 (GH-29454)
Rafael Fontenelle
2021-12-08
1
-1/+1
*
bpo-45847: Don't override user overrides for CFLAGS/LIBS (GH-29967)
Christian Heimes
2021-12-08
3
-67/+85
*
Fix double-space in exception message (GH-29955)
Ned Batchelder
2021-12-08
1
-1/+1
*
bpo-40222: update doc entry with respect to the change in WITH_EXCEPT_START (...
Irit Katriel
2021-12-08
1
-1/+3
*
bpo-20751: Match variable name to the example. (GH-29980)
Raymond Hettinger
2021-12-08
1
-4/+8
*
bpo-45582: Write empty pybuilddir.txt on Windows to allow relocatable build d...
Steve Dower
2021-12-08
3
-6/+6
*
bpo-46008: Move Py*State init into distinct functions. (gh-29977)
Eric Snow
2021-12-08
4
-103/+299
*
bpo-46008: Add _PyInterpreterState_Main(). (gh-29978)
Eric Snow
2021-12-08
4
-9/+13
*
bpo-46008: Stop calling _PyThreadState_Init() in new_threadstate(). (gh-29973)
Eric Snow
2021-12-08
3
-9/+17
*
bpo-46008: Use PyMem_RawCalloc() to allocate PyThreadState. (GH-29972)
Eric Snow
2021-12-07
1
-38/+2
*
bpo-46008: Move thread-related interpreter state into a sub-struct. (gh-29971)
Eric Snow
2021-12-07
8
-40/+42
*
bpo-46008: Return void from _PyEval_InitState(). (gh-29970)
Eric Snow
2021-12-07
3
-10/+7
*
bpo-45847: Revert Port _ctypes partly to PY_STDLIB_MOD (GH-29747) (GH-29969)
Christian Heimes
2021-12-07
5
-479/+38
*
bpo-45582: Fix framework path and bootstrap build (GH-29954)
Christian Heimes
2021-12-07
2
-23/+14
*
Fix leak when an exception is raised during generator creation. (GH-29960)
Mark Shannon
2021-12-07
1
-20/+7
*
bpo-45635: standardize error handling in traceback.c (GH-29905)
Irit Katriel
2021-12-07
1
-66/+104
[prev]
[next]