| Commit message (Expand) | Author | Age | Files | Lines |
* | Docstring typos | Andrew M. Kuchling | 2008-01-16 | 1 | -3/+3 |
|
|
* | test_doctest fails since r59984. | Amaury Forgeot d'Arc | 2008-01-15 | 1 | -0/+2 |
|
|
* | Fix-up half-written paragraph in the docs | Raymond Hettinger | 2008-01-15 | 1 | -7/+3 |
|
|
* | Refactor if/elif chain for clarity and speed. Remove dependency on subclasse... | Raymond Hettinger | 2008-01-15 | 2 | -30/+31 |
|
|
* | Issue #1786 (by myself): pdb should use its own stdin/stdout around an | Guido van Rossum | 2008-01-15 | 2 | -3/+13 |
|
|
* | Restore description of sys.dont_write_bytecode. | Andrew M. Kuchling | 2008-01-15 | 1 | -0/+11 |
|
|
* | Add rational.Rational as an implementation of numbers.Rational with infinite | Jeffrey Yasskin | 2008-01-15 | 6 | -313/+777 |
|
|
* | Remove duplicate entry. | Georg Brandl | 2008-01-15 | 1 | -11/+3 |
|
|
* | Typo. | Georg Brandl | 2008-01-15 | 1 | -1/+1 |
|
|
* | Small grammar nit | Raymond Hettinger | 2008-01-15 | 1 | -2/+2 |
|
|
* | Temporarily revert 59967 until GC can be added. | Raymond Hettinger | 2008-01-15 | 4 | -12/+1 |
|
|
* | Better (?) text describing the lack of guarantees provided by qsize(), | Skip Montanaro | 2008-01-15 | 1 | -6/+11 |
|
|
* | Tighten the definition of a named tuple. | Raymond Hettinger | 2008-01-15 | 1 | -1/+1 |
|
|
* | Issue 1820: structseq objects did not work with the % formatting operator or... | Raymond Hettinger | 2008-01-15 | 4 | -1/+12 |
|
|
* | Repair unfinished sentence | Andrew M. Kuchling | 2008-01-15 | 1 | -3/+5 |
|
|
* | Add many items | Andrew M. Kuchling | 2008-01-15 | 1 | -7/+131 |
|
|
* | Markup fix | Andrew M. Kuchling | 2008-01-15 | 1 | -1/+1 |
|
|
* | Typo fixes | Andrew M. Kuchling | 2008-01-15 | 3 | -4/+4 |
|
|
* | Fix 1698398: Zipfile.printdir() crashed because the format string expected a... | Raymond Hettinger | 2008-01-14 | 2 | -2/+5 |
|
|
* | Update description of float_info | Andrew M. Kuchling | 2008-01-14 | 1 | -4/+4 |
|
|
* | Issue 1821: configure libffi for amd64 on FreeeBSD. | Thomas Heller | 2008-01-14 | 2 | -104/+57 |
|
|
* | Added more comments to the new structseq repr code and implemented several of... | Christian Heimes | 2008-01-14 | 1 | -17/+36 |
|
|
* | Now that I've learnt about structseq objects I felt like converting sys.float... | Christian Heimes | 2008-01-14 | 5 | -33/+85 |
|
|
* | Applied patch #1816: sys.flags patch | Christian Heimes | 2008-01-14 | 4 | -5/+149 |
|
|
* | I missed the most important file | Christian Heimes | 2008-01-14 | 1 | -5/+58 |
|
|
* | Added new an better structseq representation. E.g. repr(time.gmtime(0)) now r... | Christian Heimes | 2008-01-14 | 2 | -1/+8 |
|
|
* | ?Why did my tests not notice this before? | Amaury Forgeot d'Arc | 2008-01-14 | 1 | -1/+1 |
|
|
* | Re-apply patch #1700288 (first applied in r59931, rolled back in r59940) | Amaury Forgeot d'Arc | 2008-01-14 | 4 | -6/+219 |
|
|
* | As discussed in issue 1700288: | Amaury Forgeot d'Arc | 2008-01-14 | 2 | -2/+2 |
|
|
* | Back out r59931 - test_ctypes fails with it. | Georg Brandl | 2008-01-13 | 4 | -219/+6 |
|
|
* | Check in the patch proposed by Ben Hayden (benjhayden) for issue | Ka-Ping Yee | 2008-01-13 | 1 | -3/+5 |
|
|
* | Make Modules/socketobject.c compile for Windows again. | Thomas Heller | 2008-01-13 | 1 | -4/+7 |
|
|
* | Clarify the effect of text mode. | Georg Brandl | 2008-01-13 | 1 | -1/+3 |
|
|
* | Fix spelling. | Raymond Hettinger | 2008-01-13 | 1 | -1/+1 |
|
|
* | Named tuple is a concept, not a specific type. | Raymond Hettinger | 2008-01-13 | 1 | -5/+11 |
|
|
* | Fix editing glitch. | Georg Brandl | 2008-01-12 | 1 | -5/+2 |
|
|
* | Patch #1700288: Method cache optimization, by Armin Rigo, ported to | Georg Brandl | 2008-01-12 | 4 | -6/+219 |
|
|
* | Move OSError docs to exceptions doc, remove obsolete descriptions | Georg Brandl | 2008-01-12 | 3 | -65/+44 |
|
|
* | Issue 1780: Allow leading and trailing whitespace in Decimal constructor, | Mark Dickinson | 2008-01-12 | 4 | -6/+37 |
|
|
* | Update the opcode docs for STORE_MAP and BUILD_MAP | Raymond Hettinger | 2008-01-11 | 1 | -3/+7 |
|
|
* | Fix a potential 'SystemError: NULL result without error'. | Thomas Heller | 2008-01-11 | 1 | -1/+1 |
|
|
* | Raise an error instead of crashing with a segfault when a NULL | Thomas Heller | 2008-01-11 | 2 | -0/+11 |
|
|
* | Bug #1790: update link; remove outdated paragraph | Andrew M. Kuchling | 2008-01-11 | 1 | -9/+3 |
|
|
* | Speed-up and simplify code urlparse's result objects. | Raymond Hettinger | 2008-01-11 | 1 | -52/+6 |
|
|
* | Removed unused variable | Christian Heimes | 2008-01-11 | 1 | -1/+1 |
|
|
* | Revert revision 59913, because it was wrong: | Thomas Heller | 2008-01-11 | 1 | -4/+4 |
|
|
* | The sqlite3 dll, when compiled in debug mode, must be linked with /MDd | Thomas Heller | 2008-01-11 | 1 | -4/+4 |
|
|
* | Documentation for r5990[3567]. | Georg Brandl | 2008-01-11 | 5 | -3/+36 |
|
|
* | News entries for rev. 5990[567]. | Georg Brandl | 2008-01-11 | 1 | -0/+3 |
|
|
* | Guard definition of TIPC_SUB_CANCEL with an #ifdef. | Georg Brandl | 2008-01-11 | 1 | -1/+4 |
|
|