| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove some overly complicated ways to concatenate and repeat strings | Guido van Rossum | 2002-06-12 | 1 | -6/+7 |
|
|
* | Don't test for Java, test for sys.getrefcount. | Guido van Rossum | 2002-06-12 | 1 | -2/+2 |
|
|
* | Some provisional changes to get more tests to run on Windows (I hope). | Guido van Rossum | 2002-06-12 | 1 | -6/+8 |
|
|
* | Argh. Typo. :-( | Guido van Rossum | 2002-06-12 | 1 | -1/+1 |
|
|
* | Allow absent fromfd(), for Windows. | Guido van Rossum | 2002-06-12 | 1 | -0/+2 |
|
|
* | testSetSockOpt() should not require the reuse flag to be 1 -- any | Guido van Rossum | 2002-06-12 | 1 | -2/+2 |
|
|
* | Lose the message on assertEqual calls -- they actually hide | Guido van Rossum | 2002-06-12 | 1 | -18/+15 |
|
|
* | Docstring, layout and style tweaking. Increase fuzz to 1 second. | Guido van Rossum | 2002-06-12 | 1 | -90/+87 |
|
|
* | Add a new definition to Extension objects: depends. | Jeremy Hylton | 2002-06-12 | 2 | -1/+6 |
|
|
* | Add some more basic tests to validate the argument checking of | Guido van Rossum | 2002-06-12 | 1 | -1/+51 |
|
|
* | New test suite for the socket module by Michael Gilfix. | Guido van Rossum | 2002-06-12 | 3 | -180/+486 |
|
|
* | SF bug 567826. Document new opcodes: | Guido van Rossum | 2002-06-12 | 1 | -6/+50 |
|
|
* | Add a testcase to ensure that cycles going through the __class__ link | Guido van Rossum | 2002-06-12 | 1 | -0/+6 |
|
|
* | SF bug 567538: Generator can crash the interpreter (Finn Bock). | Guido van Rossum | 2002-06-12 | 3 | -2/+25 |
|
|
* | Rework the code to have only the GvR RPC. Output from execution of user | Kurt B. Kaiser | 2002-06-12 | 11 | -1190/+171 |
|
|
* | The opcode YIELD_STMT was accidentally called YIELD_VALUE here. | Guido van Rossum | 2002-06-11 | 1 | -1/+1 |
|
|
* | patch #562492 - prevent duplicate lines in history | Skip Montanaro | 2002-06-11 | 1 | -2/+19 |
|
|
* | Fix SF #565414, FancyURLopener() needs to support **kwargs | Neal Norwitz | 2002-06-11 | 1 | -2/+2 |
|
|
* | Fix for problem reported by Neal Norwitz. Tighten up calculation of | Michael W. Hudson | 2002-06-11 | 2 | -3/+7 |
|
|
* | Fold remaining long lines. | Guido van Rossum | 2002-06-11 | 1 | -2/+6 |
|
|
* | This is my nearly two year old patch | Michael W. Hudson | 2002-06-11 | 13 | -22/+570 |
|
|
* | Patch #488073: AtheOS port. | Martin v. Löwis | 2002-06-11 | 23 | -17/+1782 |
|
|
* | add a version of GvR's q&d python idle printing patch, | Steven M. Gava | 2002-06-11 | 5 | -3/+51 |
|
|
* | Completely revise markup for the list of list methods; the new markup matches | Fred Drake | 2002-06-11 | 1 | -26/+35 |
|
|
* | Record the latest fixes. | Guido van Rossum | 2002-06-10 | 1 | -0/+9 |
|
|
* | 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 |
|
|