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
path:
root
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #1646: Make socket support TIPC. The socket module now has support
Christian Heimes
2008-01-07
1
-0/+5
*
Added Mark Dickinson.
Facundo Batista
2008-01-06
1
-0/+3
*
#1742: don't raise exception on os.path.relpath("a", "a"), but return os.curdir.
Georg Brandl
2008-01-06
1
-0/+3
*
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
1
-0/+2
*
Patch #1698 by Senthil: allow '@' in username when parsed by urlparse.py.
Guido van Rossum
2008-01-05
1
-0/+2
*
Added interface to Windows' WSAIoctl and a simple example for a network sniffer.
Christian Heimes
2008-01-04
1
-0/+3
*
Issue #1735: TarFile.extractall() now correctly sets
Lars Gustäbel
2008-01-04
1
-0/+3
*
Bug #1713: posixpath.ismount() claims symlink to a mountpoint is a mountpoint.
Christian Heimes
2008-01-04
1
-0/+2
*
Typo fix
Andrew M. Kuchling
2008-01-04
1
-1/+1
*
Partial port of r59682 from py3k.
Amaury Forgeot d'Arc
2008-01-04
1
-0/+4
*
Bug #1481296: Fixed long(float('nan'))!=0L.
Christian Heimes
2008-01-04
1
-0/+2
*
Fixed #1687: plistlib.py restricts <integer> to Python int when writing
Christian Heimes
2008-01-04
1
-0/+2
*
Bug #1301: fixed a bad assert in _tkinter.
Guido van Rossum
2008-01-03
1
-0/+2
*
Added copysign(x, y) function to the math module
Christian Heimes
2008-01-03
1
-1/+2
*
Modified PyImport_Import and PyImport_ImportModule to always use absolute imp...
Christian Heimes
2008-01-03
1
-15/+21
*
Added math.isinf() and math.isnan()
Christian Heimes
2008-01-03
1
-0/+2
*
Issue #1700, reported by Nguyen Quan Son, fix by Fredruk Lundh:
Guido van Rossum
2008-01-03
1
-0/+3
*
Issue #1726: Remove Python/atof.c from PCBuild/pythoncore.vcproj
Christian Heimes
2008-01-03
1
-0/+2
*
Backport PEP 3141 from the py3k branch to the trunk. This includes r50877 (just
Jeffrey Yasskin
2008-01-03
1
-0/+2
*
Removed PCbuild8/ directory and added a new build directory for VS 2005
Christian Heimes
2008-01-02
1
-0/+4
*
News item for r59653.
Martin v. Löwis
2008-01-01
1
-0/+3
*
Renamed PCBuild9 directory to PCBuild
Christian Heimes
2007-12-31
1
-0/+3
*
Added wininst-9.0.exe executable for VS 2008
Christian Heimes
2007-12-31
1
-0/+2
*
Bug #1699: Define _BSD_SOURCE only on OpenBSD.
Martin v. Löwis
2007-12-29
1
-0/+2
*
Make trailing whitespace explicit (including when it is an all-whitespace
Brett Cannon
2007-12-24
1
-10/+3
*
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFC...
Christian Heimes
2007-12-19
1
-0/+3
*
Applied patch #1635: Float patch for inf and nan on Windows (and other platfo...
Christian Heimes
2007-12-18
1
-0/+7
*
Give meaning to the oparg for BUILD_MAP: estimated size of the dictionary.
Raymond Hettinger
2007-12-18
1
-0/+4
*
Issue #1642: Fix segfault in ctypes when trying to delete attributes.
Thomas Heller
2007-12-18
1
-0/+2
*
Fixed #1638: %zd configure test fails on Linux
Christian Heimes
2007-12-16
1
-0/+2
*
Fixed bug #1620: New @spam.getter property syntax modifies the property in pl...
Christian Heimes
2007-12-14
1
-0/+3
*
Patch #1608. Someone with access to autoconf 2.61 or higher needs to
Guido van Rossum
2007-12-13
2
-0/+5
*
Fix bug 1604. deque.__init__() did not clear existing contents like list.__in...
Raymond Hettinger
2007-12-13
1
-0/+4
*
Patch #1643738 by Ulisses Furquim -- make the is_tripped variable
Guido van Rossum
2007-12-10
1
-0/+1
*
Backport of r59456:59458 from py3k to trunk
Christian Heimes
2007-12-10
1
-0/+4
*
Added wide char api variants of getch and putch to msvcrt module. The wide ch...
Christian Heimes
2007-12-10
1
-0/+3
*
Add Jeff Wheeler.
Georg Brandl
2007-12-09
1
-0/+1
*
When splitting, avoid making a copy of the string if the split doesn't find
Skip Montanaro
2007-12-08
1
-0/+3
*
Fix Eren's name.
Georg Brandl
2007-12-08
1
-1/+1
*
Be (just a bit :) more specific about release date.
Guido van Rossum
2007-12-08
1
-1/+1
*
Increase unit test coverage of SimpleXMLRPCServer.
Georg Brandl
2007-12-07
1
-0/+1
*
Spelling fix
Andrew M. Kuchling
2007-12-05
1
-1/+1
*
Added msg to Misc/NEWS
Christian Heimes
2007-12-05
1
-0/+3
*
Move nt.access change into the right section.
Martin v. Löwis
2007-12-04
1
-2/+2
*
Forward-port r59310:
Martin v. Löwis
2007-12-03
1
-0/+2
*
Patch #1537 from Chad Austin
Christian Heimes
2007-12-03
1
-0/+2
*
Issue #1727780: Support loading pickles of random.Random objects created
Martin v. Löwis
2007-12-03
2
-0/+6
*
Added comment to Misc/NEWS for r59290
Christian Heimes
2007-12-03
1
-0/+3
*
Implement PEP 366
Nick Coghlan
2007-12-03
1
-0/+4
[next]