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
*
Python 3.10.9
v3.10.9
Pablo Galindo
2022-12-06
67
-167/+684
*
[3.10] gh-93453: Only emit deprecation warning in asyncio.get_event_loop when...
Łukasz Langa
2022-12-06
13
-136/+115
*
[3.10] gh-100001: Remove doc typo, add versionadded (GH-100042) (#100044)
Miss Islington (bot)
2022-12-06
1
-1/+3
*
gh-100001: Also escape \s in http.server log messages. (GH-100038)
Miss Islington (bot)
2022-12-05
3
-0/+8
*
gh-100001: Omit control characters in http.server stderr logs. (GH-100002)
Miss Islington (bot)
2022-12-05
4
-2/+43
*
[3.10] dataclasses.rst: Prevent horizontal scrolling (gh-100025). (gh-100029)
Eric V. Smith
2022-12-05
1
-1/+2
*
[3.10] gh-60203: Revert changes in cycle.__setstate__ (GH-99982) (#100017)
Łukasz Langa
2022-12-05
2
-0/+33
*
gh-99892: test_unicodedata: skip test on download failure (GH-100011)
Miss Islington (bot)
2022-12-05
2
-3/+6
*
gh-98458: unittest: bugfix for infinite loop while handling chained exception...
Miss Islington (bot)
2022-12-04
3
-1/+60
*
[3.10] gh-60203: Always pass True/False as boolean arguments in tests (GH-999...
Serhiy Storchaka
2022-12-04
2
-2/+2
*
gh-85747: "Preface" section of asyncio-eventloop.rst: Switch to active voice ...
Miss Islington (bot)
2022-12-04
1
-7/+10
*
bpo-40882: Fix a memory leak in SharedMemory on Windows (GH-20684)
Luke Garland
2022-12-02
4
-2/+58
*
gh-99845: _PyObject_DictPointer(): fix dictoffset cast (GH-99922)
Miss Islington (bot)
2022-12-01
1
-1/+2
*
[3.10] GH-99086: Fix -Wstrict-prototypes, -Wimplicit-function-declara… (#99...
Sam James
2022-12-01
3
-48/+57
*
[3.10] GH-98906 ```re``` module: ```search() vs. match()``` section should me...
Miss Islington (bot)
2022-11-30
1
-6/+12
*
Docs: improve accuracy of socketserver reference (GH-24767)
Miss Islington (bot)
2022-11-29
1
-7/+3
*
whatsnew-3.10: Mention PEP 647 in the Release highlights section. (GH-99853)
Miss Islington (bot)
2022-11-29
1
-1/+2
*
gh-90717: Update the documentation for the altchars paremeter in base64 libra...
Steve Dower
2022-11-29
1
-8/+11
*
[3.10] gh-99811: Use correct variable to search for time in format string (GH...
Miss Islington (bot)
2022-11-28
1
-1/+1
*
[3.10] bpo-31718: Fix io.IncrementalNewlineDecoder SystemErrors and s… (#99...
Kumar Aditya
2022-11-28
3
-14/+33
*
gh-99249: Clarify "read-only" slots tp_bases & tp_mro (GH-99342)
Miss Islington (bot)
2022-11-28
1
-6/+25
*
gh-51524: Fix bug when calling trace.CoverageResults with valid infile (GH-99...
Miss Islington (bot)
2022-11-28
3
-1/+12
*
Docs: both sqlite3 "point examples" now adapt to str (GH-99823)
Miss Islington (bot)
2022-11-27
1
-1/+1
*
doc: Remove backslashes in doctest grammar docs (GH-29346)
Miss Islington (bot)
2022-11-27
1
-3/+3
*
bpo-43327: Fix the docs for PyImport_ImportFrozenModuleObject() (GH-24659)
Miss Islington (bot)
2022-11-27
1
-2/+2
*
[3.10] gh-99795: Fix typo in importlib.resources.abc (GH-99796) (GH-99800)
Jason R. Coombs
2022-11-26
1
-1/+1
*
gh-97966: Restore prior expectation that uname_result._fields and ._asdict wo...
Miss Islington (bot)
2022-11-26
3
-2/+14
*
GH-95896: posixmodule.c: fix osdefs.h inclusion to not depend on compiler (GH...
Miss Islington (bot)
2022-11-26
1
-11/+3
*
[3.10] gh-99502: mention bytes-like objects as input in `secrets.compare_dige...
Miss Islington (bot)
2022-11-26
1
-1/+3
*
Fix typo in `__match_args__` doc (GH-99785)
Miss Islington (bot)
2022-11-26
1
-1/+1
*
gh-96168: Add sqlite3 row factory how-to (GH-99507)
Miss Islington (bot)
2022-11-25
1
-41/+119
*
bpo-38031: Fix a possible assertion failure in _io.FileIO() (GH-GH-5688)
Miss Islington (bot)
2022-11-25
3
-1/+15
*
Fix rendering of audioop license in Doc/license.rst (GH-99752)
Miss Islington (bot)
2022-11-24
1
-0/+3
*
Use faster APIs to calculate paths at startup for Store packaged Python on Wi...
Miss Islington (bot)
2022-11-23
2
-25/+51
*
[3.10] gh-88863: Clear ref cycles to resolve leak when asyncio.open_connectio...
Dong Uk, Kang
2022-11-23
4
-12/+36
*
GH-95283: Add note about compilers in Mac/README.txt (GH-99506)
Miss Islington (bot)
2022-11-23
1
-0/+13
*
GH-92892: Add section about variadic functions to ctypes documentation (GH-99...
Miss Islington (bot)
2022-11-22
2
-0/+21
*
[3.10] gh-99146 struct module documentation should have more predictable exam...
Miss Islington (bot)
2022-11-22
1
-76/+206
*
[3.10] gh-99645: Fix a bug in handling class cleanups in unittest.TestCase (G...
Serhiy Storchaka
2022-11-22
3
-5/+35
*
[3.10] Add more details in test_unittest (GH-99626). (GH-99692)
Serhiy Storchaka
2022-11-22
2
-35/+63
*
[3.10] GH-97001: Release GIL in termios extension (GH-99503) (#99680)
Ronald Oussoren
2022-11-22
2
-7/+47
*
gh-99341: Cover type ignore nodes when incrementing line numbers (GH-99422)
Miss Islington (bot)
2022-11-22
3
-0/+20
*
gh-99578: Fix refleak in _imp.create_builtin() (GH-99642)
Miss Islington (bot)
2022-11-21
3
-1/+35
*
[3.10] GH-95815: Document less specific error for os.remove (GH-99571) (#99639)
Miss Islington (bot)
2022-11-21
1
-1/+1
*
[3.10] gh-99581: Fix a buffer overflow in the tokenizer when copying lines th...
Pablo Galindo Salgado
2022-11-20
3
-1/+25
*
[3.10] gh-98086: Now ``patch.dict`` can decorate async functions (GH-98095) (...
Miss Islington (bot)
2022-11-20
3
-0/+36
*
[3.10] gh-78453: Move Unicode C API tests from test_unicode to test_capi.test...
Serhiy Storchaka
2022-11-20
2
-487/+502
*
[3.10] Remove trailing space to fix azure failures (#99611)
Stanley
2022-11-20
1
-2/+2
*
[3.10] gh-85073: Add some missing links to source (GH-99363) (#99589)
Stanley
2022-11-19
8
-0/+22
*
Doc: Replace question mark with fullstop (GH-99558)
Miss Islington (bot)
2022-11-18
1
-1/+1
[next]