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
...
*
bpo-42195: Override _CallableGenericAlias's __getitem__ (GH-23915)
kj
2020-12-24
2
-1/+17
*
bpo-41960: Add globalns and localns parameters to inspect.signature and Signa...
Batuhan Taskaya
2020-12-23
5
-52/+77
*
bpo-25246: Optimize deque.remove() (GH-23898)
Raymond Hettinger
2020-12-23
2
-32/+43
*
bpo-32381: pymain_run_command() uses PyCF_IGNORE_COOKIE (GH-23724)
Victor Stinner
2020-12-23
3
-19/+33
*
bpo-9694: Fix misleading phrase "optional arguments" (GH-23858)
Raymond Hettinger
2020-12-23
5
-95/+98
*
bpo-28468: Fix typo in _os_release_candidates (GH-23913)
Victor Stinner
2020-12-23
1
-1/+1
*
bpo-42246: Don't eliminate jumps to jumps, if it will break PEP 626. (GH-23896)
Mark Shannon
2020-12-23
7
-4239/+4341
*
BPO-42703: Fix incorrect documentation links for asyncio.Event (GH-23881)
Matt Fowler
2020-12-23
1
-5/+5
*
bpo-1635741: Port resource extension module to module state (GH-23462)
Christian Heimes
2020-12-23
2
-13/+44
*
bpo-42620: Improve socket.getsockname doc string (GH-23742)
Christian Heimes
2020-12-23
1
-2/+3
*
bpo-39465: Add pycore_atomic_funcs.h header (GH-20766)
Victor Stinner
2020-12-23
9
-17/+132
*
Fix typos in sysmodule (GH-23883)
Joannah Nanjekye
2020-12-22
1
-2/+2
*
bpo-34463: Make python tracebacks identical to C tracebacks for SyntaxErrors ...
Irit Katriel
2020-12-22
3
-5/+35
*
bpo-29030: Document interaction between *choices* and *metavar*. (GH-23884)
Raymond Hettinger
2020-12-22
1
-0/+5
*
[doc] Fix missing commas in signatures (#23693)
Andre Delfino
2020-12-22
2
-3/+3
*
bpo-42688: Fix ffi alloc/free when using external libffi on macos (GH-23868)
erykoff
2020-12-22
1
-2/+10
*
bpo-39159: Declare error that might be raised from literal_eval (GH-19899)
Batuhan Taskaya
2020-12-22
1
-1/+5
*
bpo-42008: Fix internal _random.Random() seeding for the one argument case (G...
AMIR
2020-12-21
3
-1/+22
*
Fix typo in docstring (GH-23515)
Fernando Toledo
2020-12-21
1
-1/+1
*
bpo-42634: Mark reraise after except blocks as artificial. (GH-23877)
Mark Shannon
2020-12-21
6
-5032/+5063
*
bpo-35790: Correct the description of sys.exc_info() and add a code example (...
Géry Ogam
2020-12-21
1
-3/+21
*
[WIP/RFC] bpo-15872: tests: remove oddity from test_rmtree_errors (GH-22967)
Daniel Hahler
2020-12-21
1
-6/+3
*
bpo-31904: Fix site and sysconfig modules for VxWorks RTOS (GH-21821)
pxinwr
2020-12-20
7
-72/+113
*
bpo-42669: Document that `except` rejects nested tuples (GH-23822)
Colin Watson
2020-12-20
2
-1/+3
*
bpo-42572: Improve argparse docs for the type parameter. (GH-23849)
Raymond Hettinger
2020-12-20
1
-50/+57
*
bpo-42604: always set EXT_SUFFIX=${SOABI}${SHLIB_SUFFIX} when using configure...
Matti Picus
2020-12-20
3
-13/+6
*
bpo-41724: Explain when the conversion is not possible with detect_types enab...
sblondon
2020-12-19
1
-1/+3
*
[doc] Mention with and except clauses in globals() (GH-13232)
Andre Delfino
2020-12-19
1
-1/+1
*
bpo-42630: Improve error reporting in Tkinter for absent default root (GH-23781)
Serhiy Storchaka
2020-12-19
19
-87/+315
*
bpo-42470: Do not warn on sequences which are also sets in random.sample() (G...
masklinn
2020-12-19
3
-7/+25
*
Fixed typo in itertools documentation (GH-23816)
Casper Smet
2020-12-19
1
-0/+1
*
bpo-42559: Not that getrandbits() is non-negative. (GH-23843)
Raymond Hettinger
2020-12-19
1
-4/+5
*
bpo-34805: Guarantee that __subclasses__() is in definition order. (GH-23844)
Raymond Hettinger
2020-12-19
2
-2/+12
*
bpo-24792: Fix zipimporter masking the cause of import errors (GH-22204)
Irit Katriel
2020-12-19
5
-737/+748
*
bpo-36769: Document that fnmatch.filter supports any kind of iterable (#13039)
Andre Delfino
2020-12-18
2
-2/+2
*
bpo-34398: Allow glossary results to show up on search page (GH-8773)
Ammar Askar
2020-12-18
4
-2/+108
*
bpo-42675: Document collections.abc.Callable changes (GH-23839)
kj
2020-12-18
2
-0/+28
*
bpo-41891: ensure asyncio.wait_for waits for task completion (#22461)
Richard Kojedzinszky
2020-12-18
3
-1/+66
*
bpo-40956: Fix sqlite3 AC code (GH-23837)
Dong-hee Na
2020-12-18
2
-9/+32
*
bpo-40956: Convert _sqlite3.Connection to Argument Clinic (GH-23341)
Erlend Egeberg Aasland
2020-12-18
3
-135/+702
*
bpo-17140: Document multiprocessing's ThreadPool (GH-23812)
Matt Wozniski
2020-12-18
2
-0/+41
*
bpo-42238: Check Misc/NEWS.d/next/ for reStructuredText issues. (GH-23802)
Julien Palard
2020-12-18
7
-13/+89
*
bpo-39096: Format specification documentation fixes for numeric types (GH-23575)
Mark Dickinson
2020-12-18
1
-12/+23
*
bpo-1635741: Port _thread to multiphase init (GH-23811)
Victor Stinner
2020-12-18
2
-90/+223
*
bpo-42199: Fix bytecode_helper assertNotInBytecode (#23031)
Max Bernstein
2020-12-18
3
-1/+22
*
bpo-42670: Fix a missing word in the itertools.product() docs (GH-23823)
Zackery Spytz
2020-12-17
1
-1/+1
*
bpo-31904: posixpath.expanduser() handles None user home on VxWorks (GH-23530)
pxinwr
2020-12-17
2
-0/+5
*
[doc] Fix a few margins due to bad markup (GH-23619)
Andre Delfino
2020-12-17
11
-89/+88
*
bpo-42246: Make sure that `f_lasti`, and thus `f_lineno`, is set correctly af...
Mark Shannon
2020-12-17
13
-225/+317
*
bpo-26564: fix obsolete comment in traceback.c (GH-23819)
Irit Katriel
2020-12-17
1
-1/+2
[prev]
[next]