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
*
Don't try to package msvcr90 for the moment.
Martin v. Löwis
2008-01-06
1
-6/+9
*
Package using VS 2008.
Martin v. Löwis
2008-01-06
1
-4/+3
*
Use vcbuild for VS 2009.
Martin v. Löwis
2008-01-06
1
-2/+2
*
Small code simplification. Forgot that classmethods can be called from intan...
Raymond Hettinger
2008-01-06
2
-2/+2
*
Add John Nagle (of issue #1637).
Guido van Rossum
2008-01-05
1
-0/+1
*
Patch #1637: fix urlparse for URLs like 'http://x.com?arg=/foo'.
Guido van Rossum
2008-01-05
3
-7/+13
*
Final adjustments for #1601
Christian Heimes
2008-01-05
1
-1/+3
*
Use markup.
Georg Brandl
2008-01-05
1
-4/+4
*
Repair markup.
Georg Brandl
2008-01-05
1
-10/+6
*
#1719: capitalization error in "UuidCreate".
Georg Brandl
2008-01-05
1
-1/+1
*
Set native svn:eol-style property for text files.
Georg Brandl
2008-01-05
0
-0/+0
*
Revert socket.rst to unix-eol.
Georg Brandl
2008-01-05
1
-906/+906
*
Doc patch #1730 from Robin Stocker; minor corrections mostly to os.rst.
Georg Brandl
2008-01-05
10
-95/+101
*
Simplify index entries; fix #1712.
Georg Brandl
2008-01-05
3
-97/+70
*
Remove with_statement future imports from 2.6 docs.
Georg Brandl
2008-01-05
6
-6/+6
*
Fix C++-style comment.
Georg Brandl
2008-01-05
1
-3/+3
*
Add myself.
Thomas Heller
2008-01-05
1
-0/+1
*
Fix comment typo
Andrew M. Kuchling
2008-01-05
1
-1/+1
*
Continue rolling back pep-3141 changes that changed behavior from 2.5. This
Jeffrey Yasskin
2008-01-05
13
-252/+75
*
clean up a comment
Fred Drake
2008-01-05
1
-2/+2
*
Add error-checking to namedtuple's _replace() method.
Raymond Hettinger
2008-01-05
3
-2/+15
*
Improve namedtuple's _cast() method with a docstring, new name, and error-che...
Raymond Hettinger
2008-01-05
3
-22/+32
*
Patch #1698 by Senthil: allow '@' in username when parsed by urlparse.py.
Guido van Rossum
2008-01-05
3
-4/+24
*
Patch #1725 by Mark Dickinson, fixes incorrect conversion of -1e1000
Guido van Rossum
2008-01-05
3
-22/+65
*
Fix markup
Andrew M. Kuchling
2008-01-04
1
-3/+3
*
Fix markup
Andrew M. Kuchling
2008-01-04
1
-5/+7
*
socket.ioctl is only available on Windows
Christian Heimes
2008-01-04
2
-1/+14
*
Reverted last transaction. It's the wrong branch.
Christian Heimes
2008-01-04
6
-167/+57
*
And here is the rest of Hirokazu Yamamoto's patch for VS6.0 support. Thanks H...
Christian Heimes
2008-01-04
6
-57/+167
*
Added interface to Windows' WSAIoctl and a simple example for a network sniffer.
Christian Heimes
2008-01-04
5
-865/+953
*
Update links to bug/patch tracker
Andrew M. Kuchling
2008-01-04
1
-4/+4
*
Issue #1735: TarFile.extractall() now correctly sets
Lars Gustäbel
2008-01-04
3
-4/+24
*
Bug #1713: posixpath.ismount() claims symlink to a mountpoint is a mountpoint.
Christian Heimes
2008-01-04
2
-2/+4
*
Make math.{floor,ceil}({int,long}) return float again for backwards
Jeffrey Yasskin
2008-01-04
3
-4/+12
*
Minor fix-ups to named tuples:
Raymond Hettinger
2008-01-04
3
-22/+16
*
Moved include "Python.h" in front of other imports to silence a warning.
Christian Heimes
2008-01-04
1
-1/+2
*
Added _struct._clearcache() for regression tests
Christian Heimes
2008-01-04
3
-1/+15
*
Fixed refleak tests for _struct changes
Christian Heimes
2008-01-04
1
-1/+0
*
Add math items; other edits
Andrew M. Kuchling
2008-01-04
1
-3/+44
*
Typo fix
Andrew M. Kuchling
2008-01-04
1
-1/+1
*
Partial port of r59682 from py3k.
Amaury Forgeot d'Arc
2008-01-04
2
-1/+6
*
Filled in some XXX comments
Christian Heimes
2008-01-04
1
-3/+4
*
Fixed math.copysign() on Windows
Christian Heimes
2008-01-04
1
-6/+8
*
Add items
Andrew M. Kuchling
2008-01-04
1
-3/+37
*
Markup fixes; grammar tweaks
Andrew M. Kuchling
2008-01-04
1
-8/+8
*
Bug #1481296: Fixed long(float('nan'))!=0L.
Christian Heimes
2008-01-04
3
-0/+9
*
Fixed #1687: plistlib.py restricts <integer> to Python int when writing
Christian Heimes
2008-01-04
2
-2/+4
*
Finish-up the struct module optimizations started at the Iceland NFS sprint.
Raymond Hettinger
2008-01-04
2
-100/+206
*
Bug #1301: fixed a bad assert in _tkinter.
Guido van Rossum
2008-01-03
2
-3/+7
*
Added copysign(x, y) function to the math module
Christian Heimes
2008-01-03
4
-1/+28
[next]