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
*
gh-94245: Test pickling and copying of typing.Tuple[()] (GH-94259)
Serhiy Storchaka
2022-06-25
1
-2/+4
*
gh-94207: Fix struct module leak (GH-94239)
Mark Dickinson
2022-06-25
1
-0/+17
*
gh-94199: Remove ssl.match_hostname() function (#94224)
Victor Stinner
2022-06-25
2
-261/+0
*
gh-70441: Fix test_tarfile on systems w/o bz2 (gh-2962) (#94258)
Christian Heimes
2022-06-25
1
-0/+1
*
bpo-26253: Add compressionlevel to tarfile stream (GH-2962)
Yaron de Leeuw
2022-06-25
2
-9/+81
*
bpo-46642: Explicitly disallow subclassing of instaces of TypeVar, ParamSpec,...
Gregory Beauregard
2022-06-25
2
-39/+80
*
gh-85308: Add argparse tests for reading non-ASCII arguments from file (GH-94...
Serhiy Storchaka
2022-06-24
2
-12/+28
*
gh-94217: Skip import tests when _testcapi is a builtin (GH-94218)
Christian Heimes
2022-06-24
2
-1/+13
*
IDLE: replace if statement with expression (#94228)
Terry Jan Reedy
2022-06-24
1
-6/+2
*
gh-94172: urllib.request avoids deprecated check_hostname (#94193)
Victor Stinner
2022-06-24
2
-17/+23
*
gh-94205: Ensures all required DLLs are copied on Windows for underpth tests ...
Steve Dower
2022-06-24
1
-0/+2
*
gh-84461: Fix ctypes and test_ctypes on Emscripten (#94142)
Christian Heimes
2022-06-24
5
-0/+13
*
gh-94196: Remove gzip.GzipFile.filename attribute (#94197)
Victor Stinner
2022-06-24
1
-8/+0
*
gh-94199: Remove ssl.RAND_pseudo_bytes() function (#94202)
Victor Stinner
2022-06-24
2
-7/+1
*
gh-94169: Remove deprecated io.OpenWrapper (#94170)
Victor Stinner
2022-06-24
3
-40/+0
*
Add more tests for throwing into yield from (GH-94097)
Brandt Bucher
2022-06-23
1
-0/+527
*
[Enum] Remove automatic docstring generation (GH-94188)
Sam Ezeh
2022-06-23
2
-267/+4
*
gh-91219: Add an index_pages default list and parameter to SimpleHTTPRequestH...
Myron Walker
2022-06-23
1
-2/+5
*
gh-92858: Improve error message for some suites with syntax error before ':' ...
wookie184
2022-06-23
1
-10/+31
*
[Enum] fix typo (GH-94158)
Ethan Furman
2022-06-23
1
-8/+8
*
GH-91742: Fix pdb crash after jump (GH-94171)
Kumar Aditya
2022-06-23
1
-0/+43
*
gh-84461: Fix test_sqlite for Emscripten/WASI (#94125)
Christian Heimes
2022-06-23
1
-1/+8
*
gh-91456: [Enum] Deprecate default auto() behavior with mixed value types (GH...
Oscar R
2022-06-23
2
-17/+82
*
gh-85308: argparse: Use filesystem encoding for arguments file (GH-93277)
Inada Naoki
2022-06-23
1
-1/+3
*
gh-84623: Remove unused imports in idlelib (#94143)
Victor Stinner
2022-06-22
3
-17/+7
*
gh-84623: Move imports in doctests (#94133)
Victor Stinner
2022-06-22
3
-5/+5
*
gh-54781: Move Lib/tkinter/test/test_ttk/ to Lib/test/test_ttk/ (#94070)
Victor Stinner
2022-06-22
25
-45/+50
*
gh-84623: Remove unused imports (#94132)
Victor Stinner
2022-06-22
8
-9/+3
*
gh-93951: In test_bdb.StateTestCase.test_skip, avoid including auxiliary impo...
Jason R. Coombs
2022-06-22
2
-0/+20
*
gh-74696: Do not change the current working directory in shutil.make_archive(...
Serhiy Storchaka
2022-06-22
2
-51/+97
*
gh-88123: Implement new Enum __contains__ (GH-93298)
Carl Bordum Hansen
2022-06-22
2
-112/+77
*
gh-89336: Remove configparser APIs that were deprecated for 3.12 (#92503)
Gregory P. Smith
2022-06-21
2
-93/+10
*
gh-87389: Fix an open redirection vulnerability in http.server. (#93879)
Gregory P. Smith
2022-06-21
2
-2/+58
*
gh-82927: Update files related to HTML entities. (GH-92504)
Ezio Melotti
2022-06-21
1
-3/+6
*
gh-93021: Fix __text_signature__ for __get__ (GH-93023)
Jelle Zijlstra
2022-06-21
1
-0/+6
*
Minor optimization for Fractions.limit_denominator (GH-93730)
Mark Dickinson
2022-06-21
1
-6/+8
*
gh-94068: Remove HVSOCKET_CONTAINER_PASSTHRU constant because it has been rem...
Steve Dower
2022-06-21
1
-1/+0
*
gh-54781: Move Lib/lib2to3/tests/ to Lib/test/test_lib2to3/ (#94049)
Victor Stinner
2022-06-21
29
-24/+26
*
gh-93839: Use load_package_tests() for testmock (GH-94055)
Christian Heimes
2022-06-21
1
-14/+3
*
gh-94052: Don't re-run failed tests with --python option (#94054)
Christian Heimes
2022-06-21
3
-6/+17
*
gh-94028: Clear and reset sqlite3 statements properly in cursor iternext (GH-...
Erlend Egeberg Aasland
2022-06-21
1
-0/+39
*
GH-91432: Specialize FOR_ITER (GH-91713)
Dennis Sweeney
2022-06-21
4
-116/+130
*
gh-93839: Move Lib/unttest/test/ to Lib/test/test_unittest/ (#94043)
Victor Stinner
2022-06-21
34
-104/+45
*
gh-93839: Move Lib/ctypes/test/ to Lib/test/test_ctypes/ (#94041)
Victor Stinner
2022-06-21
56
-35/+25
*
GH-93249: relax overly strict assertion on bounds->ar_start (GH-93961)
Irit Katriel
2022-06-20
1
-1/+27
*
gh-79009: sqlite3.iterdump now correctly handles tables with autoincrement (#...
itssme
2022-06-19
2
-1/+60
*
gh-84461: Skip test_unwritable_directory again on Emscripten (GH-94007)
Christian Heimes
2022-06-19
1
-0/+1
*
gh-84461: Fix Emscripten umask and permission issues (GH-94002)
Christian Heimes
2022-06-19
3
-0/+16
*
gh-93991: Use boolean instead of 0/1 for condition check (GH-93992)
Lei Zhang
2022-06-19
1
-4/+4
*
gh-93761: Fix test_logging test_config_queue_handler() race condition (#93952)
Victor Stinner
2022-06-19
1
-0/+3
[next]