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
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-45020: Identify which frozen modules are actually aliases. (gh-28655)
Eric Snow
2021-10-05
1
-0/+5
*
Merge tag 'v3.11.0a1'
Pablo Galindo
2021-10-05
480
-1191/+5098
|
\
|
*
Python 3.11.0a1
v3.11.0a1
Pablo Galindo
2021-10-05
480
-1191/+5098
*
|
bpo-45324: Capture data in FrozenImporter.find_spec() to use in exec_module()...
Eric Snow
2021-10-05
1
-0/+3
*
|
bpo-44050: Extension modules can share state when they don't support sub-inte...
Hai Shi
2021-10-05
1
-0/+3
|
/
*
bpo-45375: Fix assertion failure due to searching for stdlib in unnormalised ...
Steve Dower
2021-10-05
1
-0/+2
*
bpo-43760: Check for tracing using 'bitwise or' instead of branch in dispatch...
Mark Shannon
2021-10-05
1
-0/+3
*
bpo-45371: Fix distutils' rpath support for clang (GH-28732)
Christian Heimes
2021-10-05
1
-0/+3
*
bpo-44594: fix (Async)ExitStack handling of __context__ (gh-27089)
John Belmonte
2021-10-04
1
-0/+3
*
Remove news entry without bpo issue number. (GH-28703)
Julien Palard
2021-10-03
1
-1/+0
*
bpo-45329: Fix freed memory access in pyexpat.c (GH-28649)
TAGAMI Yukihiro
2021-10-02
1
-0/+2
*
Makefile: Fix missing slashes (GH-28659)
native-api
2021-10-02
1
-0/+1
*
bpo-44687: Ensure BufferedReader objects with unread buffers can peek even wh...
AngstyDuck
2021-10-01
1
-0/+1
*
bpo-41710: Fix PY_TIMEOUT_MAX on Windows (GH-28673)
Victor Stinner
2021-10-01
1
-3/+0
*
bpo-45125: Improves pickling docs and tests for `shared_memory` (GH-28294)
Nikita Sobolev
2021-10-01
1
-0/+2
*
bpo-41710: PyThread_acquire_lock_timed() uses sem_clockwait() (GH-28662)
Victor Stinner
2021-10-01
1
-0/+5
*
bpo-40173: Fix test.support.import_helper.import_fresh_module() (GH-28654)
Serhiy Storchaka
2021-09-30
1
-0/+2
*
bpo-41710: PyThread_acquire_lock_timed() clamps the timout (GH-28643)
Victor Stinner
2021-09-30
2
-0/+5
*
bpo-24391: Better reprs for threading objects. (GH-20534)
Serhiy Storchaka
2021-09-29
1
-0/+3
*
bpo-39039: tarfile raises descriptive exception from zlib.error (GH-27766)
Jack DeVries
2021-09-29
1
-0/+2
*
[docs] Use full names for time units (GH-28611)
Serhiy Storchaka
2021-09-29
5
-5/+6
*
bpo-45269: test wrong `markers` type to `c_make_encoder` (GH-28540)
Nikita Sobolev
2021-09-28
1
-0/+1
*
[docs] Improve the markup of powers (GH-28598)
Serhiy Storchaka
2021-09-28
8
-8/+8
*
bpo-45296: Fix exit/quit message on Windows (GH-28577)
Terry Jan Reedy
2021-09-28
1
-0/+2
*
bpo-1596321: Fix threading._shutdown() for the main thread (GH-28549)
Victor Stinner
2021-09-27
1
-0/+3
*
bpo-45274: Fix Thread._wait_for_tstate_lock() race condition (GH-28532)
Victor Stinner
2021-09-27
1
-0/+5
*
bpo-45280: Add test for empty `NamedTuple` in `test_typing` (GH-28559)
Nikita Sobolev
2021-09-26
1
-0/+1
*
bpo-21302: Add nanosleep() implementation for time.sleep() in Unix (GH-28545)
Victor Stinner
2021-09-25
1
-0/+1
*
bpo-45166: fixes `get_type_hints` failure on `Final` (GH-28279)
Nikita Sobolev
2021-09-25
1
-0/+2
*
bpo-44019: Implement operator.call(). (GH-27888)
Antony Lee
2021-09-24
1
-0/+2
*
bpo-20524: adds better error message for `.format()` (GH-28310)
Nikita Sobolev
2021-09-24
1
-0/+3
*
bpo-39359: [zipfile] add missing "pwd: expected bytes, got str" exception (GH...
Daniel Hillier
2021-09-23
1
-0/+1
*
bpo-38415: Allow using @asynccontextmanager-made ctx managers as decorators (...
Jason Fried
2021-09-23
1
-0/+3
*
bpo-39549: reprlib.Repr uses a “fillvalue” attribute (GH-18343)
Alexander Böhn
2021-09-22
1
-0/+4
*
bpo-45238: Fix unittest.IsolatedAsyncioTestCase.debug() (GH-28449)
Serhiy Storchaka
2021-09-22
1
-0/+2
*
bpo-21302: time.sleep() uses waitable timer on Windows (GH-28483)
Victor Stinner
2021-09-22
1
-0/+3
*
[codemod] Fix non-matching bracket pairs (GH-28473)
Mohamad Mansour
2021-09-21
2
-3/+5
*
bpo-45234: Fix FileNotFound exception raised instead of IsADirectoryError in ...
andrei kulakov
2021-09-21
1
-0/+3
*
bpo-45061: Detect refcount bug on empty string singleton (GH-28504)
Victor Stinner
2021-09-21
1
-2/+3
*
bpo-45216: Remove extraneous method docs from `difflib` (GH-28445)
Nikita Sobolev
2021-09-21
1
-0/+2
*
bpo-45061: Detect refcount bug on empty tuple singleton (GH-28503)
Victor Stinner
2021-09-21
1
-0/+4
*
bpo-45209: fix `UserWarning: resource_tracker` in test_multiprocessing (GH-28...
Nikita Sobolev
2021-09-21
1
-0/+2
*
bpo-24076: Inline single digit unpacking in the integer fastpath of sum() (GH...
scoder
2021-09-21
1
-0/+1
*
bpo-45021: Fix a hang in forked children (GH-28007)
nullptr
2021-09-20
1
-0/+1
*
bpo-44848: Update Windows installer to use SQLite 3.36.0 (GH-27622)
Erlend Egeberg Aasland
2021-09-20
1
-0/+1
*
bpo-1514420: Do not attempt to open files with names in <>s when formatting a...
Irit Katriel
2021-09-20
1
-0/+1
*
bpo-40497: Fix handling of check in subprocess.check_output() (GH-19897)
Rémi Lapeyre
2021-09-20
1
-0/+4
*
bpo-45128: fixes `test_multiprocessing_fork` mysterious crash (GH-28387)
Nikita Sobolev
2021-09-19
1
-0/+2
*
bpo-30856: Update TestResult early, without buffering in _Outcome (GH-28180)
Serhiy Storchaka
2021-09-19
1
-0/+6
*
bpo-36674: Honour the skipping decorators in TestCase.debug() (GH-28446)
Serhiy Storchaka
2021-09-18
1
-0/+2
[next]