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-31425: Expose AF_QIPCRTR in socket module (GH-3706)
Bjorn Andersson
2018-09-26
8
-2/+154
*
bpo-34320: Fix dict(o) didn't copy order of dict subclass (GH-8624)
INADA Naoki
2018-09-26
5
-1/+60
*
bpo-34334: Don't log traceback twice in QueueHandler (GH-9537)
Cheryl Sabella
2018-09-25
4
-5/+23
*
asyncio/docs: Replace Python 4.0 -> 3.10 (GH-9579)
Yury Selivanov
2018-09-25
2
-11/+11
*
bpo-5950: Support reading zips with comments in zipimport (#9548)
Zackery Spytz
2018-09-25
5
-1012/+1083
*
bpo-34790: [docs] Passing coroutines to asyncio.wait() can be confusing. (GH-...
Yury Selivanov
2018-09-25
2
-4/+37
*
bpo-34162: idlelib/NEWS.txt entry for squeezer (GH-9573)
Terry Jan Reedy
2018-09-25
1
-0/+7
*
bpo-1529353: IDLE - Squeezer What's New for 3.8 (#9572)
Terry Jan Reedy
2018-09-25
1
-0/+14
*
bpo-1529353: IDLE - Squeezer What's New for 3.7.1 (#9568)
Terry Jan Reedy
2018-09-25
1
-2/+11
*
bpo-1529353: IDLE: Squeezer What's New for 3.6.7 (#9567)
Terry Jan Reedy
2018-09-25
1
-2/+11
*
bpo-33937: Catch ENOMEM error in test_socket (#9557)
Victor Stinner
2018-09-25
1
-2/+13
*
bpo-34687: Make asynico use ProactorEventLoop by default (GH-9538)
Victor Stinner
2018-09-25
7
-14/+30
*
bpo-32557: allow shutil.disk_usage to take a file path on Windows also (GH-9372)
Joe Pamer
2018-09-25
4
-4/+34
*
bpo-1529353: IDLE: squeeze large output in the shell (GH-7626)
Tal Einat
2018-09-25
11
-29/+974
*
Improved the more elaborate multiprocessing example in the logging cookbook (...
Géry Ogam
2018-09-25
1
-29/+29
*
bpo-34770: Fix a possible null pointer dereference in pyshellext.cpp (GH-9497)
Zackery Spytz
2018-09-25
2
-0/+6
*
Fix wrong exception reference: BrokenThreadPool -> BrokenProcessPool (GH-9533)
Joni Kähärä
2018-09-25
1
-1/+1
*
bpo-34162: Update idlelib/NEWS.txt to 2018-9-24. (GH-9551)
Terry Jan Reedy
2018-09-25
1
-2/+15
*
bpo-34162: Add entry for idlelib/NEWS.txt already included for 3.6/3.7 (GH-9549)
Terry Jan Reedy
2018-09-24
1
-0/+5
*
bpo-34683: Make SyntaxError column offsets consistently 1-indexed (gh-9338)
Ammar Askar
2018-09-24
11
-21/+65
*
bpo-34791: xml package obeys ignore env flags (GH-9544)
Christian Heimes
2018-09-24
3
-2/+7
*
bpo-34783: Add test_cmd_line_script.test_nonexisting_script() (GH-9535)
Victor Stinner
2018-09-24
1
-0/+19
*
bpo-34582: Fixes Python version used for patch check (GH-9532)
Steve Dower
2018-09-24
1
-1/+1
*
Update Azure Pipelines badge (GH-9529)
Steve Dower
2018-09-24
1
-10/+2
*
bpo-34582: Update syntax of Azure Pipelines builds (GH-9521)
Steve Dower
2018-09-24
18
-542/+503
*
bpo-24937: Replace the extension module porting HOWTO by links to external pr...
Petr Viktorin
2018-09-24
3
-385/+18
*
bpo-34728: Remove deprecate *loop* argument in asyncio.sleep (GH-9415)
João Júnior
2018-09-24
3
-3/+47
*
Migrate datetime.date.fromtimestamp to Argument Clinic (GH-8535)
Tim Hoffmann
2018-09-24
4
-18/+35
*
bpo-34659: Adds initial kwarg to itertools.accumulate() (GH-9345)
Lisa Roach
2018-09-24
5
-19/+65
*
bpo-34548: IDLE: use configured theme colors in TextView (GH-9008)
Tal Einat
2018-09-23
3
-9/+12
*
Use in-memory streams instead of NamedTemporaryFile. (GH-9508)
Serhiy Storchaka
2018-09-23
1
-4/+6
*
bpo-17239: Disable external entities in SAX parser (GH-9217)
Christian Heimes
2018-09-23
9
-5/+120
*
bpo-34670: Add TLS 1.3 post handshake auth (GH-9460)
Christian Heimes
2018-09-23
9
-16/+370
*
bpo-34421: Improve distutils logging for non-ASCII strings. (GH-9126)
Serhiy Storchaka
2018-09-23
2
-24/+29
*
bpo-32117: Iterable unpacking in return and yield documentation (GH-9487)
jChapman
2018-09-23
2
-2/+6
*
Fix pickletools doc for NEWFALSE. (GH-9432)
Krzysztof Wroblewski
2018-09-22
1
-6/+2
*
bpo-34759: Fix error handling in ssl 'unwrap()' (GH-9468)
Nathaniel J. Smith
2018-09-22
2
-2/+43
*
bpo-34623: Mention CVE-2018-14647 in news entry (GH-9482)
Christian Heimes
2018-09-22
1
-2/+2
*
bpo-29577: Enum: mixin classes don't mix well with already mixed Enums (GH-9328)
Ethan Furman
2018-09-22
4
-34/+229
*
bpo-32117: Allow tuple unpacking in return and yield statements (gh-4509)
David Cuthbert
2018-09-22
4
-6/+18
*
bpo-34537: Fix test_gdb:test_strings with LC_ALL=C (GH-9483)
Elvis Pranskevichus
2018-09-22
2
-1/+16
*
bpo-32718: Make Activate.ps1 for venv cross-platform and available on all pla...
Brett Cannon
2018-09-21
3
-2/+16
*
bpo-33649: Fix gather() docs; fix title; few other nits. (GH-9475)
Yury Selivanov
2018-09-21
1
-11/+15
*
Make docs of exitcode for subprocess.getstatusoutput more clear. (GH-9477)
Xiang Zhang
2018-09-21
1
-2/+3
*
bpo-34762: Fix contextvars C API to use PyObject* pointer types. (GH-9473)
Yury Selivanov
2018-09-21
6
-45/+106
*
Minor performance tweak for deque.index() with a start argument (GH-9440)
Raymond Hettinger
2018-09-21
2
-2/+12
*
bpo-34755: Add few minor optimizations in _asynciomodule.c. (GH-9455)
Serhiy Storchaka
2018-09-21
1
-158/+116
*
bpo-34735: Fix a memory leak in Modules/timemodule.c (GH-9418)
Zackery Spytz
2018-09-21
2
-0/+2
*
Simplify PyInit_timezone. (GH-9467)
Benjamin Peterson
2018-09-21
2
-50/+52
*
closes bpo-34656: Avoid relying on signed overflow in _pickle memos. (GH-9261)
Benjamin Peterson
2018-09-21
1
-31/+31
[prev]
[next]