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
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-99553: fix bug where an ExceptionGroup subclass can wrap a BaseException (...
Miss Islington (bot)
2022-11-18
4
-5/+37
*
gh-99443: `descr_set_trampoline_call` return type should be `int` not `PyObje...
Miss Islington (bot)
2022-11-16
1
-1/+1
*
gh-99370: Prefer LIBDIR from sysconfig when locating libpython for test (GH-9...
Miss Islington (bot)
2022-11-16
1
-1/+3
*
[3.11] GH-99460: Emscripten trampolines on optimized METH_O and METH_NOARGS c...
Hood Chatham
2022-11-16
1
-3/+3
*
gh-98940: Fix Mac/Extras.install.py File filter bug (GH-98943)
Miss Islington (bot)
2022-11-16
2
-4/+4
*
gh-87604: Avoid publishing list of active per-interpreter audit hooks via the...
Miss Islington (bot)
2022-11-15
4
-0/+20
*
GH-98219: reduce sleep time in `asyncio` subprocess test (GH-99464)
Miss Islington (bot)
2022-11-15
1
-1/+1
*
gh-99370: fix test_zippath_from_non_installed_posix (GH-99483)
Miss Islington (bot)
2022-11-15
1
-51/+60
*
[3.11] gh-99357: Close the event loop when it is no longer used in test_uncan...
Miss Islington (bot)
2022-11-14
1
-21/+24
*
gh-99370: Calculate zip path from prefix when in a venv (GH-99371)
Miss Islington (bot)
2022-11-14
4
-2/+99
*
[Enum] update version TODO comment (GH-99458)
Miss Islington (bot)
2022-11-14
1
-1/+1
*
[3.11] gh-98930: improve the docstring of signal.strsignal (GH-99290) (#99449)
Gregory P. Smith
2022-11-13
3
-9/+11
*
gh-99275: Fix `SystemError` in `ctypes` during `__initsubclass__` (GH-99283)
Miss Islington (bot)
2022-11-13
3
-1/+15
*
gh-99418: Make urllib.parse.urlparse enforce that a scheme must begin with an...
Miss Islington (bot)
2022-11-13
3
-1/+21
*
[3.11] gh-98707: configure --with-system-libmpdec and --with-system-expat no ...
Erlend E. Aasland
2022-11-13
4
-7/+11
*
gh-99392: Fix sqlite3 converter recipes (GH-99393)
Miss Islington (bot)
2022-11-12
1
-3/+22
*
[3.11] gh-99304: [Enum] clarify what constitutes a flag alias (GH-99395) (GH-...
Miss Islington (bot)
2022-11-12
2
-15/+73
*
bpo-34272: Reorganize C API tests. (GH-8551)
Miss Islington (bot)
2022-11-12
6
-0/+9
*
gh-80448: argparse: Fix IndexError on store_true action (GH-15656)
Miss Islington (bot)
2022-11-12
3
-2/+7
*
gh-87604: Clarify in docs that sys.addaudithook is not for sandboxes (GH-99372)
Miss Islington (bot)
2022-11-11
1
-0/+9
*
[3.11] GH-99298: Don't perform jumps before error handling (GH-99343)
Brandt Bucher
2022-11-11
2
-3/+13
*
gh-84522: Add for-loop to apply-method-to-sequence FAQ (GH-94660)
Miss Islington (bot)
2022-11-11
1
-3/+15
*
gh-98366: use sphinx.locale._ as gettext() in pyspecific.py (GH-98437)
Miss Islington (bot)
2022-11-11
1
-4/+4
*
GH-99183: Document behavior of count() for empty substrings (GH-99339)
Miss Islington (bot)
2022-11-10
1
-0/+6
*
[3.11] gh-99277: remove older version of `get_write_buffer_limits` (GH-99280)...
Miss Islington (bot)
2022-11-10
2
-6/+1
*
gh-99204: Calculate base_executable by alternate names in POSIX venvs (GH-99206)
Miss Islington (bot)
2022-11-10
3
-0/+54
*
[3.11] GH-99257: Check the owner's type when specializing slots (GH-99324)
Miss Islington (bot)
2022-11-10
3
-0/+78
*
gh-74044: inspect.signature for wrappers around decorated bound methods (GH-736)
Miss Islington (bot)
2022-11-10
3
-3/+12
*
gh-99320: remove tests for old-style class from `test_complex` (GH-99321)
Miss Islington (bot)
2022-11-10
1
-6/+1
*
GH-99205: Mark new interpreters and threads as non-static (GH-99268)
Miss Islington (bot)
2022-11-09
2
-0/+10
*
Update reference to the size of PyPI (GH-99076)
Miss Islington (bot)
2022-11-09
1
-2/+2
*
gh-98724: Fix Py_CLEAR() macro side effects (#99100) (#99288)
Victor Stinner
2022-11-09
4
-27/+126
*
[Enum] Typo: fix DuplicateFreeEnum example docs (GH-99265)
Miss Islington (bot)
2022-11-09
1
-1/+1
*
gh-94445: add compiler test for another case of excessive stack use (GH-99237)
Miss Islington (bot)
2022-11-08
1
-0/+7
*
gh-99238: clarify the type of the env dict. (GH-99253)
Miss Islington (bot)
2022-11-08
1
-3/+7
*
gh-99248: [Enum] fix negative number infinite loop (GH-99256)
Miss Islington (bot)
2022-11-08
3
-2/+23
*
Fix broken link in `asyncio-subprocesses` doc (GH-99214)
Miss Islington (bot)
2022-11-08
1
-1/+1
*
gh-99181: fix except* on unhashable exceptions (GH-99192)
Miss Islington (bot)
2022-11-08
3
-17/+226
*
gh-92119: ctypes: Print exception class name instead of its representation (G...
Miss Islington (bot)
2022-11-08
4
-6/+11
*
[3.11] gh-98433: Fix quadratic time idna decoding. (GH-99092) (#99222)
Miss Islington (bot)
2022-11-08
3
-17/+27
*
[3.11] gh-98513: Test abstract methods of some `collections` types (GH-98516)...
Miss Islington (bot)
2022-11-08
1
-0/+5
*
gh-99124: use concrete exception types in `test_builtin` (GH-99125)
Miss Islington (bot)
2022-11-08
1
-3/+3
*
gh-94280: Require Python 3.9 or higher to compile CPython on Windows (GH-94281)
Miss Islington (bot)
2022-11-07
2
-2/+5
*
[3.11] gh-96746: Docs: Clear up Py_TPFLAGS_DISALLOW_INSTANTIATION inheritance...
Miss Islington (bot)
2022-11-07
1
-0/+11
*
doc: Formatting and typo fixes (GH-98974)
Miss Islington (bot)
2022-11-07
3
-10/+10
*
bpo-38523: ignore_dangling_symlinks does not apply recursively (GH-22937)
Miss Islington (bot)
2022-11-07
3
-8/+18
*
[3.11] gh-99153: set location on SyntaxError for try with both except and exc...
Irit Katriel
2022-11-07
4
-5/+16
*
[3.11] GH-99155: Fix `NormalDist` pickle with `0` and `1` protocols (GH-99156...
Nikita Sobolev
2022-11-07
3
-3/+15
*
gh-96055: Update faulthandler to emit proper unexpect signal number (gh-99162)
Miss Islington (bot)
2022-11-07
2
-4/+18
*
gh-94286 Fix documentation of print default param (GH-94297)
Miss Islington (bot)
2022-11-06
1
-1/+1
[next]