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-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
*
bpo-45249: Ensure the traceback module prints correctly syntax errors with ra...
Pablo Galindo Salgado
2021-09-27
2
-6/+34
*
bpo-45211: Move helpers from getpath.c to internal API. (gh-28550)
Eric Snow
2021-09-27
1
-1/+1
*
bpo-43914: Correctly highlight SyntaxError exceptions for invalid generator e...
Pablo Galindo Salgado
2021-09-27
1
-1/+12
*
bpo-45274: Fix Thread._wait_for_tstate_lock() race condition (GH-28532)
Victor Stinner
2021-09-27
1
-4/+17
*
bpo-45280: Add test for empty `NamedTuple` in `test_typing` (GH-28559)
Nikita Sobolev
2021-09-26
1
-0/+13
*
bpo-45166: fixes `get_type_hints` failure on `Final` (GH-28279)
Nikita Sobolev
2021-09-25
4
-10/+54
*
bpo-44019: Implement operator.call(). (GH-27888)
Antony Lee
2021-09-24
2
-0/+19
*
bpo-20524: adds better error message for `.format()` (GH-28310)
Nikita Sobolev
2021-09-24
1
-0/+28
*
bpo-30951: Correct co_names docstring in inspect module (GH-2743)
Alex Vig
2021-09-24
1
-1/+1
*
bpo-39359: [zipfile] add missing "pwd: expected bytes, got str" exception (GH...
Daniel Hillier
2021-09-23
2
-6/+19
*
bpo-38415: Allow using @asynccontextmanager-made ctx managers as decorators (...
Jason Fried
2021-09-23
2
-0/+84
*
bpo-39549: reprlib.Repr uses a “fillvalue” attribute (GH-18343)
Alexander Böhn
2021-09-22
2
-9/+22
*
bpo-45238: Fix unittest.IsolatedAsyncioTestCase.debug() (GH-28449)
Serhiy Storchaka
2021-09-22
3
-61/+174
*
[codemod] Fix non-matching bracket pairs (GH-28473)
Mohamad Mansour
2021-09-21
13
-14/+14
*
[tests] Add missing assert against expected tracebacks in test_exceptions.py ...
andrei kulakov
2021-09-21
1
-0/+1
*
bpo-45234: Fix FileNotFound exception raised instead of IsADirectoryError in ...
andrei kulakov
2021-09-21
2
-29/+70
*
bpo-45216: Remove extraneous method docs from `difflib` (GH-28445)
Nikita Sobolev
2021-09-21
1
-40/+0
*
bpo-45209: fix `UserWarning: resource_tracker` in test_multiprocessing (GH-28...
Nikita Sobolev
2021-09-21
1
-0/+7
*
bpo-44958: Fix ref. leak introduced in GH-27844 (GH-28490)
Erlend Egeberg Aasland
2021-09-21
2
-30/+36
*
bpo-44958: Only reset `sqlite3` statements when needed (GH-27844)
Erlend Egeberg Aasland
2021-09-21
1
-7/+42
*
bpo-45021: Fix a hang in forked children (GH-28007)
nullptr
2021-09-20
2
-0/+20
[next]