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-94172: urllib.request avoids deprecated key_file/cert_file (#94232)
Victor Stinner
2022-06-26
1
-3/+11
*
Run Tools/scripts/reindent.py (#94225)
Victor Stinner
2022-06-26
4
-5/+4
*
gh-83499: Fix closing file descriptors in tempfile (GH-93874)
Serhiy Storchaka
2022-06-26
3
-64/+106
*
gh-93820: Pickle enum.Flag by name (GH-93891)
Serhiy Storchaka
2022-06-26
3
-3/+58
*
Revert "bpo-45162: Revert "Remove many old deprecated unittest features"" (GH...
Serhiy Storchaka
2022-06-26
14
-373/+78
*
gh-93259: Validate arg to ``Distribution.from_name``. (GH-94270)
Jason R. Coombs
2022-06-26
6
-67/+135
*
gh-70474: [doc] fix wording of GET_ANEXT doc (GH-94048)
Irit Katriel
2022-06-25
1
-2/+2
*
bpo-39971: Change examples to be runnable (GH-32172)
Stanley
2022-06-25
1
-11/+18
*
gh-90016: Reword sqlite3 adapter/converter docs (#93095)
Erlend Egeberg Aasland
2022-06-25
5
-122/+156
*
gh-77560: Report possible errors in restoring builtins at finalization (GH-94...
Serhiy Storchaka
2022-06-25
1
-1/+1
*
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
3
-2/+39
*
gh-94199: Remove ssl.match_hostname() function (#94224)
Victor Stinner
2022-06-25
5
-313/+14
*
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
4
-11/+88
*
bpo-46642: Explicitly disallow subclassing of instaces of TypeVar, ParamSpec,...
Gregory Beauregard
2022-06-25
3
-39/+81
*
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
*
gh-93382: Sync up `co_code` changes with 3.11 (GH-94227)
Ken Jin
2022-06-24
4
-3/+5
*
Docs: Remove `Provides [...]` from `multiprocessing.shared_memory` descriptio...
Oleg Iarygin
2022-06-24
1
-2/+2
*
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-84461: Build Emscripten with WASM BigInt support (#94219)
Christian Heimes
2022-06-24
3
-1/+8
*
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
9
-9/+26
*
gh-93692: remove "build finished successfully" message from setup.py (#93693)
Erlend Egeberg Aasland
2022-06-24
1
-1/+0
*
gh-94196: Remove gzip.GzipFile.filename attribute (#94197)
Victor Stinner
2022-06-24
4
-8/+14
*
gh-94199: Remove ssl.RAND_pseudo_bytes() function (#94202)
Victor Stinner
2022-06-24
7
-81/+11
*
gh-94169: Remove deprecated io.OpenWrapper (#94170)
Victor Stinner
2022-06-24
5
-40/+10
*
Add more tests for throwing into yield from (GH-94097)
Brandt Bucher
2022-06-23
1
-0/+527
*
Add ABI dump script (#94135)
Pablo Galindo Salgado
2022-06-23
3
-1/+12
*
[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
2
-2/+6
*
gh-93771: Clarify how deepfreeze.py is run (#94150)
Guido van Rossum
2022-06-23
1
-2/+4
*
gh-92858: Improve error message for some suites with syntax error before ':' ...
wookie184
2022-06-23
4
-380/+542
*
[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
3
-1/+45
*
gh-89121: Keep the number of pending SQLite statements to a minimum (#30379)
Erlend Egeberg Aasland
2022-06-23
1
-22/+12
*
gh-86404: [doc] Fix missing backtick and double target name. (#94120)
Julien Palard
2022-06-23
1
-2/+2
*
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
4
-17/+89
*
Closes gh-94152: Update pyvideo.org URL (GH-94075)
partev
2022-06-23
1
-1/+1
*
gh-85308: argparse: Use filesystem encoding for arguments file (GH-93277)
Inada Naoki
2022-06-23
4
-2/+23
*
gh-84623: Remove unused imports in idlelib (#94143)
Victor Stinner
2022-06-22
3
-17/+7
*
Add ABI dump Makefile target (#94136)
Pablo Galindo Salgado
2022-06-22
1
-0/+8
*
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
29
-109/+100
*
gh-84623: Remove unused imports (#94132)
Victor Stinner
2022-06-22
28
-43/+9
*
gh-94114: Remove obsolete reference to python.org mirrors (GH-94115)
partev
2022-06-22
1
-4/+1
*
gh-91172: Create a workflow for verifying bundled pip and setuptools (GH-31885)
Illia Volochii
2022-06-22
3
-0/+128
[next]