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
*
bpo-10716: Migrating pydoc to html5. (GH-28651)
Julien Palard
2021-10-09
7
-261/+356
*
Replace usage of List[...] with list[...] in typing docs (GH-28821)
Micael Jarniac
2021-10-09
1
-8/+8
*
bpo-45410: libregrtest -jN writes stderr into stdout (GH-28819)
Victor Stinner
2021-10-08
2
-22/+22
*
bpo-45407: Remove outdated XXX comment from Struct___init___impl (GH-28805)
Jeong YunWon
2021-10-08
1
-1/+0
*
bpo-45262, asyncio: Fix cache of the running loop holder (GH-28796)
Matthias Reichl
2021-10-07
2
-0/+4
*
bpo-45408: Don't override previous tokenizer errors in the second parser pass...
Pablo Galindo Salgado
2021-10-07
4
-2/+15
*
bpo-45337: Use the realpath of the new executable when creating a venv on Win...
Steve Dower
2021-10-07
3
-9/+29
*
bpo-16379: Fix SQLite version checks in test_module_constants() (GH-28809)
Erlend Egeberg Aasland
2021-10-07
1
-2/+2
*
bpo-45403: Fix test_sys.test_stdlib_dir() (GH-28785)
Victor Stinner
2021-10-07
2
-2/+4
*
bpo-45402: Fix test_tools.test_sundry() (GH-28786)
Victor Stinner
2021-10-07
2
-3/+7
*
Remove draft notice on the 3.10 What's new document (GH-28806)
Pablo Galindo Salgado
2021-10-07
1
-7/+0
*
bpo-45400: Fix suggestion test of test_exceptions (GH-28783)
Victor Stinner
2021-10-07
2
-1/+4
*
bpo-45041: Restore `sqlite3` executescript behaviour for `SELECT` queries (GH...
Erlend Egeberg Aasland
2021-10-07
2
-1/+12
*
Fix typos in the Modules directory (GH-28761)
Christian Clauss
2021-10-07
19
-21/+21
*
bpo-35970: Add help flag to base64 module (GH-28774)
Ammar Askar
2021-10-07
3
-5/+20
*
bpo-45385: Fix reference leak from descr_check (#28719)
Dong-hee Na
2021-10-07
2
-39/+38
*
Fix typos in the Objects directory (GH-28766)
Christian Clauss
2021-10-06
11
-14/+14
*
bpo-29505: Add fuzzer for ast.literal_eval (GH-28777)
Ammar Askar
2021-10-06
2
-0/+57
*
Fix typos in the Lib directory (GH-28775)
Christian Clauss
2021-10-06
64
-83/+83
*
Fix typos in the Python directory (GH-28767)
Christian Clauss
2021-10-06
7
-11/+11
*
bpo-45375: Fix off by one error in buffer allocation (GH-28764)
Steve Dower
2021-10-06
1
-1/+1
*
Fix typos in the Include directory (GH-28745)
Christian Clauss
2021-10-06
7
-8/+8
*
[doc] Mention __slots__ behavior in weakref.rst (GH-21061)
Jakub Stasiak
2021-10-06
1
-0/+4
*
Fix typos in the Tools directory (GH-28769)
Christian Clauss
2021-10-06
15
-24/+24
*
bpo-45328: Avoid failure in OSs without TCP_NODELAY support (GH-28646)
rtobar
2021-10-06
2
-1/+8
*
[Misc] [Mac] Fix typos found using codespell (GH-28756)
Christian Clauss
2021-10-06
17
-39/+39
*
bpo-40321: Add missing test, slightly expand documentation (GH-28760)
Ćukasz Langa
2021-10-06
4
-8/+12
*
Remove test_nntplib from quicktest (GH-28754)
Inada Naoki
2021-10-06
1
-1/+1
*
bpo-34804: [doc] Rephrase section on side effects in functional.rst for clari...
DonnaDia
2021-10-06
1
-5/+4
*
bpo-40116: Add insertion order bit-vector to dict values to allow dicts to sh...
Mark Shannon
2021-10-06
8
-187/+176
*
Normalize jumps in compiler. All forward jumps to use JUMP_FORWARD. (GH-28755)
Mark Shannon
2021-10-06
3
-14/+37
*
bpo-40321: Support HTTP response status code 308 in urllib.request (#19588)
Jochem Schulenklopper
2021-10-06
3
-4/+19
*
[doc] Fix typos found using codespell (GH-28744)
Christian Clauss
2021-10-05
16
-22/+22
*
bpo-45343: Update bundled pip to 21.2.4 and setuptools to 58.1.0 (GH-28684)
Illia Volochii
2021-10-05
5
-4/+5
*
[Tools/peg_generator/pegen/parser.py] Fix typo: s/wether/whether/ (GH-28739)
Ikko Ashimine
2021-10-05
1
-1/+1
*
bpo-45020: Identify which frozen modules are actually aliases. (gh-28655)
Eric Snow
2021-10-05
10
-37/+225
*
Post 3.11.0a1
Pablo Galindo
2021-10-05
1
-1/+1
*
Merge tag 'v3.11.0a1'
Pablo Galindo
2021-10-05
483
-1497/+5665
|
\
|
*
Python 3.11.0a1
v3.11.0a1
Pablo Galindo
2021-10-05
483
-1497/+5665
*
|
[doc] Fix gethostbyname_ex description (GH-28700)
Andre Delfino
2021-10-05
1
-2/+2
*
|
Rearrage the finder tests. (gh-28740)
Eric Snow
2021-10-05
1
-30/+56
*
|
bpo-45324: Capture data in FrozenImporter.find_spec() to use in exec_module()...
Eric Snow
2021-10-05
6
-121/+332
*
|
bpo-44050: Extension modules can share state when they don't support sub-inte...
Hai Shi
2021-10-05
4
-1/+59
|
/
*
bpo-45375: Fix assertion failure due to searching for stdlib in unnormalised ...
Steve Dower
2021-10-05
3
-2/+28
*
bpo-45354: Skip obsolete device name tests on Windows 11 (GH-28712)
Jeremy Kloth
2021-10-05
1
-4/+7
*
bpo-45163: Restrict added libnetwork check to builds on Haiku. (GH-28729)
Ned Deily
2021-10-05
2
-4/+10
*
bpo-43760: Check for tracing using 'bitwise or' instead of branch in dispatch...
Mark Shannon
2021-10-05
7
-217/+249
*
bpo-45371: Fix distutils' rpath support for clang (GH-28732)
Christian Heimes
2021-10-05
2
-1/+5
*
Fix compiler warning in ceval.c regarding signed comparison (GH-28716)
Pablo Galindo Salgado
2021-10-04
1
-1/+1
*
bpo-45355: More use of sizeof(_Py_CODEUNIT) (GH-28720)
Serhiy Storchaka
2021-10-04
3
-13/+9
[next]