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.12] gh-106524: Fix a crash in _sre.template() (GH-106525) (GH-106544)
Miss Islington (bot)
2023-07-08
1
-0/+2
*
[3.12] gh-91053: make func watcher tests resilient to other func watchers (GH...
Miss Islington (bot)
2023-07-03
1
-12/+11
*
[3.12] GH-106152: Add PY_THROW event to cProfile (GH-106256)
Miss Islington (bot)
2023-06-29
1
-0/+1
*
[3.12] gh-105987: Fix reference counting issue in `_asyncio._swap_cur… (#10...
Kumar Aditya
2023-06-26
1
-4/+7
*
[3.12] gh-106033: Get rid of new occurrences of PyDict_GetItem and Py… (#10...
Serhiy Storchaka
2023-06-24
2
-7/+8
*
[3.12] gh-104812: Run Pending Calls in any Thread (gh-104813) (gh-105752)
Eric Snow
2023-06-14
4
-5/+128
*
[3.12] gh-105603: Change the PyInterpreterConfig.own gil Field (gh-105620) (g...
Miss Islington (bot)
2023-06-13
1
-7/+7
*
[3.12] gh-105375: Improve error handling in _Unpickler_SetInputStream() (#105...
Erlend E. Aasland
2023-06-13
1
-13/+18
*
[3.12] gh-105375: Explicitly initialise all {Pickler,Unpickler}Object fields ...
Miss Islington (bot)
2023-06-12
1
-37/+53
*
[3.12] gh-105436: The environment block should end with two null wchar_t valu...
Miss Islington (bot)
2023-06-12
1
-1/+13
*
[3.12] gh-103968: PyType_FromMetaclass: Allow metaclasses with tp_new=NULL (G...
Miss Islington (bot)
2023-06-12
1
-0/+13
*
[3.12] gh-105375: Harden pyexpat initialisation (#105606) (#105669)
Erlend E. Aasland
2023-06-11
1
-7/+11
*
[3.12] gh-105375: Improve error handling in _ctypes (GH-105593) (#105663)
Miss Islington (bot)
2023-06-11
1
-4/+14
*
[3.12] gh-105375: Improve posix error handling (GH-105592) (#105598)
Miss Islington (bot)
2023-06-11
1
-4/+8
*
[3.12] gh-105375: Improve _decimal error handling (GH-105605) (#105647)
Miss Islington (bot)
2023-06-11
1
-1/+5
*
[3.12] gh-105375: Harden _datetime initialisation (GH-105604) (#105645)
Miss Islington (bot)
2023-06-11
1
-5/+30
*
[3.12] gh-105375: Harden _ssl initialisation (GH-105599) (#105642)
Miss Islington (bot)
2023-06-11
1
-5/+11
*
[3.12] gh-105375: Improve array.array exception handling (GH-105594) (#105644)
Miss Islington (bot)
2023-06-11
1
-3/+5
*
[3.12] gh-105375: Improve error handling in `zoneinfo` module (GH-105586) (#1...
Miss Islington (bot)
2023-06-09
1
-6/+11
*
[3.12] gh-105375: Harden error handling in `_testcapi/heaptype.c` (GH-105608)...
Miss Islington (bot)
2023-06-09
1
-1/+4
*
[3.12] gh-105375: Improve error handling in _elementtree (GH-105591) (#105600)
Miss Islington (bot)
2023-06-09
1
-3/+7
*
[3.12] gh-105375: Improve errnomodule error handling (#105590) (#105596)
Erlend E. Aasland
2023-06-09
1
-2/+5
*
[3.12] gh-105375: Improve _pickle error handling (#105475) (#105584)
Erlend E. Aasland
2023-06-09
1
-12/+27
*
[3.12] gh-94673: Ensure subtypes are readied only once in math.trunc() (gh-10...
Miss Islington (bot)
2023-06-07
1
-1/+1
*
[3.12] Fix grammar and improve clarity for an deprecation message. (GH-105457...
Miss Islington (bot)
2023-06-07
1
-2/+2
*
[3.12] gh-105375: Improve error handling in sqlite3 collation callback (GH-10...
Miss Islington (bot)
2023-06-07
1
-3/+5
*
[3.12] gh-104399: Use newer libtommath APIs when necessary (GH-104407) (#105343)
Miss Islington (bot)
2023-06-06
1
-2/+21
*
[3.12] gh-102304: doc: Add links to Stable ABI and Limited C API (#105345) (#...
Victor Stinner
2023-06-06
1
-1/+1
*
[3.12] gh-104690 Disallow thread creation and fork at interpreter finalizatio...
Miss Islington (bot)
2023-06-04
3
-2/+30
*
[3.12] gh-104614: Fix potential ref. leak in _testcapimodule/get_basic_static...
Miss Islington (bot)
2023-06-02
1
-1/+3
*
[3.12] gh-104614: Make Sure ob_type is Always Set Correctly by PyType_Ready()...
Miss Islington (bot)
2023-06-01
1
-0/+45
*
[3.12] gh-105020: Share tp_bases and tp_mro Between Interpreters For All Stat...
Miss Islington (bot)
2023-06-01
1
-0/+23
*
[3.12] gh-103142: Upgrade binary builds and CI to OpenSSL 1.1.1u (GH-105174) ...
Miss Islington (bot)
2023-06-01
4
-3/+8775
*
[3.12] gh-89886: Rely on HAVE_SYS_TIME_H (GH-105058) (#105192)
Miss Islington (bot)
2023-06-01
2
-0/+6
*
[3.12] gh-102251: Explicitly free state for test modules with state in test_i...
Miss Islington (bot)
2023-05-31
1
-1/+21
*
gh-88745: Add _winapi.CopyFile2 and update shutil.copy2 to use it (GH-105055)
Miss Islington (bot)
2023-05-30
2
-1/+164
*
[3.12] gh-105071: add PyUnstable_Exc_PrepReraiseStar to expose except* implem...
Irit Katriel
2023-05-30
2
-1/+49
*
[3.12] gh-102251: Fix reference leak in _testsinglephase initialization (GH-1...
Miss Islington (bot)
2023-05-30
1
-1/+3
*
gh-104820: Fixes os.stat on Windows to better handle file systems that do not...
Miss Islington (bot)
2023-05-29
1
-4/+8
*
gh-104803: Implement ntpath.isdevdrive for checking whether a path is on a Wi...
Miss Islington (bot)
2023-05-29
2
-1/+159
*
[3.12] GH-101588: Deprecate pickle/copy/deepcopy support in itertools (GH-104...
Miss Islington (bot)
2023-05-26
1
-1/+43
*
[3.12] gh-104372: Drop the GIL around the vfork() call. (GH-104782) (#104942)
Miss Islington (bot)
2023-05-25
1
-1/+18
*
[3.12] gh-99108: Refresh HACL* (GH-104808) (#104893)
Miss Islington (bot)
2023-05-24
14
-140/+214
*
[3.12] gh-104372: use == -1 before PyErr_Occurred (GH-104831) (#104833)
Miss Islington (bot)
2023-05-24
1
-1/+1
*
[3.12] gh-103295: fix stack overwrite on 32-bit in perf map test harness (GH-...
Miss Islington (bot)
2023-05-23
1
-4/+9
*
[3.12] gh-99108: Release the GIL around hashlib built-in computation (GH-1046...
Miss Islington (bot)
2023-05-23
6
-15/+204
*
GH-103092: isolate `_ssl` (#104725)
Kumar Aditya
2023-05-22
3
-14/+21
*
gh-98836: Extend PyUnicode_FromFormat() (GH-98838)
Serhiy Storchaka
2023-05-21
4
-29/+52
*
gh-103857: Document utcnow and utcfromtimestamp deprecations in What's New (#...
Hugo van Kemenade
2023-05-21
1
-1/+1
*
GH-101291: Add low level, unstable API for pylong (GH-101685)
Mark Shannon
2023-05-21
1
-0/+13
[next]