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
*
Doc: Use consistent markup for example Point class in sqlite3 (#96095)
C.A.M. Gerlach
2022-08-19
1
-3/+3
*
Docs: group sqlite3.Connection attributes and methods (#96090)
Erlend E. Aasland
2022-08-19
1
-39/+37
*
gh-94635: Remove sqlite3 doc introduction heading (#96089)
Erlend E. Aasland
2022-08-19
1
-3/+0
*
gh-95853: WASM: better version and asset handling in scripts (GH-96045)
Christian Heimes
2022-08-19
5
-6/+42
*
gh-96039: Corrected wording error in itertools doc (GH-96105)
MrSuspicious
2022-08-19
1
-1/+1
*
gh-96017: Fix some compiler warnings (GH-96018)
Christian Heimes
2022-08-19
2
-0/+4
*
GH-95822: Need _PyType_Lookup() in descriptor howto code equivalent. (GH-95967)
Raymond Hettinger
2022-08-19
1
-1/+21
*
gh-95914: Add Py_UNICODE encode APIs removed in PEP 624 to 3.11 What's New (#...
C.A.M. Gerlach
2022-08-18
1
-0/+25
*
gh-95463: Remove backwards incompatible change regarding the _MASK_UTF_FILENA...
Pablo Galindo Salgado
2022-08-18
2
-1/+3
*
GH-93179: Document the thread safety of functools.lru_cache (GH-95970)
Raymond Hettinger
2022-08-18
1
-0/+6
*
gh-90536: Add support for the BOLT post-link binary optimizer (gh-95908)
Kevin Modzelewski
2022-08-18
7
-1/+351
*
Remove manual build scripts for Windows dependencies and put them in the rele...
Steve Dower
2022-08-18
4
-293/+0
*
GH-95861: Add support for Spearman's rank correlation coefficient (GH-95863)
Raymond Hettinger
2022-08-18
4
-18/+117
*
Docs: Escape lone stars in sqlite3 docs (#96081)
Erlend E. Aasland
2022-08-18
1
-5/+5
*
gh-95271: Rework sqlite3 tutorial (#95749)
Erlend E. Aasland
2022-08-18
1
-50/+138
*
gh-93103: Doc uses PyConfig rather than deprecated vars (#96070)
Victor Stinner
2022-08-18
4
-12/+10
*
gh-95813: Improve HTMLParser from the view of inheritance (#95874)
Dong-hee Na
2022-08-18
2
-1/+16
*
gh-95913: Add traceback module additions to what's new in 3.11 (GH-95980)
Irit Katriel
2022-08-18
1
-0/+14
*
gh-95913: make the new internal classes pdb.ModuleTarget/ScriptTarget private...
Irit Katriel
2022-08-18
2
-5/+5
*
Remove dead code in _PyDict_GetItemHint and rename to _PyDict_LookupIndex (GH...
Matthias Görgens
2022-08-18
3
-51/+10
*
gh-90110: Update the c-analyzer Tool (gh-96058)
Eric Snow
2022-08-17
4
-8/+87
*
gh-90110: Get the C Analyzer Tool Working Again (gh-96057)
Eric Snow
2022-08-17
3
-579/+383
*
Correct news entry. (GH-96043)
Mark Shannon
2022-08-17
1
-1/+1
*
GH-95589: Dont crash when subclassing extension classes with multiple inherit...
Mark Shannon
2022-08-17
4
-43/+67
*
gh-95991: Add some infrastructure for testing Limited API in _testcapi (GH-95...
Petr Viktorin
2022-08-17
7
-23/+64
*
GH-93911: Specialize `LOAD_ATTR` for custom `__getattribute__` (GH-93988)
Ken Jin
2022-08-17
11
-86/+219
*
gh-95736: Fix event loop creation in IsolatedAsyncioTestCase (GH-96033)
Serhiy Storchaka
2022-08-17
1
-4/+4
*
gh-96005: FreeBSD has ENOTCAPABLE, too (GH-96034)
Christian Heimes
2022-08-17
2
-3/+5
*
GH-95704: Don't suppress errors from tasks when TG is cancelled (#95761)
Guido van Rossum
2022-08-17
3
-28/+35
*
GH-95909: Make `_PyArg_Parser` initialization thread safe (GH-95958)
Kumar Aditya
2022-08-16
3
-12/+48
*
gh-96005: Handle WASI ENOTCAPABLE in getpath (GH-96006)
Christian Heimes
2022-08-16
6
-4/+31
*
gh-94823: Improve coverage in tokenizer.c:valid_utf8 (GH-94856)
Michael Droettboom
2022-08-16
1
-0/+61
*
GH-95736: fix IsolatedAsyncioTestCase to initialize Runner before calling set...
Kumar Aditya
2022-08-16
3
-0/+20
*
GH-95245: Move weakreflist into the pre-header. (GH-95996)
Mark Shannon
2022-08-16
6
-20/+105
*
remove repetitive credit from what's new in 3.11 rst (GH-96024)
Irit Katriel
2022-08-16
1
-1/+0
*
gh-95957: Add instructions for Tcl/Tk and OpenSSL on RHEL/CentOS 7 (#95964)
Christian Heimes
2022-08-16
6
-6/+46
*
Change CODEOWNERS entries for iritkatriel (GH-96008)
Irit Katriel
2022-08-16
1
-2/+1
*
gh-95808: Add missing early returns in _asynciomodule.c (#95809)
Yury Selivanov
2022-08-15
1
-2/+3
*
gh-78143: IDLE - fix settings dialog page label. (#96009)
Terry Jan Reedy
2022-08-15
1
-1/+1
*
GH-94808: Test __build_class__ inside non-dict __builtins__ (GH-95932)
Michael Droettboom
2022-08-15
1
-5/+9
*
GH-95899: fix asyncio.Runner to call set_event_loop only once (#95900)
Kumar Aditya
2022-08-15
3
-3/+20
*
gh-95231: Disable md5 & crypt modules if FIPS is enabled (GH-94742)
Shreenidhi Shedi
2022-08-15
2
-1/+4
*
gh-95707: Fix function signature (GH-95995)
Christian Heimes
2022-08-15
1
-1/+2
*
GH-95707: Fix uses of `Py_TPFLAGS_MANAGED_DICT` (GH-95854)
Mark Shannon
2022-08-15
7
-25/+137
*
gh-95853: Address wasm build and test issues (GH-95985)
Christian Heimes
2022-08-15
3
-6/+14
*
Clarify asyncio.Runner docs re: loop_factory (#95979)
Kumar Aditya
2022-08-14
1
-1/+3
*
GH-95977: Speed up calling pure python descriptor __get__ with vectorcall (gh...
Kumar Aditya
2022-08-14
2
-1/+3
*
bpo-40222: Mark exception table function in the dis module as private (#95961)
Pablo Galindo Salgado
2022-08-14
1
-8/+8
*
gh-95853: Add script to automate WASM build (GH-95828)
Christian Heimes
2022-08-13
9
-21/+827
*
gh-89313: Add hashlib.file_digest to whatsnew 3.11 (GH-95965)
Christian Heimes
2022-08-13
1
-0/+4
[next]