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
*
bpo-29410: Change the default hash algorithm to SipHash13. (GH-28752)
Inada Naoki
2021-10-10
3
-6/+21
*
Fix EncodingWarning in test_tools. (GH-28846)
Inada Naoki
2021-10-10
6
-23/+27
*
Fix dataclassses spelling (GH-28837)
Landon Yarrington
2021-10-09
2
-2/+2
*
bpo-27580: Add support of null characters in the csv module. (GH-28808)
Serhiy Storchaka
2021-10-09
1
-5/+39
*
bpo-45256: Remove the usage of the C stack in Python to Python calls (GH-28488)
Pablo Galindo Salgado
2021-10-09
2
-4/+24
*
bpo-20028: Improve error message of csv.Dialect when initializing (GH-28705)
Dong-hee Na
2021-10-09
1
-1/+30
*
Bump MAGIC_NUMBER to reflect change in JUMP_ABSOLUTE semantics. (GH-28829)
Mark Shannon
2021-10-09
1
-1/+2
*
bpo-10716: Migrating pydoc to html5. (GH-28651)
Julien Palard
2021-10-09
6
-261/+353
*
bpo-45410: libregrtest -jN writes stderr into stdout (GH-28819)
Victor Stinner
2021-10-08
1
-22/+18
*
bpo-45408: Don't override previous tokenizer errors in the second parser pass...
Pablo Galindo Salgado
2021-10-07
2
-1/+9
*
bpo-45337: Use the realpath of the new executable when creating a venv on Win...
Steve Dower
2021-10-07
2
-9/+25
*
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
1
-2/+2
*
bpo-45400: Fix suggestion test of test_exceptions (GH-28783)
Victor Stinner
2021-10-07
1
-1/+1
*
bpo-45041: Restore `sqlite3` executescript behaviour for `SELECT` queries (GH...
Erlend Egeberg Aasland
2021-10-07
1
-0/+11
*
bpo-35970: Add help flag to base64 module (GH-28774)
Ammar Askar
2021-10-07
2
-5/+18
*
Fix typos in the Lib directory (GH-28775)
Christian Clauss
2021-10-06
64
-83/+83
*
bpo-45328: Avoid failure in OSs without TCP_NODELAY support (GH-28646)
rtobar
2021-10-06
1
-1/+7
*
bpo-40321: Add missing test, slightly expand documentation (GH-28760)
Łukasz Langa
2021-10-06
2
-4/+4
*
bpo-40116: Add insertion order bit-vector to dict values to allow dicts to sh...
Mark Shannon
2021-10-06
1
-36/+1
*
Normalize jumps in compiler. All forward jumps to use JUMP_FORWARD. (GH-28755)
Mark Shannon
2021-10-06
1
-2/+2
*
bpo-40321: Support HTTP response status code 308 in urllib.request (#19588)
Jochem Schulenklopper
2021-10-06
1
-4/+11
*
bpo-45343: Update bundled pip to 21.2.4 and setuptools to 58.1.0 (GH-28684)
Illia Volochii
2021-10-05
4
-4/+4
*
bpo-45020: Identify which frozen modules are actually aliases. (gh-28655)
Eric Snow
2021-10-05
3
-22/+77
*
Merge tag 'v3.11.0a1'
Pablo Galindo
2021-10-05
1
-303/+564
|
\
|
*
Python 3.11.0a1
v3.11.0a1
Pablo Galindo
2021-10-05
1
-303/+564
*
|
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
3
-31/+84
*
|
bpo-44050: Extension modules can share state when they don't support sub-inte...
Hai Shi
2021-10-05
1
-0/+31
|
/
*
bpo-45354: Skip obsolete device name tests on Windows 11 (GH-28712)
Jeremy Kloth
2021-10-05
1
-4/+7
*
bpo-45371: Fix distutils' rpath support for clang (GH-28732)
Christian Heimes
2021-10-05
1
-1/+2
*
bpo-44594: fix (Async)ExitStack handling of __context__ (gh-27089)
John Belmonte
2021-10-04
3
-4/+73
*
Remove trailing spaces. (GH-28706)
Serhiy Storchaka
2021-10-03
2
-3/+3
*
bpo-45346: Keep docs consistent regarding true and false values (GH-28697)
Raymond Hettinger
2021-10-02
1
-1/+1
*
bpo-45125: Improves pickling docs and tests for `shared_memory` (GH-28294)
Nikita Sobolev
2021-10-01
1
-31/+104
*
Revert "Revert "bpo-45229: Make datetime tests discoverable (GH-28615)" (GH-2...
Serhiy Storchaka
2021-10-01
1
-47/+45
*
bpo-45310: Fix parrallel shared memory tests (GH-28661)
Serhiy Storchaka
2021-10-01
1
-16/+24
*
bpo-45020: Add more test cases for frozen modules. (gh-28664)
Eric Snow
2021-10-01
7
-14/+108
*
bpo-40173: Fix test.support.import_helper.import_fresh_module() (GH-28654)
Serhiy Storchaka
2021-09-30
3
-52/+30
*
Revert "bpo-45229: Make datetime tests discoverable (GH-28615)" (GH-28650)
Pablo Galindo Salgado
2021-09-30
1
-45/+47
*
bpo-41710: Add _PyTime_AsTimespec_clamp() (GH-28629)
Victor Stinner
2021-09-30
1
-1/+48
*
bpo-45229: Make datetime tests discoverable (GH-28615)
Serhiy Storchaka
2021-09-29
1
-47/+45
*
[typo] Fix threading.Barrier comment that used confusing punctuation (GH-28623)
Łukasz Langa
2021-09-29
1
-1/+1
*
bpo-24391: Better reprs for threading objects. (GH-20534)
Serhiy Storchaka
2021-09-29
2
-0/+58
*
bpo-39039: tarfile raises descriptive exception from zlib.error (GH-27766)
Jack DeVries
2021-09-29
2
-0/+23
*
bpo-45269: test wrong `markers` type to `c_make_encoder` (GH-28540)
Nikita Sobolev
2021-09-28
1
-0/+9
*
bpo-45211: Remember the stdlib dir during startup. (gh-28586)
Eric Snow
2021-09-28
2
-0/+27
*
bpo-35606: Fix math.prod tests using 'start' as keyword parameter (GH-28595)
Pablo Galindo Salgado
2021-09-28
1
-6/+12
*
bpo-45296: Fix exit/quit message on Windows (GH-28577)
Terry Jan Reedy
2021-09-28
2
-0/+14
*
bpo-1596321: Fix threading._shutdown() for the main thread (GH-28549)
Victor Stinner
2021-09-27
2
-8/+50
[next]