summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* SF bug 563750 (Alex Martelli): posix_tmpfile():Guido van Rossum2002-06-102-2/+2
* Tweak traceback message to avoid LaTeX2HTML bugAndrew M. Kuchling2002-06-101-3/+5
* Add primitive printing support for Unix and Windows.Guido van Rossum2002-06-105-0/+38
* Fix typoAndrew M. Kuchling2002-06-101-2/+2
* Undo the last chunk of the previous patch, putting back a usefulGuido van Rossum2002-06-101-1/+3
* In the recent python-dev thread "Bizarre new test failure", weGuido van Rossum2002-06-101-32/+48
* Three's a charm: yet another fix for SF bug 551412. Thinking againGuido van Rossum2002-06-101-19/+17
* Fix typo, and add some remindersAndrew M. Kuchling2002-06-101-1/+12
* Tweak the description of pymalloc. Mention pymemcompat.h.Michael W. Hudson2002-06-101-24/+34
* refresh to pick up recent changesAndrew MacIntyre2002-06-101-3/+3
* make _sre a dynamically loadable module and build xxsubtypeAndrew MacIntyre2002-06-102-4/+17
* - Better commandline interface to BuildApplet, complete with options,Jack Jansen2002-06-093-49/+159
* Patch #505375: Make doc strings optional.Martin v. Löwis2002-06-095-0/+15
* Patch #505375: Make doc strings optional.Martin v. Löwis2002-06-096-31/+111
* escape 8-bit chars when generating .py files. fixes bug #566302Just van Rossum2002-06-091-1/+16
* Make all of TextWrapper's options keyword args to the constructor.Greg Ward2002-06-091-5/+9
* Record copyright and author.Greg Ward2002-06-071-0/+4
* Use True/False instead of 1/0.Greg Ward2002-06-071-5/+5
* Remove islower() -- not used anymore.Greg Ward2002-06-071-6/+0
* Conform to the bloody coding standards: "def foo()" not "def foo ()".Greg Ward2002-06-071-10/+10
* Convert _fix_sentence_endings() to use a regex, and augment it toGreg Ward2002-06-071-8/+8
* Add fix_sentence_endings option to control whether we ensure thatGreg Ward2002-06-071-16/+25
* Initial revision. Currently biased towards English in a fixed-width font,Greg Ward2002-06-071-0/+239
* Move the conex_finally label up, so that the errno value is alwaysGuido van Rossum2002-06-071-1/+1
* Added Bernard Yue who wrote test_timeout.py and participated in theGuido van Rossum2002-06-071-0/+1
* Added the 7 new top level domains, and reworded the nameorgs output.Barry Warsaw2002-06-071-113/+110
* Added -t (--threshold) option to call gc.set_threshold(N).Guido van Rossum2002-06-071-25/+30
* Apply diff2.txt from SF patch http://www.python.org/sf/565471Walter Dörwald2002-06-071-35/+31
* Add timeout mode. Clarify gnu_getopt.Guido van Rossum2002-06-071-1/+7
* Clarify the interaction between timeout/non-blocking mode, makefileGuido van Rossum2002-06-071-1/+10
* Fix typoNeal Norwitz2002-06-071-1/+1
* Clarify the interaction between blocking and timeouts. Explain thatGuido van Rossum2002-06-071-16/+23
* I decided to change the interaction between setblocking() andGuido van Rossum2002-06-071-5/+2
* gnu_getopt should be exported in __all__Skip Montanaro2002-06-071-1/+1
* Major cleanup. Renamed static methods to avoid Py prefix. Other miscGuido van Rossum2002-06-071-296/+290
* Repair a comment.Guido van Rossum2002-06-071-1/+1
* Whitespace normalization, folding long lines, uniform commentGuido van Rossum2002-06-071-224/+229
* Correct several blunders in the timeout code, mostly my own fault (forGuido van Rossum2002-06-071-14/+12
* Remove casts to PyObject * when declaration is for PyObject *Jeremy Hylton2002-06-061-3/+3
* Add version info, and fix another typo and wording spotted by /F. I think th...Neal Norwitz2002-06-061-2/+4
* Fix typo spotted by Fredrik Lundh.Fred Drake2002-06-061-1/+1
* Fix some markup errors and adjust wording slightly.Fred Drake2002-06-061-15/+15
* SF patch 555085 (timeout socket implementation) by Michael Gilfix.Guido van Rossum2002-06-061-0/+23
* Michael Gilfix of SF patch 555085 fame.Guido van Rossum2002-06-061-0/+1
* SF patch 555085 (timeout socket implementation) by Michael Gilfix.Guido van Rossum2002-06-065-123/+690
* The insint() function is not used. Nuke it.Guido van Rossum2002-06-061-15/+0
* The tp_new implementation should initialize the errorhandler field,Guido van Rossum2002-06-061-1/+3
* Remove uses of string module and stat.ST_MODENeal Norwitz2002-06-063-11/+7
* Remove another reference to stat.ST_MODENeal Norwitz2002-06-061-1/+1
* Use isinstance for the type check, use booleans.Martin v. Löwis2002-06-061-4/+4