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
/
NEWS.d
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-24444: fix an error in argparse help when help for an option is blank (GH...
Miss Islington (bot)
2021-10-13
1
-0/+2
*
[3.10] bpo-45239: Fix parsedate_tz when time has more than 2 dots in it (GH-2...
Łukasz Langa
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.10] bpo-45405: Prevent ``internal configure error`` when running ``configu...
Miss Islington (bot)
2021-10-13
1
-0/+2
*
bpo-45416: Fix use of asyncio.Condition() with explicit Lock objects (GH-28850)
Miss Islington (bot)
2021-10-10
1
-0/+2
*
[3.10] bpo-45419: Fix interfaces on DegenerateFiles.Path (GH-28844)
Jason R. Coombs
2021-10-10
1
-0/+1
*
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) (GH-28816)
Miss Islington (bot)
2021-10-08
1
-0/+1
*
[3.10] bpo-45408: Don't override previous tokenizer errors in the second pars...
Pablo Galindo Salgado
2021-10-07
1
-0/+2
*
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.10] [Misc] [Mac] Fix typos found using codespell (GH-28756) (GH-28794)
Christian Clauss
2021-10-07
11
-26/+26
*
bpo-45400: Fix suggestion test of test_exceptions (GH-28783)
Miss Islington (bot)
2021-10-07
1
-0/+3
*
bpo-45385: Fix reference leak from descr_check (GH-28719) (GH-28779)
Miss Islington (bot)
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
*
bpo-45343: Update bundled pip to 21.2.4 and setuptools to 58.1.0 (GH-28684) (...
Miss Islington (bot)
2021-10-05
1
-0/+1
*
bpo-44050: Extension modules can share state when they don't support sub-inte...
Miss Islington (bot)
2021-10-05
1
-0/+3
*
[3.10] bpo-45371: Fix distutils' rpath support for clang (GH-28732) (GH-28733)
Miss Islington (bot)
2021-10-05
1
-0/+3
*
[3.10] bpo-44594: fix (Async)ExitStack handling of __context__ (gh-27089) (GH...
John Belmonte
2021-10-05
1
-0/+3
*
Merge tag 'v3.10.0' into 3.10
Pablo Galindo
2021-10-04
1
-0/+95
|
\
|
*
Python 3.10.0
v3.10.0
Pablo Galindo
2021-10-04
10
-25/+95
|
*
bpo-44860: Update test_sysconfig for posix_user platlib (GH-28235) (GH-28251)
Miss Islington (bot)
2021-09-29
1
-0/+2
|
*
[3.10] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28511)
Łukasz Langa
2021-09-29
2
-1/+8
|
*
bpo-45024 and bpo-23864: Document how interface testing works with the collec...
Miss Islington (bot)
2021-09-29
1
-0/+4
|
*
bpo-45216: Remove extraneous method docs from `difflib` (GH-28445) (GH-28505)
Miss Islington (bot)
2021-09-29
1
-0/+2
|
*
[3.10] [docs] Improve the markup of powers (GH-28598) (GH-28607)
Łukasz Langa
2021-09-29
5
-5/+5
|
*
[3.10] bpo-45307: Restore private C API function _PyImport_FindExtensionObjec...
Serhiy Storchaka
2021-09-29
1
-0/+2
|
*
bpo-45234: Fix FileNotFound exception raised instead of IsADirectoryError in ...
Miss Islington (bot)
2021-09-22
1
-0/+3
|
*
bpo-45128: fixes `test_multiprocessing_fork` mysterious crash (GH-28387)
Miss Islington (bot)
2021-09-19
1
-0/+2
|
*
bpo-45121: Fix RecursionError when calling Protocol.__init__ from a subclass'...
Miss Islington (bot)
2021-09-19
1
-0/+2
|
*
bpo-45193: News for IDLE PR_28343 (GH-28348)
Miss Islington (bot)
2021-09-19
1
-0/+1
*
|
bpo-45329: Fix freed memory access in pyexpat.c (GH-28649)
Miss Islington (bot)
2021-10-02
1
-0/+2
*
|
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)
Victor Stinner
2021-10-01
1
-0/+5
*
|
bpo-45125: Improves pickling docs and tests for `shared_memory` (GH-28294)
Miss Islington (bot)
2021-10-01
1
-0/+2
*
|
[3.10] bpo-40173: Fix test.support.import_helper.import_fresh_module() (GH-28...
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.10] bpo-39039: tarfile raises descriptive exception from zlib.error (GH-27...
Łukasz Langa
2021-09-29
1
-0/+2
*
|
bpo-45269: test wrong `markers` type to `c_make_encoder` (GH-28540) (GH-28609)
Miss Islington (bot)
2021-09-28
1
-0/+1
*
|
[3.10] bpo-45307: Restore private C API function _PyImport_FindExtensionObjec...
Serhiy Storchaka
2021-09-28
1
-0/+2
*
|
[3.10] [docs] Improve the markup of powers (GH-28598) (GH-28607)
Łukasz Langa
2021-09-28
5
-5/+5
*
|
bpo-45296: Fix exit/quit message on Windows (GH-28577) (GH-28600)
Miss Islington (bot)
2021-09-28
1
-0/+2
*
|
bpo-1596321: Fix threading._shutdown() for the main thread (GH-28549)
Miss Islington (bot)
2021-09-27
1
-0/+3
*
|
bpo-45274: Fix Thread._wait_for_tstate_lock() race condition (GH-28532) (GH-2...
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
*
|
bpo-45166: fixes `get_type_hints` failure on `Final` (GH-28279) (GH-28560)
Miss Islington (bot)
2021-09-25
1
-0/+2
*
|
[3.10] bpo-45238: Fix unittest.IsolatedAsyncioTestCase.debug() (GH-28449) (GH...
Łukasz Langa
2021-09-22
1
-0/+2
*
|
[3.10] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28511)
Łukasz Langa
2021-09-21
2
-3/+5
*
|
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-28505)
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
[next]