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
*
Compute from_sample() in a single pass over the data (#92284)
Raymond Hettinger
2022-05-04
1
-18/+27
*
gh-78214: marshal: Stabilize FLAG_REF usage (GH-8226)
Inada Naoki
2022-05-04
3
-10/+17
*
bpo-47029: Fix BrokenPipeError in multiprocessing.Queue at garbage collection...
Géry Ogam
2022-05-03
2
-12/+15
*
gh-80254: Disallow recursive usage of cursors in `sqlite3` converters (#29054)
Erlend Egeberg Aasland
2022-05-03
3
-7/+65
*
Add more stats for freelist use and allocations. (GH-92211)
Mark Shannon
2022-05-03
9
-0/+43
*
GH-91173: disable frozen modules in debug builds (#92023)
Kumar Aditya
2022-05-03
3
-25/+27
*
gh-91928: Add `datetime.UTC` alias for `datetime.timezone.utc` (GH-91973)
Kabir Kwatra
2022-05-03
6
-3/+23
*
gh-87304: Improve comments in language reference for imports (#92164)
Robert Yang
2022-05-03
1
-3/+3
*
gh-92206: Improve scoping of sqlite3 statement helper (#92260)
Erlend Egeberg Aasland
2022-05-03
3
-9/+8
*
Improve the typing docs (#92264)
Jelle Zijlstra
2022-05-03
1
-34/+33
*
gh-81057: Fix indent. (gh-92267)
Eric Snow
2022-05-03
1
-1/+1
*
bpo-45639: Add webp and avif image formats to mimetypes (#29259)
kixorz
2022-05-03
3
-0/+6
*
gh-92062: `inspect.Parameter` checks whether `name` is a keyword (GH-92065)
Zac Hatfield-Dodds
2022-05-03
3
-3/+12
*
gh-91321: Fix PyModuleDef_HEAD_INIT on C++ (#92259)
Victor Stinner
2022-05-03
1
-5/+5
*
gh-89289: Fix compiler warning in _sqlite/connection.c (#92258)
Erlend Egeberg Aasland
2022-05-03
1
-1/+1
*
gh-92206: Improve scoping of sqlite3 bind param functions (#92250)
Erlend Egeberg Aasland
2022-05-03
3
-257/+250
*
gh-91320: Use _PyCFunction_CAST() (#92251)
Victor Stinner
2022-05-03
31
-146/+146
*
gh-91321: Add _Py_NULL macro (#92253)
Victor Stinner
2022-05-03
6
-18/+28
*
gh-81057: Get the c-analyzer tool working again. (gh-92246)
Eric Snow
2022-05-03
4
-4/+16
*
gh-90172: add test for functools.singledispatch on Union types with None type...
Thaddeus1499
2022-05-03
1
-0/+43
*
gh-91320: Fix more old-style cast warnings in C++ (#92247)
Victor Stinner
2022-05-03
3
-16/+19
*
gh-91320: Argument Clinic uses _PyCFunction_CAST() (#32210)
Victor Stinner
2022-05-03
99
-975/+978
*
gh-89289: Harden sqlite3.Connection init (#92214)
Erlend Egeberg Aasland
2022-05-03
1
-8/+15
*
gh-89653: PEP 670: Convert PyBytes macros to functions (#91990)
Victor Stinner
2022-05-03
4
-14/+47
*
gh-92206: Improve scoping of sqlite3 reset statement helper (#92241)
Erlend Egeberg Aasland
2022-05-03
3
-30/+28
*
bpo-46696: Add socket.SO_INCOMING_CPU constant (#31237)
David CARLIER
2022-05-03
3
-0/+13
*
bpo-29890: Test IPv*Interface construction with tuple argument (#30862)
Humbled Drugman
2022-05-03
2
-0/+10
*
GH-91752: Skip test_freeze_simple_script when zlib is not available (#91758)
Abhigyan Bose
2022-05-03
2
-1/+2
*
gh-88753: Make BooleanOptionalAction's addition of default to help more simil...
Toshio Kuratomi
2022-05-03
3
-16/+32
*
gh-89452: Prefer gdbm-compat over ndbm (#92208)
Łukasz Langa
2022-05-03
5
-9/+11
*
bpo-46604: fix function name in ssl module docstring (#31064)
Kossi GLOKPOR
2022-05-03
1
-3/+4
*
gh-92031: Deoptimize Static Code at Finalization (GH-92039)
Dennis Sweeney
2022-05-03
5
-10/+225
*
gh-90887: posix module: Add more flags for fcopy_file (#31300)
David CARLIER
2022-05-03
2
-0/+4
*
GH-91355: micro-optimize Connection.send_bytes() method (gh-32247)
Ma Lin
2022-05-03
1
-3/+2
*
Link to GitHub instead of BPO for CPython bug tracker (GH-92221)
slateny
2022-05-03
2
-9/+3
*
gh-92135: Rename _Py_reinterpret_cast() to _Py_CAST() (#92230)
Victor Stinner
2022-05-03
9
-24/+24
*
bpo-44863: Allow generic typing.TypedDict (#27663)
Samodya Abey
2022-05-03
6
-7/+172
*
gh-92154: Expose PyCode_GetCode in the C API (GH-92168)
Ken Jin
2022-05-03
6
-0/+53
*
gh-92206: Improve scoping of sqlite3 register cursor helper (#92212)
Erlend Egeberg Aasland
2022-05-03
3
-28/+23
*
Dependabot: only bump actions for major versions (#92186)
Hugo van Kemenade
2022-05-03
2
-3/+8
*
gh-70363: Implement `io.IOBase` interface for `SpooledTemporaryFile` (GH-29560)
Carey Metcalfe
2022-05-03
5
-3/+92
*
bpo-46415: Use f-string for ValueError in ipaddress.ip_{address,network,inter...
Thomas Cellerier
2022-05-03
3
-9/+24
*
The stdev calculation is more accurate computing its own mean (#92220)
Raymond Hettinger
2022-05-03
1
-2/+1
*
gh-92169: Use warnings_helper.import_deprecated() to import deprecated module...
Hugo van Kemenade
2022-05-03
10
-41/+33
*
Fix doc warnings in What's New in 3.11 (GH-92215)
Ken Jin
2022-05-03
1
-1/+1
*
bpo-46267: Test compresslevel in gzip.compress (#30416)
Ruben Vorderman
2022-05-03
1
-0/+9
*
gh-92206: Move pysqlite_step() to Modules/_sqlite/cursor.c (#92207)
Erlend Egeberg Aasland
2022-05-03
3
-16/+14
*
bpo-46785: Fix race condition between os.stat() and unlink on Windows (GH-31858)
Itai Steinherz
2022-05-02
4
-1/+57
*
gh-91621: Fix typing.get_type_hints for collections.abc.Callable (#91656)
Shantanu
2022-05-02
3
-3/+35
*
gh-84461: Add ability for multiprocessed libregrtest to use a different Pytho...
Ethan Smith
2022-05-02
3
-2/+12
[next]