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
/
NEWS.d
/
next
/
Library
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
bpo-41877: Improve docs for assert misspellings check in mock (GH-23729)
vabr-g
2020-12-10
1
-0/+1
*
bpo-42517: [Enum] do not convert private names into members (GH-23722)
Ethan Furman
2020-12-10
1
-0/+2
*
bpo-42567: [Enum] call __init_subclass__ after members are added (GH-23714)
Ethan Furman
2020-12-10
1
-0/+1
*
bpo-31904: Define THREAD_STACK_SIZE for VxWorks (GH-23718)
pxinwr
2020-12-09
1
-0/+1
*
bpo-41907: [Enum] fix format() behavior for IntFlag (GH-22497)
Ethan Furman
2020-12-08
1
-0/+1
*
Merge tag 'v3.10.0a3'
Pablo Galindo
2020-12-08
64
-136/+0
|
\
|
*
Python 3.10.0a3
v3.10.0a3
Pablo Galindo
2020-12-07
64
-136/+0
*
|
bpo-41462: Add os.set_blocking() support for VxWorks RTOS (GH-21713)
pxinwr
2020-12-07
1
-0/+1
|
/
*
bpo-39825: Fixes sysconfig.get_config_var('EXT_SUFFIX') on Windows to match d...
Matti Picus
2020-12-07
1
-0/+5
*
bpo-41889: [Enum] fix multiple-inheritance regression (GH-22487)
Ethan Furman
2020-12-07
1
-0/+1
*
bpo-42532: Check if NonCallableMock's spec_arg is not None instead of call it...
idanw206
2020-12-06
1
-0/+1
*
GH-5054: CGIHTTPRequestHandler.run_cgi() HTTP_ACCEPT improperly parsed (#23638)
Senthil Kumaran
2020-12-05
1
-0/+5
*
bpo-26131: Deprecate usage of load_module() (GH-23469)
Brett Cannon
2020-12-04
2
-0/+3
*
bpo-17735: inspect.findsource now raises OSError when co_lineno is out of ran...
Irit Katriel
2020-12-04
1
-0/+4
*
bpo-42116: Fix inspect.getsource handling of trailing comments (GH-23630)
Irit Katriel
2020-12-04
1
-0/+1
*
bpo-42562: Fix issue when dis failed to parse function that has no line numbe...
Yurii Karabas
2020-12-04
1
-0/+2
*
bpo-38200: Add itertools.pairwise() (GH-23549)
Raymond Hettinger
2020-12-01
1
-0/+1
*
bpo-42482: remove reference to exc_traceback from TracebackException (GH-23531)
Irit Katriel
2020-12-01
1
-0/+1
*
bpo-31904: Support signal module on VxWorks (GH-23391)
pxinwr
2020-11-30
1
-0/+1
*
bpo-28468: Add platform.freedesktop_os_release() (GH-23492)
Christian Heimes
2020-11-30
1
-0/+2
*
bpo-42487: don't call __getitem__ of underlying maps in ChainMap.__iter__ (GH...
Andreas Poehlmann
2020-11-30
1
-0/+1
*
bpo-42406: Fix whichmodule() with multiprocessing (GH-23403)
Renato Cunha
2020-11-29
1
-0/+3
*
bpo-41818: Fix test_master_read() so that it succeeds on all platforms that e...
Soumendra Ganguly
2020-11-28
1
-0/+1
*
bpo-34215: Clarify IncompleteReadError message when "expected" is None (GH-21...
Zackery Spytz
2020-11-28
1
-0/+2
*
bpo-42392: Remove loop parameter from asyncio.tasks and asyncio.subprocess (G...
Yurii Karabas
2020-11-28
1
-0/+2
*
bpo-41818: Make test_openpty() avoid unexpected success due to number of rows...
Soumendra Ganguly
2020-11-27
1
-0/+1
*
bpo-41332: Added missing connect_accepted_socket() to AbstractEventLoop (GH-2...
Alex Grönholm
2020-11-26
1
-0/+2
*
bpo-42392: Remove loop parameter from asyncio.streams (GH-23517)
Yurii Karabas
2020-11-26
1
-0/+2
*
bpo-41818: Updated tests for the standard pty library (GH-22962)
Soumendra Ganguly
2020-11-25
1
-0/+1
*
bpo-42299: Remove formatter module (GH-23476)
Dong-hee Na
2020-11-25
1
-0/+5
*
bpo-12800: tarfile: Restore fix from 011525ee9 (GH-21409)
Julien Palard
2020-11-25
1
-0/+4
*
bpo-42392: Remove loop parameter form asyncio locks and Queue (#23420)
Yurii Karabas
2020-11-24
1
-0/+2
*
Added support for negative indexes to PurePath.parents (GH-21799)
Yaroslav Pankovych
2020-11-23
2
-1/+2
*
bpo-15450: Allow subclassing of dircmp (GH-23424) (#23424)
Nick Crews
2020-11-23
1
-0/+2
*
bpo-28850: Fix PrettyPrinter.format overrides ignored for contents of small c...
Irit Katriel
2020-11-23
1
-0/+1
*
bpo-42328: Fix tkinter.ttk.Style.map(). (GH-23300)
Serhiy Storchaka
2020-11-22
1
-0/+4
*
bpo-40550: Fix time-of-check/time-of-action issue in subprocess.Popen.send_si...
Filipe Laíns
2020-11-21
1
-0/+1
*
bpo-35498: Added slice support to PathLib parents attribute. (GH-11165)
Joshua Cannon
2020-11-20
1
-0/+1
*
bpo-1635741: Convert _sre types to heap types and establish module state (PEP...
Erlend Egeberg Aasland
2020-11-20
1
-0/+2
*
bpo-42333: Port _ssl extension module to heap types (GH-23392)
Christian Heimes
2020-11-20
1
-0/+1
*
bpo-42413: socket.timeout is now an alias of TimeoutError (GH-23413)
Christian Heimes
2020-11-20
1
-0/+1
*
bpo-42403: Simplify importlib external bootstrap (GH-23397)
Victor Stinner
2020-11-19
1
-0/+5
*
bpo-42375: subprocess DragonFlyBSD build update. (GH-23320)
David CARLIER
2020-11-19
1
-0/+1
*
bpo-41713: Port _signal module to multi-phase init (GH-23355)
Victor Stinner
2020-11-17
1
-0/+2
*
bpo-42264: Deprecate sqlite3.OptimizedUnicode (GH-23163)
Erlend Egeberg Aasland
2020-11-17
1
-0/+3
*
bpo-41861, _sqlite3 : Add NEWS entry and rename variables (GH-23337)
Erlend Egeberg Aasland
2020-11-17
1
-0/+2
*
bpo-42345: Fix three issues with typing.Literal parameters (GH-23294)
Yurii Karabas
2020-11-17
1
-0/+2
*
bpo-41625: Expose the splice() system call in the os module (GH-21947)
Pablo Galindo
2020-11-17
1
-0/+2
*
bpo-37205: time.time() cannot fail with fatal error (GH-23314)
Victor Stinner
2020-11-16
1
-0/+3
*
bpo-42350: Fix Thread._reset_internal_locks() (GH-23268)
Victor Stinner
2020-11-16
1
-0/+3
[prev]
[next]