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
*
gh-114058: Foundations of the Tier2 redundancy eliminator (GH-115085)
Ken Jin
2024-02-13
2
-0/+362
*
gh-108303: Move all `pydoc` related test files to new `test.test_pydoc` packa...
Nikita Sobolev
2024-02-13
6
-27/+33
*
gh-115252: Fix test_enum with -OO mode again (GH-115334)
Serhiy Storchaka
2024-02-13
1
-5/+5
*
gh-115032: Update DictConfigurator.configure_formatter() comment about `fmt` ...
Mariusz Felisiak
2024-02-13
1
-4/+3
*
gh-89240: Enable multiprocessing on Windows to use large process pools (GH-10...
Steve Dower
2024-02-13
3
-1/+125
*
gh-115258: Temporarily skip some `queue` tests on all platforms (#115361)
Kirill Podoprigora
2024-02-12
1
-2/+2
*
gh-111140: Adds PyLong_AsNativeBytes and PyLong_FromNative[Unsigned]Bytes fun...
Steve Dower
2024-02-12
1
-0/+145
*
gh-115285: Fix `test_dataclasses` with `-OO` mode (#115286)
Nikita Sobolev
2024-02-12
1
-0/+3
*
gh-110850: Add PyTime_t C API (GH-115215)
Petr Viktorin
2024-02-12
2
-11/+77
*
gh-115233: Fix an example in the Logging Cookbook (GH-115325)
Serhiy Storchaka
2024-02-12
2
-17/+85
*
gh-115058: Add ``reset_rare_event_counters`` function in `_testinternalcapi` ...
Kirill Podoprigora
2024-02-12
1
-0/+3
*
Remove outdated comment about py3.6 in `test_typing` (#115318)
Nikita Sobolev
2024-02-12
1
-2/+0
*
gh-89039: Call subclass constructors in datetime.*.replace (GH-114780)
Eugene Toder
2024-02-12
1
-6/+56
*
gh-114563: C decimal falls back to pydecimal for unsupported format strings (...
John Belmonte
2024-02-12
1
-0/+22
*
GH-114695: Add `sys._clear_internal_caches` (GH-115152)
Brandt Bucher
2024-02-12
3
-2/+22
*
gh-115282: Fix direct invocation of `test_traceback.py` (#115283)
Nikita Sobolev
2024-02-11
1
-4/+7
*
gh-97959: Fix rendering of routines in pydoc (GH-113941)
Serhiy Storchaka
2024-02-11
4
-72/+326
*
gh-49766: Make date-datetime comparison more symmetric and flexible (GH-114760)
Serhiy Storchaka
2024-02-11
2
-52/+47
*
gh-115011: Improve support of __index__() in setters of members with unsigned...
Serhiy Storchaka
2024-02-11
1
-30/+14
*
gh-97928: Partially restore the behavior of tkinter.Text.count() by default (...
Serhiy Storchaka
2024-02-11
3
-21/+48
*
gh-67837, gh-112998: Fix dirs creation in concurrent extraction (GH-115082)
Serhiy Storchaka
2024-02-11
3
-3/+29
*
gh-79382: Fix recursive glob() with trailing "**" (GH-115134)
Serhiy Storchaka
2024-02-11
2
-1/+13
*
gh-115133: Fix tests for XMLPullParser with Expat 2.6.0 (GH-115164)
Serhiy Storchaka
2024-02-11
1
-22/+36
*
gh-114807: multiprocessing: don't raise ImportError if _multiprocessing is mi...
Hood Chatham
2024-02-11
1
-1/+1
*
gh-115274: Fix direct invocation of `testmock/testpatch.py` (#115275)
Nikita Sobolev
2024-02-11
1
-1/+1
*
gh-115249: Fix `test_descr` with `-OO` mode (#115250)
Nikita Sobolev
2024-02-11
1
-1/+5
*
gh-115258: Temporarily disable test on Windows (#115269)
Sam Gross
2024-02-11
1
-0/+3
*
gh-115254: Fix `test_property` with `-00` mode (#115255)
Nikita Sobolev
2024-02-10
1
-0/+1
*
gh-115252: Fix `test_enum` with `-OO` mode (GH-115253)
Nikita Sobolev
2024-02-10
1
-3/+14
*
GH-115060: Speed up `pathlib.Path.glob()` by removing redundant regex matchin...
Barney Gale
2024-02-10
3
-28/+75
*
gh-114894: add array.array.clear() method (#114919)
Mike Zimin
2024-02-10
2
-0/+25
*
gh-102840: Fix confused traceback when floordiv or mod operations happens bet...
Kirill Podoprigora
2024-02-10
2
-6/+34
*
gh-115059: Remove debugging code in test_io (GH-115240)
Serhiy Storchaka
2024-02-10
1
-30/+0
*
gh-76763: Make chr() always raising ValueError for out-of-range values (GH-11...
Serhiy Storchaka
2024-02-10
1
-4/+7
*
gh-114552: Update `__dir__` method docs: it allows returning an iterable (#11...
Nikita Sobolev
2024-02-10
1
-0/+8
*
gh-96471: Add shutdown() method to queue.Queue (#104750)
Laurie O
2024-02-10
2
-0/+428
*
gh-115165: Fix `typing.Annotated` for immutable types (#115213)
dave-shawley
2024-02-09
2
-1/+24
*
gh-110481: Implement inter-thread queue for biased reference counting (#114824)
Sam Gross
2024-02-09
3
-2/+17
*
gh-112903: Handle non-types in _BaseGenericAlias.__mro_entries__() (#115191)
Carl Meyer
2024-02-09
2
-1/+90
*
gh-115142: Skip test_optimizer if _testinternalcapi module is not available (...
Kirill Podoprigora
2024-02-09
1
-1/+4
*
gh-115059: Flush the underlying write buffer in io.BufferedRandom.read1() (GH...
Serhiy Storchaka
2024-02-09
1
-0/+52
*
gh-107944: Improve error message for getargs with bad keyword arguments (#114...
Shantanu
2024-02-08
3
-17/+43
*
gh-115146: Fix typo in pickletools.py documentation (GH-115148)
Justin Applegate
2024-02-08
1
-1/+1
*
gh-114828: Fix __class__ in class-scope inlined comprehensions (#115139)
Carl Meyer
2024-02-07
1
-0/+12
*
GH-108362: Revert "GH-108362: Incremental GC implementation (GH-108038)" (#11...
Mark Shannon
2024-02-07
1
-2/+20
*
gh-115035: Mark ThreadHandles as non-joinable earlier after forking (#115042)
Sam Gross
2024-02-06
1
-4/+1
*
gh-103224: Resolve paths properly in test_sysconfig (GH-103292)
Artem Mukhin
2024-02-06
1
-14/+23
*
#gh-75705: Set unixfrom envelope in mailbox._mboxMMDF (GH-107117)
Matthieu Caneill
2024-02-06
2
-3/+14
*
gh-112066: Add `PyDict_SetDefaultRef` function. (#112123)
Sam Gross
2024-02-06
1
-0/+22
*
gh-106233: Fix stacklevel in zoneinfo.InvalidTZPathWarning (GH-106234)
Nikita Sobolev
2024-02-06
2
-11/+30
[next]