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
...
*
lib2to3.pgen3.driver.load_grammar() now creates a stable cache file
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
2016-09-08
6
-20/+118
*
#26209: Clarify type of *localaddr*/*remoteadr* in smtpd docs.
R David Murray
2016-09-07
2
-3/+6
*
promote some shifts to unsigned, so as not to invoke undefined behavior
Benjamin Peterson
2016-09-07
1
-2/+2
*
Fixes issue26307: The profile-opt build now applys PGO to the built-in modules.
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
2016-09-07
2
-1/+3
*
make sure to not call memcpy with a NULL second argument
Benjamin Peterson
2016-09-07
1
-6/+9
*
do not leak addrinfo in configure test
Benjamin Peterson
2016-09-06
2
-0/+4
*
Fix ssl documentation and remove merge accident
Christian Heimes
2016-09-06
1
-6/+2
*
Issue #27691: Fix ssl module's parsing of GEN_RID subject alternative name fi...
Christian Heimes
2016-09-06
5
-5/+142
*
Issues #27850 and #27766: Remove 3DES from ssl default cipher list and add Ch...
Christian Heimes
2016-09-06
3
-15/+33
*
suppress stderr output when checking gdb (closes #27969)
Benjamin Peterson
2016-09-06
1
-0/+1
*
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 #27748: Backed out changeset 6137d0ed0a15
Zachary Ware
2016-09-05
1
-4/+1
*
Issue #27748: strengthen test_alias_nofallback
Zachary Ware
2016-09-05
1
-1/+4
*
Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0.
Christian Heimes
2016-09-05
6
-135/+342
*
Issue #27748: Simplify test_winsound.
Zachary Ware
2016-09-05
2
-204/+63
*
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
2
-22/+24
*
Issue #27407: Make PCbuild/prepare_ssl.py Python 2 compatible
Zachary Ware
2016-09-05
1
-1/+6
*
Issue #27407: Add prepare_ssl.py to 2.7
Zachary Ware
2016-09-05
1
-0/+196
*
Issue #27918# test.resource.is_gui_available no longer flashes tk window.
Terry Jan Reedy
2016-09-05
1
-2/+3
*
Issue #27922: IDLE test_idlehistory no longer flash tk widgets.
Terry Jan Reedy
2016-09-04
1
-0/+1
*
Issue #27934: Use float.__repr__ instead of plain repr when JSON-encoding an ...
Mark Dickinson
2016-09-03
5
-3/+18
*
Issue #27888: Prevent Windows installer from displaying console windows and f...
Steve Dower
2016-09-01
4
-16/+34
*
Issue #27922: IDLE tests no longer flash tk widgets.
Terry Jan Reedy
2016-09-01
5
-5/+13
*
Issue #27706: Document that random.seed() is non-deterministic when PYTHONHA...
Raymond Hettinger
2016-08-31
1
-0/+3
*
Issue #17642: add larger font sizes for classroom projection.
Terry Jan Reedy
2016-08-31
1
-1/+2
*
Backport spelling fix.
Terry Jan Reedy
2016-08-30
2
-15/+18
*
Issue #27870: A left shift of zero by a large integer no longer attempts to a...
Mark Dickinson
2016-08-29
3
-0/+23
*
Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factory
Serhiy Storchaka
2016-08-29
4
-9/+35
*
Issue #19884: Avoid spurious output on OS X with Gnu Readline
Martin Panter
2016-08-27
3
-13/+18
*
Issue #10513: Fix a regression in Connection.commit()
Berker Peksag
2016-08-26
3
-1/+33
*
Add version to title of IDLE help window.
Terry Jan Reedy
2016-08-26
1
-1/+2
*
Issue #25564: Mention exec and __builtins__ in IDLE-console difference section.
Terry Jan Reedy
2016-08-25
3
-23/+25
*
Issue #12660: Backport 84bbb8d2d237
Zachary Ware
2016-08-24
1
-0/+4
*
#2466: fix test failure on windows.
R David Murray
2016-08-24
1
-3/+3
*
# 2466: ismount now recognizes mount points user can't access.
R David Murray
2016-08-23
4
-2/+70
*
Issue #25604: Fix bug in integer true division that could have resulted in of...
Mark Dickinson
2016-08-21
2
-2/+6
*
Fix typo in IDLE News.
Terry Jan Reedy
2016-08-21
2
-2/+2
*
Add 2.7.13 IDLE NEWS and idlelib/NEWS.txt items.
Terry Jan Reedy
2016-08-21
2
-0/+12
*
Issue #27714: Remove unneeded non-idempotent call that fails on retest.
Terry Jan Reedy
2016-08-21
1
-2/+0
*
Fix some spelling errors
Martin Panter
2016-08-20
4
-5/+5
*
Issue #27614: Avoid race in test_docxmlrpc server setup
Martin Panter
2016-08-18
1
-29/+11
*
Fix a refleak in call_maybe()
Victor Stinner
2016-08-19
1
-1/+3
*
Fix a refleak in call_method()
Victor Stinner
2016-08-19
1
-1/+3
*
rearrange methodcaller_new so that the main error case does not cause uniniti...
Benjamin Peterson
2016-08-17
2
-8/+9
*
Issue #27611: Don't import volatile attribute.
Terry Jan Reedy
2016-08-16
1
-3/+4
*
do not decref value borrowed from list (closes #27774)
Benjamin Peterson
2016-08-16
2
-3/+3
[prev]
[next]