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
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.10] gh-101936: Update the default value of fp from io.StringIO to io.Bytes...
Miss Islington (bot)
2023-02-22
2
-1/+2
*
[3.10] gh-95672 fix typo SkitTest to SkipTest (gh-102119) (gh-102122)
Miss Islington (bot)
2023-02-22
2
-2/+2
*
[3.10] gh-101961 fileinput.hookcompressed should not set the encoding value f...
Miss Islington (bot)
2023-02-21
2
-12/+29
*
[3.10] gh-101566: Sync with zipp 3.14. (GH-102018). (GH-102091)
Jason R. Coombs
2023-02-20
2
-0/+22
*
gh-100210: Correct the comment link for unescaping HTML (GH-100212)
Miss Islington (bot)
2023-02-19
1
-1/+1
*
gh-100226: Clarify StreamReader.read behavior (GH-101807)
Miss Islington (bot)
2023-02-17
1
-8/+9
*
gh-101517: make bdb avoid looking up in linecache with lineno=None (GH-101787)
Miss Islington (bot)
2023-02-10
2
-3/+10
*
Apply suggestions from code review
Miss Islington (bot)
2023-02-08
1
-1/+17
*
[3.10] gh-100933: Improve `check_element` helper in `test_xml_etree` (GH-1009...
Miss Islington (bot)
2023-02-08
1
-23/+4
*
Python 3.10.10
v3.10.10
Pablo Galindo
2023-02-07
1
-38/+47
*
gh-101334: Don't force USTAR format in test_tarfile. (GH-101572)
Miss Islington (bot)
2023-02-05
1
-0/+5
*
[3.10] [3.11] gh-99952: fix refcount issues in ctypes.Structure from_param() ...
Miss Islington (bot)
2023-02-04
1
-0/+52
*
[3.10] gh-101400: Fix incorrect lineno in exception message on contin… (gh-...
Dong-hee Na
2023-01-31
1
-13/+17
*
gh-101229: Add tests for aliases of imported names (GH-101230)
Miss Islington (bot)
2023-01-30
1
-0/+18
*
[3.10] gh-96192: fix os.ismount() to use a path that is str or bytes (GH-9619...
Miss Islington (bot)
2023-01-22
2
-0/+3
*
gh-101143: Remove references to `TimerHandle` from `asyncio.base_events.BaseE...
Miss Islington (bot)
2023-01-21
1
-6/+3
*
[3.10] gh-101144: Allow zipfile.Path .open & .read_text encoding to be positi...
Miss Islington (bot)
2023-01-20
2
-6/+75
*
[3.10] GH-100942: Fix incorrect cast in property_copy(). (GH-100965). (#101009)
Nikita Sobolev
2023-01-15
1
-0/+17
*
[3.10] gh-101021: Document binary parameters as bytes (GH-101024). (#101052)
Barry Warsaw
2023-01-15
3
-3/+3
*
[3.10] GH-100573: Fix server hang caused by os.stat() on named pipe (Windows)...
Miss Islington (bot)
2023-01-13
2
-0/+45
*
[3.10] gh-100160: Remove any deprecation warnings in asyncio.get_event_loop()...
Serhiy Storchaka
2023-01-13
3
-24/+14
*
[3.10] gh-100931: Test all `pickle` protocols in `test_slice` (GH-100932). (G...
Nikita Sobolev
2023-01-12
1
-1/+3
*
[3.10] gh-100871: Improve `copy` module tests (GH-100872) (#100975)
Nikita Sobolev
2023-01-12
2
-2/+44
*
[3.10] GH-100892: Fix race in clearing `threading.local` (GH-100922). (#100938)
Kumar Aditya
2023-01-11
1
-0/+13
*
GH-81061: Fix refcount issue when returning `None` from a `ctypes.py_object` ...
Miss Islington (bot)
2023-01-09
1
-0/+15
*
[3.10] gh-90104: avoid RecursionError on recursive dataclass field repr (gh-1...
Carl Meyer
2023-01-06
2
-21/+39
*
gh-100739: Respect mock spec when checking for unsafe prefixes (GH-100740)
Miss Islington (bot)
2023-01-04
2
-1/+17
*
GH-86508: skip binding to local addresses of different family in `asyncio.ope...
Miss Islington (bot)
2023-01-04
2
-2/+49
*
[3.10] gh-95882: Add tests for traceback from contextlib context managers (GH...
Irit Katriel
2023-01-03
2
-0/+108
*
IDLE - fix module browser test (GH-100647)
Miss Islington (bot)
2023-01-01
1
-2/+1
*
gh-100553: Improve accuracy of sqlite3.Row iter test (GH-100555)
Miss Islington (bot)
2022-12-28
1
-2/+8
*
[3.10] gh-99535: Add test for inheritance of annotations and update documenta...
Jelle Zijlstra
2022-12-27
1
-0/+22
*
[3.10] gh-100520: Fix `rst` markup in `configparser` docstrings (GH-100524) ...
Miss Islington (bot)
2022-12-26
1
-36/+37
*
[3.10] gh-100287: Fix unittest.mock.seal with AsyncMock (GH-100496) (#100508)
Shantanu
2022-12-24
2
-5/+17
*
[3.10] gh-100474: Fix handling of dirs named index.html in http.server (GH-10...
Miss Islington (bot)
2022-12-24
2
-1/+4
*
gh-94808: improve test coverage of number formatting (GH-99472)
Miss Islington (bot)
2022-12-24
1
-5/+39
*
bpo-40447: accept all path-like objects in compileall.compile_file (GH-19883)
Miss Islington (bot)
2022-12-23
2
-2/+30
*
[3.10] gh-76963: PEP3118 itemsize of an empty ctypes array should not be 0 (G...
Miss Islington (bot)
2022-12-23
1
-0/+2
*
gh-57762: fix misleading tkinter.Tk docstring (GH-98837)
Miss Islington (bot)
2022-12-22
1
-1/+1
*
Correct typo in typing.py (GH-100423)
Miss Islington (bot)
2022-12-22
1
-1/+1
*
gh-100129: Add tests for pickling all builtin types and functions (GH-100142)
Miss Islington (bot)
2022-12-21
1
-0/+29
*
gh-100374: Fixed a bug in socket.getfqdn() (gh-100375)
Miss Islington (bot)
2022-12-21
2
-2/+6
*
[3.10] gh-99240: Reset pointer to NULL when the pointed memory is freed in ar...
colorfulappl
2022-12-21
1
-0/+4
*
[3.10] gh-85267: Improvements to inspect.signature __text_signature__ handlin...
Shantanu
2022-12-21
2
-13/+41
*
[3.10] gh-99240: Fix double-free bug in Argument Clinic str_converter generat...
colorfulappl
2022-12-20
2
-22/+27
*
[3.10] gh-96002: Add functional test for Argument Clinic (GH-96178) (#100232)
colorfulappl
2022-12-17
1
-1/+393
*
bpo-43984: Allow winreg.SetValueEx to set -1 without treating it as an error ...
Miss Islington (bot)
2022-12-09
1
-1/+17
*
[3.10] bpo-44817: Ignore additional errors in ntpath.realpath (GH-27574) (GH-...
Miss Islington (bot)
2022-12-08
1
-1/+4
*
gh-98778: Update HTTPError to initialize properly even if fp is None (gh-99966)
Miss Islington (bot)
2022-12-08
2
-7/+8
*
gh-83035: handle decorator with nested parens in inspect.getsource (GH-99654)
Miss Islington (bot)
2022-12-07
3
-9/+21
[next]