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
path:
root
/
Modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-90623: signal.raise_signal() calls PyErr_CheckSignals() (#91756)
Victor Stinner
2022-04-21
2
-1/+17
*
gh-91731: Replace Py_BUILD_ASSERT() with static_assert() (#91730)
Victor Stinner
2022-04-20
5
-10/+17
*
gh-91734: Fix ossaudio support on Solaris (GH-91735)
Jakub KulĂk
2022-04-20
1
-0/+4
*
bpo-46712: share more global strings in deepfreeze (gh-32152)
Kumar Aditya
2022-04-19
2
-1/+2
*
gh-91616: re module, fix .fullmatch() mismatch when using Atomic Grouping or ...
Ma Lin
2022-04-19
1
-7/+7
*
gh-90699: Use module state to access insert str object. (GH-91693)
Dong-hee Na
2022-04-19
1
-3/+49
*
gh-91526: io: Remove device encoding support from TextIOWrapper (GH-91529)
Inada Naoki
2022-04-19
1
-50/+6
*
bpo-47256: Increasing the depth of backtracking in RE (GH-32411)
Ma Lin
2022-04-18
2
-44/+44
*
bpo-46053: Fix OSS audio support on NetBSD (GH-30065)
Thomas Klausner
2022-04-18
1
-0/+78
*
gh-91118: Fix docstrings that do not honor --without-doc-strings (#31769)
Oleg Iarygin
2022-04-18
5
-47/+47
*
gh-91217: deprecate ossaudiodev (GH-91641)
Brett Cannon
2022-04-17
1
-0/+7
*
gh-91217: deprecate nis (GH-91606)
Brett Cannon
2022-04-16
1
-0/+6
*
bpo-40676: Use Argument Clinic for csv (where possible) (GH-20200)
Shantanu
2022-04-16
2
-37/+197
*
gh-69093: Add context manager support to sqlite3.Blob (GH-91562)
Erlend Egeberg Aasland
2022-04-16
2
-1/+95
*
gh-90501: Add PyErr_GetHandledException and PyErr_SetHandledException (GH-30531)
Irit Katriel
2022-04-15
1
-0/+11
*
gh-69093: improve sqlite3.Connection.blobopen() error handling (GH-91571)
Erlend Egeberg Aasland
2022-04-15
1
-1/+5
*
gh-91404: Use computed gotos and reduce indirection in re (#91495)
Brandt Bucher
2022-04-15
2
-343/+452
*
gh-69093: Don't allow instantiation of sqlite3.Blob objects (GH-91570)
Erlend Egeberg Aasland
2022-04-15
1
-1/+1
*
gh-69093: Expose sqlite3.Blob as a class (GH-91550)
Jelle Zijlstra
2022-04-15
1
-0/+1
*
Remove usage of _Py_IDENTIFIER from unicodedata module. (GH-91532)
Dong-hee Na
2022-04-15
1
-14/+8
*
gh-69093: Support basic incremental I/O to blobs in `sqlite3` (GH-30680)
Erlend Egeberg Aasland
2022-04-15
8
-6/+739
*
gh-91353: Fix void return type handling in ctypes (GH-32246)
Hood Chatham
2022-04-14
2
-2/+7
*
gh-91156: Fix `encoding="locale"` in UTF-8 mode (GH-70056)
Inada Naoki
2022-04-14
4
-15/+23
*
gh-90699: Remove usage of _Py_IDENTIFIER from bisect module. (GH-91522)
Dong-hee Na
2022-04-14
1
-5/+2
*
bpo-47152: Automatically regenerate sre_constants.h (GH-91439)
Serhiy Storchaka
2022-04-12
1
-2/+2
*
gh-79097: Add support for aggregate window functions in sqlite3 (GH-20903)
Erlend Egeberg Aasland
2022-04-12
4
-8/+230
*
bpo-45995: add "z" format specifer to coerce negative 0 to zero (GH-30049)
John Belmonte
2022-04-11
1
-7/+119
*
bpo-47000: Add `locale.getencoding()` (GH-32068)
Inada Naoki
2022-04-09
3
-13/+19
*
Add new PyFrame_GetLasti C-API function (GH-32413)
Mark Shannon
2022-04-08
1
-0/+16
*
bpo-47177: Replace `f_lasti` with `prev_instr` (GH-32208)
Brandt Bucher
2022-04-07
1
-1/+1
*
Deprecate audioop (GH-32392)
Brett Cannon
2022-04-07
1
-0/+7
*
Remove micro-optimization that no longer shows a benefit. (GH-32397)
Raymond Hettinger
2022-04-07
1
-21/+1
*
Change parameter name from *x* for reals to *n* for integers. (GH-32377)
Raymond Hettinger
2022-04-06
2
-6/+6
*
bpo-26579: Add object.__getstate__(). (GH-2821)
Serhiy Storchaka
2022-04-06
2
-35/+10
*
bpo-47211: Remove function re.template() and flag re.TEMPLATE (GH-32300)
Serhiy Storchaka
2022-04-06
2
-2/+0
*
bpo-41930: Add support for SQLite serialise/deserialise API (GH-26728)
Erlend Egeberg Aasland
2022-04-05
2
-1/+280
*
bpo-46890: Fix setting of sys._base_executable with framework builds on macOS...
Ronald Oussoren
2022-04-05
2
-2/+19
*
bpo-47208: Allow vendors to override CTYPES_MAX_ARGCOUNT (GH-32297)
Christian Heimes
2022-04-04
2
-1/+4
*
bpo-47152: Move sources of the _sre module into a subdirectory (GH-32290)
Serhiy Storchaka
2022-04-04
6
-5/+5
*
bpo-47000: Make `io.text_encoding()` respects UTF-8 mode (GH-32003)
Inada Naoki
2022-04-04
2
-7/+16
*
bpo-47176: Interrupt handling for wasm32-emscripten builds without pthreads (...
Hood Chatham
2022-04-03
1
-0/+2
*
bpo-23689: re module, fix memory leak when a match is terminated by a signal ...
Ma Lin
2022-04-03
5
-46/+83
*
bpo-47196: Fix one more PyInit function signature (GH-32280)
Hood Chatham
2022-04-03
1
-1/+1
*
bpo-47152: Convert the re module into a package (GH-32177)
Serhiy Storchaka
2022-04-02
1
-2/+2
*
bpo-47196: Fix function pointer cast in test_imp (GH-32244)
Hood Chatham
2022-04-02
1
-24/+24
*
bpo-46023: makesetup: skip all duplicate modules (GH-32234)
Christian Heimes
2022-04-01
1
-6/+12
*
bpo-47167: Allow overriding a future compliance check in asyncio.Task (GH-32197)
Andrew Svetlov
2022-04-01
2
-8/+102
*
bpo-47151: Fallback to fork when vfork fails in subprocess. (GH-32186)
Gregory P. Smith
2022-03-31
1
-0/+6
*
bpo-40421: Add missing getters for frame object attributes to C-API. (GH-32114)
Mark Shannon
2022-03-31
1
-0/+44
*
bpo-45847: Port _tkinter to PY_STDLIB_MOD (GH-31698)
Erlend Egeberg Aasland
2022-03-31
1
-3/+2
[next]