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-43620: Remove reference to os.sep from os.path.join() doc (#25025)
Jared Sutton
2021-03-26
1
-5/+4
*
Revert "bpo-40521: Remove freelist from collections.deque() (GH-21073)" (GH-2...
Raymond Hettinger
2021-03-25
1
-2/+21
*
bpo-43416: Add Include/README.rst (GH-24884)
Erlend Egeberg Aasland
2021-03-25
1
-0/+68
*
"exists" -> "exist" in What's New 3.10 (GH-25019)
blopblopy
2021-03-25
1
-1/+1
*
Move big block of macros out of function to improve readability. (GH-25020)
Mark Shannon
2021-03-25
1
-38/+40
*
Doc: io: Remove "In-memory streams" section (GH-24927)
Inada Naoki
2021-03-25
1
-10/+0
*
AC: Update unsupported_special_methods (GH-24956)
Dong-hee Na
2021-03-25
1
-3/+3
*
bpo-43198: Revert 3dd2157 that removed freeslot tracking. (#25010)
Raymond Hettinger
2021-03-24
1
-1/+15
*
bpo-41064: Improve syntax error for invalid usage of '**' in f-strings (GH-25...
Pablo Galindo
2021-03-24
4
-1/+47
*
Only check evalbreaker after calls and on backwards egdes. Makes sure that __...
Mark Shannon
2021-03-24
2
-46/+40
*
Fix typo in fuzzer.c (GH-25013)
Ikko Ashimine
2021-03-24
1
-2/+2
*
bpo-42137: have ModuleType.__repr__ prefer __spec__ over module_repr() (GH-24...
Brett Cannon
2021-03-24
7
-153/+147
*
bpo-42914: add a pprint underscore_numbers option (GH-24864)
sblondon
2021-03-24
4
-12/+48
*
bpo-31861: Fix reference leak in builtin_anext_impl() (GH-25008)
Pablo Galindo
2021-03-24
1
-1/+4
*
bpo-43244: Remove the pyarena.h header (GH-25007)
Victor Stinner
2021-03-24
20
-187/+215
*
bpo-31861: Fix possible crash in PyAnextAwaitable_New (GH-25005)
Pablo Galindo
2021-03-24
1
-1/+5
*
bpo-43244: Remove parser_interface.h header file (GH-25001)
Victor Stinner
2021-03-24
12
-130/+70
*
bpo-43452: Document the PyType_Lookup optimizations in the What's New for 3.1...
Pablo Galindo
2021-03-24
1
-1/+4
*
bpo-31861: Complete the C-API docs for PyObject_GetAiter and PyAiter_Check (G...
Pablo Galindo
2021-03-23
5
-0/+27
*
bpo-43244: Add pycore_compile.h header file (GH-25000)
Victor Stinner
2021-03-23
15
-84/+87
*
bpo-31861: Add aiter and anext to builtins (#23847)
Joshua Bronson
2021-03-23
10
-28/+373
*
bpo-43244: Remove ast.h, asdl.h, Python-ast.h headers (GH-24933)
Victor Stinner
2021-03-23
29
-933/+931
*
bpo-41718: Update runpy startup time What's New (GH-24998)
Victor Stinner
2021-03-23
1
-3/+4
*
bpo-41718: runpy now imports pkgutil in functions (GH-24996)
Victor Stinner
2021-03-23
1
-1/+2
*
bpo-41718: subprocess imports grp and pwd on demand (GH-24987)
Victor Stinner
2021-03-23
2
-24/+23
*
Clarify attribute docs on types.ModuleType (GH-24974)
Brett Cannon
2021-03-23
1
-2/+30
*
bpo-41718: libregrtest avoids importing datetime (GH-24985)
Victor Stinner
2021-03-23
2
-5/+6
*
bpo-41718: Disable support.testresult XML output by default (GH-24982)
Victor Stinner
2021-03-23
2
-7/+22
*
bpo-41718: libregrtest runtest avoids import_helper (GH-24983)
Victor Stinner
2021-03-23
1
-2/+4
*
bpo-41718: Reduce libregrtest runtest imports (GH-24980)
Victor Stinner
2021-03-22
3
-97/+107
*
bpo-41718: regrtest saved_test_environment avoids imports (GH-24934)
Victor Stinner
2021-03-22
2
-42/+69
*
bpo-43555: Report the column offset for invalid line continuation character (...
Pablo Galindo
2021-03-22
4
-6/+13
*
bpo-43591: Fix error location in interactive mode for errors at the end of th...
Pablo Galindo
2021-03-22
2
-7/+17
*
Revert "bpo-40521: Make dtoa bigint free list per-interpreter (GH-24821)" (GH...
Victor Stinner
2021-03-22
3
-39/+17
*
bpo-43575: Use PEP 590 vectorcall to speed up map() (GH-24955)
Dong-hee Na
2021-03-22
2
-2/+45
*
bpo-43551: Fix PyImport_Import() for subinterpreters (GH-24929)
junyixie
2021-03-22
1
-16/+21
*
bpo-35134: Add include/cpython/compile.h (GH-24922)
Hai Shi
2021-03-22
6
-94/+100
*
bpo-43420: Simple optimizations for Fraction's arithmetics (GH-24779)
Sergey B Kirpichev
2021-03-22
4
-9/+121
*
bpo-43569: Add test/test_importlib/namespacedata01 to TESTSUBDIRS (GH-24952)
Jason R. Coombs
2021-03-21
1
-0/+1
*
bpo-43422: Revert _decimal C API addition (GH-24960)
Antoine Pitrou
2021-03-21
10
-1119/+20
*
bpo-43577: Fix deadlock with SSLContext._msg_callback and sni_callback (GH-24...
Christian Heimes
2021-03-21
4
-0/+29
*
bpo-43542: Add heif/heic formats in mimetypes (GH-24917)
Ilya Stepin
2021-03-20
2
-0/+3
*
bpo-43571: Add IPPROTO_MPTCP macro (GH-24946)
Rui Cunha
2021-03-20
4
-0/+10
*
bpo-43517 (followup): Install additional test directory (GH-24950)
Antoine Pitrou
2021-03-20
1
-0/+1
*
bpo-43452: Micro-optimizations to PyType_Lookup (GH-24804)
Dino Viehland
2021-03-20
2
-28/+24
*
bpo-43517: Fix false positive in detection of circular imports (#24895)
Antoine Pitrou
2021-03-20
5
-2/+81
*
bpo-43494: Make some minor changes to lnotab notes (GH-24861)
Skip Montanaro
2021-03-19
1
-6/+6
*
Mention that code.co_lnotab is deprecated in what's new for 3.10. (#24902)
Mark Shannon
2021-03-19
1
-0/+2
*
bpo-43244: Remove symtable.h header file (GH-24910)
Victor Stinner
2021-03-19
15
-115/+100
*
bpo-43466: Add --with-openssl-rpath configure option (GH-24820)
Christian Heimes
2021-03-19
9
-7304/+5214
[next]