| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixing the spelling of "writeable" to "writable", particularly PyBUF_WRITEABLE. | Sean Reifscheider | 2007-09-17 | 13 | -31/+33 |
|
|
* | Merged revisions 58149-58150 via svnmerge from | Martin v. Löwis | 2007-09-14 | 2 | -1/+2 |
|
|
* | Merged revisions 58133-58135 via svnmerge from | Martin v. Löwis | 2007-09-13 | 1 | -2/+16 |
|
|
* | Oops. | Georg Brandl | 2007-09-12 | 1 | -2/+2 |
|
|
* | Document input() function. | Georg Brandl | 2007-09-12 | 1 | -0/+16 |
|
|
* | Repair a bad translation of the exec statement. | Georg Brandl | 2007-09-12 | 1 | -6/+2 |
|
|
* | Fix for bug 1148: str/bytes issue in httplib's _safe_read(). | Guido van Rossum | 2007-09-12 | 2 | -2/+2 |
|
|
* | Document inspect.getfullargspec(). Fixes #1121. | Georg Brandl | 2007-09-12 | 1 | -4/+25 |
|
|
* | New documentation for the bdb module. Forward-port from rev. 58112, with a fe... | Georg Brandl | 2007-09-12 | 4 | -8/+357 |
|
|
* | Thomas Wouters pointed out that _Abstract.__new__ should use super().__new__() | Guido van Rossum | 2007-09-11 | 2 | -3/+15 |
|
|
* | Added __format__ method to datetime.datetime, datetime.date, and datetime.time. | Eric Smith | 2007-09-11 | 2 | -0/+114 |
|
|
* | Merged revisions 58091-58094 via svnmerge from | Thomas Wouters | 2007-09-10 | 0 | -0/+0 |
|
|
* | Merged revisions 58053-58090 via svnmerge from | Thomas Wouters | 2007-09-10 | 5 | -5/+21 |
|
|
* | Bug # 1125 (my code). | Guido van Rossum | 2007-09-10 | 2 | -59/+233 |
|
|
* | merge of r58091 from trunk: | Gregory P. Smith | 2007-09-10 | 1 | -2/+4 |
|
|
* | Drop convert_binop. | Martin v. Löwis | 2007-09-10 | 1 | -110/+48 |
|
|
* | Change instances of 'while 1:' in the docs into 'while True:'. | Collin Winter | 2007-09-10 | 5 | -6/+6 |
|
|
* | General clean-up in socket howto. | Collin Winter | 2007-09-10 | 1 | -26/+23 |
|
|
* | Fix more raise statments in the docs. | Collin Winter | 2007-09-10 | 2 | -2/+3 |
|
|
* | More two-argument raise cleanup in the tutorial. | Collin Winter | 2007-09-10 | 1 | -4/+3 |
|
|
* | Fix docs that imply that tuples in except clauses must be parenthesized. | Collin Winter | 2007-09-10 | 1 | -2/+2 |
|
|
* | Fix more two-arg raise statements. | Collin Winter | 2007-09-10 | 1 | -2/+2 |
|
|
* | Update tutorial/classes.rst to remove references to the old two-argument form... | Collin Winter | 2007-09-10 | 1 | -6/+6 |
|
|
* | Patch # 1094 by Serge Julien. Fix some bytes/str comparisons. | Guido van Rossum | 2007-09-10 | 1 | -2/+2 |
|
|
* | Remove yet more references to has_key() methods. | Collin Winter | 2007-09-10 | 3 | -7/+6 |
|
|
* | Fix a legacy raise statement in pickle's docs. | Collin Winter | 2007-09-10 | 1 | -1/+1 |
|
|
* | Remove two lingering references to now-gone has_key() methods from the librar... | Collin Winter | 2007-09-10 | 2 | -3/+4 |
|
|
* | merge this from trunk: | Gregory P. Smith | 2007-09-09 | 6 | -13/+19 |
|
|
* | email address update | Gregory P. Smith | 2007-09-09 | 2 | -5/+5 |
|
|
* | openssl 0.9.6 is too old to use, use our own modules | Gregory P. Smith | 2007-09-09 | 1 | -2/+2 |
|
|
* | Adds stand alone _md5 and _sha1 modules for use by hashlib on systems | Gregory P. Smith | 2007-09-09 | 6 | -16/+1118 |
|
|
* | Cleanup test_thread. CDB (Concurrent Database) support in BerkeleyDB is only | Gregory P. Smith | 2007-09-08 | 1 | -28/+26 |
|
|
* | Merged revisions 57778-58052 via svnmerge from | Thomas Wouters | 2007-09-08 | 55 | -127/+661 |
|
|
* | Add REPORT_NDIFF option to o test that was hard to debug recently. | Guido van Rossum | 2007-09-08 | 1 | -0/+1 |
|
|
* | Restore caching of unicode hash value. This apparently was broken | Neil Schemenauer | 2007-09-07 | 1 | -5/+12 |
|
|
* | Finish the first pass of the language reference update. | Georg Brandl | 2007-09-07 | 5 | -281/+271 |
|
|
* | Forgot to run the tests after making the places and msg argument keyword-only. | Jeffrey Yasskin | 2007-09-07 | 3 | -9/+9 |
|
|
* | Check in some documentation tweaks for PEP 3141, add some tests, and implement | Jeffrey Yasskin | 2007-09-07 | 5 | -33/+68 |
|
|
* | Add a test for fail*AlmostEqual, including the new support for complex numbers. | Jeffrey Yasskin | 2007-09-07 | 2 | -3/+24 |
|
|
* | Continue going through the language reference, bringing it up-to-date. | Georg Brandl | 2007-09-07 | 7 | -280/+296 |
|
|
* | Make IDLE's file decode more robust. | Kurt B. Kaiser | 2007-09-07 | 1 | -45/+76 |
|
|
* | Fix docstring for getfullargspec(). | Brett Cannon | 2007-09-07 | 1 | -2/+2 |
|
|
* | merge r58023 to fix issue1112 on windows. make this test more robust | Gregory P. Smith | 2007-09-06 | 1 | -10/+22 |
|
|
* | Extend unittest's fail*AlmostEqual methods to work on complex numbers. | Jeffrey Yasskin | 2007-09-06 | 1 | -2/+2 |
|
|
* | I think we can just dump the else clause, per the comment I just deleted. | Skip Montanaro | 2007-09-06 | 1 | -3/+0 |
|
|
* | #1116: reference to old filename fixed. | Georg Brandl | 2007-09-06 | 1 | -1/+1 |
|
|
* | In response to issue 1101, place vastly more emphasis on the new print() | Guido van Rossum | 2007-09-06 | 1 | -17/+42 |
|
|
* | hashlib operates on bytes, not strings. | Georg Brandl | 2007-09-06 | 1 | -26/+33 |
|
|
* | New exception catching syntax. | Georg Brandl | 2007-09-06 | 1 | -9/+8 |
|
|
* | 1. Fail gracefully if the file fails to decode when loaded. | Kurt B. Kaiser | 2007-09-06 | 2 | -44/+31 |
|
|