summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add some more basic tests to validate the argument checking ofGuido van Rossum2002-06-121-1/+51
* New test suite for the socket module by Michael Gilfix.Guido van Rossum2002-06-123-180/+486
* SF bug 567826. Document new opcodes:Guido van Rossum2002-06-121-6/+50
* Add a testcase to ensure that cycles going through the __class__ linkGuido van Rossum2002-06-121-0/+6
* SF bug 567538: Generator can crash the interpreter (Finn Bock).Guido van Rossum2002-06-123-2/+25
* Rework the code to have only the GvR RPC. Output from execution of userKurt B. Kaiser2002-06-1211-1190/+171
* The opcode YIELD_STMT was accidentally called YIELD_VALUE here.Guido van Rossum2002-06-111-1/+1
* patch #562492 - prevent duplicate lines in historySkip Montanaro2002-06-111-2/+19
* Fix SF #565414, FancyURLopener() needs to support **kwargsNeal Norwitz2002-06-111-2/+2
* Fix for problem reported by Neal Norwitz. Tighten up calculation ofMichael W. Hudson2002-06-112-3/+7
* Fold remaining long lines.Guido van Rossum2002-06-111-2/+6
* This is my nearly two year old patchMichael W. Hudson2002-06-1113-22/+570
* Patch #488073: AtheOS port.Martin v. Löwis2002-06-1123-17/+1782
* add a version of GvR's q&d python idle printing patch,Steven M. Gava2002-06-115-3/+51
* Completely revise markup for the list of list methods; the new markup matchesFred Drake2002-06-111-26/+35
* Record the latest fixes.Guido van Rossum2002-06-101-0/+9
* Took initial_tab and subsequent_tab away from the fill() method andGreg Ward2002-06-101-22/+34
* SF patch 560794 (Greg Chapman): deepcopy can't handle customGuido van Rossum2002-06-101-8/+15
* Allow the standalone wrap() and fill() functions to take arbitraryGreg Ward2002-06-101-4/+6
* Make 'width' an instance attribute rather than an argument to the wrap()Greg Ward2002-06-101-31/+32
* Remove the only use of a string method.Thomas Heller2002-06-101-1/+1
* SF patch 564549 (Erik Andersén).Guido van Rossum2002-06-103-1/+13
* Don't accept null bytes in the key.Guido van Rossum2002-06-101-2/+1
* Document that the key should not contain null bytes.Guido van Rossum2002-06-101-2/+3
* 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