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
*
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
*
Pin test runner to Ubuntu 18 to un-break CI (#24715)
Brandt Bucher
2021-03-03
1
-1/+1
*
Reorder contents of 3.10's What's New (#24687)
Ken Jin
2021-03-03
1
-113/+129
*
bpo-42994: Add MIME types for opus, AAC, 3gpp and 3gpp2 (#24287)
Nathan Beals
2021-03-03
2
-0/+10
*
bpo-42782: Fail fast for permission errors in shutil.move() (GH-24001)
Winson Luk
2021-03-02
3
-0/+50
*
bpo-43049: Use io.IncrementalNewlineDecoder for doctest newline conversion (G...
Peter Donis
2021-03-02
1
-6/+3
*
bpo-43358: Fix bad free in assemble function (GH-24697)
Alex Henrie
2021-03-02
1
-2/+2
*
bpo-39523: Use do-while loop pysqlite_cursor_executescript() (GH-18305)
Alex Henrie
2021-03-02
1
-3/+2
*
bpo-41282: distutils: Fix stacklevel for DeprecationWarning (GH-24657)
Inada Naoki
2021-03-02
2
-1/+3
*
Doc: Improve library/json document. (GH-24390)
Adorilson Bezerra
2021-03-02
1
-7/+6
*
bpo-42840: Document providing kwargs to type. (#24173)
Erik Soma
2021-03-01
1
-1/+8
*
Fixed linenumber missing when audit hook has an error (GH-24692)
Jules Lasne
2021-03-01
1
-0/+1
*
Post 3.10.0a6
Pablo Galindo
2021-03-01
1
-1/+1
*
Merge tag 'v3.10.0a6'
Pablo Galindo
2021-03-01
57
-5117/+8630
|
\
|
*
Remove unused suspicious rule in the docs
v3.10.0a6
Pablo Galindo
2021-03-01
5
-4998/+8092
|
*
Python 3.10.0a6
Pablo Galindo
2021-03-01
52
-119/+538
*
|
Fix grammar in enum documentation. (GH-24689)
Mariatta Wijaya
2021-03-01
1
-1/+1
|
/
*
Fix typo in Mac/README.rst (#24682)
Ikko Ashimine
2021-03-01
1
-1/+1
*
closes bpo-43349: Fix tuning(7) manpage hyperlink. (GH-24680)
Erlend Egeberg Aasland
2021-03-01
1
-1/+3
*
bpo-11717: fix ssize_t redefinition error when targeting 32bit Windows app (G...
Jozef Grajciar
2021-03-01
5
-179/+181
*
bpo-41837: Update macOS installer build to use OpenSSL 1.1.1j. (GH-24677)
Ned Deily
2021-03-01
2
-3/+4
*
bpo-43103: Fix build failure with macOS framework builds. (GH-24676)
Ned Deily
2021-03-01
2
-2/+2
*
bpo-42603: Add whatsnew and ACKS entries. (GH-24675)
Ned Deily
2021-03-01
2
-0/+7
*
bpo-42128: Add documentation for pattern matching (PEP 634) (#24664)
Daniel F Moisset
2021-03-01
5
-3/+821
*
bpo-42603: Use pkg-config to get TCL/TK paths for tkinter. (GH-23721)
Manolis Stamatogiannakis
2021-03-01
4
-18/+61
*
bpo-42128: Add documentation for the new match-based AST nodes (GH-24673)
Pablo Galindo
2021-03-01
1
-0/+122
*
GH-42128: Add Pattern Matching to What's New (#24667)
Carol Willing
2021-02-28
1
-0/+275
*
bpo-29753: fix merging packed bitfields in ctypes struct/union (GH-19850)
Filipe Laíns
2021-02-28
3
-8/+91
*
bpo-37146: Deactivate opcode cache only when using huntrleaks in the test sui...
Pablo Galindo
2021-02-28
5
-11/+49
*
Add whatsnew note for GH-22904 (#24672)
Dennis Sweeney
2021-02-28
1
-0/+5
[next]