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
...
*
|
Issue #16893: Update Idle doc chapter to match current Idle and add new
Terry Jan Reedy
2014-12-06
1
-0/+6
*
|
merge 2.7.9 release branch
Benjamin Peterson
2014-12-06
7
-7/+91
|
\
\
|
|
/
|
*
add a default limit for the amount of data xmlrpclib.gzip_decode will return ...
Benjamin Peterson
2014-12-06
3
-3/+32
|
*
smtplib: limit amount read from the network (closes #16042)
Benjamin Peterson
2014-12-06
3
-3/+41
|
*
in poplib, limit maximum line length that we read from the network (closes #1...
Benjamin Peterson
2014-12-06
3
-1/+18
*
|
Edit Menus section of Idle doc. Make menu entries match current Idle in order
Terry Jan Reedy
2014-12-05
1
-123/+138
*
|
Issue #3068: Document the new Configure Extensions dialog and menu entry.
Terry Jan Reedy
2014-12-04
1
-11/+19
*
|
Issue #16893: Update 2.7 version of Idle doc to match 3.4 doc as of the just
Terry Jan Reedy
2014-12-04
1
-89/+308
*
|
Fix #22987: update the compatibility matrix for a SSLv23 client.
Antoine Pitrou
2014-12-03
1
-4/+3
*
|
Issue #14099: ZipFile.open() no longer reopen the underlying file. Objects
Serhiy Storchaka
2014-12-03
4
-78/+172
*
|
merge 2.7.9 release branch
Benjamin Peterson
2014-12-02
2
-421/+0
|
\
\
|
|
/
|
*
nuke ancient script with dubious license (closes #12987)
Benjamin Peterson
2014-12-02
2
-421/+0
*
|
Add NEWS items for Idle patches already in 2.7.9rc1.
Terry Jan Reedy
2014-12-01
1
-1/+18
*
|
Removed duplicated words in in comments and docs.
Serhiy Storchaka
2014-12-01
6
-6/+6
*
|
Issue #21032. Fixed socket leak if HTTPConnection.getresponse() fails.
Serhiy Storchaka
2014-12-01
4
-11/+42
*
|
Issue #22943: bsddb tests are locale independend now.
Serhiy Storchaka
2014-12-01
7
-25/+25
*
|
merge 2.7.9 release branch
Benjamin Peterson
2014-11-30
4
-67/+12
|
\
\
|
|
/
|
*
backout fac649bf2d10 (#9179) for further consideration
Benjamin Peterson
2014-11-30
4
-67/+12
*
|
merge 2.7.9 release branch
Benjamin Peterson
2014-11-30
1
-1/+1
|
\
\
|
|
/
|
*
this is why tests are great
Benjamin Peterson
2014-11-30
1
-1/+1
*
|
merge 2.7.9 release branch
Benjamin Peterson
2014-11-30
3
-6/+26
|
\
\
|
|
/
|
*
add context parameter to xmlrpclib.ServerProxy (#22960)
Benjamin Peterson
2014-11-30
3
-6/+26
*
|
merge 2.7.9 release branch
Benjamin Peterson
2014-11-28
1
-0/+10
|
\
\
|
|
/
|
*
give a nice message when installer is launched w/o admin rights (closes #16561)
Benjamin Peterson
2014-11-28
1
-0/+10
*
|
Issue #21280: Fixed a bug in shutil.make_archive() when create an archive of
Serhiy Storchaka
2014-11-27
2
-2/+25
*
|
Issue #22314: pydoc now works when the LINES environment variable is set.
Serhiy Storchaka
2014-11-27
2
-1/+9
*
|
Issue #18905: "pydoc -p 0" now outputs actually used port. Based on patch by
Serhiy Storchaka
2014-11-27
2
-3/+11
*
|
Issue #21514: The documentation of the json module now refers to new JSON RFC
Serhiy Storchaka
2014-11-27
2
-42/+77
*
|
Issue #22609: Constructors and update methods of mapping classes in the
Serhiy Storchaka
2014-11-27
4
-23/+95
*
|
pydoc: Add a note about setting PAGER to affect console output pagination.
Zachary Ware
2014-11-27
1
-0/+4
*
|
remove tautological condition (closes #22954)
Benjamin Peterson
2014-11-27
1
-1/+1
*
|
use skipUnless
Benjamin Peterson
2014-11-26
1
-3/+3
*
|
Adds missing revocation.crl test file to msi.py
Steve Dower
2014-11-26
1
-0/+1
*
|
Adds missing files to msi.py
Steve Dower
2014-11-26
1
-0/+2
*
|
Update msi.py and uuids.py for 2.7.9 releases
Steve Dower
2014-11-26
2
-4/+6
*
|
add 2.7.10 news section
Benjamin Peterson
2014-11-26
1
-0/+12
|
/
*
Added tag v2.7.9rc1 for changeset 40eada278702
Benjamin Peterson
2014-11-26
1
-0/+1
*
2.7.9rc1
v2.7.9rc1
Benjamin Peterson
2014-11-26
6
-11/+11
*
update pydoc-topics
Benjamin Peterson
2014-11-26
1
-79/+80
*
disable tests that always fail on windows (#22943)
Benjamin Peterson
2014-11-25
1
-0/+1
*
use more ugly but hopefully more robust method
Benjamin Peterson
2014-11-25
1
-1/+1
*
handle errors without a reason attribute
Benjamin Peterson
2014-11-25
1
-1/+1
*
don't fail tests when www.python.org can't be validated by the system
Benjamin Peterson
2014-11-25
3
-5/+17
*
remove incorrect plural
Benjamin Peterson
2014-11-25
1
-1/+1
*
debugging: print ca certs loaded into default ctx
Benjamin Peterson
2014-11-25
1
-0/+3
*
Issue #16056: Rename test methods to avoid conflict.
Berker Peksag
2014-11-24
3
-59/+1
*
Issue #20351: Add examples for csv.DictReader and csv.DictWriter.
Berker Peksag
2014-11-24
1
-0/+25
*
Fix faulty indent.
Ned Deily
2014-11-24
1
-1/+1
*
is OpenIndiana actually sunos?
Benjamin Peterson
2014-11-24
1
-1/+1
*
loosen solaris test
Benjamin Peterson
2014-11-24
1
-1/+1
[prev]
[next]