summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix from SF patch 565085: copy._reduction doesn't __setstate__.Guido van Rossum2002-06-061-0/+29
* Fix from SF patch 565085: copy._reduction doesn't __setstate__.Guido van Rossum2002-06-061-1/+4
* Apply diff.txt from SF patch http://www.python.org/sf/561478Walter Dörwald2002-06-061-1/+2
* Close SF bug 563740. complex() now finds __complex__() in new style classes.Raymond Hettinger2002-06-063-28/+36
* Pyrangeiter_Type && range_iter should be staticNeal Norwitz2002-06-061-5/+5
* Change warning to debug level; it's a very minor issue.Jeremy Hylton2002-06-061-2/+2
* Stop testing for sigprocmask. This is a stop gap measure until I workMichael W. Hudson2002-06-063-7/+3
* Patch 473512: add GNU style scanning as gnu_getopt.Martin v. Löwis2002-06-065-2/+103
* Patch #551911: Escape . properly.Martin v. Löwis2002-06-061-1/+1
* Replace obsolete stat module constants withWalter Dörwald2002-06-062-5/+5
* CRLF -> LFGuido van Rossum2002-06-060-0/+0
* Skip Montanaro's patch, SF 559833, exposing xrange type in builtins.Raymond Hettinger2002-06-054-46/+91
* open method changed to use arguments and set instance host/port values (inste...Piers Lauder2002-06-051-8/+12
* SF 564601 adding rangeiterobject to make xrange() iterate like range().Raymond Hettinger2002-06-051-46/+91
* SF bug 558179.Guido van Rossum2002-06-053-9/+2
* fixed refcount leak in CreateNewWindow() and CreateWindowFromResource().Just van Rossum2002-06-052-2/+9
* Better isinstance error message.Thomas Heller2002-06-051-1/+2
* Move warning about directory not on sys.path to debug level.Jeremy Hylton2002-06-041-8/+10
* Test changes before checking them in.Jeremy Hylton2002-06-041-1/+1
* Track extra arg to option_table to all uses of itJeremy Hylton2002-06-041-2/+2
* Replace bogus bare variables with attribute access.Jeremy Hylton2002-06-041-3/+4
* Define DEBUG as early as possible to avoid import problems.Jeremy Hylton2002-06-041-5/+5
* Add missing import of log.Jeremy Hylton2002-06-041-0/+1
* Use module-level import of DEBUG instead of many function-level imports.Jeremy Hylton2002-06-041-4/+1
* Remove unused importsJeremy Hylton2002-06-042-2/+0
* Make None return explicitJeremy Hylton2002-06-041-1/+1