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-33138: Change standard error message for non-pickleable and non-copyable ...
Serhiy Storchaka
2018-10-31
6
-78/+0
*
bpo-35081: Move Include/pyatomic.c to Include/internal/ (GH-10239)
Victor Stinner
2018-10-30
1
-0/+2
*
bpo-31680: Add curses.ncurses_version. (GH-4217)
Serhiy Storchaka
2018-10-30
1
-0/+77
*
Fix a possible "double decref" in termios.tcgetattr(). (GH-10194)
Zackery Spytz
2018-10-29
1
-2/+2
*
bpo-35090: Fix potential division by zero in allocator wrappers (GH-10174)
Alexey Izbyshev
2018-10-28
3
-5/+5
*
bpo-34672: fix a compiler warning in timemodule.c (GH-10176)
Xiang Zhang
2018-10-28
1
-1/+1
*
bpo-9263: Use _PyObject_ASSERT() in gcmodule.c (GH-10112)
Victor Stinner
2018-10-26
1
-46/+56
*
bpo-35059, libmpdec: Add missing EXTINLINE in mpdecimal.h (GH-10128)
Victor Stinner
2018-10-26
1
-5/+5
*
bpo-35053: Define _PyTraceMalloc_NewReference in object.h (GH-10107)
Victor Stinner
2018-10-25
1
-0/+3
*
bpo-9263: Dump Python object on GC assertion failure (GH-10062)
Victor Stinner
2018-10-25
2
-9/+13
*
bpo-35059: Add Py_STATIC_INLINE() macro (GH-10093)
Victor Stinner
2018-10-25
1
-0/+22
*
bpo-35053: Enhance tracemalloc to trace free lists (GH-10063)
Victor Stinner
2018-10-25
1
-51/+84
*
bpo-34794: Fix a leak in Tkinter. (GH-10025)
Serhiy Storchaka
2018-10-23
1
-3/+1
*
Fix error handling bugs in _elementtree.c. (GH-10060)
Zackery Spytz
2018-10-23
1
-11/+11
*
bpo-34454: Clean up datetime.fromisoformat surrogate handling (GH-8959)
Paul Ganssle
2018-10-22
1
-72/+93
*
bpo-29843: raise AttributeError if given negative _length_ (GH-10029)
Tal Einat
2018-10-22
1
-5/+20
*
closes bpo-35025: Properly guard the `CLOCK_GETTIME` et al macros in timemodu...
Max Bélanger
2018-10-21
1
-0/+4
*
bpo-34983: Expose symtable.Symbol.is_nonlocal() in the symtable module (GH-9872)
Pablo Galindo
2018-10-20
1
-0/+1
*
bpo-32890, os: Use errno instead of GetLastError() in execve() and truncate()...
Alexey Izbyshev
2018-10-20
1
-3/+15
*
bpo-32236: open() emits RuntimeWarning if buffering=1 for binary mode (GH-4842)
Alexey Izbyshev
2018-10-20
1
-0/+9
*
Elaborate datetime.timedelta docstring (GH-7458)
Chris Barker
2018-10-19
1
-1/+5
*
bpo-34070: open() only checks for isatty if buffering < 0 (GH-8187)
David Herberth
2018-10-19
1
-3/+3
*
bpo-25750: Add test on bad descriptor __get__() (GH-9084)
jdemeyer
2018-10-19
1
-0/+23
*
Fix typos in comments (GH-9905)
Quan Tian
2018-10-19
1
-1/+1
*
bpo-20216: Correct docstrings of digest() methods in hashlib. (GH-9873)
Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
2018-10-19
9
-17/+17
*
bpo-34741: Get rid of tp_getattro and tp_setattro in pyexpat.xmlparser. (GH-9...
Serhiy Storchaka
2018-10-19
2
-345/+269
*
bpo-35013: Add more type checks for children of Element. (GH-9944)
Serhiy Storchaka
2018-10-19
1
-25/+44
*
Fix several reference counting bugs in pyexpat.c. (GH-9955)
Zackery Spytz
2018-10-19
1
-4/+8
*
bpo-35008: Fix possible leaks in Element.__setstate__(). (GH-9924)
Serhiy Storchaka
2018-10-18
1
-31/+64
*
bpo-35011: Restore use of pyexpatns.h in libexpat (GH-9939)
Gregory P. Smith
2018-10-18
1
-0/+4
*
bpo-24658: Fix read/write greater than 2 GiB on macOS (GH-1705)
Stéphane Wirtel
2018-10-17
1
-5/+3
*
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
[next]