GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Modules
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
bpo-44984: Rewrite test_null_strings in _testcapi (GH-27904)
Serhiy Storchaka
2021-08-23
1
-8
/
+16
*
Remove unused UNKNOWN macros from cursor.h and prepare_protocol.h (GH-27885)
Erlend Egeberg Aasland
2021-08-22
2
-2
/
+0
*
bpo-44965: Early exit for non-DML statements in sqlite3.Cursor.executemany() ...
Erlend Egeberg Aasland
2021-08-21
1
-8
/
+7
*
bpo-44079: Strip superfluous statement cache from sqlite3.Connection (GH-25998)
Erlend Egeberg Aasland
2021-08-19
4
-116
/
+18
*
bpo-42035: Enhance test_get_type_name() of _testcapi (GH-27649)
Hai Shi
2021-08-17
1
-0
/
+14
*
bpo-42035: Add PyType_GetQualName() to get a type's qualified name. (GH-27551)
Hai Shi
2021-08-17
1
-0
/
+41
*
bpo-44914: Add tests for some invariants of tp_version_tag (GH-27774)
Ken Jin
2021-08-16
1
-0
/
+18
*
bpo-44890: collect specialization stats if Py_DEBUG (GH-27731)
Irit Katriel
2021-08-12
1
-1
/
+1
*
bpo-44854: Remove trailing whitespaces (GH-27689)
Serhiy Storchaka
2021-08-09
4
-4
/
+4
*
bpo-44859: Improve error handling in sqlite3 and and raise more accurate exce...
Serhiy Storchaka
2021-08-08
4
-33
/
+52
*
bpo-42971: Add errno.EQFULL (macOS) (GH-24419)
Ronald Oussoren
2021-08-06
1
-0
/
+3
*
bpo-44839: Raise more specific errors in sqlite3 (GH-27613)
Serhiy Storchaka
2021-08-06
1
-36
/
+31
*
bpo-44822: Don't truncate `str`s with embedded NULL chars returned by `sqlite...
Erlend Egeberg Aasland
2021-08-05
1
-3
/
+10
*
bpo-41117: Cleanup subtract_refs() (GH-27593)
Victor Stinner
2021-08-04
1
-3
/
+3
*
Update URLs in comments and metadata to use HTTPS (GH-27458)
Noah Kantrowitz
2021-07-30
4
-4
/
+4
*
bpo-31746: Fix broken call in GH-27431 (GH-27464)
Erlend Egeberg Aasland
2021-07-29
1
-1
/
+1
*
bpo-31746: Prevent segfaults when sqlite3.Connection is uninitialised (GH-27431)
Erlend Egeberg Aasland
2021-07-29
1
-7
/
+23
*
bpo-44725 : expose specialization stats in python (GH-27192)
Irit Katriel
2021-07-29
2
-1
/
+39
*
bpo-42064: Optimise `sqlite3` state access, part 1 (GH-27273)
Erlend Egeberg Aasland
2021-07-29
13
-66
/
+103
*
bpo-42035: Add a PyType_GetName() to get type's short name. (GH-23903)
Hai Shi
2021-07-29
1
-0
/
+41
*
bpo-44688: Remove ASCII limitation from `sqlite3` collation names (GH-27395)
Erlend Egeberg Aasland
2021-07-29
2
-57
/
+22
*
bpo-40263: Fixes an off-by-one error in _winapi_WaitForMultipleObjects_impl (...
Ray Donnelly
2021-07-28
1
-1
/
+1
*
closes bpo-44751: Move crypt.h include from public header to _cryptmodule (GH...
Geoffrey Thomas
2021-07-27
1
-0
/
+3
*
bpo-42064: Migrate to `sqlite3_create_collation_v2` (GH-27156)
Erlend Egeberg Aasland
2021-07-27
2
-27
/
+17
*
bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378)
Mariusz Felisiak
2021-07-27
1
-1
/
+1
*
bpo-44590: Lazily allocate frame objects (GH-27077)
Mark Shannon
2021-07-26
3
-18
/
+20
*
bpo-42854: Correctly use size_t for _ssl._SSLSocket.read and _ssl._SSLSocket....
Pablo Galindo Salgado
2021-07-23
2
-12
/
+12
*
bpo-42747: Remove Py_TPFLAGS_HAVE_AM_SEND and make Py_TPFLAGS_HAVE_VERSION_TA...
Petr Viktorin
2021-07-23
1
-2
/
+1
*
bpo-44353: Implement typing.NewType __call__ method in C (#27262)
Yurii Karabas
2021-07-22
3
-0
/
+72
*
bpo-42064: Finalise establishing sqlite3 global state (GH-27155)
Erlend Egeberg Aasland
2021-07-20
6
-53
/
+69
*
bpo-44678: Separate error message for discontinuous padding in binascii.a2b_b...
Idan Moral
2021-07-19
1
-2
/
+5
*
bpo-43086: Add handling for out-of-spec data in a2b_base64 (GH-24402)
Idan Moral
2021-07-18
2
-14
/
+75
*
bpo-44641: Use vectorcall in sqlite3 collation callback (GH-27158)
Erlend Egeberg Aasland
2021-07-15
1
-3
/
+3
*
bpo-34932: Add socket.TCP_KEEPALIVE for macOS (GH-25079)
Shane Harvey
2021-07-14
1
-0
/
+4
*
Fix docstring typo in sqlite3.Connection.executescript/sqlite3.Cursor.execute...
Erlend Egeberg Aasland
2021-07-14
4
-8
/
+8
*
bpo-42064: Move `sqlite3` exceptions to global state, part 2 of 2 (GH-26884)
Erlend Egeberg Aasland
2021-07-14
7
-82
/
+90
*
bpo-44608: Fix memory leak in _tkinter._flatten() (GH-27107)
Serhiy Storchaka
2021-07-14
1
-1
/
+3
*
bpo-44630: Fix assertion errors in csv module (GH-27127)
T. Wouters
2021-07-13
1
-4
/
+8
*
bpo-29753: revert 0d7ad9f (GH-19850) (GH-27085)
Filipe Laíns
2021-07-11
1
-27
/
+8
*
Remove irrelevant comment which was added in 2a70a3a (GH-27044)
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
2021-07-08
1
-1
/
+0
*
bpo-44582: Accelerate mimetypes.init on Windows with a native accelerator (GH...
Steve Dower
2021-07-08
2
-1
/
+145
*
bpo-44558: Match countOf `is`/`==` treatment to c (GH-27007)
Rupert Tombs
2021-07-07
2
-4
/
+4
*
bpo-44563: Fix error handling in tee.fromiterable() (GH-27020)
Serhiy Storchaka
2021-07-05
1
-9
/
+10
*
bpo-41486: zlib uses an UINT32_MAX sliding window for the output buffer (GH-2...
Ma Lin
2021-07-04
1
-30
/
+114
*
bpo-44434: Remove useless calls to PyThread_exit_thread() (GH-26943)
Victor Stinner
2021-06-29
1
-2
/
+0
*
bpo-43977: Properly update the tp_flags of existing subclasses when their par...
Brandt Bucher
2021-06-25
1
-6
/
+31
*
bpo-44321: Adds `os.EX_OK` for Windows (GH-26559)
Samuel Marks
2021-06-24
1
-0
/
+4
*
bpo-44491: Allow clearing the sqlite3 authoriser callback (GH-26863)
Erlend Egeberg Aasland
2021-06-24
1
-6
/
+10
*
bpo-42064: Move `sqlite3` exceptions to global state, part 1 of 2 (GH-26745)
Erlend Egeberg Aasland
2021-06-23
6
-39
/
+49
*
bpo-42064: Remove stale extern declarations in `sqlite3` headers (GH-26840)
Erlend Egeberg Aasland
2021-06-23
5
-10
/
+0
[prev]
[next]