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
...
*
shuffle() doscstring: Removed warning about sequence length
Tim Peters
2006-06-10
1
-12/+6
*
Suppress warning on MacOSX about possible use before set of proc.
Skip Montanaro
2006-06-10
1
-1/+1
*
Handle failure of PyMem_Realloc.
Thomas Heller
2006-06-10
1
-1/+4
*
Don't use C++ comment.
Thomas Heller
2006-06-10
1
-1/+1
*
Fix the second occurrence of the problematic printf format.
Thomas Heller
2006-06-10
1
-5/+1
*
Fix a wrong printf format.
Thomas Heller
2006-06-10
1
-6/+1
*
New docs for ctypes.
Thomas Heller
2006-06-10
3
-565/+925
*
credit for SF patch #1303595
Fred Drake
2006-06-10
1
-0/+1
*
SF patch #1303595: improve description of __builtins__, explaining how it
Fred Drake
2006-06-10
1
-4/+14
*
Upgrade to ctypes version 0.9.9.7.
Thomas Heller
2006-06-10
8
-30/+308
*
Upgrade to ctypes version 0.9.9.7.
Thomas Heller
2006-06-10
6
-284/+496
*
Sync with Optik docs (rev 518):
Greg Ward
2006-06-10
1
-5/+210
*
document the class, not its initializer
Skip Montanaro
2006-06-10
1
-4/+4
*
Patch #1495999: Part two of Windows CE changes.
Martin v. Löwis
2006-06-10
26
-33/+201
*
SF bug #1503294.
Armin Rigo
2006-06-10
1
-1/+1
*
Port cygwin kill_python changes from 2.4 branch.
Martin v. Löwis
2006-06-10
2
-1/+8
*
Apply perky's fix for #1503157: "/".join([u"", u""]) raising OverflowError.
Georg Brandl
2006-06-10
3
-4/+6
*
Fix bug introduced in rev. 46806 by not having variable declaration at the to...
Brett Cannon
2006-06-09
1
-2/+4
*
An object with __call__ as an attribute, when called, will have that attribut...
Brett Cannon
2006-06-09
4
-9/+30
*
Make use of new str.startswith/endswith semantics.
Georg Brandl
2006-06-09
11
-20/+14
*
set eol-style svn property
Thomas Heller
2006-06-09
0
-0/+0
*
set eol-style svn property
Thomas Heller
2006-06-09
0
-0/+0
*
Add some wsgiref text
Andrew M. Kuchling
2006-06-09
1
-1/+36
*
Remove unused variable
Andrew M. Kuchling
2006-06-09
1
-1/+0
*
Implementing a happy idea from Georg Brandl: make runtest() try to
Tim Peters
2006-06-09
1
-1/+48
*
Describe startswith()/endswiith() change; add reminder about wsgiref
Andrew M. Kuchling
2006-06-09
1
-0/+17
*
RFE #1491485: str/unicode.endswith()/startswith() now accept a tuple as first...
Georg Brandl
2006-06-09
5
-83/+182
*
svn:ignore .pyc and .pyo files.
Brett Cannon
2006-06-09
0
-0/+0
*
Test file.__exit__.
Georg Brandl
2006-06-09
1
-1/+11
*
Whitespace normalization.
Tim Peters
2006-06-09
5
-81/+3
*
Fix inconsistency in naming within an enum.
Brett Cannon
2006-06-09
1
-12/+12
*
Add note about wsgiref
Andrew M. Kuchling
2006-06-09
1
-0/+2
*
Add note about XMLGenerator bugfix
Andrew M. Kuchling
2006-06-09
1
-0/+4
*
Import wsgiref into the stdlib, as of the external version 0.1-r2181.
Phillip J. Eby
2006-06-09
10
-0/+2962
*
Turn off warning about deprecated CRT functions on for VisualStudio .NET 2005.
Kristján Valur Jónsson
2006-06-09
2
-0/+8
*
[Bug #1472827] Make saxutils.XMLGenerator handle \r\n\t in attribute values b...
Andrew M. Kuchling
2006-06-09
2
-2/+7
*
Markup fix
Andrew M. Kuchling
2006-06-09
1
-1/+1
*
Fix grammar and reflow
Neal Norwitz
2006-06-09
1
-2/+2
*
Remove the temporary hack to force test_optparse to
Tim Peters
2006-06-09
1
-5/+0
*
testUnicodeOpen(): I have no idea why, but making this
Tim Peters
2006-06-09
1
-1/+8
*
AutoFileTests.tearDown(): Removed mysterious undocumented
Tim Peters
2006-06-09
1
-27/+28
*
To boost morale :-), force test_optparse to run immediately
Tim Peters
2006-06-09
1
-0/+5
*
Whitespace normalization.
Tim Peters
2006-06-09
1
-1/+1
*
Update functools section
Andrew M. Kuchling
2006-06-09
1
-10/+36
*
Buffer objects would return the read or write buffer for a wrapped object when
Brett Cannon
2006-06-08
4
-22/+85
*
Make binascii.hexlify() use s# for its arguments instead of t# to actually
Brett Cannon
2006-06-08
2
-1/+4
*
Convert test_file to unittest.
Georg Brandl
2006-06-08
1
-332/+305
*
Bug #1502805: don't alias file.__exit__ to file.close since the
Georg Brandl
2006-06-08
1
-1/+18
*
Add functools.update_wrapper() and functools.wraps() as described in PEP 356
Nick Coghlan
2006-06-08
4
-18/+202
*
Argh. "integer" is a very confusing word ;)
Georg Brandl
2006-06-08
2
-5/+2
[prev]
[next]