summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* I think we can just dump the else clause, per the comment I just deleted.Skip Montanaro2007-09-061-3/+0
* #1116: reference to old filename fixed.Georg Brandl2007-09-061-1/+1
* In response to issue 1101, place vastly more emphasis on the new print()Guido van Rossum2007-09-061-17/+42
* hashlib operates on bytes, not strings.Georg Brandl2007-09-061-26/+33
* New exception catching syntax.Georg Brandl2007-09-061-9/+8
* 1. Fail gracefully if the file fails to decode when loaded.Kurt B. Kaiser2007-09-062-44/+31
* Use an event variable to wait for the server to be ready, not time.sleep().Guido van Rossum2007-09-061-3/+5
* Cast away const qualifier to silence a compiler warning about it.Brett Cannon2007-09-051-1/+1
* Bug #1684991: explain __special__ lookup semantics.Georg Brandl2007-09-051-0/+14
* Proof read/editing of abc. Added table of collections.Hashable etc. toMark Summerfield2007-09-052-22/+95
* Fix doctest failure introduced by r57949.Guido van Rossum2007-09-051-1/+1
* Simplified recursion logic. Modified variable name to match string.Formatter.Eric Smith2007-09-051-12/+10
* Changed some ValueError's to KeyError and IndexError.Eric Smith2007-09-043-25/+31
* fix typoFred Drake2007-09-041-1/+1
* Add a dict view usage example.Georg Brandl2007-09-041-0/+30
* Change docs for builtins that now return iterators.Georg Brandl2007-09-041-33/+39
* Docs on dictviews.Georg Brandl2007-09-041-44/+91
* remove/update many of the references to dict.iter*()Fred Drake2007-09-045-44/+28
* Correction an issue reported by Mark Summerfeld.Guido van Rossum2007-09-041-2/+2
* More abc docs.Georg Brandl2007-09-042-40/+56
* Make the _wrap_close type (which is returned by os.popen) iterable.Thomas Heller2007-09-041-0/+2
* Convert code from sys.stdin.encoding to UTF-8 inMartin v. Löwis2007-09-047-16/+70
* Update ref docs on slicing.Thomas Wouters2007-09-041-30/+13
* Initial documentation for the `abc` module.Georg Brandl2007-09-042-0/+143
* Fix the string formatting docs for now; if the feature is changed again, the ...Georg Brandl2007-09-041-2/+1
* Fix up the types module docs.Georg Brandl2007-09-041-57/+17
* Convert all print statements in the docs.Georg Brandl2007-09-0471-388/+351
* Add "print" command to pdb, "print s" previously invoked the print statement.Georg Brandl2007-09-042-10/+7
* Doc update for __xslice__ removal.Georg Brandl2007-09-044-147/+57
* Decode input() with stdin.encoding. Fixes #1097.Martin v. Löwis2007-09-041-2/+17
* CVS -> SubversionSkip Montanaro2007-09-041-1/+1
* I always think of the language when I see "ABC". Emphasize the meaning ofSkip Montanaro2007-09-041-1/+1
* Fix sinple typo.Guido van Rossum2007-09-041-1/+1
* - Add support for linking the bsddb module against BerkeleyDB 4.6.x.Matthias Klose2007-09-031-3/+3
* fix test, use bytes not unicode and let the test raise its internal exceptionGregory P. Smith2007-09-031-5/+5
* regeneratedGregory P. Smith2007-09-031-2/+3
* test for strlcpy (so i can use it in _bsddb.c)Gregory P. Smith2007-09-032-1/+4
* Fix segfault discovered by Ron Adam. Not checking for terminating right brac...Eric Smith2007-09-032-4/+12
* Patch #1076: Use wide API for registry functions.Martin v. Löwis2007-09-032-182/+128
* Patch #1075: Use wide API to format error messages.Martin v. Löwis2007-09-031-32/+57
* Fix Mac build, patch #1091 by Humberto Diogenes.Georg Brandl2007-09-038-16/+18
* Tutorial formatting patch by Robin Stocker.Georg Brandl2007-09-037-19/+20
* Removed used_args param from string.Formatter.get_field. It was left in by m...Eric Smith2007-09-022-5/+3
* Partial py3k-ification of Doc/library/: convert has_key references into eithe...Collin Winter2007-09-0131-86/+80
* Run 2to3's fix_has_key over distutils.Collin Winter2007-09-013-4/+4
* Run 2to3's fix_has_key over Lib/plat-os2emx/.Collin Winter2007-09-012-11/+11
* Fix refleaks in test_with caused by reusing the same exception instance over ...Collin Winter2007-09-011-2/+4
* Fix a poorly-translated raise statement in contextlib.Collin Winter2007-09-011-1/+2
* Fix refleaks exposed by test_raise.Collin Winter2007-09-013-3/+31
* Saving a file containing unicode failed.Kurt B. Kaiser2007-09-011-14/+11