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-33041: Rework compiling an "async for" loop. (#6142)
Serhiy Storchaka
2018-03-23
1
-0/+6
*
bpo-32505: dataclasses: raise TypeError if a member variable is of type Field...
Eric V. Smith
2018-03-22
1
-0/+2
*
bpo-33018: Improve issubclass() error checking and message. (GH-5944)
jab
2018-03-22
2
-0/+4
*
Add 'Field' to dataclasses.__all__. (GH-6182)
Eric V. Smith
2018-03-21
1
-0/+1
*
FIX failure on OSX sem_getvalue (#6180)
Thomas Moreau
2018-03-21
1
-0/+1
*
bpo-33078 - Fix queue size on pickling error (GH-6119)
Thomas Moreau
2018-03-21
1
-0/+2
*
bpo-32896: Fix error when subclassing a dataclass with a field that uses a de...
Eric V. Smith
2018-03-21
1
-0/+2
*
bpo-27683: Fix a regression for host() of ipaddress network objects (GH-6016)
Xiang Zhang
2018-03-21
1
-0/+3
*
bpo-18802: Add more details to ipaddress documentation (GH-6083)
Cheryl Sabella
2018-03-21
1
-0/+1
*
bpo-28247: Document Windows executable creation in zipapp (GH-6158)
Cheryl Sabella
2018-03-20
1
-0/+2
*
bpo-33034: Improve exception message when cast fails for {Parse,Split}Result....
Matt Eaton
2018-03-20
1
-0/+3
*
bpo-33100: Dataclasses now handles __slots__ and default values correctly. (G...
Eric V. Smith
2018-03-20
1
-0/+2
*
bpo-33061: Add missing 'NoReturn' to __all__ in typing.py (GH-6127)
aetracht
2018-03-19
1
-0/+1
*
bpo-32953: Dataclasses: frozen should not be inherited for non-dataclass deri...
Eric V. Smith
2018-03-19
1
-0/+4
*
bpo-19417: Add test_bdb.py (GH-5217)
xdegaye
2018-03-18
1
-0/+1
*
bpo-32489: Allow 'continue' in 'finally' clause. (GH-5822)
Serhiy Storchaka
2018-03-18
1
-0/+2
*
bpo-32056: Improve exceptions in aifc, wave and sunau. (GH-5951)
Serhiy Storchaka
2018-03-18
1
-0/+3
*
bpo-32374: m_traverse may be called with m_state=NULL (GH-5140)
Marcel Plch
2018-03-17
1
-0/+2
*
bpo-17288: Prevent jumps from 'return' and 'exception' trace events. (GH-6107)
xdegaye
2018-03-13
1
-0/+1
*
bpo-32885: Tools/scripts/pathfix.py: Add -n option for no backup~ (#5772)
Miro Hrončok
2018-03-13
2
-0/+3
*
bpo-33064: lib2to3: support trailing comma after *args and **kwargs (#6096)
Łukasz Langa
2018-03-13
1
-0/+2
*
bpo-33056 FIX leaking fd in concurrent.futures.ProcessPoolExecutor (#6084)
Thomas Moreau
2018-03-12
1
-0/+1
*
signal: add strsignal() (#6017)
Antoine Pietri
2018-03-12
1
-0/+2
*
bpo-33021: Release the GIL during fstat() calls (GH-6019)
Nir Soffer
2018-03-11
1
-0/+2
*
bpo-31804: Fix multiprocessing.Process with broken standard streams (#6079)
Antoine Pitrou
2018-03-11
1
-0/+2
*
bpo-32970: Improve disassembly of the MAKE_FUNCTION instruction. (GH-5937)
Serhiy Storchaka
2018-03-11
1
-0/+1
*
bpo-32925: Optimized iterating and containing test for literal lists (GH-5842)
Serhiy Storchaka
2018-03-11
1
-0/+3
*
bpo-32946: Speed up "from ... import ..." from non-packages. (GH-5873)
Serhiy Storchaka
2018-03-11
1
-0/+2
*
bpo-33026: Fix jumping out of "with" block by setting f_lineno. (#6026)
Serhiy Storchaka
2018-03-11
1
-0/+1
*
bpo-27645: Add support for native backup facility of SQLite (GH-4238)
Emanuele Gaifas
2018-03-10
1
-0/+3
*
bpo-30249: Improve struct.unpack_from() error messages (GH-6059)
Xiang Zhang
2018-03-10
1
-0/+2
*
bpo-33041: Fixed bytecode generation for "async for" with a complex target. (...
Serhiy Storchaka
2018-03-10
1
-0/+3
*
bpo-33037: Skip sending/receiving after SSL transport closing (GH-6044)
Andrew Svetlov
2018-03-10
1
-0/+1
*
bpo-33016: Fix potential use of uninitialized memory in nt._getfinalpathname ...
Alexey Izbyshev
2018-03-08
1
-0/+1
*
bpo-32999: Fix ABC.__subclasscheck__ crash (GH-6002)
INADA Naoki
2018-03-07
1
-0/+2
*
bpo-32969: Expose some missing constants in zlib and fix the doc (GH-5988)
Xiang Zhang
2018-03-07
1
-0/+2
*
bpo-33009: Fix inspect.signature() for single-parameter partialmethods. (GH-6...
Yury Selivanov
2018-03-06
1
-0/+1
*
bpo-33005: Fix _PyGILState_Reinit() (#6001)
Victor Stinner
2018-03-06
1
-0/+4
*
bpo-33001: Prevent buffer overrun in os.symlink (GH-5989)
Steve Dower
2018-03-05
1
-0/+1
*
bpo-32984: IDLE - set __file__ for startup files (GH-5981)
Terry Jan Reedy
2018-03-05
1
-0/+7
*
bpo-32857: Raise error when tkinter after_cancel() is called with None. (GH-5...
Cheryl Sabella
2018-03-04
1
-0/+1
*
bpo-32981: Fix catastrophic backtracking vulns (#5955)
Jamie Davis
2018-03-04
2
-0/+5
*
bpo-30607: Use external python-doc-theme (GH-2017)
Jon Wayne Parrott
2018-03-01
1
-0/+2
*
bpo-32903: Fix a memory leak in os.chdir() on Windows (GH-5801)
Alexey Izbyshev
2018-03-01
1
-0/+2
*
bpo-32940: IDLE: Simplify StringTranslatePseudoMapping in pyparse (GH-5862)
Cheryl Sabella
2018-02-28
1
-0/+1
*
Revert "bpo-31961: subprocess now accepts path-like args (GH-4329)" (#5912)
Serhiy Storchaka
2018-02-27
1
-0/+1
*
bpo-32901: update macOS 10.9+ installer to Tcl/Tk 8.6.8
Ned Deily
2018-02-27
1
-0/+1
*
bpo-31453: Add setter for min/max protocol version (#5259)
Christian Heimes
2018-02-27
1
-0/+4
*
bpo-32951: Disable SSLSocket/SSLObject constructor (#5864)
Christian Heimes
2018-02-27
1
-0/+3
*
bpo-28124: deprecate ssl.wrap_socket() (#5888)
Christian Heimes
2018-02-27
1
-0/+3
[next]