summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 58053-58090 via svnmerge fromThomas Wouters2007-09-105-5/+21
* Bug # 1125 (my code).Guido van Rossum2007-09-102-59/+233
* merge of r58091 from trunk:Gregory P. Smith2007-09-101-2/+4
* Drop convert_binop.Martin v. Löwis2007-09-101-110/+48
* Change instances of 'while 1:' in the docs into 'while True:'.Collin Winter2007-09-105-6/+6
* General clean-up in socket howto.Collin Winter2007-09-101-26/+23
* Fix more raise statments in the docs.Collin Winter2007-09-102-2/+3
* More two-argument raise cleanup in the tutorial.Collin Winter2007-09-101-4/+3
* Fix docs that imply that tuples in except clauses must be parenthesized.Collin Winter2007-09-101-2/+2
* Fix more two-arg raise statements.Collin Winter2007-09-101-2/+2
* Update tutorial/classes.rst to remove references to the old two-argument form...Collin Winter2007-09-101-6/+6
* Patch # 1094 by Serge Julien. Fix some bytes/str comparisons.Guido van Rossum2007-09-101-2/+2
* Remove yet more references to has_key() methods.Collin Winter2007-09-103-7/+6
* Fix a legacy raise statement in pickle's docs.Collin Winter2007-09-101-1/+1
* Remove two lingering references to now-gone has_key() methods from the librar...Collin Winter2007-09-102-3/+4
* merge this from trunk:Gregory P. Smith2007-09-096-13/+19
* email address updateGregory P. Smith2007-09-092-5/+5
* openssl 0.9.6 is too old to use, use our own modulesGregory P. Smith2007-09-091-2/+2
* Adds stand alone _md5 and _sha1 modules for use by hashlib on systemsGregory P. Smith2007-09-096-16/+1118
* Cleanup test_thread. CDB (Concurrent Database) support in BerkeleyDB is onlyGregory P. Smith2007-09-081-28/+26
* Merged revisions 57778-58052 via svnmerge fromThomas Wouters2007-09-0855-127/+661
* Add REPORT_NDIFF option to o test that was hard to debug recently.Guido van Rossum2007-09-081-0/+1
* Restore caching of unicode hash value. This apparently was brokenNeil Schemenauer2007-09-071-5/+12
* Finish the first pass of the language reference update.Georg Brandl2007-09-075-281/+271
* Forgot to run the tests after making the places and msg argument keyword-only.Jeffrey Yasskin2007-09-073-9/+9
* Check in some documentation tweaks for PEP 3141, add some tests, and implementJeffrey Yasskin2007-09-075-33/+68
* Add a test for fail*AlmostEqual, including the new support for complex numbers.Jeffrey Yasskin2007-09-072-3/+24
* Continue going through the language reference, bringing it up-to-date.Georg Brandl2007-09-077-280/+296
* Make IDLE's file decode more robust.Kurt B. Kaiser2007-09-071-45/+76
* Fix docstring for getfullargspec().Brett Cannon2007-09-071-2/+2
* merge r58023 to fix issue1112 on windows. make this test more robustGregory P. Smith2007-09-061-10/+22
* Extend unittest's fail*AlmostEqual methods to work on complex numbers.Jeffrey Yasskin2007-09-061-2/+2
* 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