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-46198: rename duplicate tests and remove unused code (GH-30297)
Nikita Sobolev
2022-03-10
10
-15/+8
*
bpo-46771: Implement asyncio context managers for handling timeouts (GH-31394)
Andrew Svetlov
2022-03-10
3
-0/+382
*
bpo-46581: Propagate private vars via _GenericAlias.copy_with (GH-31061)
Matt Bogosian
2022-03-10
2
-7/+27
*
bpo-40280: Skip more tests/features that don't apply to Emscripten (GH-31791)
Christian Heimes
2022-03-10
5
-4/+27
*
bpo-45138: Revert GH-28240: Expand traced SQL statements (GH-31788)
Erlend Egeberg Aasland
2022-03-09
1
-60/+1
*
bpo-46245: Add optional parameter dir_fd in shutil.rmtree() (GH-30365)
Serhiy Storchaka
2022-03-09
2
-5/+33
*
bpo-45138: Expand traced SQL statements in `sqlite3` trace callback (GH-28240)
Erlend Egeberg Aasland
2022-03-09
1
-1/+60
*
bpo-40280: Skip dysfunctional pipe tests on Emscripten (GH-31770)
Christian Heimes
2022-03-08
1
-0/+12
*
bpo-24959: fix unittest.assertRaises bug where traceback entries are dropped ...
Irit Katriel
2022-03-08
2
-14/+94
*
bpo-46955: Expose asyncio.base_events.Server as asyncio.Server (GH-31760)
Stefan Zabka
2022-03-08
1
-1/+1
*
bpo-46841: Don't use an oparg counter for `STORE_SUBSCR` (GH-31742)
Brandt Bucher
2022-03-08
2
-2/+3
*
bpo-40280: Block more non-working syscalls in Emscripten (GH-31757)
Christian Heimes
2022-03-08
7
-9/+25
*
bpo-44439: _ZipWriteFile.write() handle buffer protocol correctly (GH-29468)
Ma Lin
2022-03-08
2
-1/+17
*
bpo-40059: Add tomllib (PEP-680) (GH-31498)
Taneli Hukkinen
2022-03-08
84
-0/+1355
*
bpo-43224: Implement PEP 646 changes to typing.py (GH-31021)
Matthew Rahtz
2022-03-08
2
-22/+645
*
bpo-46170: Improve the error message when subclassing NewType (GH-30268)
James Hilton-Balfe
2022-03-08
2
-0/+26
*
bpo-46841: Use inline caching for calls (GH-31709)
Brandt Bucher
2022-03-07
3
-152/+152
*
Merge remote-tracking branch 'upstream/main'
Pablo Galindo
2022-03-07
6
-6/+71
|
\
|
*
bpo-41370: Evaluate strings as forward refs in PEP 585 generics (GH-30900)
Niklas Rosenstein
2022-03-07
2
-2/+48
|
*
bpo-46933: Make pwd module optional (GH-31700)
Christian Heimes
2022-03-07
4
-4/+23
*
|
Python 3.11.0a6
v3.11.0a6
Pablo Galindo
2022-03-07
1
-22/+36
|
/
*
bpo-46940: Don't override existing AttributeError suggestion information (GH-...
Pablo Galindo Salgado
2022-03-07
1
-0/+18
*
bpo-43292: Fix file leak in `ET.iterparse()` when not exhausted (GH-31696)
Jacob Walls
2022-03-07
2
-7/+17
*
Use assertEqual, not assertEquals, in test_unicode (GH-31718)
Dennis Sweeney
2022-03-07
1
-4/+4
*
bpo-14156: Make argparse.FileType work correctly for binary file modes when a...
MojoVampire
2022-03-06
2
-17/+106
*
bpo-46921: Vectorcall support for `super()` (GH-31687)
Ken Jin
2022-03-06
1
-0/+8
*
Remove trailing spaces (GH-31695)
Serhiy Storchaka
2022-03-05
9
-18/+18
*
bpo-46927: Include the type's name in the error message for subscripting non-...
Serhiy Storchaka
2022-03-05
2
-3/+3
*
Lib/typing.py copy edits originating from GH-31061 (#31684)
Matt Bogosian
2022-03-05
1
-3/+3
*
bpo-25415: Remove confusing sentence from IOBase docstrings (PR-31631)
slateny
2022-03-04
1
-3/+2
*
bpo-46841: Fix error message hacks in `GET_AWAITABLE` (GH-31664)
Brandt Bucher
2022-03-04
2
-3/+3
*
bpo-46903: Handle str-subclasses in virtual instance dictionaries. (GH-31658)
Mark Shannon
2022-03-04
1
-0/+24
*
bpo-46913: Skip test_ctypes.test_shorts() on UBSan (GH-31674)
Victor Stinner
2022-03-03
1
-0/+3
*
bpo-46913: test_hashlib skips _sha3 tests on UBSan (GH-31673)
Victor Stinner
2022-03-03
1
-8/+26
*
bpo-46841: Use inline caching for attribute accesses (GH-31640)
Brandt Bucher
2022-03-03
3
-6/+7
*
bpo-46877: export unittest.doModuleCleanups in unittest package (#31613)
Kumar Aditya
2022-03-03
1
-2/+2
*
bpo-46874: Speed up sqlite3 user-defined aggregate 'step' method (GH-31604)
Erlend Egeberg Aasland
2022-03-03
1
-2/+4
*
bpo-46891: Fix creating a new instance of a module subclass with slots (GH-31...
Mark Shannon
2022-03-03
1
-0/+19
*
Fix EncodingWarning in libregrtest (GH-31654)
Inada Naoki
2022-03-03
1
-1/+1
*
bpo-40116: dict: Add regression test for iteration order. (GH-31550)
Inada Naoki
2022-03-03
1
-0/+17
*
bpo-46643: Fix stringized P.args/P.kwargs with get_type_hints (GH-31238)
Gregory Beauregard
2022-03-03
2
-1/+14
*
bpo-46195: Do not add `Optional` in `get_type_hints` (GH-30304)
Nikita Sobolev
2022-03-02
2
-31/+17
*
bpo-46845: Reduce dict size when all keys are Unicode (GH-31564)
Inada Naoki
2022-03-01
1
-4/+8
*
bpo-46841: Use inline cache for `BINARY_SUBSCR`. (GH-31618)
Mark Shannon
2022-03-01
4
-4/+6
*
bpo-46633: Skip tests on ASAN and/or MSAN builds (GH-31632)
Victor Stinner
2022-03-01
6
-15/+39
*
bpo-46841: Use inline caching for `COMPARE_OP` (GH-31622)
Brandt Bucher
2022-03-01
4
-126/+129
*
bpo-46771: Remove two controversial lines from Task.cancel() (GH-31623)
Guido van Rossum
2022-02-28
2
-3/+10
*
Statistics internals: Make fewer calls to _coerce() when data types are mixed...
Raymond Hettinger
2022-02-28
1
-4/+9
*
bpo-46841: Move the cache for `LOAD_GLOBAL` inline. (GH-31575)
Mark Shannon
2022-02-28
3
-175/+176
*
bpo-46841: Use inline caching for `UNPACK_SEQUENCE` (GH-31591)
Brandt Bucher
2022-02-28
2
-2/+3
[next]