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
*
Fix miscellaneous typos (#4275)
luzpaz
2017-11-05
50
-82/+82
*
bpo-28994: PyErr_NormalizeException() no longer use C stack for recursion. (#...
Serhiy Storchaka
2017-11-05
1
-39/+33
*
bpo-22257: Mention startup refactoring in What's New (GH-4286)
Nick Coghlan
2017-11-05
1
-0/+14
*
bpo-31609: Fixes quotes in PCbuild/clean.bat (#4280)
Steve Dower
2017-11-04
2
-1/+2
*
bpo-31944: Fixes build and Modify button (#4278)
Steve Dower
2017-11-04
5
-5/+8
*
bpo-31923: Fix spelling in sqlite3 docs (GH-4227)
davy wybiral
2017-11-04
1
-1/+1
*
Add version{changed,added} markers and make minor style changes (GH-4273)
Berker Peksag
2017-11-04
4
-5/+11
*
bpo-28564: Use os.scandir() in shutil.rmtree(). (#4085)
Serhiy Storchaka
2017-11-04
4
-31/+55
*
bpo-31678: Fix typo in PyDateTime_DELTA_GET_MICROSECONDS (GH-3869)
Phobosmir
2017-11-04
1
-1/+1
*
bpo-21423: Add an initializer argument to {Process,Thread}PoolExecutor (#4241)
Antoine Pitrou
2017-11-04
7
-81/+246
*
bpo-18699: Corrected documentation for window.chgat in curses module (#1430)
Chillar Anand
2017-11-04
1
-4/+4
*
bpo-9678: Fix determining the MAC address in the uuid module. (#4264)
Serhiy Storchaka
2017-11-04
2
-2/+22
*
Fix a grammatical problem and reword for clarity. (#4257)
Barry Warsaw
2017-11-03
1
-5/+4
*
bpo-31933: fix blake2 multi-byte params on big endian platforms (#4250)
Jack O'Connor
2017-11-03
4
-4/+46
*
bpo-30057: Fix potential missed signal in signal.signal(). (#4258)
Antoine Pitrou
2017-11-03
3
-1/+6
*
bpo-31924: Fix test_curses on NetBSD 8. (#4228)
Serhiy Storchaka
2017-11-03
1
-2/+4
*
bpo-31310: multiprocessing's semaphore tracker should be launched again if cr...
Antoine Pitrou
2017-11-03
3
-7/+57
*
bpo-31308: If multiprocessing's forkserver dies, launch it again when necessa...
Antoine Pitrou
2017-11-03
3
-5/+66
*
bpo-31926: fix missing *_METHODDEF statements by argument clinic (#4230)
Tal Einat
2017-11-03
4
-7/+9
*
bpo-31415: Support PYTHONPROFILEIMPORTTIME envvar equivalent to -X importtime...
Barry Warsaw
2017-11-02
3
-7/+25
*
bpo-31890: define METH_STACKLESS (#4159)
Anselm Kruis
2017-11-02
1
-0/+9
*
bpo-28643: Record profile-opt build progress with stamp files (#4223)
Neil Schemenauer
2017-11-02
2
-9/+29
*
Update multissltests: 1.0.2m, 1.1.0g (#4232)
Christian Heimes
2017-11-02
1
-3/+2
*
Returning 1 from the set_progress_handler handler cancels query (GH-4120)
Simon Willison
2017-11-02
1
-0/+4
*
bpo-31784: Implement PEP 564: add time.time_ns() (#3989)
Victor Stinner
2017-11-02
9
-165/+583
*
bpo-31307: Make ConfigParser.read() accept bytes objects (GH-3420)
Vincent Michel
2017-11-02
4
-2/+25
*
bpo-31917: Add 3 new clock identifiers (#4207)
Victor Stinner
2017-11-02
4
-0/+60
*
bpo-23699: Use a macro to reduce boilerplate code in rich comparison function...
stratakis
2017-11-02
16
-316/+75
*
bpo-27666: Fixed stack corruption in curses.box() and curses.ungetmouse(). (#...
Serhiy Storchaka
2017-11-01
3
-13/+37
*
bpo-15037: Add a workaround for getkey() in curses for ncurses 5.7 and earlie...
Serhiy Storchaka
2017-11-01
3
-2/+14
*
[asyncio] bpo-30423: add regression test for orphan future causes "RuntimeErr...
jimmylai
2017-11-01
1
-0/+16
*
bpo-31919: Fix building the curses module on OpenIndiana. (#4211)
Serhiy Storchaka
2017-11-01
5
-11/+61
*
Remove nested comments in blake2 (#4173)
Lars Viklund
2017-11-01
1
-2/+4
*
bpo-25720: Fix the method for checking pad state of curses WINDOW (#4164)
Masayuki Yamamoto
2017-11-01
6
-17/+90
*
Fix test_socket.test_create_connection() (#4206)
Victor Stinner
2017-11-01
1
-0/+4
*
bpo-18835: Cleanup pymalloc (#4200)
Victor Stinner
2017-10-31
2
-479/+565
*
bpo-20064: Document PyObject_Malloc() (#4199)
Victor Stinner
2017-10-31
1
-1/+64
*
bpo-31893: Fix errors in b9052a0f91d2e83bbc27267247a5920c82b242a3. (#4196)
Serhiy Storchaka
2017-10-31
1
-4/+4
*
pythoninfo: add Py_DEBUG (#4198)
Victor Stinner
2017-10-31
1
-0/+8
*
test_capi.test__testcapi() becomes more verbose (#4197)
Victor Stinner
2017-10-31
1
-4/+9
*
bpo-31897: Convert unexpected errors when read bogus binary plists into Inval...
Serhiy Storchaka
2017-10-31
3
-5/+70
*
bpo-31626: Fixed a bug in debug memory allocator. (#3844)
Serhiy Storchaka
2017-10-31
2
-11/+4
*
bpo-31893: Fixed select.kqueue(). (#4166)
Serhiy Storchaka
2017-10-31
2
-47/+73
*
bpo-31891: Fix building the curses module on NetBSD. (#4165)
Serhiy Storchaka
2017-10-31
7
-51/+335
*
bpo-31629: Add support.SaveSignals (#4183)
Victor Stinner
2017-10-31
2
-1/+43
*
Remove tiny bit of deadcode from wsgiref.validate (#3996)
Alex Gaynor
2017-10-31
1
-2/+0
*
bpo-31304: Update starmap_async documentation. (GH-4168)
Pablo Galindo
2017-10-30
1
-1/+1
*
bpo-31245: Asyncio unix socket datagram (#3164)
Quentin Dawans
2017-10-30
5
-5/+24
*
bpo-20047: Make bytearray methods partition() and rpartition() rejecting (#4158)
Serhiy Storchaka
2017-10-28
9
-38/+89
*
bpo-31836: Test_code_module now passes with sys.ps1, ps2 set (#4070)
Terry Jan Reedy
2017-10-28
2
-0/+12
[next]