| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace '== None' with 'is None' | Raymond Hettinger | 2002-05-31 | 2 | -2/+2 |
|
|
* | Add definition of Py_IgnoreEnvironmentFlag (needed at least in debug | Guido van Rossum | 2002-05-31 | 1 | -0/+1 |
|
|
* | Fix printing plural (s or ""). | Neal Norwitz | 2002-05-31 | 1 | -1/+1 |
|
|
* | Remove import of re, it is not used | Neal Norwitz | 2002-05-31 | 1 | -1/+1 |
|
|
* | Use string methods where possible, and remove import string | Neal Norwitz | 2002-05-31 | 3 | -13/+11 |
|
|
* | Fix SF bug [ 561825 ] Confusing error for "del f()" | Jeremy Hylton | 2002-05-31 | 2 | -2/+40 |
|
|
* | Py_IgnoreEnvironmentFlag should be extern, since it is declared in pythonrun.c | Neal Norwitz | 2002-05-31 | 1 | -1/+1 |
|
|
* | Remove unneeded import | Andrew M. Kuchling | 2002-05-30 | 1 | -1/+0 |
|
|
* | imp_load_module(): correct and comment the sense of the test for '+' | Guido van Rossum | 2002-05-30 | 1 | -2/+7 |
|
|
* | Cover a few corners in the 'U' mode integration to make imp work. | Jeremy Hylton | 2002-05-30 | 1 | -8/+14 |
|
|
* | Verify that the imp can find and load .py files. | Jeremy Hylton | 2002-05-30 | 1 | -0/+5 |
|
|
* | Typo fixes. | Fred Drake | 2002-05-30 | 1 | -2/+2 |
|
|
* | Add the pymemcompat.h header as discussed on python-dev. | Michael W. Hudson | 2002-05-30 | 1 | -0/+86 |
|
|
* | Holger Krekel. | Guido van Rossum | 2002-05-30 | 1 | -0/+1 |
|
|
* | SF #558432: Prevent Annoying ' ' from readline (Holker Krekel). | Guido van Rossum | 2002-05-30 | 1 | -0/+1 |
|
|
* | Remove comment about inheritance, look one line up | Neal Norwitz | 2002-05-30 | 1 | -5/+1 |
|
|
* | Move statement out of comment block | Raymond Hettinger | 2002-05-30 | 1 | -1/+1 |
|
|
* | Use floor division where appropriate. | Guido van Rossum | 2002-05-29 | 1 | -2/+2 |
|
|
* | Minor cleanup: | Fred Drake | 2002-05-29 | 1 | -5/+11 |
|
|
* | Add OS/2 text | Andrew M. Kuchling | 2002-05-29 | 1 | -9/+16 |
|
|
* | The logreader object did not always refill the input buffer correctly | Neil Schemenauer | 2002-05-29 | 1 | -105/+56 |
|
|
* | Various minor rewrites | Andrew M. Kuchling | 2002-05-29 | 1 | -42/+52 |
|
|
* | More additions | Andrew M. Kuchling | 2002-05-29 | 1 | -25/+15 |
|
|
* | Patch 560023 adding docstrings. 2.2 Candidate (after verifying modules were ... | Raymond Hettinger | 2002-05-29 | 9 | -8/+499 |
|
|
* | As discussed on python-dev, add a mechanism to indicate features | Neal Norwitz | 2002-05-29 | 7 | -16/+48 |
|
|
* | Issue an explicit error when we can't find an appropriate type for | Guido van Rossum | 2002-05-29 | 1 | -0/+2 |
|
|
* | Fix a possible segfault. Found be Neal Norvitz. | Marc-André Lemburg | 2002-05-29 | 1 | -1/+1 |
|
|
* | Fix for bug [ 561796 ] string.find causes lazy error | Marc-André Lemburg | 2002-05-29 | 2 | -3/+4 |
|
|
* | This is patch | Michael W. Hudson | 2002-05-29 | 1 | -7/+3 |
|
|
* | Whitespace normalization | Neal Norwitz | 2002-05-29 | 1 | -2/+2 |
|
|
* | Importing Charset should not fail when Unicode is disabled. (XXX | Guido van Rossum | 2002-05-28 | 1 | -3/+11 |
|
|
* | Accept u"..." literals even when Unicode is disabled. But these | Guido van Rossum | 2002-05-28 | 1 | -8/+13 |
|
|
* | File modes in filedescr entries are also passed to Python, so we now put "U" | Jack Jansen | 2002-05-28 | 1 | -4/+7 |
|
|
* | This is a Python 2.1 and 2.2 bugfix candidate: | Christian Tismer | 2002-05-28 | 1 | -11/+5 |
|
|
* | Geiger Ho's patch for better subclassing | Steven M. Gava | 2002-05-27 | 1 | -1/+1 |
|
|
* | Rearrange paragraph | Andrew M. Kuchling | 2002-05-27 | 1 | -5/+5 |
|
|
* | This is patch | Michael W. Hudson | 2002-05-27 | 8 | -12/+304 |
|
|
* | Silly typo. | Michael W. Hudson | 2002-05-27 | 1 | -1/+1 |
|
|
* | Use self.__class__ to instantiate a TreeNode item recursively, to | Guido van Rossum | 2002-05-27 | 1 | -1/+1 |
|
|
* | GvR's rpc patch | Chui Tey | 2002-05-26 | 7 | -94/+1208 |
|
|
* | Define the "all" target more reasonably, but retain "html" as the default | Fred Drake | 2002-05-25 | 1 | -1/+2 |
|
|
* | Fix for SF bug 551412. When _PyType_Lookup() is called on a type | Guido van Rossum | 2002-05-24 | 2 | -0/+22 |
|
|
* | Mention math.degrees() and math.radians() | Andrew M. Kuchling | 2002-05-24 | 1 | -12/+24 |
|
|
* | - A new type object, 'string', is added. This is a common base type | Guido van Rossum | 2002-05-24 | 6 | -2/+69 |
|
|
* | Add a safeguard against setting the class to something with a | Guido van Rossum | 2002-05-24 | 1 | -0/+10 |
|
|
* | Don't require Unicode support. | Guido van Rossum | 2002-05-24 | 1 | -2/+9 |
|
|
* | Move really open-ended XXX items into comments | Andrew M. Kuchling | 2002-05-24 | 1 | -9/+7 |
|
|
* | Disambiguate the grammar for backtick. | Guido van Rossum | 2002-05-24 | 5 | -59/+93 |
|
|
* | Add missing \ to macro definition only used when universal newlines | Guido van Rossum | 2002-05-24 | 1 | -1/+1 |
|
|
* | Whitespace normalized. | Raymond Hettinger | 2002-05-23 | 1 | -11/+11 |
|
|