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
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-33346: Allow async comprehensions inside implicit async comprehensions (G...
Serhiy Storchaka
2021-07-13
1
-0/+72
*
bpo-44572: On Windows, disconnect STDIN in platform._syscmd_ver() to prevent ...
Konstantin-Glukhov
2021-07-13
1
-0/+1
*
bpo-38741: Definition of multiple ']' in header configparser (GH-17129)
jsnklln
2021-07-13
2
-1/+8
*
bpo-35113: clean up duplicate import and comment (#27073)
andrei kulakov
2021-07-13
1
-4/+0
*
Remove unnecessary pass statements (GH-27103)
Elisha Hollander
2021-07-13
3
-3/+0
*
bpo-43950: Specialize tracebacks for subscripts/binary ops (GH-27037)
Batuhan Taskaya
2021-07-12
2
-3/+139
*
bpo-26329: update os.path.normpath documentation (GH-20138)
Furkan Onder
2021-07-12
1
-0/+1
*
bpo-44207: Add an internal version number to function objects. (GH-27078)
Mark Shannon
2021-07-12
1
-1/+1
*
bpo-29753: revert 0d7ad9f (GH-19850) (GH-27085)
Filipe Laíns
2021-07-11
1
-63/+0
*
bpo-43219: shutil.copyfile, raise a less confusing exception instead of IsADi...
andrei kulakov
2021-07-10
2
-21/+38
*
bpo-44317: Improve tokenizer errors with more informative locations (GH-26555)
Pablo Galindo Salgado
2021-07-10
1
-2/+2
*
bpo-44570: Fix line tracing for forwards jumps to duplicated tails (GH-27068)
Mark Shannon
2021-07-08
1
-0/+35
*
bpo-44446: support lineno being None in traceback.FrameSummary (GH-26781)
Filipe Laíns
2021-07-08
2
-0/+6
*
bpo-44582: Accelerate mimetypes.init on Windows with a native accelerator (GH...
Steve Dower
2021-07-08
2
-6/+42
*
bpo-43908: Immutable types inherit vectorcall (GH-27001)
Erlend Egeberg Aasland
2021-07-08
1
-2/+2
*
bpo-41137: Use utf-8 encoding while reading .pdbrc files (GH-21263)
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
2021-07-08
2
-2/+36
*
Remove __cleanenv from PEP-657 tests (GH-27060)
Ammar Askar
2021-07-07
3
-6/+5
*
bpo-43950: Add option to opt-out of PEP-657 (GH-27023)
Ammar Askar
2021-07-07
11
-28/+177
*
bpo-44558: Match countOf `is`/`==` treatment to c (GH-27007)
Rupert Tombs
2021-07-07
2
-2/+7
*
bpo-44530: Add co_qualname field to PyCodeObject (GH-26941)
Gabriele N. Tornetta
2021-07-07
4
-55/+58
*
bpo-44490: Add __parameters__ and __getitem__ to types.Union (GH-26980)
Yurii Karabas
2021-07-06
1
-0/+10
*
bpo-38291: Fix a spurious warning when using help(object) (#27039)
Sebastian Rittau
2021-07-06
1
-1/+1
*
bpo-44558: Make the implementation consistency of operator.indexOf (GH-27012)
Dong-hee Na
2021-07-05
2
-1/+4
*
bpo-44534: fix wording and docstring sync in unittest.Mock GH27000
Jack DeVries
2021-07-05
1
-0/+5
*
bpo-43950: Print columns in tracebacks (PEP 657) (GH-26958)
Ammar Askar
2021-07-04
6
-37/+244
*
bpo-43950: include position in dis.Instruction (GH-27015)
Batuhan Taskaya
2021-07-04
2
-197/+287
*
bpo-43950: use 0-indexed column offsets for bytecode positions (GH-27011)
Batuhan Taskaya
2021-07-04
2
-11/+11
*
bpo-34266: [pdb] handle ValueError from shlex.split() (GH-26656)
Irit Katriel
2021-07-03
2
-1/+20
*
bpo-44129: Add descriptive global variables for general purpose bit flags (GH...
Daniel Hillier
2021-07-03
2
-13/+39
*
bpo-44553 : Implement GC methods for types.Union (GH-26993)
Ken Jin
2021-07-03
1
-1/+19
*
bpo-43950: Add code.co_positions (PEP 657) (GH-26955)
Pablo Galindo
2021-07-02
4
-4/+202
*
bpo-30256: Add manager_owned keyword arg to AutoProxy (GH-16341)
finefoot
2021-07-02
2
-2/+12
*
bpo-44313: bump up magic (#26983)
Batuhan Taskaya
2021-07-01
1
-1/+1
*
bpo-43234: Prohibit non-ThreadPoolExecutor in loop.set_default_executor (GH-2...
Illia Volochii
2021-07-01
2
-9/+5
*
bpo-43216: Remove @asyncio.coroutine (GH-26369)
Illia Volochii
2021-07-01
6
-700/+68
*
bpo-43425: Update _osx_support not to use distutils.log (GH-26968)
Dong-hee Na
2021-07-01
1
-4/+3
*
bpo-44313: generate LOAD_ATTR/CALL_FUNCTION for top-level imported objects (G...
Batuhan Taskaya
2021-06-30
2
-0/+37
*
bpo-41180: Replace marshal code.__new__ audit event with marshal.load[s] and ...
Steve Dower
2021-06-30
2
-0/+32
*
bpo-43232: Remove previously deprecated methods on TransportSocket (GH-24538)
Illia Volochii
2021-06-30
1
-108/+0
*
bpo-44523: Remove the pass-through for hash() in weakref proxy objects (GH-26...
Pablo Galindo
2021-06-29
1
-4/+10
*
bpo-44471: Change error type for bad objects in ExitStack.enter_context() (GH...
Serhiy Storchaka
2021-06-29
3
-8/+72
*
bpo-12022: Change error type for bad objects in "with" and "async with" (GH-2...
Serhiy Storchaka
2021-06-29
3
-8/+8
*
bpo-44464: Remove special exclusion for flake8 in the deprecation warnings. (...
Jason R. Coombs
2021-06-27
1
-9/+1
*
Clarify the order of a stacked `abstractmethod` (GH-26892)
Ram Rachum
2021-06-27
1
-3/+24
*
bpo-44110: Improve string's __getitem__ error message (GH-26042)
Miguel Brito
2021-06-27
2
-2/+10
*
bpo-44468: Never skip base classes in `typing.get_type_hints()`, even with in...
will-ca
2021-06-26
2
-11/+19
*
Update vendored pip to 21.1.3 (GH-26912)
Stéphane Bidoul
2021-06-26
2
-1/+1
*
bpo-43977: Properly update the tp_flags of existing subclasses when their par...
Brandt Bucher
2021-06-25
1
-23/+87
*
bpo-44498: suppress DeprecationWarnings for asynchat, asyncore and smtpd in t...
Irit Katriel
2021-06-24
9
-16/+51
*
bpo-44498: Issue a deprecation warning on asynchat, asyncore and smtpd import...
Barry Warsaw
2021-06-24
4
-4/+30
[next]