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-43444: Move sqlite3 MODULE_NAME from setup.py to module.h (GH-24801)
Erlend Egeberg Aasland
2021-03-13
5
-10/+3
*
bpo-43441: Fix _PyType_ClearCache() for subinterpreters (GH-24822)
junyixie
2021-03-13
1
-5/+10
*
bpo-40521: Make dtoa bigint free list per-interpreter (GH-24821)
junyixie
2021-03-13
3
-17/+39
*
Update link to Django's Context class. (#24805)
Mariusz Felisiak
2021-03-13
2
-2/+2
*
Update client.py (GH-24827)
Géry Ogam
2021-03-13
1
-3/+0
*
bpo-27820: Fix AUTH LOGIN logic in smtplib.SMTP (GH-24118)
Pandu E POLUAN
2021-03-12
3
-3/+65
*
bpo-43356: Allow passing a signal number to interrupt_main() (GH-24755)
Antoine Pitrou
2021-03-11
11
-64/+209
*
bpo-43423 Fix IndexError in subprocess _communicate function (GH-24777)
Chris Griffith
2021-03-11
2
-4/+4
*
bpo-43311: Create GIL autoTSSkey ealier (GH-24819)
Victor Stinner
2021-03-10
3
-7/+28
*
bpo-43287: Use PEP 590 vectorcall to speed up filter() (GH-24611)
Dong-hee Na
2021-03-10
2
-2/+37
*
Fix error in documentation for ast.match_case (GH-24807)
Adrian Freund
2021-03-10
1
-1/+1
*
bpo-43406: Fix test_signal.test_stress_modifying_handlers() (GH-24815)
Victor Stinner
2021-03-10
1
-3/+13
*
bpo-43456: Remove _xxsubinterpreters from sys.stdlib_module_names (GH-24814)
Victor Stinner
2021-03-10
2
-1/+1
*
Fix typo in compile.c (GH-24812)
Ikko Ashimine
2021-03-10
1
-1/+1
*
bpo-43445: Add frozen modules to sys.stdlib_module_names (GH-24798)
Victor Stinner
2021-03-10
5
-4/+53
*
bpo-43439: Add audit hooks for gc functions (GH-24794)
Pablo Galindo
2021-03-10
6
-0/+56
*
bpo-43446: Fix markup in sqlite3 footnote (GH-24806)
Kamil Turek
2021-03-09
1
-1/+1
*
bpo-43440 : Enable SQLite R*Tree support for windows builds (GH-24797)
Erlend Egeberg Aasland
2021-03-09
2
-1/+3
*
bpo-3329: Fix typo in PyObjectArenaAllocator doc (GH-24795)
Victor Stinner
2021-03-09
1
-1/+1
*
bpo-43415: Fix typo on dataclasses.rst (#24789)
Guilherme Martins Crocetti
2021-03-08
1
-1/+1
*
bpo-37146: Move _PyEval_DeactivateOpCache() to the internal C API (GH-24786)
Victor Stinner
2021-03-08
2
-2/+2
*
bpo-14678: Update zipimport to support importlib.invalidate_caches() (GH-24159)
Desmond Cheong
2021-03-08
5
-939/+1020
*
bpo-43353: Document that logging.getLevelName() accepts string representation...
Mariusz Felisiak
2021-03-08
2
-10/+23
*
bpo-43332: Buffer proxy connection setup packets before sending. (GH-24780)
Gregory P. Smith
2021-03-08
3
-10/+32
*
bpo-43319: Fixed the tutorial on venv about standard library (GH-24740)
cmhzc
2021-03-07
1
-1/+1
*
bpo-43405: Fix DeprecationWarnings in test_unicode (GH-24754)
Zackery Spytz
2021-03-07
1
-20/+24
*
bpo-43372: Use _freeze_importlib for regen-frozen. (GH-24759)
Neil Schemenauer
2021-03-06
5
-23/+30
*
Put contextvars docs into the concurrency category (GH-24760)
Brett Cannon
2021-03-06
2
-1/+1
*
bpo-43407: Clarify comparisons of time.monotonic() et al results (GH-24757)
Alex Willmer
2021-03-06
2
-4/+8
*
Make tracing info (bounds, and previous instruction offset) a bit more robust...
Mark Shannon
2021-03-05
1
-52/+72
*
bpo-43406: Fix possible race condition where ``PyErr_CheckSignals`` tries to ...
Antoine Pitrou
2021-03-05
3
-1/+77
*
bpo-43390: Set SA_ONSTACK in PyOS_setsig (GH-24730)
Gregory P. Smith
2021-03-05
2
-1/+10
*
bpo-43400: Remove "easy to use" from mock docs (GH-24752)
Eddie Peters
2021-03-04
1
-1/+1
*
bpo-42129: Add support for resources in namespaces (GH-24670)
Jason R. Coombs
2021-03-04
21
-920/+1319
*
Revert "bpo-42405: fix C extensions build on Windows ARM64 (GH-23399)" (#24753)
Jason R. Coombs
2021-03-04
2
-23/+1
*
bpo-43391: Remove the broken Python 2.4 link from the comment (GH-24736)
Kamil Turek
2021-03-04
1
-1/+0
*
bpo-42405: fix C extensions build on Windows ARM64 (GH-23399)
Adrian Vladu
2021-03-04
2
-1/+23
*
bpo-43396: Normalise naming in sqlite3 doc examples (GH-24746)
Erlend Egeberg Aasland
2021-03-04
1
-25/+25
*
bpo-43369: sqlite3_column_{text,blob} failures now raise MemoryError (GH-24723)
Erlend Egeberg Aasland
2021-03-04
3
-11/+48
*
bpo-43394: Fix -Wstrict-prototypes warnings (GH-24737)
Brandt Bucher
2021-03-04
2
-6/+6
*
bpo-43271: Re-enable ceval.c optimizations for Windows debug builds (GH-24739)
db3l
2021-03-04
2
-1/+3
*
Improve the description of the improvements in bpo-42202 (GH-24738)
Pablo Galindo
2021-03-04
1
-2/+3
*
bpo-42128: Add __match_args__ to structseq-based classes (GH-24732)
Pablo Galindo
2021-03-04
3
-0/+48
*
bpo-40701: tempfile mixes str and bytes in an inconsistent manner (GH-20442)
Eric L
2021-03-03
4
-10/+98
*
Add an attribution to the Green Tree Snakes in the AST docs (GH-24727)
Pablo Galindo
2021-03-03
1
-0/+5
*
bpo-43162: [Enum] update docs, renable doc tests (GH-24487)
Ethan Furman
2021-03-03
3
-9/+10
*
bpo-43295: Fix error handling of datetime.strptime format string '%z' (GH-24627)
Noor Michael
2021-03-03
3
-1/+4
*
bpo-43368: Fix fetching empty bytes in sqlite3 (GH-24706)
Mariusz Felisiak
2021-03-03
3
-6/+8
*
missing multiply symbol in the documentation (GH-24686)
Alperen Serkan Aksöz
2021-03-03
1
-1/+1
*
Doc: typo fix. (GH-24721)
Julien Palard
2021-03-03
1
-2/+2
[prev]
[next]