summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Added Mark Dickinson.Facundo Batista2008-01-061-0/+3
* Fix introductory sentence.Georg Brandl2008-01-061-1/+1
* #1325: Add docs and tests for zipimporter.archive and zipimporter.prefix.Georg Brandl2008-01-062-18/+34
* #1499: Document compile() exceptions.Georg Brandl2008-01-061-0/+3
* #1582: document __reversed__, patch by Mark Russell.Georg Brandl2008-01-063-3/+24
* #1559684: document that shutil.copy* doesn't copy all metadata on Posix and W...Georg Brandl2008-01-061-8/+13
* #1686390: add example for csv.Sniffer use.Georg Brandl2008-01-061-2/+9
* #1727024: document that Popen.returncode is set by Popen.poll/wait.Georg Brandl2008-01-061-10/+15
* #1615275: clarify return object types of different tempfile factories.Georg Brandl2008-01-061-1/+12
* #759525: document that dir() doesn't return metaclass attrs when given a clas...Georg Brandl2008-01-062-1/+7
* #1501: document that 0**0 == 1.Georg Brandl2008-01-061-2/+6
* #1755097: document default values for [].sort() and sorted().Georg Brandl2008-01-062-4/+6
* #1680: fix context manager example function name.Georg Brandl2008-01-061-1/+1
* #1591: Clarify docstring of Popen3.Georg Brandl2008-01-061-2/+2
* #1742: don't raise exception on os.path.relpath("a", "a"), but return os.curdir.Georg Brandl2008-01-065-0/+9
* #1696393: don't check for '.' and '..' in ntpath.walk sinceGeorg Brandl2008-01-061-5/+3
* Don't try to package msvcr90 for the moment.Martin v. Löwis2008-01-061-6/+9
* Package using VS 2008.Martin v. Löwis2008-01-061-4/+3
* Use vcbuild for VS 2009.Martin v. Löwis2008-01-061-2/+2
* Small code simplification. Forgot that classmethods can be called from intan...Raymond Hettinger2008-01-062-2/+2
* 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-053-7/+13
* Final adjustments for #1601Christian Heimes2008-01-051-1/+3
* Use markup.Georg Brandl2008-01-051-4/+4
* Repair markup.Georg Brandl2008-01-051-10/+6
* #1719: capitalization error in "UuidCreate".Georg Brandl2008-01-051-1/+1
* Set native svn:eol-style property for text files.Georg Brandl2008-01-050-0/+0
* Revert socket.rst to unix-eol.Georg Brandl2008-01-051-906/+906
* Doc patch #1730 from Robin Stocker; minor corrections mostly to os.rst.Georg Brandl2008-01-0510-95/+101
* Simplify index entries; fix #1712.Georg Brandl2008-01-053-97/+70
* Remove with_statement future imports from 2.6 docs.Georg Brandl2008-01-056-6/+6
* Fix C++-style comment.Georg Brandl2008-01-051-3/+3
* Add myself.Thomas Heller2008-01-051-0/+1
* Fix comment typoAndrew M. Kuchling2008-01-051-1/+1
* Continue rolling back pep-3141 changes that changed behavior from 2.5. ThisJeffrey Yasskin2008-01-0513-252/+75
* clean up a commentFred Drake2008-01-051-2/+2
* Add error-checking to namedtuple's _replace() method.Raymond Hettinger2008-01-053-2/+15
* Improve namedtuple's _cast() method with a docstring, new name, and error-che...Raymond Hettinger2008-01-053-22/+32
* Patch #1698 by Senthil: allow '@' in username when parsed by urlparse.py.Guido van Rossum2008-01-053-4/+24
* Patch #1725 by Mark Dickinson, fixes incorrect conversion of -1e1000Guido van Rossum2008-01-053-22/+65
* Fix markupAndrew M. Kuchling2008-01-041-3/+3
* Fix markupAndrew M. Kuchling2008-01-041-5/+7
* socket.ioctl is only available on WindowsChristian Heimes2008-01-042-1/+14
* Reverted last transaction. It's the wrong branch.Christian Heimes2008-01-046-167/+57
* And here is the rest of Hirokazu Yamamoto's patch for VS6.0 support. Thanks H...Christian Heimes2008-01-046-57/+167
* Added interface to Windows' WSAIoctl and a simple example for a network sniffer.Christian Heimes2008-01-045-865/+953
* Update links to bug/patch trackerAndrew M. Kuchling2008-01-041-4/+4
* Issue #1735: TarFile.extractall() now correctly setsLars Gustäbel2008-01-043-4/+24
* Bug #1713: posixpath.ismount() claims symlink to a mountpoint is a mountpoint.Christian Heimes2008-01-042-2/+4
* Make math.{floor,ceil}({int,long}) return float again for backwardsJeffrey Yasskin2008-01-043-4/+12