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-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
*
[3.10] bpo-45021: Fix a hang in forked children (GH-28007) (GH-28480)
Miss Islington (bot)
2021-09-20
1
-0/+1
*
bpo-45128: fixes `test_multiprocessing_fork` mysterious crash (GH-28387)
Miss Islington (bot)
2021-09-19
1
-0/+2
*
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
*
[3.10] bpo-45183: don't raise an exception when calling zipimport.zipimporter...
Brett Cannon
2021-09-18
1
-0/+3
*
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-28367)
Miss Islington (bot)
2021-09-15
1
-0/+1
*
bpo-45193: News for IDLE PR_28343 (GH-28348)
Miss Islington (bot)
2021-09-15
1
-0/+1
*
[3.10] bpo-34602: Quadruple stack size on macOS when compiling with UBSAN (GH...
Łukasz Langa
2021-09-15
1
-0/+3
*
bpo-44786: Fix a warning in RE in c-analyzer (GH-28351) (GH-28353)
Miss Islington (bot)
2021-09-15
1
-0/+1
*
bpo-45195: Fix test_readline.test_nonascii() (GH-28329) (GH-28333)
Miss Islington (bot)
2021-09-15
1
-0/+3
*
bpo-45156: Fixes inifite loop on unittest.mock.seal() (GH-28300) (GH-28326)
Miss Islington (bot)
2021-09-14
1
-0/+2
*
bpo-42135 Correct version slated for importlib.find_loader removal (GH-28312)...
Miss Islington (bot)
2021-09-13
1
-0/+3
*
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-28274)
Miss Islington (bot)
2021-09-10
1
-1/+2
*
bpo-45024 and bpo-23864: Document how interface testing works with the collec...
Miss Islington (bot)
2021-09-10
1
-0/+4
*
bpo-45067 - Verify the version of ncurses for extended color support feature ...
Miss Islington (bot)
2021-09-09
1
-0/+5
*
bpo-44219: Release the GIL during isatty syscalls (GH-28250) (GH-28255)
Miss Islington (bot)
2021-09-09
1
-0/+4
*
bpo-44860: Update test_sysconfig for posix_user platlib (GH-28235) (GH-28251)
Miss Islington (bot)
2021-09-09
1
-0/+2
*
[3.10] bpo-20499: Rounding error in statistics.pvariance (GH-28230) (GH-28248)
Raymond Hettinger
2021-09-09
1
-0/+1
*
[3.10] bpo-45083: Include the exception class qualname when formatting an exc...
Miss Islington (bot)
2021-09-08
1
-0/+3
*
[3.10] bpo-45056: Remove trailing unused constants from co_consts (GH-28109) ...
Łukasz Langa
2021-09-08
1
-0/+1
*
[3.10] bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-2800...
Serhiy Storchaka
2021-09-08
1
-0/+1
*
bpo-45121: Fix RecursionError when calling Protocol.__init__ from a subclass'...
Miss Islington (bot)
2021-09-08
1
-0/+2
*
Python 3.10.0rc2
v3.10.0rc2
Pablo Galindo
2021-09-07
67
-145/+685
*
bpo-45123: PyAiter_Check and PyObject_GetAiter fix & rename. (GH-28194) (GH-2...
Miss Islington (bot)
2021-09-07
2
-2/+5
*
bpo-44860: Make sysconfig posix_user not depend on platlibdir (GH-27655) (GH-...
Miss Islington (bot)
2021-09-07
1
-0/+2
*
bpo-44963: Implement send() and throw() methods for anext_awaitable objects (...
Miss Islington (bot)
2021-09-07
1
-0/+2
*
bpo-45052: Unskips a failing `test_shared_memory_basics` test (GH-28182)
Miss Islington (bot)
2021-09-06
1
-0/+7
[next]