| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | SF patch 555085 (timeout socket implementation) by Michael Gilfix. | Guido van Rossum | 2002-06-06 | 1 | -0/+23 |
|
|
* | Michael Gilfix of SF patch 555085 fame. | Guido van Rossum | 2002-06-06 | 1 | -0/+1 |
|
|
* | SF patch 555085 (timeout socket implementation) by Michael Gilfix. | Guido van Rossum | 2002-06-06 | 5 | -123/+690 |
|
|
* | The insint() function is not used. Nuke it. | Guido van Rossum | 2002-06-06 | 1 | -15/+0 |
|
|
* | The tp_new implementation should initialize the errorhandler field, | Guido van Rossum | 2002-06-06 | 1 | -1/+3 |
|
|
* | Remove uses of string module and stat.ST_MODE | Neal Norwitz | 2002-06-06 | 3 | -11/+7 |
|
|
* | Remove another reference to stat.ST_MODE | Neal Norwitz | 2002-06-06 | 1 | -1/+1 |
|
|
* | Use isinstance for the type check, use booleans. | Martin v. Löwis | 2002-06-06 | 1 | -4/+4 |
|
|
* | Fix from SF patch 565085: copy._reduction doesn't __setstate__. | Guido van Rossum | 2002-06-06 | 1 | -0/+29 |
|
|
* | Fix from SF patch 565085: copy._reduction doesn't __setstate__. | Guido van Rossum | 2002-06-06 | 1 | -1/+4 |
|
|
* | Apply diff.txt from SF patch http://www.python.org/sf/561478 | Walter Dörwald | 2002-06-06 | 1 | -1/+2 |
|
|
* | Close SF bug 563740. complex() now finds __complex__() in new style classes. | Raymond Hettinger | 2002-06-06 | 3 | -28/+36 |
|
|
* | Pyrangeiter_Type && range_iter should be static | Neal Norwitz | 2002-06-06 | 1 | -5/+5 |
|
|
* | Change warning to debug level; it's a very minor issue. | Jeremy Hylton | 2002-06-06 | 1 | -2/+2 |
|
|
* | Stop testing for sigprocmask. This is a stop gap measure until I work | Michael W. Hudson | 2002-06-06 | 3 | -7/+3 |
|
|
* | Patch 473512: add GNU style scanning as gnu_getopt. | Martin v. Löwis | 2002-06-06 | 5 | -2/+103 |
|
|
* | Patch #551911: Escape . properly. | Martin v. Löwis | 2002-06-06 | 1 | -1/+1 |
|
|
* | Replace obsolete stat module constants with | Walter Dörwald | 2002-06-06 | 2 | -5/+5 |
|
|
* | CRLF -> LF | Guido van Rossum | 2002-06-06 | 0 | -0/+0 |
|
|
* | Skip Montanaro's patch, SF 559833, exposing xrange type in builtins. | Raymond Hettinger | 2002-06-05 | 4 | -46/+91 |
|
|
* | open method changed to use arguments and set instance host/port values (inste... | Piers Lauder | 2002-06-05 | 1 | -8/+12 |
|
|