| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | SF bug #1168135: Python 2.5a0 Tutorial errors and observations (Contributed ... | Raymond Hettinger | 2005-08-23 | 1 | -24/+25 |
|
|
* | SF bug #1168135: Python 2.5a0 Tutorial errors and observations | Raymond Hettinger | 2005-08-23 | 1 | -57/+65 |
|
|
* | In an e-mail to the webmaster alias, some suggested adding this text. Window... | Andrew M. Kuchling | 2005-08-23 | 1 | -0/+10 |
|
|
* | ord() documentation update; this is what remains applicable from | Fred Drake | 2005-08-23 | 1 | -4/+9 |
|
|
* | add note about "markupbase" not being intended for direct use | Fred Drake | 2005-08-23 | 1 | -1/+7 |
|
|
* | Revert previous code elimination, 'filename' is needed. | Kurt B. Kaiser | 2005-08-23 | 1 | -2/+7 |
|
|
* | 1. Mac line endings were incorrect when pasting code from some browsers | Kurt B. Kaiser | 2005-08-23 | 2 | -7/+6 |
|
|
* | Typo fixes | Andrew M. Kuchling | 2005-08-23 | 1 | -4/+4 |
|
|
* | Note various items; write some shorter sections | Andrew M. Kuchling | 2005-08-23 | 1 | -16/+96 |
|
|
* | bug [ 1266296 ] Mistakes in decimal.Context.subtract documentation | Georg Brandl | 2005-08-22 | 3 | -3/+3 |
|
|
* | whoops, missed adding this last night in my hashlib commit | Gregory P. Smith | 2005-08-22 | 1 | -0/+114 |
|
|
* | Bug #1266283: lexists() is not exported from os.path | Georg Brandl | 2005-08-22 | 5 | -11/+13 |
|
|
* | [ sf.net patch # 1121611 ] | Gregory P. Smith | 2005-08-21 | 21 | -51/+2587 |
|
|
* | Fix BZ2File.(x)readlines() for files without a newline. | Georg Brandl | 2005-08-21 | 3 | -9/+51 |
|
|
* | SF bug #1168135: Python 2.5a0 Tutorial errors and observations | Raymond Hettinger | 2005-08-21 | 1 | -16/+13 |
|
|
* | Empty sets and frozensets are also false. | Georg Brandl | 2005-08-21 | 1 | -3/+3 |
|
|
* | SF bug #1121416: zip incorrectly and incompletely documented | Raymond Hettinger | 2005-08-21 | 1 | -4/+4 |
|
|
* | SF bug #1249837: container methods raise KeyError not IndexError | Raymond Hettinger | 2005-08-21 | 1 | -0/+2 |
|
|
* | SF bug #1242657: list(obj) can swallow KeyboardInterrupt | Raymond Hettinger | 2005-08-21 | 4 | -0/+31 |
|
|
* | Mention explicitly the False is considered false. | Georg Brandl | 2005-08-21 | 1 | -3/+3 |
|
|
* | Fix PySet_Pop() notes. | Raymond Hettinger | 2005-08-21 | 1 | -2/+1 |
|
|
* | Add info about the set API. | Raymond Hettinger | 2005-08-20 | 1 | -0/+19 |
|
|
* | Implement random.sample() using sets instead of dicts. | Raymond Hettinger | 2005-08-19 | 1 | -9/+13 |
|
|
* | Typo fix | Andrew M. Kuchling | 2005-08-18 | 1 | -1/+1 |
|
|
* | Fix markup. | Raymond Hettinger | 2005-08-18 | 1 | -1/+1 |
|
|
* | Fix typo (fixes SF bug #1263086). | Walter Dörwald | 2005-08-18 | 1 | -1/+1 |
|
|
* | Add shortcuts for a|a and a&a. | Raymond Hettinger | 2005-08-17 | 1 | -8/+9 |
|
|
* | Expand the API notes. | Raymond Hettinger | 2005-08-17 | 1 | -4/+5 |
|
|
* | Note that the PyNumber protocol can access most set methods directly. | Raymond Hettinger | 2005-08-17 | 1 | -3/+10 |
|
|
* | Fix nits. | Raymond Hettinger | 2005-08-17 | 1 | -2/+2 |
|
|
* | Results of a line-by-line comparison back to dictobject.c. | Raymond Hettinger | 2005-08-17 | 1 | -127/+121 |
|
|
* | Numerous fix-ups to C API and docs. Added tests for C API. | Raymond Hettinger | 2005-08-16 | 4 | -26/+148 |
|
|
* | DECREF --> XDECREF | Raymond Hettinger | 2005-08-16 | 1 | -1/+1 |
|
|
* | Add a C API for sets and frozensets. | Raymond Hettinger | 2005-08-16 | 5 | -12/+210 |
|
|
* | Port from the Python 2.4 branch, patches for SF bug # 900092, | Barry Warsaw | 2005-08-15 | 3 | -8/+18 |
|
|
* | Correct definition of ST_GEN_IDX. | Martin v. Löwis | 2005-08-14 | 1 | -2/+2 |
|
|
* | More function re-ordering (placing like functions together). | Raymond Hettinger | 2005-08-13 | 1 | -86/+86 |
|
|
* | * Bring lookkey() and lookkey_string() closer to dict version. | Raymond Hettinger | 2005-08-13 | 1 | -93/+77 |
|
|
* | Fix a too-aggressive assert (see SF#1257960). Previously, gen_iternext | Phillip J. Eby | 2005-08-13 | 1 | -1/+1 |
|
|
* | Teach the sets module to correctly compute s-=s and s^=s as the empty set. | Raymond Hettinger | 2005-08-13 | 2 | -0/+17 |
|
|
* | Fix pystack command. | Neil Schemenauer | 2005-08-13 | 1 | -1/+1 |
|
|
* | * Fix SF #1257731. Make __contains__(), remove(), and discard() only do | Raymond Hettinger | 2005-08-12 | 1 | -0/+13 |
|
|
* | * Fix SF #1257731. Make __contains__(), remove(), and discard() only do | Raymond Hettinger | 2005-08-12 | 1 | -26/+30 |
|
|
* | Change the %s format specifier for str objects so that it returns a | Neil Schemenauer | 2005-08-12 | 5 | -17/+42 |
|
|
* | Document 'istext' parameter | Andrew M. Kuchling | 2005-08-12 | 1 | -2/+5 |
|
|
* | * Add short-circuit code for in-place operations with self (such as | Raymond Hettinger | 2005-08-11 | 2 | -89/+165 |
|
|
* | fix minor markup errors | Fred Drake | 2005-08-09 | 1 | -3/+3 |
|
|
* | Patch #1180695: Implement nanosecond stat resolution on FreeBSD, | Martin v. Löwis | 2005-08-09 | 6 | -1/+373 |
|
|
* | Patch #1239112: Correct LINKCC C++ test. Fixes #1189330. | Martin v. Löwis | 2005-08-07 | 3 | -7/+14 |
|
|
* | Patch #827386: Support absolute source paths in msvccompiler.py. | Martin v. Löwis | 2005-08-07 | 2 | -0/+4 |
|
|