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
...
*
be extremely careful about overflows in encode_basestring_ascii (closes #28284)
Benjamin Peterson
2016-09-27
1
-26/+49
*
Issue #28139: Fix messed up indentation
Martin Panter
2016-09-17
17
-133/+132
*
Issue #28145: Spelling fixes
Martin Panter
2016-09-16
1
-1/+1
*
Issue #24366: Fix indentation
Martin Panter
2016-09-15
2
-17/+17
*
Issue #27599: Fixed buffer overrun in binascii.b2a_qp() and binascii.a2b_qp().
Serhiy Storchaka
2016-09-14
1
-5/+7
*
fix misleading indentation (closes #28139)
Benjamin Peterson
2016-09-14
2
-18/+18
*
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
Martin Panter
2016-09-07
4
-4/+4
*
Issue #27570: Avoid zero-length memcpy() calls with null source pointers
Martin Panter
2016-09-07
3
-12/+26
*
Issue #27691: Fix ssl module's parsing of GEN_RID subject alternative name fi...
Christian Heimes
2016-09-06
1
-1/+34
*
fix unused variable warnings in pysqlite (closes #27967)
Benjamin Peterson
2016-09-06
2
-6/+2
*
Backed out changeset 8b6be1341770
Benjamin Peterson
2016-09-06
1
-0/+2
*
remove long double from ctypes value union
Benjamin Peterson
2016-09-05
1
-2/+0
*
Issue #26470: Use short name rather than name for compression name to fix #27...
Christian Heimes
2016-09-05
1
-6/+1
*
Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0.
Christian Heimes
2016-09-05
2
-101/+241
*
move declaration to top of the function to appease the c89 gods
Benjamin Peterson
2016-09-05
1
-1/+2
*
rewrite unpack_add_info, so it has less memory corruption bugs (closes #27944)
Benjamin Peterson
2016-09-05
1
-22/+21
*
Issue #27934: Use float.__repr__ instead of plain repr when JSON-encoding an ...
Mark Dickinson
2016-09-03
1
-2/+2
*
Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factory
Serhiy Storchaka
2016-08-29
1
-2/+11
*
Issue #19884: Avoid spurious output on OS X with Gnu Readline
Martin Panter
2016-08-27
1
-12/+15
*
Issue #10513: Fix a regression in Connection.commit()
Berker Peksag
2016-08-26
1
-1/+0
*
rearrange methodcaller_new so that the main error case does not cause uniniti...
Benjamin Peterson
2016-08-17
1
-8/+7
*
do not decref value borrowed from list (closes #27774)
Benjamin Peterson
2016-08-16
1
-3/+1
*
fail when negative values are passed to instr()
Benjamin Peterson
2016-08-16
1
-0/+8
*
fix possible integer overflow in binascii.b2a_qp (closes #27760)
Benjamin Peterson
2016-08-14
1
-9/+16
*
do not allow reading negative values with getstr()
Benjamin Peterson
2016-08-14
1
-0/+8
*
check for overflow in join_append_data (closes #27758)
Benjamin Peterson
2016-08-14
1
-4/+19
*
fix possible overflow in encode_basestring_ascii (#23369)
Benjamin Peterson
2016-08-13
1
-0/+4
*
Issue #20160: Handled passing of large structs to callbacks correctly.
Vinay Sajip
2016-08-05
2
-2/+30
*
Issue #27626: Spelling fixes in docs, comments and internal names
Martin Panter
2016-07-28
2
-2/+2
*
Issue #23943: Fix typos. Patch by Piotr Kasprzyk.
Martin Panter
2016-07-28
3
-3/+3
*
ctypes: fix CThunkObject_new()
Victor Stinner
2016-07-27
1
-2/+4
*
Issue #27130: Fix handling of buffers exceeding (U)INT_MAX in “zlib” module
Martin Panter
2016-07-23
1
-286/+362
*
English spelling and grammar fixes
Martin Panter
2016-07-11
2
-2/+2
*
Issue #25523: Correct "a" article to "an" article
Martin Panter
2015-11-02
10
-11/+11
*
Issue #23804: Fix SSL zero-length recv() calls to not block and raise EOF
Martin Panter
2016-07-11
1
-0/+8
*
initialize variable to appease gcc
Benjamin Peterson
2016-07-07
1
-1/+1
*
assume egd unless OPENSSL_NO_EGD is defined—remove configure check (closes ...
Benjamin Peterson
2016-07-07
1
-3/+3
*
Issue #23908: os functions, open() and the io.FileIO constructor now reject
Serhiy Storchaka
2016-07-01
2
-54/+48
*
array.buffer_info() should return a length as int, not long, for compatibility.
Serhiy Storchaka
2016-06-24
1
-1/+1
*
Fixed integer overflow and handled MemoryError in array.buffer_info().
Serhiy Storchaka
2016-06-23
1
-3/+15
*
Issue #22463: Cure unused function warnings on AIX
Martin Panter
2016-06-22
2
-2/+6
*
Issue #22463: Correct #endif placement; patch by Senthil Kumaran
Martin Panter
2016-06-22
1
-1/+1
*
Issue #22463: Backport compiler warning fixes and workarounds
Martin Panter
2016-06-21
5
-11/+19
*
Fix English spelling and grammar errors
Martin Panter
2016-06-20
1
-2/+2
*
ctypes: the type of b_size is Py_ssize_t.
Serhiy Storchaka
2016-06-17
1
-4/+4
*
Issue #27330: Fixed possible leaks in the ctypes module.
Serhiy Storchaka
2016-06-16
3
-11/+35
*
Issue #25455: Fixed a crash in repr of cElementTree.Element with recursive tag.
Serhiy Storchaka
2016-06-12
1
-9/+19
*
upgrade expt to 2.1.1 (closes #26556)
Benjamin Peterson
2016-06-11
3
-6/+24
*
Issue #20699: Document that “io” methods should accept memoryview
Martin Panter
2016-06-03
4
-6/+7
*
fix leak of keyfile_bytes
Benjamin Peterson
2016-06-09
1
-0/+1
[prev]
[next]