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-42095: plistlib: Add tests that compare with plutil(1) (#27173)
Hasan
2021-07-17
1
-0/+74
*
bpo-41249: Fix postponed annotations for TypedDict (GH-27017)
Germán Méndez Bravo
2021-07-17
3
-7/+41
*
bpo-44490: Improve typing module compatibility with types.Union (GH-27048)
Yurii Karabas
2021-07-17
4
-7/+37
*
bpo-44655: Include the name of the type in unset __slots__ attribute errors (...
Pablo Galindo Salgado
2021-07-16
1
-0/+6
*
bpo-44655: Don't include suggestions for attributes that are the same as the ...
Pablo Galindo Salgado
2021-07-16
1
-0/+12
*
Revert "bpo-44645: Check for interrupts on any potentially backwards edge. (G...
Pablo Galindo Salgado
2021-07-16
1
-25/+0
*
bpo-20201: variadic arguments support for AC (GH-18609)
Batuhan Taskaya
2021-07-16
2
-1/+221
*
bpo-44647: Add a permanent Unicode-valued env var to regrtest (#27187)
Łukasz Langa
2021-07-16
2
-1/+19
*
bpo-44652: Preserve natural order of args in the union type. (GH-27185)
Serhiy Storchaka
2021-07-16
2
-9/+37
*
bpo-40897:Give priority to using the current class constructor in `inspect.si...
Weipeng Hong
2021-07-16
2
-8/+57
*
bpo-44569: Decouple frame formatting in traceback.py (GH-27038)
Ammar Askar
2021-07-16
2
-34/+59
*
Remove unnecessary 'invalid_primary' rule in the parser (GH-27186)
Pablo Galindo Salgado
2021-07-16
2
-2/+2
*
bpo-44645: Check for interrupts on any potentially backwards edge. (GH-27167)
Mark Shannon
2021-07-16
1
-0/+25
*
bpo-44636: Collapse union of equal types (GH-27178)
Serhiy Storchaka
2021-07-16
1
-1/+6
*
bpo-44646: Fix the hash of the union type. (#27179)
Serhiy Storchaka
2021-07-16
1
-0/+4
*
bpo-43950: make BinOp specializations more reliable (GH-27126)
Batuhan Taskaya
2021-07-15
2
-1/+39
*
bpo-44647: Fix test_httpservers failing on Unicode characters in os.environ o...
Łukasz Langa
2021-07-15
1
-4/+13
*
bpo-44626: Merge basic blocks earlier to enable better handling of exit block...
Mark Shannon
2021-07-15
2
-20/+50
*
Remove sys._deactivate_opcache() now that is not needed (GH-27154)
Pablo Galindo Salgado
2021-07-15
1
-1/+0
*
bpo-44622: Set line number of END_ASYNC_FOR to match that of iterator. (GH-27...
Mark Shannon
2021-07-15
1
-1/+11
*
bpo-42073: allow classmethod to wrap other classmethod-like descriptors (#27115)
Łukasz Langa
2021-07-15
1
-0/+86
*
bpo-26280: Port BINARY_SUBSCR to PEP 659 adaptive interpreter (GH-27043)
Irit Katriel
2021-07-15
1
-0/+4
*
Remove unnecessary pass statement in msvccompiler.py (GH-27123)
Leonardo Freua
2021-07-15
1
-1/+0
*
bpo-42799: fnmatch module: bump up size of lru_cache for patterns (GH-27084)
andrei kulakov
2021-07-15
1
-1/+1
*
Remove unnecessary test for `xc == 1` in _pydecimal (GH-27102)
Elisha Hollander
2021-07-15
1
-2/+2
*
Fix osx_framework_user include to match distutils (#27093)
Tzu-ping Chung
2021-07-15
1
-1/+1
*
bpo-44589: raise a SyntaxError when mapping patterns have duplicate literal k...
Jack DeVries
2021-07-15
1
-11/+34
*
bpo-44473: Update docstring and documentation for QueueHandler.prepar… (GH-...
Vinay Sajip
2021-07-15
1
-4/+7
*
bpo-34932: Add socket.TCP_KEEPALIVE for macOS (GH-25079)
Shane Harvey
2021-07-14
1
-0/+7
*
bpo-44632: Fix support of TypeVar in the union type (GH-27139)
Serhiy Storchaka
2021-07-14
1
-1/+7
*
bpo-44635: Convert None to NoneType in the union type constructor (GH-27136)
Serhiy Storchaka
2021-07-14
1
-0/+13
*
bpo-44616: Mark all clean up instructions at end of named exception block as ...
Mark Shannon
2021-07-14
1
-0/+23
*
bpo-44608: Fix memory leak in _tkinter._flatten() (GH-27107)
Serhiy Storchaka
2021-07-14
1
-1/+7
*
bpo-44606: Fix __instancecheck__ and __subclasscheck__ for the union type. (G...
Serhiy Storchaka
2021-07-14
1
-2/+35
*
bpo-44630: Fix assertion errors in csv module (GH-27127)
T. Wouters
2021-07-13
1
-0/+6
*
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
[next]