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
/
Modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-34941: Fix searching Element subclasses. (GH-9766)
Serhiy Storchaka
2018-10-14
1
-12/+13
*
bpo-34922: Fix integer overflow in the digest() and hexdigest() methods (GH-9...
Serhiy Storchaka
2018-10-11
1
-0/+4
*
bpo-34925: Optimize common case for bisect() argument parsing (#9753)
Raymond Hettinger
2018-10-08
1
-15/+39
*
bpo-34824: Fix a possible NULL pointer dereference in _ssl.c (GH-9606)
Zackery Spytz
2018-10-06
1
-2/+7
*
bpo-34906: Doc: Fix typos (2) (GH-9735)
Stéphane Wirtel
2018-10-06
1
-1/+1
*
Fix a compiler warning added in bpo-34872. (GH-9722)
Serhiy Storchaka
2018-10-05
1
-1/+1
*
bpo-34906: Doc: Fix typos (GH-9712)
Stéphane Wirtel
2018-10-05
1
-1/+1
*
bpo-28441: Ensure `.exe` suffix in `sys.executable` on MinGW and Cygwin (GH-4...
E. M. Bray
2018-10-05
1
-0/+45
*
bpo-34740: Get rid of tp_getattro in ossaudiodev.oss_audio_device. (GH-9421)
Serhiy Storchaka
2018-10-04
1
-35/+34
*
bpo-34739: Get rid of tp_getattro in xml.etree.ElementTree.XMLParser. (GH-9420)
Serhiy Storchaka
2018-10-04
1
-24/+19
*
bpo-34872: Fix self-cancellation in C implementation of asyncio.Task (GH-9679)
Elvis Pranskevichus
2018-10-03
1
-3/+8
*
closes bpo-34862: Guard definition of convert_sched_param with POSIX_SPAWN_SE...
William Orr
2018-10-02
2
-7/+9
*
Speed-up math.dist() by 30% (GH-9628)
Raymond Hettinger
2018-09-29
2
-6/+12
*
Fix incorrect error handling in _pickle.Unpickler.__init__() (GH-9630)
Zackery Spytz
2018-09-29
1
-1/+1
*
bpo-34797: Convert heapq to the argument clinic (GH-9560)
Pablo Galindo
2018-09-28
2
-67/+296
*
bpo-34736: improve error message for invalid length b64decode inputs (GH-9563)
Tal Einat
2018-09-28
1
-3/+7
*
bpo-34248: Add filename to error raised in {gnu,ndbm}.open() (GH-8590)
Zsolt Cserna
2018-09-27
2
-2/+2
*
bpo-34762: Update PyContext* to PyObject* in asyncio and decimal (GH-9609)
Yury Selivanov
2018-09-27
2
-12/+11
*
bpo-31425: Expose AF_QIPCRTR in socket module (GH-3706)
Bjorn Andersson
2018-09-26
2
-2/+61
*
bpo-32557: allow shutil.disk_usage to take a file path on Windows also (GH-9372)
Joe Pamer
2018-09-25
1
-2/+27
*
Migrate datetime.date.fromtimestamp to Argument Clinic (GH-8535)
Tim Hoffmann
2018-09-24
2
-18/+33
*
bpo-34659: Adds initial kwarg to itertools.accumulate() (GH-9345)
Lisa Roach
2018-09-24
2
-10/+37
*
bpo-34670: Add TLS 1.3 post handshake auth (GH-9460)
Christian Heimes
2018-09-23
2
-9/+111
*
bpo-34759: Fix error handling in ssl 'unwrap()' (GH-9468)
Nathaniel J. Smith
2018-09-22
1
-2/+2
*
bpo-34762: Fix contextvars C API to use PyObject* pointer types. (GH-9473)
Yury Selivanov
2018-09-21
1
-1/+1
*
Minor performance tweak for deque.index() with a start argument (GH-9440)
Raymond Hettinger
2018-09-21
1
-2/+4
*
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
1
-0/+1
*
Simplify PyInit_timezone. (GH-9467)
Benjamin Peterson
2018-09-21
1
-50/+48
*
closes bpo-34656: Avoid relying on signed overflow in _pickle memos. (GH-9261)
Benjamin Peterson
2018-09-21
1
-31/+31
*
bpo-34743: Fix test_database_source_name under SQLite 3.7.9 (GH-9426)
Berker Peksag
2018-09-20
1
-0/+6
*
bpo-32215: Fix performance regression in sqlite3 (GH-8511)
Berker Peksag
2018-09-20
1
-4/+4
*
Revert "bpo-34589: Add -X coerce_c_locale command line option (GH-9378)" (GH-...
Victor Stinner
2018-09-19
2
-32/+13
*
bpo-25711: Rewrite zipimport in pure Python. (GH-6809)
Serhiy Storchaka
2018-09-18
3
-1993/+0
*
bpo-34623: Use XML_SetHashSalt in _elementtree (GH-9146)
Christian Heimes
2018-09-18
2
-0/+10
*
bpo-33721: Make some os.path functions and pathlib.Path methods be tolerant ...
Serhiy Storchaka
2018-09-18
2
-26/+15
*
bpo-32455: Add jump parameter to dis.stack_effect(). (GH-6610)
Serhiy Storchaka
2018-09-18
2
-11/+33
*
bpo-34589: C locale coercion off by default (GH-9073)
Victor Stinner
2018-09-17
1
-5/+24
*
bpo-34589: Make _PyCoreConfig.coerce_c_locale private (GH-9371)
Victor Stinner
2018-09-17
2
-8/+8
*
bpo-34715: Revert "Simplify PyInit_timezone. (GH-9323)" (GH-9366)
Victor Stinner
2018-09-17
1
-15/+68
*
bpo-32533: Fixed thread-safety of error handling in _ssl. (GH-7158)
Steve Dower
2018-09-17
1
-60/+68
*
Convert os.readlink() to Argument Clinic. (GH-8778)
Serhiy Storchaka
2018-09-17
2
-84/+202
*
bpo-34710: fix SSL module build (GH-9347)
Alexandru Ardelean
2018-09-17
1
-0/+1
*
bpo-34603, ctypes/libffi_msvc: Fix returning structs from functions (GH-9258)
Vladimir Matveev
2018-09-16
5
-6/+221
*
Simplify PyInit_timezone. (GH-9323)
Benjamin Peterson
2018-09-14
1
-68/+15
*
bpo-34651: Only allow the main interpreter to fork. (gh-9279)
Eric Snow
2018-09-14
2
-0/+19
*
bpo-34672: Don't pass NULL to gmtime_r. (GH-9312)
Benjamin Peterson
2018-09-14
1
-1/+2
*
bpo-34672: Try to pass the C library's own timezone strings back to it. (GH-9...
Benjamin Peterson
2018-09-14
1
-4/+36
*
bpo-34674: Assume unistd.h exists on Unix. (GH-9290)
Benjamin Peterson
2018-09-14
2
-38/+0
*
Remove wording that could be deemed to be perjorative (GH-9287)
Raymond Hettinger
2018-09-14
2
-4/+4
[next]