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
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issues #27850 and #27766: Remove 3DES from ssl default cipher list and add Ch...
Christian Heimes
2016-09-06
1
-0/+6
*
Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0.
Christian Heimes
2016-09-05
1
-0/+2
*
rewrite unpack_add_info, so it has less memory corruption bugs (closes #27944)
Benjamin Peterson
2016-09-05
1
-0/+3
*
Issue #27934: Use float.__repr__ instead of plain repr when JSON-encoding an ...
Mark Dickinson
2016-09-03
2
-0/+4
*
Issue #27888: Prevent Windows installer from displaying console windows and f...
Steve Dower
2016-09-01
1
-0/+5
*
Issue #27870: A left shift of zero by a large integer no longer attempts to a...
Mark Dickinson
2016-08-29
1
-0/+3
*
Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factory
Serhiy Storchaka
2016-08-29
1
-0/+3
*
Issue #19884: Avoid spurious output on OS X with Gnu Readline
Martin Panter
2016-08-27
1
-0/+2
*
Issue #10513: Fix a regression in Connection.commit()
Berker Peksag
2016-08-26
1
-0/+3
*
# 2466: ismount now recognizes mount points user can't access.
R David Murray
2016-08-23
2
-0/+4
*
Issue #25604: Fix bug in integer true division that could have resulted in of...
Mark Dickinson
2016-08-21
1
-0/+4
*
Fix typo in IDLE News.
Terry Jan Reedy
2016-08-21
1
-1/+1
*
Add 2.7.13 IDLE NEWS and idlelib/NEWS.txt items.
Terry Jan Reedy
2016-08-21
1
-0/+6
*
Fix some spelling errors
Martin Panter
2016-08-20
1
-1/+1
*
rearrange methodcaller_new so that the main error case does not cause uniniti...
Benjamin Peterson
2016-08-17
1
-0/+2
*
do not decref value borrowed from list (closes #27774)
Benjamin Peterson
2016-08-16
1
-0/+2
*
fail when negative values are passed to instr()
Benjamin Peterson
2016-08-16
1
-2/+2
*
Issue #10910: Update FreedBSD version checks for the ctype UTF-8 workaround.
Ned Deily
2016-08-15
1
-0/+7
*
fix possible integer overflow in binascii.b2a_qp (closes #27760)
Benjamin Peterson
2016-08-14
1
-0/+2
*
do not allow reading negative values with getstr()
Benjamin Peterson
2016-08-14
1
-0/+3
*
check for overflow in join_append_data (closes #27758)
Benjamin Peterson
2016-08-14
1
-0/+3
*
fix possible overflow in encode_basestring_ascii (#23369)
Benjamin Peterson
2016-08-13
1
-0/+3
*
Spelling and grammar fixes in code comments and documentation
Martin Panter
2016-07-28
2
-2/+2
*
Issue #27641: Comment out regeneration rules when cross compiling
Martin Panter
2016-07-29
1
-2/+2
*
Prevent HTTPoxy attack (CVE-2016-1000110)
Senthil Kumaran
2016-07-30
2
-0/+5
*
Issue #27626: Spelling fixes in docs, comments and internal names
Martin Panter
2016-07-28
2
-3/+3
*
Issue #23943: Fix typos. Patch by Piotr Kasprzyk.
Martin Panter
2016-07-28
3
-6/+6
*
Issue #27490: Do not build pgen when cross-compiling
Martin Panter
2016-07-28
2
-0/+4
*
Issue #27581: Don’t rely on overflow wrapping in PySequence_Tuple()
Martin Panter
2016-07-25
1
-0/+3
*
Issue #27130: Fix handling of buffers exceeding (U)INT_MAX in “zlib” module
Martin Panter
2016-07-23
1
-0/+5
*
Issue #25393: Fix probable copy/paste error in resource docs
Zachary Ware
2016-07-19
1
-0/+1
*
Issue #27507: Check for integer overflow in bytearray.extend()
Martin Panter
2016-07-18
1
-0/+3
*
make too many nested blocks be a SyntaxError instead of a SystemError (closes...
Benjamin Peterson
2016-07-15
1
-0/+3
*
Issue #27369: Don’t test error message detail that changed in Expat 2.2.0
Martin Panter
2016-07-14
1
-0/+6
*
Issue #27473: Fixed possible integer overflow in str, unicode and bytearray
Serhiy Storchaka
2016-07-12
1
-0/+3
*
English spelling and grammar fixes
Martin Panter
2016-07-11
1
-2/+2
*
Issue #25523: Correct "a" article to "an" article
Martin Panter
2015-11-02
3
-10/+10
*
Issue #23804: Fix SSL zero-length recv() calls to not block and raise EOF
Martin Panter
2016-07-11
1
-0/+3
*
[port to 2.7] - Issue #27466: Change time format returned by
Senthil Kumaran
2016-07-10
1
-0/+4
*
Issue #23908: os functions, open() and the io.FileIO constructor now reject
Serhiy Storchaka
2016-07-01
1
-0/+4
*
Update NEWS and idlelib NEWS.text.
Terry Jan Reedy
2016-06-26
1
-0/+9
*
Issue #22115: Fixed tracing Tkinter variables.
Serhiy Storchaka
2016-06-26
1
-0/+4
*
merge 2.7.12 release branch
Benjamin Peterson
2016-06-25
1
-0/+2
|
\
|
*
2.7.12 final
v2.7.12
Benjamin Peterson
2016-06-25
1
-0/+2
*
|
merge 2.7.12 release branch
Benjamin Peterson
2016-06-22
1
-0/+8
|
\
\
|
|
/
|
*
fix idle about dialog #27365
Benjamin Peterson
2016-06-22
1
-0/+5
|
*
Issue #26930: Update Windows build to OpenSSL 1.0.2h
Zachary Ware
2016-06-15
1
-0/+9
*
|
Fix English spelling and grammar errors
Martin Panter
2016-06-20
1
-7/+6
*
|
Issue #27294: Numerical state in the repr for Tkinter event objects is now
Serhiy Storchaka
2016-06-18
1
-0/+2
*
|
Issue #22636: Avoid using a shell in the ctypes.util module
Victor Stinner
2014-10-16
1
-0/+3
[next]