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 |
2001-08-11 |
Fred Drake | For the escape() function, added a reference to the... |
commit | commitdiff | tree | snapshot |
2001-08-11 |
Fred Drake | Added tests for rich comparison operator functions. |
commit | commitdiff | tree | snapshot |
2001-08-11 |
Tim Peters | Grow the dialogs 25%, to make room for a nicer bitmap... |
commit | commitdiff | tree | snapshot |
2001-08-11 |
Andrew M. Kuchling | Add section on PEP 238 changes |
commit | commitdiff | tree | snapshot |
2001-08-11 |
Tim Peters | st_nested_scopes was uninitialized trash. Jeremy shoul... |
commit | commitdiff | tree | snapshot |
2001-08-10 |
Fred Drake | Add a note that the quoteattr() function is useful... |
commit | commitdiff | tree | snapshot |
2001-08-10 |
Jeremy Hylton | Refactor future feature handling |
commit | commitdiff | tree | snapshot |
2001-08-10 |
Jeremy Hylton | Refactor future feature handling |
commit | commitdiff | tree | snapshot |
2001-08-10 |
Fred Drake | Added documentation for PyDict_Update() and PyDict_Merge(). |
commit | commitdiff | tree | snapshot |
2001-08-10 |
Guido van Rossum | Add test for SF bug #442833 (multiple inheritance). |
commit | commitdiff | tree | snapshot |
2001-08-10 |
Guido van Rossum | The message accompanying the TypeError exception on... |
commit | commitdiff | tree | snapshot |
2001-08-10 |
Guido van Rossum | - Big changes to fix SF bug #442833 (a nasty multiple... |
commit | commitdiff | tree | snapshot |
2001-08-10 |
Martin v. Löwis | Autotest for netpacket/packet.h, as it is not available... |
commit | commitdiff | tree | snapshot |
2001-08-10 |
Martin v. Löwis | Autotest for netpacket/packet.h, as it is not available... |
commit | commitdiff | tree | snapshot |
2001-08-10 |
Guido van Rossum | Add PyDict_Merge(a, b, override): |
commit | commitdiff | tree | snapshot |
2001-08-10 |
Andrew M. Kuchling | [Bug #414032] Make the 'sdist' command work when the... |
commit | commitdiff | tree | snapshot |
2001-08-10 |
Martin v. Löwis | Pass the Makefile's value of CC and LDSHARED to the... |
commit | commitdiff | tree | snapshot |
2001-08-10 |
Fred Drake | Do more to be compatible with Windows/CygWin. Make... |
commit | commitdiff | tree | snapshot |
2001-08-10 |
Fred Drake | Remove the use of the "cat" program. This improves... |
commit | commitdiff | tree | snapshot |
2001-08-10 |
Fred Drake | Added this LaTeX style file to the package since not... |
commit | commitdiff | tree | snapshot |
2001-08-10 |
Guido van Rossum | Allow AttributeError as well as TypeError for attribute... |
commit | commitdiff | tree | snapshot |
2001-08-10 |
Martin v. Löwis | _DATE_FMT does not always accompany CODESET. |
commit | commitdiff | tree | snapshot |
2001-08-10 |
Andrew M. Kuchling | Remove unused variable |
commit | commitdiff | tree | snapshot |
2001-08-10 |
Andrew M. Kuchling | Fix typo caught by PyChecker |
commit | commitdiff | tree | snapshot |
2001-08-10 |
Andrew M. Kuchling | Add forgotten import |
commit | commitdiff | tree | snapshot |
2001-08-10 |
Fred Drake | Wrap a comment to fit in 80 columns. |
commit | commitdiff | tree | snapshot |
2001-08-10 |
Andrew M. Kuchling | Use .get_license() |
commit | commitdiff | tree | snapshot |
2001-08-10 |
Andrew M. Kuchling | [Bug #412271, bug #449009] Use 'license' as the attribu... |
commit | commitdiff | tree | snapshot |
2001-08-10 |
Guido van Rossum | Change PyType_Ready() to use the READY and READYING... |
commit | commitdiff | tree | snapshot |
2001-08-10 |
Fred Drake | Added a warning about reference cycles and memory consu... |
commit | commitdiff | tree | snapshot |
2001-08-10 |
Guido van Rossum | Add new flags for PyType_Ready(): READY to explicitly... |
commit | commitdiff | tree | snapshot |
2001-08-10 |
Fred Drake | Usage fix, problem reported by Keith Briggs. |
commit | commitdiff | tree | snapshot |
2001-08-10 |
Fred Drake | Added documentation for the new rich comparison support. |
commit | commitdiff | tree | snapshot |
2001-08-10 |
Andrew M. Kuchling | Patch #441091 from Finn Bock: the more advanced flush... |
commit | commitdiff | tree | snapshot |
2001-08-10 |
Guido van Rossum | Disable the sub() optimization until Fredrik has time... |
commit | commitdiff | tree | snapshot |
2001-08-10 |
Guido van Rossum | Check in a testcase for SF bug #449000: re.sub(r'\n... |
commit | commitdiff | tree | snapshot |
2001-08-10 |
Neil Schemenauer | Remove "referents" structure (it's not needed). Check... |
commit | commitdiff | tree | snapshot |
2001-08-10 |
Jeremy Hylton | Remove hard-coded NT constants that are already defined... |
commit | commitdiff | tree | snapshot |
2001-08-10 |
Fred Drake | Remove the bogus flags parameter from the PyFile_WriteS... |
commit | commitdiff | tree | snapshot |
2001-08-10 |
Martin v. Löwis | Expose nl_langinfo through locale where available. |
commit | commitdiff | tree | snapshot |
2001-08-10 |
Jack Jansen | Regenerated. |
commit | commitdiff | tree | snapshot |
2001-08-10 |
Jack Jansen | Changed reference to config.h to pyconfig.h. |
commit | commitdiff | tree | snapshot |
2001-08-10 |
Martin v. Löwis | Get OPT from the environment to build the CCSHARED... |
commit | commitdiff | tree | snapshot |
2001-08-09 |
Tim Peters | SF patch #438013 Remove 2-byte Py_UCS2 assumptions |
commit | commitdiff | tree | snapshot |
next |