| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Took initial_tab and subsequent_tab away from the fill() method and | Greg Ward | 2002-06-10 | 1 | -22/+34 |
|
|
* | SF patch 560794 (Greg Chapman): deepcopy can't handle custom | Guido van Rossum | 2002-06-10 | 1 | -8/+15 |
|
|
* | Allow the standalone wrap() and fill() functions to take arbitrary | Greg Ward | 2002-06-10 | 1 | -4/+6 |
|
|
* | Make 'width' an instance attribute rather than an argument to the wrap() | Greg Ward | 2002-06-10 | 1 | -31/+32 |
|
|
* | Remove the only use of a string method. | Thomas Heller | 2002-06-10 | 1 | -1/+1 |
|
|
* | SF patch 564549 (Erik Andersén). | Guido van Rossum | 2002-06-10 | 3 | -1/+13 |
|
|
* | Don't accept null bytes in the key. | Guido van Rossum | 2002-06-10 | 1 | -2/+1 |
|
|
* | Document that the key should not contain null bytes. | Guido van Rossum | 2002-06-10 | 1 | -2/+3 |
|
|
* | SF bug 563750 (Alex Martelli): posix_tmpfile(): | Guido van Rossum | 2002-06-10 | 2 | -2/+2 |
|
|
* | Tweak traceback message to avoid LaTeX2HTML bug | Andrew M. Kuchling | 2002-06-10 | 1 | -3/+5 |
|
|
* | Add primitive printing support for Unix and Windows. | Guido van Rossum | 2002-06-10 | 5 | -0/+38 |
|
|
* | Fix typo | Andrew M. Kuchling | 2002-06-10 | 1 | -2/+2 |
|
|
* | Undo the last chunk of the previous patch, putting back a useful | Guido van Rossum | 2002-06-10 | 1 | -1/+3 |
|
|
* | In the recent python-dev thread "Bizarre new test failure", we | Guido van Rossum | 2002-06-10 | 1 | -32/+48 |
|
|
* | Three's a charm: yet another fix for SF bug 551412. Thinking again | Guido van Rossum | 2002-06-10 | 1 | -19/+17 |
|
|
* | Fix typo, and add some reminders | Andrew M. Kuchling | 2002-06-10 | 1 | -1/+12 |
|
|
* | Tweak the description of pymalloc. Mention pymemcompat.h. | Michael W. Hudson | 2002-06-10 | 1 | -24/+34 |
|
|
* | refresh to pick up recent changes | Andrew MacIntyre | 2002-06-10 | 1 | -3/+3 |
|
|
* | make _sre a dynamically loadable module and build xxsubtype | Andrew MacIntyre | 2002-06-10 | 2 | -4/+17 |
|
|
* | - Better commandline interface to BuildApplet, complete with options, | Jack Jansen | 2002-06-09 | 3 | -49/+159 |
|
|
* | Patch #505375: Make doc strings optional. | Martin v. Löwis | 2002-06-09 | 5 | -0/+15 |
|
|
* | Patch #505375: Make doc strings optional. | Martin v. Löwis | 2002-06-09 | 6 | -31/+111 |
|
|
* | escape 8-bit chars when generating .py files. fixes bug #566302 | Just van Rossum | 2002-06-09 | 1 | -1/+16 |
|
|
* | Make all of TextWrapper's options keyword args to the constructor. | Greg Ward | 2002-06-09 | 1 | -5/+9 |
|
|
* | Record copyright and author. | Greg Ward | 2002-06-07 | 1 | -0/+4 |
|
|
* | Use True/False instead of 1/0. | Greg Ward | 2002-06-07 | 1 | -5/+5 |
|
|
* | Remove islower() -- not used anymore. | Greg Ward | 2002-06-07 | 1 | -6/+0 |
|
|
* | Conform to the bloody coding standards: "def foo()" not "def foo ()". | Greg Ward | 2002-06-07 | 1 | -10/+10 |
|
|
* | Convert _fix_sentence_endings() to use a regex, and augment it to | Greg Ward | 2002-06-07 | 1 | -8/+8 |
|
|
* | Add fix_sentence_endings option to control whether we ensure that | Greg Ward | 2002-06-07 | 1 | -16/+25 |
|
|
* | Initial revision. Currently biased towards English in a fixed-width font, | Greg Ward | 2002-06-07 | 1 | -0/+239 |
|
|
* | Move the conex_finally label up, so that the errno value is always | Guido van Rossum | 2002-06-07 | 1 | -1/+1 |
|
|
* | Added Bernard Yue who wrote test_timeout.py and participated in the | Guido van Rossum | 2002-06-07 | 1 | -0/+1 |
|
|
* | Added the 7 new top level domains, and reworded the nameorgs output. | Barry Warsaw | 2002-06-07 | 1 | -113/+110 |
|
|
* | Added -t (--threshold) option to call gc.set_threshold(N). | Guido van Rossum | 2002-06-07 | 1 | -25/+30 |
|
|
* | Apply diff2.txt from SF patch http://www.python.org/sf/565471 | Walter Dörwald | 2002-06-07 | 1 | -35/+31 |
|
|
* | Add timeout mode. Clarify gnu_getopt. | Guido van Rossum | 2002-06-07 | 1 | -1/+7 |
|
|
* | Clarify the interaction between timeout/non-blocking mode, makefile | Guido van Rossum | 2002-06-07 | 1 | -1/+10 |
|
|
* | Fix typo | Neal Norwitz | 2002-06-07 | 1 | -1/+1 |
|
|
* | Clarify the interaction between blocking and timeouts. Explain that | Guido van Rossum | 2002-06-07 | 1 | -16/+23 |
|
|
* | I decided to change the interaction between setblocking() and | Guido van Rossum | 2002-06-07 | 1 | -5/+2 |
|
|
* | gnu_getopt should be exported in __all__ | Skip Montanaro | 2002-06-07 | 1 | -1/+1 |
|
|
* | Major cleanup. Renamed static methods to avoid Py prefix. Other misc | Guido van Rossum | 2002-06-07 | 1 | -296/+290 |
|
|
* | Repair a comment. | Guido van Rossum | 2002-06-07 | 1 | -1/+1 |
|
|
* | Whitespace normalization, folding long lines, uniform comment | Guido van Rossum | 2002-06-07 | 1 | -224/+229 |
|
|
* | Correct several blunders in the timeout code, mostly my own fault (for | Guido van Rossum | 2002-06-07 | 1 | -14/+12 |
|
|
* | Remove casts to PyObject * when declaration is for PyObject * | Jeremy Hylton | 2002-06-06 | 1 | -3/+3 |
|
|
* | Add version info, and fix another typo and wording spotted by /F. I think th... | Neal Norwitz | 2002-06-06 | 1 | -2/+4 |
|
|
* | Fix typo spotted by Fredrik Lundh. | Fred Drake | 2002-06-06 | 1 | -1/+1 |
|
|
* | Fix some markup errors and adjust wording slightly. | Fred Drake | 2002-06-06 | 1 | -15/+15 |
|
|