summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
...
* Patch #1698 by Senthil: allow '@' in username when parsed by urlparse.py.Guido van Rossum2008-01-051-0/+2
* Added interface to Windows' WSAIoctl and a simple example for a network sniffer.Christian Heimes2008-01-041-0/+3
* Issue #1735: TarFile.extractall() now correctly setsLars Gustäbel2008-01-041-0/+3
* Bug #1713: posixpath.ismount() claims symlink to a mountpoint is a mountpoint.Christian Heimes2008-01-041-0/+2
* Typo fixAndrew M. Kuchling2008-01-041-1/+1
* Partial port of r59682 from py3k.Amaury Forgeot d'Arc2008-01-041-0/+4
* Bug #1481296: Fixed long(float('nan'))!=0L.Christian Heimes2008-01-041-0/+2
* Fixed #1687: plistlib.py restricts <integer> to Python int when writingChristian Heimes2008-01-041-0/+2
* Bug #1301: fixed a bad assert in _tkinter.Guido van Rossum2008-01-031-0/+2
* Added copysign(x, y) function to the math moduleChristian Heimes2008-01-031-1/+2
* Modified PyImport_Import and PyImport_ImportModule to always use absolute imp...Christian Heimes2008-01-031-15/+21
* Added math.isinf() and math.isnan()Christian Heimes2008-01-031-0/+2
* Issue #1700, reported by Nguyen Quan Son, fix by Fredruk Lundh:Guido van Rossum2008-01-031-0/+3
* Issue #1726: Remove Python/atof.c from PCBuild/pythoncore.vcprojChristian Heimes2008-01-031-0/+2
* Backport PEP 3141 from the py3k branch to the trunk. This includes r50877 (justJeffrey Yasskin2008-01-031-0/+2
* Removed PCbuild8/ directory and added a new build directory for VS 2005Christian Heimes2008-01-021-0/+4
* News item for r59653.Martin v. Löwis2008-01-011-0/+3
* Renamed PCBuild9 directory to PCBuildChristian Heimes2007-12-311-0/+3
* Added wininst-9.0.exe executable for VS 2008Christian Heimes2007-12-311-0/+2
* Bug #1699: Define _BSD_SOURCE only on OpenBSD.Martin v. Löwis2007-12-291-0/+2
* Make trailing whitespace explicit (including when it is an all-whitespaceBrett Cannon2007-12-241-10/+3
* #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFC...Christian Heimes2007-12-191-0/+3
* Applied patch #1635: Float patch for inf and nan on Windows (and other platfo...Christian Heimes2007-12-181-0/+7
* Give meaning to the oparg for BUILD_MAP: estimated size of the dictionary.Raymond Hettinger2007-12-181-0/+4
* Issue #1642: Fix segfault in ctypes when trying to delete attributes.Thomas Heller2007-12-181-0/+2
* Fixed #1638: %zd configure test fails on LinuxChristian Heimes2007-12-161-0/+2
* Fixed bug #1620: New @spam.getter property syntax modifies the property in pl...Christian Heimes2007-12-141-0/+3
* Patch #1608. Someone with access to autoconf 2.61 or higher needs toGuido van Rossum2007-12-132-0/+5
* Fix bug 1604. deque.__init__() did not clear existing contents like list.__in...Raymond Hettinger2007-12-131-0/+4
* Patch #1643738 by Ulisses Furquim -- make the is_tripped variableGuido van Rossum2007-12-101-0/+1
* Backport of r59456:59458 from py3k to trunkChristian Heimes2007-12-101-0/+4
* Added wide char api variants of getch and putch to msvcrt module. The wide ch...Christian Heimes2007-12-101-0/+3
* Add Jeff Wheeler.Georg Brandl2007-12-091-0/+1
* When splitting, avoid making a copy of the string if the split doesn't findSkip Montanaro2007-12-081-0/+3
* Fix Eren's name.Georg Brandl2007-12-081-1/+1
* Be (just a bit :) more specific about release date.Guido van Rossum2007-12-081-1/+1
* Increase unit test coverage of SimpleXMLRPCServer.Georg Brandl2007-12-071-0/+1
* Spelling fixAndrew M. Kuchling2007-12-051-1/+1
* Added msg to Misc/NEWSChristian Heimes2007-12-051-0/+3
* Move nt.access change into the right section.Martin v. Löwis2007-12-041-2/+2
* Forward-port r59310:Martin v. Löwis2007-12-031-0/+2
* Patch #1537 from Chad AustinChristian Heimes2007-12-031-0/+2
* Issue #1727780: Support loading pickles of random.Random objects createdMartin v. Löwis2007-12-032-0/+6
* Added comment to Misc/NEWS for r59290Christian Heimes2007-12-031-0/+3
* Implement PEP 366Nick Coghlan2007-12-031-0/+4
* Add test suite for cmd module.Georg Brandl2007-12-011-0/+1
* Issue #1531: Read fileobj from the current offset, do not seek toLars Gustäbel2007-12-011-0/+3
* Feature #1534Christian Heimes2007-12-011-0/+6
* Issue #1521: on 64bit platforms, str.decode fails on very long strings.Amaury Forgeot d'Arc2007-11-301-0/+5
* Add a NEWS entry for r59231Amaury Forgeot d'Arc2007-11-301-0/+4