summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Reword entry, not sure I made it much better though.Neal Norwitz2008-01-101-3/+2
* Fixed #1776. __import__() no longer imports modules by file nameChristian Heimes2008-01-091-0/+4
* minor cleaningFred Drake2008-01-091-2/+2
* Issue 846388. Adds a call to PyErr_CheckSignals toFacundo Batista2008-01-081-0/+3
* Added __enter__ and __exit__ functions to HKEY objectChristian Heimes2008-01-081-0/+4
* Patch 1114: fix compilation of curses module on 64-bit AIX, and any other LP6...Andrew M. Kuchling2008-01-081-0/+4
* Patch 1137: allow assigning to .buffer_size attribute of PyExpat.parser objectsAndrew M. Kuchling2008-01-082-0/+4
* Issue #1757: The hash of a Decimal instance is no longer affectedFacundo Batista2008-01-081-0/+3
* #467924, patch by Alan McIntyre: Add ZipFile.extract and ZipFile.extractall.Georg Brandl2008-01-071-0/+3
* patch #1668: clarify envvar docs; rename THREADDEBUG to PYTHONTHREADDEBUG.Georg Brandl2008-01-071-0/+2
* Patch #602345 by Neal Norwitz and me: add -B option and PYTHONDONTWRITEBYTECO...Georg Brandl2008-01-071-0/+4
* Issue #1646: Make socket support TIPC. The socket module now has supportChristian Heimes2008-01-071-0/+5
* Added Mark Dickinson.Facundo Batista2008-01-061-0/+3
* #1742: don't raise exception on os.path.relpath("a", "a"), but return os.curdir.Georg Brandl2008-01-061-0/+3
* Add John Nagle (of issue #1637).Guido van Rossum2008-01-051-0/+1
* Patch #1637: fix urlparse for URLs like 'http://x.com?arg=/foo'.Guido van Rossum2008-01-051-0/+2
* 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