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
*
gh-90539: doc: Expand on what should not go into CFLAGS, LDFLAGS (GH-92754)
Miss Islington (bot)
2022-06-20
1
-0/+18
*
gh-84461: Silence some compiler warnings on WASM (GH-93978) (#94025)
Victor Stinner
2022-06-20
4
-5/+9
*
[3.10] gh-79009: sqlite3.iterdump now correctly handles tables with autoincre...
Miss Islington (bot)
2022-06-20
4
-1/+61
*
gh-61162: Clarify sqlite3 connection context manager docs (GH-93890)
Miss Islington (bot)
2022-06-19
2
-4/+19
*
[3.10] gh-93925: Improve clarity of sqlite3 commit/rollback, and close docs (...
Erlend Egeberg Aasland
2022-06-19
3
-19/+30
*
GH-93990: fix refcounting bug in `add_subclass` in `typeobject.c` (GH-93989) ...
Kumar Aditya
2022-06-19
1
-1/+4
*
What's new in 3.10: fix link to issue (GH-93968)
Miss Islington (bot)
2022-06-19
1
-1/+1
*
GH-83658: make multiprocessing.Pool raise an exception if maxtasksperchild is...
Miss Islington (bot)
2022-06-17
3
-0/+9
*
test_logging: Fix BytesWarning in SysLogHandlerTest (GH-93920)
Miss Islington (bot)
2022-06-17
1
-1/+1
*
gh-91877: Fix WriteTransport.get_write_buffer_{limits,size} docs (#92338) (#9...
Kumar Aditya
2022-06-16
1
-0/+4
*
gh-91810: Fix regression with writing an XML declaration with encoding='unico...
Miss Islington (bot)
2022-06-16
3
-20/+10
*
gh-91577: SharedMemory move imports out of methods (GH-91579)
Miss Islington (bot)
2022-06-16
2
-4/+4
*
[3.10] gh-93735: Split Docs CI to speed-up the build (GH-93736) (GH-93833)
Adam Turner
2022-06-16
1
-7/+35
*
[3.11] gh-93741: Add private C API _PyImport_GetModuleAttrString() (GH-93742)...
Miss Islington (bot)
2022-06-16
2
-0/+34
*
gh-93857: Fix broken audit-event targets in sqlite3 docs (GH-93859)
Miss Islington (bot)
2022-06-15
1
-2/+2
*
gh-87260: Update sqlite3 signature docs to reflect actual implementation (GH-...
Miss Islington (bot)
2022-06-15
2
-9/+10
*
[3.10] gh-89018: Improve documentation of `sqlite3` exceptions (GH-27645) (#9...
Erlend Egeberg Aasland
2022-06-15
1
-17/+48
*
gh-93183: Adjust wording in socket docs (GH-93832)
Miss Islington (bot)
2022-06-15
1
-2/+2
*
[3.10] gh-93795: Use test.support TESTFN/unlink in sqlite3 tests (GH-93796). ...
Erlend Egeberg Aasland
2022-06-14
1
-17/+15
*
[3.10] gh-79579: Improve DML query detection in sqlite3 (GH-93623) (#93801)
Erlend Egeberg Aasland
2022-06-14
3
-75/+1939
*
gh-93353: Fix importlib.resources._tempfile() finalizer (GH-93377)
Miss Islington (bot)
2022-06-13
2
-2/+8
*
Change list to view object (GH-93661)
Miss Islington (bot)
2022-06-11
2
-2/+3
*
gh-92930: _pickle.c: Acquire strong references before calling save() (GH-92931)
Miss Islington (bot)
2022-06-11
3
-11/+98
*
gh-92886: Fix tests that fail when running with optimizations (`-O`) in `test...
Miss Islington (bot)
2022-06-10
2
-1/+5
*
gh-91317: Document that Path does not collapse initial `//` (GH-32193)
Miss Islington (bot)
2022-06-10
2
-3/+32
*
[3.10] gh-93671: Avoid exponential backtracking in deeply nested sequence pat...
Pablo Galindo Salgado
2022-06-10
4
-2/+37
*
bpo-42658: Use LCMapStringEx in ntpath.normcase to match OS behaviour for cas...
Steve Dower
2022-06-10
5
-9/+157
*
[3.10] Improve logging documentation with example and additional cookbook re...
Miss Islington (bot)
2022-06-10
3
-2/+101
*
gh-87961: Remove outdated notes from functions that aren't in the Limited API...
Miss Islington (bot)
2022-06-10
3
-26/+0
*
gh-90494: Reject 6th element of the __reduce__() tuple (GH-93609) (GH-93632)
Miss Islington (bot)
2022-06-10
4
-2/+27
*
gh-90549: Fix leak of global named resources using multiprocessing spawn (GH-...
Miss Islington (bot)
2022-06-10
4
-2/+54
*
gh-90763: Modernise xx template module initialisation (GH-93078)
Miss Islington (bot)
2022-06-10
2
-43/+54
*
Doc: Update references and examples of old, unsupported OSes and uarches (GH-...
Miss Islington (bot)
2022-06-09
7
-18/+29
*
[3.10] gh-93421: Update sqlite3 cursor.rowcount only after SQLITE_DONE (GH-93...
Erlend Egeberg Aasland
2022-06-08
3
-9/+25
*
[3.10] Fix `PurePath.relative_to` links in the pathlib documentation (GH-9326...
jacksonriley
2022-06-07
1
-2/+2
*
gh-57539: Increase calendar test coverage (GH-93468) (GH-93565)
Miss Islington (bot)
2022-06-07
3
-0/+15
*
gh-88831: In docs for asyncio.create_task, explain why strong references to t...
Miss Islington (bot)
2022-06-07
2
-1/+19
*
gh-92914: Round the allocated size for lists up to the even number (GH-92915)...
Miss Islington (bot)
2022-06-07
3
-3/+11
*
gh-86986: bump min sphinx version to 3.2 (GH-93337) (GH-93562)
Miss Islington (bot)
2022-06-07
2
-1/+2
*
Merge remote-tracking branch 'upstream/3.10' into 3.10
Pablo Galindo
2022-06-06
5
-6/+8
|
\
|
*
gh-93391: fix typo in `array` docs (GH-93392) (GH-93395)
Miss Islington (bot)
2022-06-06
1
-1/+1
|
*
gh-93372: Fix typo in os.rename documentation (GH-93401) (GH-93404)
Miss Islington (bot)
2022-06-06
1
-1/+1
|
*
gh-83728: Add hmac.new default parameter deprecation (GH-91939) (GH-93545)
Miss Islington (bot)
2022-06-06
1
-0/+2
|
*
[3.10] gh-93108: Bump sphinx to fix rendering issue. (GH-93159)
Julien Palard
2022-06-06
1
-3/+3
|
*
📝 Make sure the phrase "constant-time compare" actually appears in the doc...
Miss Islington (bot)
2022-06-06
1
-1/+1
*
|
Post 3.10.5
Pablo Galindo
2022-06-06
1
-1/+1
*
|
Python 3.10.5
v3.10.5
Pablo Galindo
2022-06-06
82
-215/+856
|
/
*
gh-93247: Fix assert function in asyncio locks test (GH-93248)
Miss Islington (bot)
2022-06-06
1
-1/+1
*
gh-89973: Fix re.error in the fnmatch module. (GH-93072)
Miss Islington (bot)
2022-06-05
3
-7/+140
*
Fix missing word in sys.float_info docstring (GH-93489) (GH-93496)
Miss Islington (bot)
2022-06-04
1
-1/+1
[next]