summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* Improve namedtuple's _cast() method with a docstring, new name, and error-che...Raymond Hettinger2008-01-052-6/+16
* Patch #1698 by Senthil: allow '@' in username when parsed by urlparse.py.Guido van Rossum2008-01-052-4/+22
* Patch #1725 by Mark Dickinson, fixes incorrect conversion of -1e1000Guido van Rossum2008-01-052-0/+13
* socket.ioctl is only available on WindowsChristian Heimes2008-01-042-1/+14
* Added interface to Windows' WSAIoctl and a simple example for a network sniffer.Christian Heimes2008-01-041-1/+1
* Issue #1735: TarFile.extractall() now correctly setsLars Gustäbel2008-01-042-4/+21
* Bug #1713: posixpath.ismount() claims symlink to a mountpoint is a mountpoint.Christian Heimes2008-01-041-2/+2
* Make math.{floor,ceil}({int,long}) return float again for backwardsJeffrey Yasskin2008-01-041-0/+8
* Minor fix-ups to named tuples:Raymond Hettinger2008-01-042-12/+3
* Added _struct._clearcache() for regression testsChristian Heimes2008-01-042-0/+2
* Fixed refleak tests for _struct changesChristian Heimes2008-01-041-1/+0
* Bug #1481296: Fixed long(float('nan'))!=0L.Christian Heimes2008-01-041-0/+4
* Fixed #1687: plistlib.py restricts <integer> to Python int when writingChristian Heimes2008-01-041-2/+2
* Finish-up the struct module optimizations started at the Iceland NFS sprint.Raymond Hettinger2008-01-041-99/+1
* Added copysign(x, y) function to the math moduleChristian Heimes2008-01-031-0/+7
* Added math.isinf() and math.isnan()Christian Heimes2008-01-031-0/+16
* Issue #1700, reported by Nguyen Quan Son, fix by Fredruk Lundh:Guido van Rossum2008-01-032-1/+31
* Backport PEP 3141 from the py3k branch to the trunk. This includes r50877 (justJeffrey Yasskin2008-01-037-5/+582
* Patch #1696. Don't attempt to close None in dry-run mode.Guido van Rossum2008-01-021-1/+2
* Change docstrings to comments so test output will display normally.Kurt B. Kaiser2008-01-021-3/+3
* Issue1177Kurt B. Kaiser2008-01-022-2/+15
* Always convert Text.index result to string.Martin v. Löwis2008-01-011-1/+1
* Added support for new Windows build dirs in PC/ to distutils.sysconfigChristian Heimes2008-01-011-0/+4
* Fix an odd error which would only occur close to new year's eve, dueGuido van Rossum2008-01-011-2/+1
* Added wininst-9.0.exe executable for VS 2008Christian Heimes2007-12-314-1/+1
* Configure Dialog: improved layout for keybinding. Patch 1457 Tal Einat.Kurt B. Kaiser2007-12-282-20/+24
* Remove a straggling debugging print line.Brett Cannon2007-12-251-1/+0
* Actually execute the tests for the getter/setter/deleter tests on properties.Brett Cannon2007-12-251-7/+12
* Patch #1672 by Joseph Armbruster. Use tempdir() to get a temporary directory.Guido van Rossum2007-12-201-1/+1
* Add tests for the warnings module; specifically formatwarning and showwarning.Brett Cannon2007-12-201-1/+32
* Patch #1549 by Thomas Herve.Guido van Rossum2007-12-191-1/+61
* Patch #1583 by Adam Olsen.Guido van Rossum2007-12-191-1/+48
* Fix issue 1661: Flags argument silently ignored in re functions with compiled...Raymond Hettinger2007-12-192-0/+10
* Some minor cleanups. Thanks Mark Dickinson.Facundo Batista2007-12-191-34/+19
* Beef-up tests for dict literalsRaymond Hettinger2007-12-191-1/+10
* Users demand iterable input for named tuples. The author capitulates.Raymond Hettinger2007-12-182-1/+6
* Applied patch #1635: Float patch for inf and nan on Windows (and other platfo...Christian Heimes2007-12-181-1/+72
* Simplify and speedup _asdict() for named tuples.Raymond Hettinger2007-12-181-5/+5
* Fixed #1649: IDLE error: dictionary changed size during iterationChristian Heimes2007-12-181-1/+1
* Give meaning to the oparg for BUILD_MAP: estimated size of the dictionary.Raymond Hettinger2007-12-181-1/+1
* Issue #1642: Fix segfault in ctypes when trying to delete attributes.Thomas Heller2007-12-181-0/+21
* Speed-up dictionary constructor by about 10%.Raymond Hettinger2007-12-181-0/+1
* Make it a bit easier to test Tcl/Tk and idle from a build dir.Christian Heimes2007-12-181-0/+4
* Add more namedtuple() test cases. Neaten the code and comments.Raymond Hettinger2007-12-182-11/+39
* Removed the private _rounding_decision: it was not needed, and the codeFacundo Batista2007-12-171-94/+38
* Revert dummy commit now that the build slave is building.Georg Brandl2007-12-161-1/+0
* Dummy commit to investigate #1617.Georg Brandl2007-12-161-0/+1
* Fixed #1624: Remove output comparison for test_pep277Christian Heimes2007-12-152-8/+4
* Fixed bug #1628Christian Heimes2007-12-142-3/+5
* Faster and simpler _replace() methodRaymond Hettinger2007-12-141-1/+1