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-45239: Fix parsedate_tz when time has more than 2 dots in it (GH-28452) (...
Miss Islington (bot)
2021-10-13
1
-0/+3
*
bpo-20692: Add Programming FAQ entry for 1.__class__ error. (GH-28918)
Miss Islington (bot)
2021-10-13
1
-0/+2
*
[3.9] bpo-45405: Prevent ``internal configure error`` when running ``configur...
Miss Islington (bot)
2021-10-13
1
-0/+2
*
bpo-20028: Improve error message of csv.Dialect when initializing (GH-28705)
Miss Islington (bot)
2021-10-09
1
-0/+2
*
bpo-45262, asyncio: Fix cache of the running loop holder (GH-28796)
Miss Islington (bot)
2021-10-07
1
-0/+1
*
bpo-45337: Use the realpath of the new executable when creating a venv on Win...
Miss Islington (bot)
2021-10-07
1
-0/+4
*
[3.9] [Misc] [Mac] Fix typos found using codespell (GH-28756) (GH-28793)
Christian Clauss
2021-10-07
4
-12/+12
*
[3.9] bpo-45385: Fix reference leak from descr_check (GH-28719) (GH-28780)
Dong-hee Na
2021-10-07
1
-0/+1
*
bpo-45328: Avoid failure in OSs without TCP_NODELAY support (GH-28646) (GH-28...
Miss Islington (bot)
2021-10-06
1
-0/+1
*
[3.9] bpo-45343: Update bundled pip to 21.2.4 and setuptools to 58.1.0 (GH-28...
Łukasz Langa
2021-10-05
1
-0/+1
*
[3.9] bpo-44050: Extension modules can share state when they don't support su...
Łukasz Langa
2021-10-05
1
-0/+3
*
bpo-45371: Fix distutils' rpath support for clang (GH-28732)
Miss Islington (bot)
2021-10-05
1
-0/+3
*
[3.9] bpo-44594: fix (Async)ExitStack handling of __context__ (gh-27089) (GH-...
John Belmonte
2021-10-05
1
-0/+3
*
bpo-44687: Ensure BufferedReader objects with unread buffers can peek even wh...
Miss Islington (bot)
2021-10-01
1
-0/+1
*
bpo-41710: PyThread_acquire_lock_timed() uses sem_clockwait() (GH-28671) (GH-...
Miss Islington (bot)
2021-10-01
1
-0/+5
*
[3.9] bpo-40173: Fix test.support.import_helper.import_fresh_module() (GH-286...
Serhiy Storchaka
2021-09-30
1
-0/+2
*
closes bpo-44751: Move crypt.h include from public header to _cryptmodule (GH...
Miss Islington (bot)
2021-09-29
1
-0/+1
*
[3.9] bpo-39039: tarfile raises descriptive exception from zlib.error (GH-277...
Łukasz Langa
2021-09-29
1
-0/+2
*
bpo-45269: test wrong `markers` type to `c_make_encoder` (GH-28540) (GH-28610)
Miss Islington (bot)
2021-09-28
1
-0/+1
*
[3.9] [docs] Improve the markup of powers (GH-28598) (GH-28608)
Łukasz Langa
2021-09-28
5
-5/+5
*
bpo-45296: Fix exit/quit message on Windows (GH-28577) (GH-28601)
Miss Islington (bot)
2021-09-28
1
-0/+2
*
bpo-1596321: Fix threading._shutdown() for the main thread (GH-28549) (GH-28589)
Victor Stinner
2021-09-27
1
-0/+3
*
bpo-45274: Fix Thread._wait_for_tstate_lock() race condition (GH-28532)
Miss Islington (bot)
2021-09-27
1
-0/+5
*
bpo-45280: Add test for empty `NamedTuple` in `test_typing` (GH-28559) (GH-28...
Miss Islington (bot)
2021-09-26
1
-0/+1
*
[3.9] bpo-45166: fixes `get_type_hints` failure on `Final` (GH-28279) (GH-28561)
Łukasz Langa
2021-09-25
1
-0/+2
*
[3.9] bpo-45238: Fix unittest.IsolatedAsyncioTestCase.debug() (GH-28449) (GH-...
Łukasz Langa
2021-09-22
1
-0/+2
*
[3.9] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28512)
Łukasz Langa
2021-09-22
1
-1/+1
*
bpo-45234: Fix FileNotFound exception raised instead of IsADirectoryError in ...
Miss Islington (bot)
2021-09-21
1
-0/+3
*
bpo-45216: Remove extraneous method docs from `difflib` (GH-28445) (GH-28506)
Miss Islington (bot)
2021-09-21
1
-0/+2
*
bpo-45209: fix `UserWarning: resource_tracker` in test_multiprocessing (GH-28...
Miss Islington (bot)
2021-09-21
1
-0/+2
*
[3.9] bpo-45021: Fix a hang in forked children (GH-28007) (GH-28481)
Miss Islington (bot)
2021-09-20
1
-0/+1
*
bpo-36674: Honour the skipping decorators in TestCase.debug() (GH-28446)
Miss Islington (bot)
2021-09-18
1
-0/+2
*
bpo-45235: Fix argparse overrides namespace with subparser defaults (GH-28420...
Miss Islington (bot)
2021-09-18
1
-0/+2
*
bpo-45228: Fix stack buffer overflow in parsing J1939 address (GH-28404)
Miss Islington (bot)
2021-09-17
1
-0/+1
*
bpo-45220: Avoid automatically selecting the Windows 11 SDK preview when buil...
Miss Islington (bot)
2021-09-16
1
-0/+3
*
bpo-45167: Fix deepcopying of GenericAlias (GH-28324) (GH-28368)
Miss Islington (bot)
2021-09-15
1
-0/+1
*
bpo-45195: Fix test_readline.test_nonascii() (GH-28329) (GH-28334)
Miss Islington (bot)
2021-09-15
1
-0/+3
*
bpo-45156: Fixes inifite loop on unittest.mock.seal() (GH-28300)
Miss Islington (bot)
2021-09-14
1
-0/+2
*
bpo-35474: Fix mimetypes.guess_all_extensions() potentially mutating list (GH...
Miss Islington (bot)
2021-09-13
1
-0/+3
*
bpo-44219: Mention GH-28250 is a deadlock bugfix (GH-28261) (GH-28275)
Miss Islington (bot)
2021-09-10
1
-1/+2
*
bpo-44219: Release the GIL during isatty syscalls (GH-28250)
Miss Islington (bot)
2021-09-09
1
-0/+4
*
[3.9] bpo-45121: Fix RecursionError when calling Protocol.__init__ from a sub...
Ken Jin
2021-09-08
1
-0/+2
*
[3.9] bpo-45042: Now test classes decorated with `requires_hashdigest` are no...
Serhiy Storchaka
2021-09-05
1
-0/+1
*
bpo-45030: Fix integer overflow in __reduce__ of the range iterator (GH-28000)
Miss Islington (bot)
2021-09-04
1
-0/+1
*
[3.9] bpo-45097: Remove incorrect deprecation warnings in asyncio. (GH-28153)
Serhiy Storchaka
2021-09-04
1
-0/+2
*
[3.9] bpo-45083: Include the exception class qualname when formatting an exce...
Miss Islington (bot)
2021-09-03
1
-0/+3
*
bpo-45081: Fix __init__ method generation when inheriting from Protocol (GH-2...
Miss Islington (bot)
2021-09-02
1
-0/+2
*
bpo-44756: Remove misleading NEWS entries of a change that was reverted befor...
Łukasz Langa
2021-08-30
1
-25/+0
*
Python 3.9.7
v3.9.7
Łukasz Langa
2021-08-30
91
-190/+925
*
[3.9] bpo-43913: Fix bugs in cleaning up classes and modules in unittest. (GH...
Serhiy Storchaka
2021-08-30
1
-0/+8
[next]