2001-08-15 |
Tim Peters | Add blurb about cleanfuture.py. Fix misspelling in... |
commit | commitdiff | tree | snapshot |
2001-08-15 |
Tim Peters | Move one of the tests into the "PEP 255" section, to... |
commit | commitdiff | tree | snapshot |
2001-08-15 |
Jack Jansen | Oops, forgot to check in configure. |
commit | commitdiff | tree | snapshot |
2001-08-15 |
Jack Jansen | Lots of changes in the framework support: |
commit | commitdiff | tree | snapshot |
2001-08-15 |
Jack Jansen | With WITH_NEXT_FRAMEWORK defined we now also expect... |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Jeremy Hylton | update simple explanation of parseFile() |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Jeremy Hylton | First day's progress on documentation |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Fred Drake | Fix a minor typo and mark an exception name that was... |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Fred Drake | Add material about the "r" and "u" prefixes for string... |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Fred Drake | Added some examples of table markup. |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Jeremy Hylton | Fix typo in astgen script |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Fred Drake | Add information about __floordiv__() and __truediv__... |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Guido van Rossum | Non-function fields, like tp_dictoffset and tp_weaklist... |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Jeremy Hylton | Fix SF bug [ #450909 ] __future__.division fails at... |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Guido van Rossum | Add a test for a weird bug I just discovered: a dynamic... |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Fred Drake | Clarify the prompt in an example. |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Jeremy Hylton | Regenerated from new ast.txt and new astgen.py |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Jeremy Hylton | Add getChildNodes() method to Node |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Jeremy Hylton | Add Yield node |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Barry Warsaw | Document the new semantics for setting and deleting... |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Barry Warsaw | Test the new semantics for setting and deleting a funct... |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Barry Warsaw | func_getattro(), func_setattro(): Implement the new... |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Barry Warsaw | Describe the new semantics for setting and deleting... |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Fred Drake | Add "exceptions" to the list of fundamental modules |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Fred Drake | Insert omitted "the". |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Fred Drake | Add the smtpd module to the list of undocumented module... |
commit | commitdiff | tree | snapshot |
2001-08-13 |
Barry Warsaw | reload(exceptions) should not raise an ImportError... |
commit | commitdiff | tree | snapshot |
2001-08-13 |
Barry Warsaw | Fixed typo in comment leading up to _PyImport_FixupExte... |
commit | commitdiff | tree | snapshot |
2001-08-13 |
Barry Warsaw | Py_Initialize(): Apply patch by Jürgen Hermann to call |
commit | commitdiff | tree | snapshot |
2001-08-13 |
Tim Peters | Repair Unix-specific assumptions that caused this to... |
commit | commitdiff | tree | snapshot |
2001-08-13 |
Barry Warsaw | found_terminator(): Add a debug print showing the data. |
commit | commitdiff | tree | snapshot |
2001-08-13 |
Fred Drake | Nick Mathewson: test suite for the class browser suppor... |
commit | commitdiff | tree | snapshot |
2001-08-13 |
Fred Drake | Nick Mathewson: Make sure the recursion is handled... |
commit | commitdiff | tree | snapshot |
2001-08-13 |
Fred Drake | David Goodger <dgoodger@atsautomation.com>: |
commit | commitdiff | tree | snapshot |
2001-08-13 |
Guido van Rossum | Remove redundant import (PyChecker). |
commit | commitdiff | tree | snapshot |
2001-08-13 |
Guido van Rossum | Remove unused variable 'imports' from readmodule_ex(). |
commit | commitdiff | tree | snapshot |
2001-08-13 |
Guido van Rossum | Remove redundant 'import string' (PyChecker). |
commit | commitdiff | tree | snapshot |
2001-08-13 |
Guido van Rossum | Remove redundant imports (PyChecker). |
commit | commitdiff | tree | snapshot |
2001-08-13 |
Guido van Rossum | Remove redundant 'import sys' (PyChecker). |
commit | commitdiff | tree | snapshot |
2001-08-13 |
Guido van Rossum | Remove two redundant statements (PyChecker). |
commit | commitdiff | tree | snapshot |
2001-08-13 |
Guido van Rossum | Remove redundant assignment l = [] from poll3() --... |
commit | commitdiff | tree | snapshot |
2001-08-13 |
Andrew M. Kuchling | Update a beopen.com e-mail |
commit | commitdiff | tree | snapshot |
2001-08-13 |
Andrew M. Kuchling | Update a few references to beopen.com |
commit | commitdiff | tree | snapshot |
2001-08-13 |
Andrew M. Kuchling | Update e-mail address |
commit | commitdiff | tree | snapshot |
2001-08-13 |
Guido van Rossum | Commenting out the getfillable() method -- it's broken... |
commit | commitdiff | tree | snapshot |
2001-08-13 |
Andrew M. Kuchling | Add a name |
commit | commitdiff | tree | snapshot |
2001-08-13 |
Andrew M. Kuchling | Remove redefinition of has_option() method |
commit | commitdiff | tree | snapshot |
2001-08-13 |
Andrew M. Kuchling | Remove empty __init__ (PyChecker) |
commit | commitdiff | tree | snapshot |
2001-08-13 |
Andrew M. Kuchling | Remove redefinition of writelines() method |
commit | commitdiff | tree | snapshot |
2001-08-13 |
Andrew M. Kuchling | Remove unused variable (PyChecker) |
commit | commitdiff | tree | snapshot |
2001-08-13 |
Andrew M. Kuchling | Remove some dead code (PyChecker) |
commit | commitdiff | tree | snapshot |
2001-08-13 |
Andrew M. Kuchling | Add forgotten import (PyChecker) |
commit | commitdiff | tree | snapshot |
2001-08-13 |
Andrew M. Kuchling | Remove unused import (PyChecker) |
commit | commitdiff | tree | snapshot |
2001-08-13 |
Andrew M. Kuchling | Remove redundant import |
commit | commitdiff | tree | snapshot |
2001-08-13 |
Andrew M. Kuchling | Capture exception message (PyChecker) |
commit | commitdiff | tree | snapshot |
2001-08-13 |
Andrew M. Kuchling | Remove unused imports (PyChecker) |
commit | commitdiff | tree | snapshot |
2001-08-13 |
Andrew M. Kuchling | Remove unused variable |
commit | commitdiff | tree | snapshot |
2001-08-13 |
Andrew M. Kuchling | Fix malformed line (PyChecker) |
commit | commitdiff | tree | snapshot |
2001-08-13 |
Guido van Rossum | Fix two bugs discovered by PyChecker. (I cannot test... |
commit | commitdiff | tree | snapshot |
2001-08-13 |
Andrew M. Kuchling | Fix for NameError caught by PyChecker. |
commit | commitdiff | tree | snapshot |
2001-08-13 |
Andrew M. Kuchling | Fix typo (PyChecker) |
commit | commitdiff | tree | snapshot |
2001-08-13 |
Andrew M. Kuchling | Catch curses.error instead of a non-existent global... |
commit | commitdiff | tree | snapshot |
2001-08-13 |
Andrew M. Kuchling | Remove redundant import |
commit | commitdiff | tree | snapshot |
2001-08-13 |
Tim Peters | + A msg on c.l.py reminded me that docstrings can be... |
commit | commitdiff | tree | snapshot |
2001-08-13 |
Steven M. Gava | further work on font config and general feel improvements |
commit | commitdiff | tree | snapshot |
2001-08-12 |
Tim Peters | SF patch #445412 extract ndiff functionality to difflib... |
commit | commitdiff | tree | snapshot |
2001-08-12 |
Jeremy Hylton | Modify _Set to support iteration. |
commit | commitdiff | tree | snapshot |
2001-08-12 |
Jeremy Hylton | Remove much dead code from ceval.c |
commit | commitdiff | tree | snapshot |
2001-08-12 |
Martin v. Löwis | Bump size of sprintf buffer. Suggested by Alex Coventry. |
commit | commitdiff | tree | snapshot |
2001-08-12 |
Tim Peters | Tool to delete (or just rewrite parts of) obsolete... |
commit | commitdiff | tree | snapshot |
2001-08-12 |
Guido van Rossum | - Expand test for dynamic objects. |
commit | commitdiff | tree | snapshot |
2001-08-12 |
Guido van Rossum | Make dynamic types work as intended. Or at least more so. |
commit | commitdiff | tree | snapshot |
2001-08-12 |
Tim Peters | Make the output of tests skipped readable (i.e., delibe... |
commit | commitdiff | tree | snapshot |
2001-08-12 |
Guido van Rossum | Temporary stop-gap fix for dynamic classes, so they... |
commit | commitdiff | tree | snapshot |
2001-08-12 |
Guido van Rossum | dynamics(): add tests for dynamic *instances* (which... |
commit | commitdiff | tree | snapshot |
2001-08-12 |
Jeremy Hylton | Test the unary operator changes to the compiler |
commit | commitdiff | tree | snapshot |
2001-08-12 |
Guido van Rossum | Add the list of expected skips for Linux 2.x. Restruct... |
commit | commitdiff | tree | snapshot |
2001-08-12 |
Tim Peters | Move line; reported on python-dev by Mark Favas (thanks!). |
commit | commitdiff | tree | snapshot |
2001-08-12 |
Jeremy Hylton | SF Patch [ 429024 ] deal with some unary ops at compile... |
commit | commitdiff | tree | snapshot |
2001-08-12 |
Tim Peters | Teach regrtest which tests we *expect* to skip on Win32... |
commit | commitdiff | tree | snapshot |
2001-08-12 |
Steven M. Gava | removed some cruft |
commit | commitdiff | tree | snapshot |
2001-08-12 |
Tim Peters | _Condition.wait(): never sleep longer than the timeout... |
commit | commitdiff | tree | snapshot |
2001-08-12 |
Jack Jansen | Merged release21-maint changes. |
commit | commitdiff | tree | snapshot |
2001-08-11 |
Jack Jansen | The test assumed that the local pathname convention... |
commit | commitdiff | tree | snapshot |
2001-08-11 |
Jack Jansen | test_glob found a nasty bug in GUSI opendir(): it will... |
commit | commitdiff | tree | snapshot |
2001-08-11 |
Jack Jansen | Before asking the finder to start the application ... |
commit | commitdiff | tree | snapshot |
2001-08-11 |
Jack Jansen | Got rid of the activate() so codewarrior doesn't come... |
commit | commitdiff | tree | snapshot |
2001-08-11 |
Jack Jansen | Patch by Jonathan Wight (slightly reformatted) to fores... |
commit | commitdiff | tree | snapshot |
2001-08-11 |
Jeremy Hylton | Remove st_nested_scopes from struct symtable, |
commit | commitdiff | tree | snapshot |
2001-08-11 |
Jeremy Hylton | Replace all type comparisons with isinstance() calls |
commit | commitdiff | tree | snapshot |
2001-08-11 |
Jack Jansen | Added a note about the various tests here. |
commit | commitdiff | tree | snapshot |
2001-08-11 |
Steven M. Gava | repair posix fonts fix |
commit | commitdiff | tree | snapshot |
2001-08-11 |
Martin v. Löwis | Only catch the errors that can actually occur, as repor... |
commit | commitdiff | tree | snapshot |
2001-08-11 |
Just van Rossum | use the proper prefix file under Carbon |
commit | commitdiff | tree | snapshot |
2001-08-11 |
Steven M. Gava | support for help menu changes |
commit | commitdiff | tree | snapshot |
2001-08-11 |
Steven M. Gava | some re-design |
commit | commitdiff | tree | snapshot |
2001-08-11 |
Steven M. Gava | supports about changes |
commit | commitdiff | tree | snapshot |
2001-08-11 |
Steven M. Gava | adjust help menu bindings |
commit | commitdiff | tree | snapshot |
2001-08-11 |
Guido van Rossum | Finally fix SF bug #441172, using a variant of patch... |
commit | commitdiff | tree | snapshot |
2001-08-11 |
Tim Peters | Now that the dialogs have some breathing room, split... |
commit | commitdiff | tree | snapshot |
next |