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-31773: _PyTime_GetPerfCounter() uses _PyTime_t (GH-3983)
Victor Stinner
2017-10-16
1
-3/+4
*
completly -> completely (#3999) (closes bpo-31788)
Semen Zhydenko
2017-10-15
1
-1/+1
*
bpo-30807: signal.setitimer() now uses _PyTime API (GH-3865)
Victor Stinner
2017-10-13
2
-21/+31
*
os.startfile(): add a C comment on security (#3877)
Victor Stinner
2017-10-13
1
-0/+4
*
bpo-28647: Update -u documentation after bpo-30404 (GH-3961)
Berker Peksag
2017-10-13
1
-3/+2
*
bpo-30058: Fixed buffer overflow in select.kqueue.control(). (#1095)
Serhiy Storchaka
2017-10-12
1
-16/+13
*
bpo-31773: time.perf_counter() uses again double (GH-3964)
Victor Stinner
2017-10-12
1
-17/+11
*
bpo-28157: Improvements for the time module documentation (GH-928)
Cheryl Sabella
2017-10-11
1
-22/+1
*
bpo-31728: Prevent crashes in _elementtree due to unsafe cleanup of Element.t...
Oren Milman
2017-10-10
1
-34/+28
*
bpo-31740: Prevent refleaks when sqlite3.Connection.__init__() is called more...
Oren Milman
2017-10-10
1
-8/+8
*
bpo-31415: Add _PyTime_GetPerfCounter() and use it for -X importtime (#3936)
Victor Stinner
2017-10-10
1
-48/+23
*
bpo-31701: faulthandler: ignore MSC and COM Windows exception (#3929)
Victor Stinner
2017-10-09
1
-3/+19
*
bpo-31723: Fix refleaks when zipimporter.__init__() is called more than once ...
Oren Milman
2017-10-09
1
-5/+6
*
bpo-28280: Make PyMapping_Keys(), PyMapping_Values() and PyMapping_Items() al...
Oren Milman
2017-10-08
1
-0/+22
*
bpo-25658: Implement PEP 539 for Thread Specific Storage (TSS) API (GH-1362)
Masayuki Yamamoto
2017-10-06
4
-21/+65
*
closes bpo-31596: Add an interface for pthread_getcpuclockid(3) (#3756)
pdox
2017-10-05
1
-0/+32
*
Refactor multiplication and division of timedelta and float. (#3656)
Serhiy Storchaka
2017-10-04
1
-41/+10
*
bpo-30397: Add re.Pattern and re.Match. (#1646)
Serhiy Storchaka
2017-10-04
2
-19/+28
*
bpo-31675: Fix memory leaks in Tkinter's methods splitlist() and split() (#3866)
Serhiy Storchaka
2017-10-03
1
-2/+10
*
bpo-31673: Fixed typo in the name of Tkinter's method adderrorinfo(). (#3864)
Serhiy Storchaka
2017-10-03
2
-13/+13
*
bpo-11063: Fix _uuid module on macOS (#3855)
Victor Stinner
2017-10-02
1
-1/+29
*
bpo-31602: Fix an assertion failure in zipimporter.get_source() in case of a ...
Oren Milman
2017-09-29
1
-0/+8
*
remove support for BSD/OS (closes bpo-31624) (#3812)
Benjamin Peterson
2017-09-29
1
-1/+1
*
bpo-11063, bpo-20519: avoid ctypes and improve import time for uuid (#3796)
Antoine Pitrou
2017-09-28
1
-0/+35
*
bpo-31478: Fix an assertion failure in random.seed() in case a seed has a bad...
Oren Milman
2017-09-28
1
-2/+5
*
bpo-31586: Use _count_element fast path for real dicts.
Oren Milman
2017-09-27
1
-1/+3
*
bpo-30347: Stop crashes when concurrently iterate over itertools.groupby() it...
Serhiy Storchaka
2017-09-26
1
-36/+31
*
bpo-27385: Clarify docstring for groupby() (#3738)
Raymond Hettinger
2017-09-25
1
-2/+3
*
bpo-31311: Fix a SystemError and a crash in ctypes._CData.__setstate__(), in ...
Oren Milman
2017-09-25
1
-0/+10
*
remove configure check for memmove (#3716)
Benjamin Peterson
2017-09-24
1
-0/+2
*
bpo-30346: An iterator produced by the itertools.groupby() iterator (#1569)
Serhiy Storchaka
2017-09-24
1
-0/+8
*
bpo-31311: Impove error reporting in case the first argument to PyCData_setst...
Oren Milman
2017-09-24
1
-1/+4
*
bpo-31505: Fix an assertion failure in json, in case _json.make_encoder() rec...
Oren Milman
2017-09-24
1
-3/+13
*
bpo-25359: Add missed "goto error" after setting an exception. (#3712)
Serhiy Storchaka
2017-09-23
1
-0/+1
*
sqlite: delete some bsddb cargo-culted code to work around Python 2.3/2.4 bugs
Benjamin Peterson
2017-09-23
1
-15/+0
*
bpo-17852: Maintain a list of BufferedWriter objects. Flush them on exit. (#...
Neil Schemenauer
2017-09-22
3
-1/+54
*
bpo-31443: Formulate the type slot initialization rules in terms of C99. (#3688)
Stefan Krah
2017-09-22
1
-5/+13
*
bpo-27541: Reprs of subclasses of some classes now contain actual type name. ...
Serhiy Storchaka
2017-09-21
3
-12/+24
*
bpo-31532: Fix memory corruption due to allocator mix (#3679)
nurelin
2017-09-21
1
-1/+1
*
closes bpo-31525: require sqlite3_prepare_v2 (#3666)
Benjamin Peterson
2017-09-20
6
-135/+43
*
bpo-31293: Fix crashes in truediv and mul of a timedelta by a float with a ba...
Oren Milman
2017-09-19
1
-4/+33
*
bpo-31499, xml.etree: Fix xmlparser_gc_clear() crash (#3641)
Victor Stinner
2017-09-18
1
-1/+5
*
bpo-31497: Add private helper _PyType_Name(). (#3630)
Serhiy Storchaka
2017-09-17
2
-8/+6
*
bpo-31490: Fix an assertion failure in ctypes in case an _anonymous_ attr is ...
Oren Milman
2017-09-17
1
-1/+9
*
bpo-28411: Support other mappings in PyInterpreterState.modules. (#3593)
Eric Snow
2017-09-15
2
-47/+70
*
bpo-31431: SSLContext.check_hostname auto-sets CERT_REQUIRED (#3531)
Christian Heimes
2017-09-15
1
-4/+4
*
bpo-31338 (#3374)
Barry Warsaw
2017-09-15
4
-7/+4
*
bpo-31455: Fix an assertion failure in ElementTree.XMLParser(). (#3545)
scoder
2017-09-14
1
-2/+33
*
bpo-31471: Fix assertion failure in subprocess.Popen() on Windows, in case en...
Oren Milman
2017-09-14
1
-1/+5
*
_ssl_: Fix compiler warning (#3559)
Victor Stinner
2017-09-14
1
-1/+1
[next]