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
...
*
remove RPM file, which is unused and unmaintained
Benjamin Peterson
2015-02-18
3
-407/+0
*
Issue #23474: Enhanced locale testing.
Serhiy Storchaka
2015-02-18
2
-5/+47
*
Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integer
Serhiy Storchaka
2015-02-16
5
-15/+25
*
Issue #23115: Fixed compilation on OpenBSD (Py_MIN is not defined in 2.7).
Serhiy Storchaka
2015-02-16
1
-1/+1
*
Merge heads
Serhiy Storchaka
2015-02-15
3
-6/+9
|
\
|
*
Backed out changeset 7d2018774925
Serhiy Storchaka
2015-02-15
3
-6/+9
*
|
Issue #22885: Fixed arbitrary code execution vulnerability in the dumbdbm
Serhiy Storchaka
2015-02-15
3
-1/+13
|
/
*
Use os.devnull instead of hardcoded '/dev/null'.
Serhiy Storchaka
2015-02-15
3
-9/+6
*
Issue #21934: test_file2k no longer create regular file /dev/full on OpenBSD
Serhiy Storchaka
2015-02-15
1
-8/+14
*
Issue #17753: Skip test_zipfile tests which require write access to test
Serhiy Storchaka
2015-02-14
1
-0/+6
*
Issue #22844: Fized test_gdb failure on Debian Wheezy for Z.
Serhiy Storchaka
2015-02-14
1
-0/+2
*
avoid reading unallocated memory when argc == 0 (closes #22633)
Benjamin Peterson
2015-02-14
1
-1/+2
*
Issue #21849: Fixed xmlrpclib serialization of non-ASCII unicode strings in
Serhiy Storchaka
2015-02-13
4
-10/+29
*
Issue #21840: Fixed a typo.
Serhiy Storchaka
2015-02-13
1
-1/+1
*
Issue #21840: Fixed expanding unicode variables of form $var in
Serhiy Storchaka
2015-02-13
10
-23/+52
*
Issue #23392: Added tests for marshal C API that works with FILE*.
Serhiy Storchaka
2015-02-06
3
-0/+233
*
Issue #23881: Only use entry-values with gdb 7.4 in tests.
Serhiy Storchaka
2015-02-06
1
-8/+10
*
Fix missing :ref: for idle in doc build.
Ned Deily
2015-02-06
1
-3/+3
*
Issue #23212: Update OS X installer build OpenSSL to 1.0.1l.
Ned Deily
2015-02-06
2
-4/+4
*
Issue #18982: Fixed newlines in calendar CLI tests on Windows.
Serhiy Storchaka
2015-02-05
1
-7/+10
*
Issue #18982: Add tests for CLI of the calendar module.
Serhiy Storchaka
2015-02-05
2
-3/+136
*
Issue #23345: Prevent test_ssl failures with large OpenSSL patch level
Ned Deily
2015-02-05
2
-1/+4
*
remove parenthesis from print statement (closes #23396)
Benjamin Peterson
2015-02-05
1
-1/+1
*
Update pip to 6.0.8
Donald Stufft
2015-02-05
2
-1/+1
*
Issues #23363, #23364, #23365, #23366: Fixed itertools overflow tests.
Serhiy Storchaka
2015-02-02
2
-27/+11
*
_clear_type_cache is cpython-only
Benjamin Peterson
2015-02-02
1
-0/+1
*
check for overflows in permutations() and product() (closes #23363, closes #2...
Benjamin Peterson
2015-02-02
3
-2/+32
*
check for overflow in combinations_with_replacement (closes #23365)
Benjamin Peterson
2015-02-02
3
-0/+12
*
detect overflow in combinations (closes #23366)
Benjamin Peterson
2015-02-02
3
-0/+11
*
https goodness
Benjamin Peterson
2015-02-02
1
-1/+1
*
Preserve critical whitespace in Doc/*.
Stefan Krah
2015-02-01
1
-1/+1
*
Issue #23352: Document that Py_buffer.suboffsets must be NULL if no suboffsets
Stefan Krah
2015-02-01
1
-1/+4
*
Issue #23370: Fix off-by-one error for non-contiguous buffers.
Stefan Krah
2015-02-01
2
-2/+55
*
Added a cookbook entry on logging audible messages.
Vinay Sajip
2015-02-01
1
-0/+54
*
Issue #23212: Update Windows copy of OpenSSL to 1.0.1l
Steve Dower
2015-01-31
2
-3/+4
*
Issue #23199: libpython27.a in amd64 release is 32-bit
Steve Dower
2015-01-31
1
-19/+18
*
Issue #22765: Fixed test_gdb failures. Supressed unexpected gdb output.
Serhiy Storchaka
2015-01-31
1
-0/+19
*
Completed Misc/NEWS entry.
Serhiy Storchaka
2015-01-31
1
-1/+2
*
Avoid deprecation warnings.
Serhiy Storchaka
2015-01-31
7
-9/+9
*
test_spwd skipping is expected on win32.
Serhiy Storchaka
2015-01-31
1
-0/+1
*
Restored test_xpickle compatibility with Python 2.5.
Serhiy Storchaka
2015-01-31
1
-2/+4
*
Use float division to avoid deprecation warning in test_timeit (issue #11578).
Serhiy Storchaka
2015-01-31
1
-2/+2
*
Issue #23055: Fixed read-past-the-end error in PyUnicode_FromFormatV.
Serhiy Storchaka
2015-01-30
1
-0/+2
*
Issue #23055: Fixed off-by-one error in PyUnicode_FromFormatV.
Serhiy Storchaka
2015-01-30
1
-1/+2
*
Issue #23349: Fix off-by-one error in PyBuffer_ToContiguous(). Initial patch
Stefan Krah
2015-01-30
3
-2/+51
*
Upgrade setuptools to 12.0.5 and pip to 6.0.7
Donald Stufft
2015-01-28
3
-2/+2
*
ifdef our way to compatibility with old openssl (closes #23335)
Benjamin Peterson
2015-01-28
1
-1/+1
*
Issue #22079: PyType_Ready() now checks that statically allocated type has
Serhiy Storchaka
2015-01-28
2
-0/+20
*
Added a logging cookbook entry on customized exception formatting.
Vinay Sajip
2015-01-28
1
-0/+55
*
Issue #19949: The test_xpickle test now tests compatibility with installed
Serhiy Storchaka
2015-01-27
2
-65/+54
[prev]
[next]