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-45516: add protocol description to the Traversable documentation (#29039)
Filipe Laíns
2021-10-18
2
-0/+42
*
bpo-45221: Fix handling of LDFLAGS and CPPFLAGS options in setup.py (GH-29031)
andrei kulakov
2021-10-18
2
-0/+15
*
bpo-43760: Rename _PyThreadState_DisableTracing() (GH-29032)
Victor Stinner
2021-10-18
3
-11/+11
*
bpo-45256: Avoid C calls for most Python to Python calls. (GH-28937)
Mark Shannon
2021-10-18
3
-179/+127
*
bpo-45434: Include stdlib.h for specialize stat (GH-29015)
Dong-hee Na
2021-10-18
1
-1/+2
*
Improve multiserver queue recipe (GH-29012)
Raymond Hettinger
2021-10-17
1
-5/+6
*
bpo-45229: Make test_http_cookiejar discoverable (GH-29004)
Serhiy Storchaka
2021-10-17
1
-10/+1
*
Fix contributor person name in rst files (GH-29005)
Benjamin Szőke
2021-10-17
2
-3/+3
*
bpo-45495: Add 'case' and 'match' to IDLE completions list. (GH-29000)
Terry Jan Reedy
2021-10-16
3
-3/+13
*
bpo-45020: Default to using frozen modules unless running from source tree. (...
Eric Snow
2021-10-16
7
-25/+91
*
bpo-45249: Fix caret location when end_offset is set to 0 (GH-28855)
Pablo Galindo Salgado
2021-10-16
3
-1/+13
*
bpo-42222: Remove deprecated support for non-integer values (GH-28983)
Raymond Hettinger
2021-10-16
4
-87/+54
*
bpo-45489: Update ForwardRef to support | operator. (GH-28991)
Dong-hee Na
2021-10-16
3
-0/+14
*
bpo-45463: Clarify that global statements allows multiple names (GH-28851)
Luca Chiodini
2021-10-16
1
-4/+4
*
bpo-45442: Add deactivate step to venv tutorial. (GH-28981)
srinivasan
2021-10-15
1
-0/+5
*
bpo-45440: Remove pymath.c fallbacks (GH-28977)
Victor Stinner
2021-10-15
8
-90/+9
*
bpo-30459: Use (void) in macros setting variables (GH-28982)
Victor Stinner
2021-10-15
2
-4/+4
*
bpo-43760: Add PyThreadState_EnterTracing() (GH-28542)
Victor Stinner
2021-10-15
9
-25/+146
*
bpo-45482: Rename namespaceobject.h to pycore_namespace.h (GH-28975)
Victor Stinner
2021-10-15
14
-40/+45
*
bpo-44113: Move the What's New entry to Deprecate section (GH-28974)
Victor Stinner
2021-10-15
1
-7/+7
*
bpo-45445: Remove incorrectly commited test file (GH-28972)
Pablo Galindo Salgado
2021-10-15
1
-3/+0
*
bpo-45434: Remove Include/eval.h header file (GH-28973)
Victor Stinner
2021-10-15
11
-47/+26
*
bpo-35081: Move interpreteridobject.h to Include/internal/ (GH-28969)
Victor Stinner
2021-10-15
11
-35/+26
*
bpo-45428: Fix reading filenames from stdin in py_compile (GH-28848)
Graham Inggs
2021-10-15
2
-1/+2
*
bpo-35134: Move classobject.h to Include/cpython/ (GH-28968)
Victor Stinner
2021-10-15
15
-45/+39
*
bpo-45479: Futher simplify Py_UniversalNewlineFgets. (GH-28967)
Benjamin Peterson
2021-10-15
1
-23/+9
*
closes bpo-45479: Degunkify Py_UniversalNewlineFgets. (GH-28965)
Benjamin Peterson
2021-10-15
1
-32/+5
*
bpo-35134: Move Include/cellobject.h to Include/cpython/ (GH-28964)
Victor Stinner
2021-10-15
7
-14/+17
*
po-35134: Move Include/funcobject.h to Include/cpython/ (GH-28958)
Victor Stinner
2021-10-14
8
-10/+16
*
bpo-45434: Remove useless space in includes (GH-28963)
Victor Stinner
2021-10-14
24
-28/+26
*
bpo-41710: Fix What's New Entry credit (GH-28962)
Victor Stinner
2021-10-14
1
-1/+1
*
bpo-45434: Limited Python.h no longer includes stdio.h (GH-28960)
Victor Stinner
2021-10-14
3
-7/+16
*
bpo-45474: Fix the limited C API of marshal.h (GH-28956)
Victor Stinner
2021-10-14
3
-6/+27
*
bpo-35134: Add Include/cpython/floatobject.h (GH-28957)
Victor Stinner
2021-10-14
14
-79/+123
*
bpo-21736: Set __file__ on frozen stdlib modules. (gh-28656)
Eric Snow
2021-10-14
7
-94/+240
*
bpo-45417: [Enum] fix quadratic behavior during creation (GH-28907)
Carl Friedrich Bolz-Tereick
2021-10-14
2
-7/+16
*
bpo-45471: Do not set PyConfig.stdlib_dir in Py_SetPythonHome(). (gh-28954)
Eric Snow
2021-10-14
2
-5/+7
*
bpo-45439: Move _PyObject_VectorcallTstate() to pycore_call.h (GH-28893)
Victor Stinner
2021-10-14
6
-100/+127
*
bpo-45467: Fix IncrementalDecoder and StreamReader in the "raw-unicode-escape...
Serhiy Storchaka
2021-10-14
7
-35/+116
*
no-issue: Make silence about warning '_POSIX_C_SOURCE redefined' (GH-28948)
Dong-hee Na
2021-10-14
1
-4/+4
*
bpo-45367: Specialize BINARY_MULTIPLY (GH-28727)
Dennis Sweeney
2021-10-14
9
-55/+162
*
bpo-45461: Fix IncrementalDecoder and StreamReader in the "unicode-escape" co...
Serhiy Storchaka
2021-10-14
8
-32/+121
*
Ensure that instruction cases are self-contained (GH-28938)
Brandt Bucher
2021-10-13
1
-6/+6
*
bpo-45440: Require math.h isinf() to build (GH-28894)
Victor Stinner
2021-10-13
10
-143/+25
*
bpo-45434: pyport.h no longer includes <stdlib.h> (GH-28914)
Victor Stinner
2021-10-13
29
-20/+60
*
bpo-45445: Fail if an invalid X-option is provided in the command line (GH-28...
Pablo Galindo Salgado
2021-10-13
8
-27/+88
*
bpo-45386: Handle strftime's ValueError graciously in xmlrpc.client (GH-28765)
rtobar
2021-10-13
2
-2/+11
*
[docs] lexical_analysis: Expand the text on ``_`` (GH-28903)
Petr Viktorin
2021-10-13
1
-4/+16
*
bpo-24444: fix an error in argparse help when help for an option is blank (GH...
andrei kulakov
2021-10-13
3
-5/+44
*
bpo-45239: Fix parsedate_tz when time has more than 2 dots in it (GH-28452)
Ben Hoyt
2021-10-13
3
-0/+6
[next]