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-30581: Windows: os.cpu_count() returns wrong number of processors (#2934)
Christopher Wilcox
2017-08-30
1
-3/+16
*
bpo-31291: Fixed an assertion failure in zipimport.zipimporter.get_data() (#3...
Oren Milman
2017-08-29
1
-1/+2
*
bpo-31243: Fixed PyArg_ParseTuple failure checks. (#3171)
Oren Milman
2017-08-29
2
-21/+43
*
bpo-10746: Fix ctypes PEP 3118 type codes for c_long, c_bool, c_int (#31)
Pauli Virtanen
2017-08-28
1
-2/+67
*
bpo-30987 - Support for ISO-TP protocol in SocketCAN (#2956)
Pier-Yves Lessard
2017-08-28
1
-5/+70
*
bpo-31271: Fix an assertion failure in io.TextIOWrapper.write. (#3201)
Oren Milman
2017-08-25
1
-0/+7
*
bpo-31275: Small refactoring to silence a fall-through warning. (#3206)
Stefan Krah
2017-08-25
1
-8/+2
*
bpo-28261: fix err msgs where PyArg_ParseTuple is used to parse normal tuples...
Oren Milman
2017-08-24
1
-3/+20
*
bpo-31095: fix potential crash during GC (GH-2974)
INADA Naoki
2017-08-24
7
-4/+24
*
bpo-30923: Silence fall-through warnings included in -Wextra since gcc-7.0. (...
Stefan Krah
2017-08-21
1
-1/+1
*
bpo-28261: Fixed err msgs where PyArg_ParseTuple is used to parse normal tupl...
Oren Milman
2017-08-20
6
-19/+62
*
bpo-30947: Update libexpat from 2.2.1 to 2.2.3 (#3106)
Victor Stinner
2017-08-18
7
-100/+718
*
bpo-30923: Disable warning that has been part of -Wextra since gcc-7.0. (#3142)
Stefan Krah
2017-08-18
1
-0/+6
*
bpo-31109: Convert zipimport to use Argument Clinic (GH-2990)
Yaron de Leeuw
2017-08-18
2
-160/+464
*
bpo-24700: Add a fast path for comparing array.array of equal type (#3009)
Adrian Wielgosik
2017-08-17
1
-15/+66
*
fix grammr in error messages in overlapped.c (GH-3095)
Oren Milman
2017-08-15
1
-2/+2
*
bpo-31106: Fix handling of erros in posix_fallocate() and posix_fadvise() (#3...
Коренберг Марк
2017-08-14
1
-10/+20
*
bpo-31173: Rewrite WSTOPSIG test of test_subprocess (#3055)
Victor Stinner
2017-08-10
1
-0/+22
*
Spelling fixes (#2902)
Ville Skyttä
2017-08-03
3
-3/+3
*
bpo-31061: fix crash in asyncio speedup module (GH-2966)
Alexander Mohr
2017-08-02
1
-0/+4
*
Closes issue bpo-5288: Allow tzinfo objects with sub-minute offsets. (#2896)
Alexander Belopolsky
2017-07-31
1
-27/+30
*
bpo-9566: Fixed _ssl module warnings (#2495)
Segev Finer
2017-07-26
1
-6/+13
*
bpo-9566: Fix some Windows x64 compiler warnings (#2492)
Segev Finer
2017-07-26
2
-3/+3
*
bpo-30302 Make timedelta.__repr__ more informative. (#1493)
Utkarsh Upadhyay
2017-07-25
1
-15/+44
*
bpo-31018: Switch to #pragma pack from __declspec(align) (#2848)
Segev Finer
2017-07-25
1
-1/+4
*
bpo-30961: Fix decrementing a borrowed reference in tracemalloc. (#2747)
Xiang Zhang
2017-07-18
1
-2/+1
*
bpo-30946: Remove obsolete fallback code in readline module (#2738)
Antoine Pitrou
2017-07-18
1
-46/+1
*
bpo-30808: Use _Py_atomic API for concurrency-sensitive signal state (#2417)
Antoine Pitrou
2017-07-17
1
-18/+20
*
[bpo-30916] Pre-build OpenSSL and Tcl/Tk for Windows (#2688)
Steve Dower
2017-07-17
1
-1/+37
*
bpo-30936: Fix a reference leak in json when fail to sort keys. (#2712)
Serhiy Storchaka
2017-07-16
1
-1/+3
*
bpo-30911: Fix a crash in json on platforms with unsigned char (#2684)
Segev Finer
2017-07-13
1
-1/+1
*
Avoid _GNU_SOURCE redefined warning in xmlparse.c (#2670)
Segev Finer
2017-07-11
1
-1/+1
*
bpo-30879: os.listdir() and os.scandir() now emit bytes names when (#2634)
Serhiy Storchaka
2017-07-11
1
-3/+5
*
bpo-30892: Fix _elementtree module initialization (#2647)
Victor Stinner
2017-07-10
1
-0/+5
*
bpo-30866: Add _testcapi.stack_pointer() (#2601)
Victor Stinner
2017-07-10
1
-0/+8
*
Remove _PyArg_NoStackKeywords(). (#2641)
Serhiy Storchaka
2017-07-10
1
-6/+2
*
bpo-29854: test_readline logs versions (#2619)
Victor Stinner
2017-07-07
1
-0/+1
*
bpo-29854: Fix segfault in call_readline() (GH-728)
Nir Soffer
2017-07-07
1
-4/+6
*
bpo-30828: Fix out of bounds write in `asyncio.CFuture.remove_done_callback()...
Yury Selivanov
2017-07-05
1
-3/+10
*
bpo-30319: socket.close() now ignores ECONNRESET (#2565)
Victor Stinner
2017-07-04
1
-1/+3
*
bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955)
Serhiy Storchaka
2017-07-03
53
-1518/+464
*
bpo-30695: Add set_nomemory(start, stop) to _testcapi (GH-2406)
xdegaye
2017-07-01
1
-0/+128
*
bpo-30807: signal.setitimer() may disable the timer by mistake (#2493)
Antoine Pitrou
2017-06-30
1
-0/+4
*
bpo-30703: Improve signal delivery (#2415)
Antoine Pitrou
2017-06-28
1
-16/+14
*
bpo-23451: Fix socket deprecation warnings in socketmodule.c (#2318)
Segev Finer
2017-06-28
1
-171/+16
*
Fix compiler warnings on Windows introduced in bpo-13617. (#2464)
Serhiy Storchaka
2017-06-28
1
-1/+1
*
[security] bpo-13617: Reject embedded null characters in wchar* strings. (#2302)
Serhiy Storchaka
2017-06-28
9
-10/+35
*
bpo-30708: Check for null characters in PyUnicode_AsWideCharString(). (#2285)
Serhiy Storchaka
2017-06-27
1
-8/+1
*
bpo-30769: Fix reference leak introduced in 77703942c59 (#2416)
Eric N. Vander Weele
2017-06-27
1
-0/+4
*
bpo-30746: Prohibited the '=' character in environment variable names (#2382)
Serhiy Storchaka
2017-06-25
1
-4/+28
[next]