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-43637: Fix a possible memory leak in winreg.SetValueEx() (GH-25038)
Zackery Spytz
2021-03-30
1
-0/+1
*
bpo-33164: blake2: Fix Coverity scan (GH-25060)
Inada Naoki
2021-03-30
4
-4/+4
*
bpo-37448: Use radix tree for pymalloc address_in_range(). (GH-14474)
Neil Schemenauer
2021-03-30
2
-5/+351
*
bpo-43631: Update to OpenSSL 1.1.1k (GH-25024)
Christian Heimes
2021-03-30
11
-16/+17
*
Fix tokenizer error when raw decoding null bytes (GH-25080)
Pablo Galindo
2021-03-29
1
-1/+4
*
bpo-43660: Fix crash when displaying exceptions with custom values for sys.st...
Pablo Galindo
2021-03-29
3
-1/+20
*
bpo-43659: Fix test_curses on AIX (GH-25074)
Michael Felt
2021-03-29
1
-0/+1
*
bpo-35930: Raising an exception raised in a "future" instance will create ref...
Jesús Cea
2021-03-29
2
-15/+25
*
bpo-43648: Remove redundant datefmt option in logging file config (GH-25051)
Harry
2021-03-29
1
-1/+0
*
bpo-43433: Preserve query and fragment in the URL of the server in ServerProx...
Serhiy Storchaka
2021-03-29
3
-3/+45
*
bpo-40645: Fix reference leak in the _hashopenssl extension (GH-25063)
Pablo Galindo
2021-03-29
2
-2/+5
*
bpo-42988: Remove the pydoc getfile feature (GH-25015)
Victor Stinner
2021-03-29
3
-24/+4
*
bpo-43510: Implement PEP 597 opt-in EncodingWarning. (GH-19481)
Inada Naoki
2021-03-29
32
-18/+366
*
bpo-25643: Refactor the C tokenizer into smaller, logical units (GH-25050)
Pablo Galindo
2021-03-28
4
-359/+353
*
bpo-31907: [doc] clarify that str.format() does not support arbitrary express...
Irit Katriel
2021-03-28
1
-2/+2
*
bpo-43644: Add docs for importlib.resources.as_file. (#25048)
Jason R. Coombs
2021-03-28
1
-0/+16
*
bpo-43562: fix test_ssl to skip on unreachable network (GH-24937)
Carl Meyer
2021-03-27
1
-0/+2
*
bpo-39231: correct tutorial annotations section (GH-25029)
Irit Katriel
2021-03-27
1
-1/+1
*
bpo-43466: Unsupported static build hack (GH-25002)
Christian Heimes
2021-03-27
1
-13/+37
*
bpo-39616: clarify SSLContext.check_hostname effect (GH-18484)
Ville Skyttä
2021-03-27
1
-1/+1
*
bpo-40645: use C implementation of HMAC (GH-24920)
Christian Heimes
2021-03-27
6
-124/+267
*
bpo-43617: Check autoconf-archive package in configure.ac (GH-25016)
Christian Heimes
2021-03-27
6
-216/+225
*
bpo-43636: Validate the version tag in _PyType_Lookup (GH-25032)
Pablo Galindo
2021-03-27
1
-1/+3
*
bpo-43354: xmlrpc: Fix type documentation for Fault.faultCode (GH-24707)
Jürgen Gmach
2021-03-26
2
-1/+2
*
bpo-42136: Deprecate module_repr() as found in importlib (GH-25022)
Brett Cannon
2021-03-26
11
-1476/+1543
*
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
[prev]
[next]