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
...
*
Deprecate contextlib.nested(). The with-statement now provides this function...
Raymond Hettinger
2009-05-29
4
-2/+11
*
Issue 5150: Add rstrip() option to IDLE's format menu.
Raymond Hettinger
2009-05-29
3
-0/+38
*
Backport smtplib auth tests from r72990.
R. David Murray
2009-05-28
1
-22/+75
*
using 'tar' then 'gzip' in the test, because 'tar -czf' is not supported unde...
Tarek Ziadé
2009-05-28
1
-3/+7
*
Fixed #6048: Distutils uses the tarfile module instead of the tar command now
Tarek Ziadé
2009-05-28
3
-25/+148
*
explicitly close files
Philip Jenvey
2009-05-28
3
-30/+29
*
further hint to where the open docs really are
Philip Jenvey
2009-05-28
1
-1/+1
*
explicitly close the file, merged from py3k
Philip Jenvey
2009-05-28
1
-1/+4
*
switch library reference and language reference
Benjamin Peterson
2009-05-28
1
-2/+2
*
fix issue #6121 by stripping spaces from the argument in the 'help'
R. David Murray
2009-05-27
3
-0/+12
*
plug ref leak
Benjamin Peterson
2009-05-27
1
-4/+7
*
correctly handle descrs with __missing__
Benjamin Peterson
2009-05-27
2
-7/+18
*
Fix field name conflicts for named tuples.
Raymond Hettinger
2009-05-27
3
-13/+53
*
Fixes issue 6110
Ronald Oussoren
2009-05-26
1
-1/+2
*
teach the peepholer about SETUP_WITH
Benjamin Peterson
2009-05-26
1
-0/+3
*
#6112: list.remove raises ValueError, not RuntimeError.
Georg Brandl
2009-05-26
2
-2/+2
*
Issue 5794: fix cPickle's unpickling of recursive tuples.
Collin Winter
2009-05-26
3
-10/+24
*
Allow multiple context managers in one with statement, as proposed
Georg Brandl
2009-05-25
11
-70/+215
*
Make assertSequenceEqual error messages less cryptic, particularly for nested...
Michael Foord
2009-05-25
1
-25/+32
*
fix error handling
Benjamin Peterson
2009-05-25
1
-3/+4
*
take into account the fact that SETUP_WITH pushes a finally block
Benjamin Peterson
2009-05-25
1
-1/+1
*
add a SETUP_WITH opcode
Benjamin Peterson
2009-05-25
9
-66/+86
*
Issue 5670: special-case pickling of dicts. This nearly doubles the performan...
Collin Winter
2009-05-25
1
-9/+78
*
handle errors from _PyObject_LookupSpecial when __get__ fails
Benjamin Peterson
2009-05-25
5
-8/+40
*
make class skipping decorators the same as skipping every test of the class
Benjamin Peterson
2009-05-25
4
-64/+26
*
stop using Py_FindMethod
Benjamin Peterson
2009-05-24
1
-8/+22
*
Add Misc/python.pc to the list of ignored files
Antoine Pitrou
2009-05-24
2
-1/+3
*
Issue #3585: Add pkg-config support.
Antoine Pitrou
2009-05-24
7
-4909/+5810
*
Issue #6050: Don't fail extracting a directory from a zipfile if
Martin v. Löwis
2009-05-24
3
-1/+10
*
Issue #6065: Do not try to build a version-independent
Martin v. Löwis
2009-05-24
2
-0/+5
*
add a versionadded tag for set_tunnel
Gregory P. Smith
2009-05-24
1
-0/+2
*
Issue #1309352: fcntl now converts its third arguments to a C `long` rather
Antoine Pitrou
2009-05-24
3
-3/+22
*
Fix build under Windows
Antoine Pitrou
2009-05-24
1
-3/+1
*
Fixed Issue1424152, urllib2 fails with HTTPS over Proxy.
Senthil Kumaran
2009-05-24
5
-3/+66
*
Issue #6042:
Jeffrey Yasskin
2009-05-23
6
-209/+157
*
Add smtplib test from issue 5259.
R. David Murray
2009-05-23
1
-0/+20
*
remove mention of old ctypes version
Benjamin Peterson
2009-05-23
1
-2/+1
*
reorder name
Benjamin Peterson
2009-05-23
1
-1/+1
*
support building with subversion 1.7 #6094
Benjamin Peterson
2009-05-23
7
-6/+9
*
Issue #3877: skip a test_fileio subtest on all BSDs, not only FreeBSD
Antoine Pitrou
2009-05-23
1
-1/+1
*
Some pid_t-expecting or producing functions were forgotten in r72852.
Antoine Pitrou
2009-05-23
1
-11/+17
*
Issue #1983: Fix functions taking or returning a process identifier to use
Antoine Pitrou
2009-05-23
2
-16/+39
*
Issue 6089: str.format raises SystemError.
Eric Smith
2009-05-23
3
-2/+11
*
Fix spelling left over from testing.
R. David Murray
2009-05-23
1
-1/+1
*
Don't be so wordy in requires('network') in case other tests
R. David Murray
2009-05-23
1
-5/+2
*
Fix Issue #4066: smtplib.SMTP_SSL._get_socket now correctly returns
R. David Murray
2009-05-23
4
-3/+35
*
#6078: _warnings is a builtin module and has no standard init_warnings function.
Georg Brandl
2009-05-22
1
-1/+1
*
#6086: fix spelling and use a better exception to catch.
Georg Brandl
2009-05-22
2
-6/+6
*
Correction in softspace behavior description.
Georg Brandl
2009-05-22
1
-3/+4
*
s/use/call/
Georg Brandl
2009-05-22
1
-1/+1
[prev]
[next]