| Commit message (Expand) | Author | Age | Files | Lines |
* | An anonymous contributor reveals his name... | Guido van Rossum | 2001-09-02 | 1 | -0/+1 |
|
|
* | Added more text to the docstring, updated the way the exit status is | Guido van Rossum | 2001-09-02 | 1 | -31/+113 |
|
|
* | A grep-like tool that looks for division operators. | Guido van Rossum | 2001-09-02 | 1 | -0/+89 |
|
|
* | Whitespace normalization (tabs -> 4 spaces) in the Mac expectations. | Guido van Rossum | 2001-09-02 | 1 | -35/+35 |
|
|
* | Start items w/ "-" instead of "+" (consistency w/ earlier versions). | Tim Peters | 2001-09-02 | 1 | -18/+17 |
|
|
* | Silly typos. | Jack Jansen | 2001-09-02 | 1 | -2/+2 |
|
|
* | Don't call PyMac_HandleEvent in unix-Python | Jack Jansen | 2001-09-02 | 1 | -0/+2 |
|
|
* | Regenerated, mainly for new GC routines. | Jack Jansen | 2001-09-01 | 2 | -8/+38 |
|
|
* | xx.prj has been replaced by xx.mcp. | Jack Jansen | 2001-09-01 | 1 | -74/+183 |
|
|
* | Added glue routine for PyMac_BuildFSSpec, PyMac_GetFSRef and PyMac_BuildFSRef. | Jack Jansen | 2001-09-01 | 4 | -8/+18 |
|
|
* | Don't call PyMac_HandleEvent if we're in unix-Python. | Jack Jansen | 2001-09-01 | 2 | -0/+4 |
|
|
* | Include Carbon/Carbon.h if we're on OSX. | Jack Jansen | 2001-09-01 | 2 | -2/+2 |
|
|
* | Updated the Popt resources for the applets to the newest version. | Jack Jansen | 2001-09-01 | 7 | -0/+0 |
|
|
* | Added preferences/startup options for division warning | Jack Jansen | 2001-09-01 | 2 | -23/+37 |
|
|
* | Added preferences/startup options for division warning | Jack Jansen | 2001-09-01 | 6 | -13/+28 |
|
|
* | The beginnings of a script to help finding / operators that may need | Guido van Rossum | 2001-09-01 | 1 | -0/+237 |
|
|
* | Add Listbox.itemconfig[ure] call. (A "recent" addition to Tk -- 8.0 | Guido van Rossum | 2001-09-01 | 1 | -5/+26 |
|
|
* | Added the "Host" header to the "GET" example. | Fred Drake | 2001-09-01 | 1 | -0/+1 |
|
|
* | Add various and sundry news items -- most mine, one Barry's, one | Guido van Rossum | 2001-08-31 | 1 | -0/+44 |
|
|
* | Oops. The -W option takes args, not -X. | Guido van Rossum | 2001-08-31 | 1 | -1/+1 |
|
|
* | Allow for the possibility that globals['__name__'] does not exist; | Guido van Rossum | 2001-08-31 | 1 | -1/+4 |
|
|
* | Add warning mode for classic division, almost exactly as specified in | Guido van Rossum | 2001-08-31 | 9 | -25/+146 |
|
|
* | Fix a memory leak in str_subtype_new(). (All the other | Guido van Rossum | 2001-08-31 | 1 | -3/+3 |
|
|
* | Correct name mangling algorithm, and add a comment. | Guido van Rossum | 2001-08-31 | 1 | -2/+1 |
|
|
* | Give 'super' a decent repr(), and readonly attributes to access the | Guido van Rossum | 2001-08-30 | 1 | -11/+36 |
|
|
* | Added all the new files in the right packages and file groups (I think, untes... | Jack Jansen | 2001-08-30 | 1 | -0/+0 |
|
|
* | SF bug #456621: normpath on Win32 not collapsing c:\\.. | Tim Peters | 2001-08-30 | 2 | -8/+35 |
|
|
* | Add Jack Jansen's explanation of the MacOS X changes | Andrew M. Kuchling | 2001-08-30 | 1 | -7/+43 |
|
|
* | Superseded by the (generated) xx.mcp. | Jack Jansen | 2001-08-30 | 1 | -0/+0 |
|
|
* | Case mismatch in "import Types". Apparently nobody has looked at this for a l... | Jack Jansen | 2001-08-30 | 1 | -2/+2 |
|
|
* | We should look in the directory containing the module, not in the module itse... | Jack Jansen | 2001-08-30 | 1 | -1/+1 |
|
|
* | Group some projects into "Done" and "To do". Get rid of Tim's merge | Guido van Rossum | 2001-08-30 | 1 | -213/+46 |
|
|
* | metaclass(): add some more examples of metaclasses, including one | Guido van Rossum | 2001-08-30 | 1 | -0/+104 |
|
|
* | SF patch #455966: Allow leading 0 in float/imag literals. | Tim Peters | 2001-08-30 | 5 | -15/+84 |
|
|
* | PyObject_Repr(): add missing ">" back at end of format string: "<%s | Guido van Rossum | 2001-08-30 | 1 | -1/+1 |
|
|
* | Fix _convert_NAME() so that it doesn't store locals for class bodies. | Jeremy Hylton | 2001-08-30 | 6 | -30/+30 |
|
|
* | Squash new compiler wng. | Tim Peters | 2001-08-30 | 1 | -1/+1 |
|
|
* | Add testcases for inheritance from tricky builtins (numbers, strings, | Guido van Rossum | 2001-08-30 | 1 | -0/+74 |
|
|
* | Pytype_GenericAlloc(): round up size so we zap all four bytes of the | Guido van Rossum | 2001-08-30 | 1 | -16/+51 |
|
|
* | Revert the previous patch to test_pow.py and move the test to test_unary.py | Fred Drake | 2001-08-30 | 2 | -10/+8 |
|
|
* | Added a regression test for the negation-of-exponentiation optimization | Fred Drake | 2001-08-30 | 1 | -0/+11 |
|
|
* | When re-writing a factor containing a unary negation of a literal, only | Fred Drake | 2001-08-30 | 1 | -0/+3 |
|
|
* | More stuff discovered while writing the simplest of testcases: | Guido van Rossum | 2001-08-30 | 1 | -2/+5 |
|
|
* | Do the int inlining only if the type is really an int, not whenever | Guido van Rossum | 2001-08-30 | 1 | -6/+9 |
|
|
* | Ah, the joy of writing test cases... | Guido van Rossum | 2001-08-30 | 1 | -1/+1 |
|
|
* | spurious pop | Jeremy Hylton | 2001-08-30 | 2 | -2/+0 |
|
|
* | Add news about GC API change. Explain how to upgrade extension modules. | Neil Schemenauer | 2001-08-30 | 1 | -3/+16 |
|
|
* | Update documentation for GC API. Closes SF patch #421893. | Neil Schemenauer | 2001-08-30 | 1 | -29/+48 |
|
|
* | win_getpass(): if sys.stdin is not sys.__stdin__, use | Guido van Rossum | 2001-08-30 | 1 | -0/+2 |
|
|
* | fix for part of bug #453523: disable unmarshalling of code objects in | Michael W. Hudson | 2001-08-30 | 1 | -1/+7 |
|
|