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
*
[3.11] gh-109098: Fuzz re module instead of internal sre (GH-109911) (GH-109933)
Miss Islington (bot)
2023-09-27
1
-20/+16
*
[3.11] gh-109593: Fix reentrancy issue in multiprocessing resource_tracker (G...
Miss Islington (bot)
2023-09-26
1
-0/+14
*
[3.11] gh-109631: Allow interruption of short repeated regex matches (GH-1098...
Miss Islington (bot)
2023-09-26
2
-2/+5
*
[3.11] gh-109795: `_thread.start_new_thread`: allocate thread bootstate usin...
Victor Stinner
2023-09-25
1
-3/+6
*
[3.11] gh-109613: _pystat_fromstructstat() checks for exceptions (#109618) (#...
Victor Stinner
2023-09-21
1
-46/+67
*
[3.11] gh-108987: Fix _thread.start_new_thread() race condition (#109135) (#1...
Victor Stinner
2023-09-11
1
-16/+31
*
[3.11] gh-104690: thread_run() checks for tstate dangling pointer (#109056) (...
Victor Stinner
2023-09-08
1
-2/+5
*
[3.11] gh-104372: Drop the GIL around the vfork() call. (#104782) (#104958)
Gregory P. Smith
2023-09-01
1
-2/+19
*
[3.11] gh-107801: Improve the accuracy of io.IOBase.seek docs (#108268) (#108...
Erlend E. Aasland
2023-08-29
1
-7/+14
*
[3.11] gh-107801: Document io.TextIOWrapper.tell (#108265) (#108548)
Erlend E. Aasland
2023-08-27
2
-3/+12
*
[3.11] gh-107913: Fix possible losses of OSError error codes (GH-107930) (GH-...
Serhiy Storchaka
2023-08-27
14
-75/+122
*
[3.11] Revert "gh-46376: Return existing pointer when possible in ctypes (GH-...
Łukasz Langa
2023-08-24
1
-29/+0
*
[3.11] Trim trailing whitespace and test on CI (GH-104275) (#108215)
Hugo van Kemenade
2023-08-22
16
-109/+109
*
[3.11] gh-102507 Remove invisible pagebreak characters (GH-102531) (#108266)
Miss Islington (bot)
2023-08-22
1
-3/+0
*
[3.11] gh-107801: Improve the accuracy of io.TextIOWrapper.seek docs (#107933...
Erlend E. Aasland
2023-08-22
2
-5/+39
*
[3.11] gh-107801: Improve the accuracy of os.lseek docs (#107935) (#108137)
Erlend E. Aasland
2023-08-19
2
-8/+22
*
[3.11] gh-100061: Proper fix of the bug in the matching of possessive quantif...
Serhiy Storchaka
2023-08-16
1
-0/+4
*
[3.11] gh-106242: Fix path truncation in os.path.normpath (GH-106816) (#107982)
Steve Dower
2023-08-15
1
-1/+3
*
[3.11] gh-106844: Fix issues in _winapi.LCMapStringEx (GH-107832) (GH-107875)
Serhiy Storchaka
2023-08-12
1
-12/+14
*
[3.11] gh-107735: Add C API tests for PySys_GetObject() and PySys_SetObject()...
Serhiy Storchaka
2023-08-07
1
-0/+41
*
[3.11] gh-107077: Raise SSLCertVerificationError even if the error is set via...
Miss Islington (bot)
2023-08-03
1
-0/+4
*
[3.11] gh-106263: Fix segfault in `signaldict_repr` in `_decimal` module (#...
Charlie Zhao
2023-07-31
1
-3/+27
*
[3.11] gh-46376: Return existing pointer when possible in ctypes (GH-107131) ...
Łukasz Langa
2023-07-31
1
-0/+29
*
[3.11] gh-106881: Check for linux/limits.h before including it (#107397) (#10...
justdan6
2023-07-28
1
-1/+1
*
[3.11] gh-104432: Use `memcpy()` to avoid misaligned loads (GH-104433) (#107356)
Miss Islington (bot)
2023-07-28
2
-7/+25
*
[3.11] gh-106350: Tkinter: do not ignore return value of `mp_init()` (GH-1063...
Miss Islington (bot)
2023-07-26
1
-2/+3
*
[3.11] gh-99612: Fix PyUnicode_DecodeUTF8Stateful() for ASCII-only data (GH-9...
Serhiy Storchaka
2023-07-25
1
-1/+36
*
[3.11] gh-86493: Fix possible leaks in some modules initialization (GH-106768...
Serhiy Storchaka
2023-07-19
8
-43/+34
*
[3.11] gh-86493: Fix possible leaks in modules initialization: _curses_panel,...
Serhiy Storchaka
2023-07-18
4
-84/+43
*
[3.11] gh-106831: Fix NULL check of d2i_SSL_SESSION() result in _ssl.c (GH-10...
Miss Islington (bot)
2023-07-17
1
-3/+4
*
[3.11] gh-105235: Prevent reading outside buffer during mmap.find() (… (#10...
Dennis Sweeney
2023-07-15
2
-1/+120
*
[3.11] gh-106033: Get rid of new occurrences of PyDict_GetItem and Py… (#10...
Serhiy Storchaka
2023-06-24
1
-6/+7
*
[3.11] gh-105375: Improve error handling in _Unpickler_SetInputStream() (#105...
Erlend E. Aasland
2023-06-13
1
-13/+18
*
[3.11] gh-105375: Explicitly initialise all {Pickler,Unpickler}Object fields ...
Erlend E. Aasland
2023-06-13
1
-37/+52
*
[3.11] gh-105436: The environment block should end with two null wchar_t valu...
Miss Islington (bot)
2023-06-12
1
-1/+13
*
[3.11] gh-105375: Harden pyexpat initialisation (#105606) (#105668)
Erlend E. Aasland
2023-06-11
1
-9/+11
*
[3.11] gh-105375: Improve error handling in _ctypes (GH-105593) (#105664)
Miss Islington (bot)
2023-06-11
1
-4/+14
*
[3.11] gh-105375: Harden _ssl initialisation (#105599) (#105651)
Erlend E. Aasland
2023-06-11
1
-6/+15
*
[3.11] gh-105375: Improve _decimal error handling (GH-105605) (#105648)
Miss Islington (bot)
2023-06-11
1
-1/+5
*
[3.11] gh-105375: Harden _datetime initialisation (GH-105604) (#105646)
Miss Islington (bot)
2023-06-11
1
-5/+30
*
[3.11] gh-105375: Improve array.array exception handling (GH-105594) (#105643)
Miss Islington (bot)
2023-06-11
1
-3/+5
*
[3.11] gh-105375: Improve error handling in `zoneinfo` module (GH-105586) (#1...
Miss Islington (bot)
2023-06-09
1
-6/+11
*
[3.11] gh-105375: Improve error handling in _elementtree (GH-105591) (#105601)
Miss Islington (bot)
2023-06-09
1
-3/+7
*
[3.11] gh-105375: Improve posix error handling (GH-105592) (#105597)
Miss Islington (bot)
2023-06-09
1
-4/+8
*
[3.11] gh-105375: Improve errnomodule error handling (#105590) (#105595)
Erlend E. Aasland
2023-06-09
1
-2/+5
*
[3.11] gh-105375: Improve _pickle error handling (#105475) (#105583)
Erlend E. Aasland
2023-06-09
1
-12/+27
*
[3.11] gh-105375: Improve error handling in sqlite3 collation callback (GH-10...
Miss Islington (bot)
2023-06-07
1
-3/+5
*
[3.11] gh-104399: Use newer libtommath APIs when necessary (GH-104407) (#105344)
Miss Islington (bot)
2023-06-06
1
-2/+21
*
[3.11] gh-103142: Upgrade binary builds and CI to OpenSSL 1.1.1u (GH-105174) ...
Gregory P. Smith
2023-06-01
2
-2/+167
*
[3.11] gh-104372: Cleanup _posixsubprocess make_inheritable for async signal ...
Gregory P. Smith
2023-05-24
1
-34/+91
[next]