| Commit message (Expand) | Author | Age | Files | Lines |
* | Tweak curses.wrapper so it initializes colors if they are available. | Eric S. Raymond | 2000-08-09 | 3 | -4/+20 |
|
|
* | -- added a couple of missing Tkinter constants (canvas item styles, | Fredrik Lundh | 2000-08-09 | 1 | -0/+22 |
|
|
* | -- don't mess up in winfo_visualsavailable if the system only | Fredrik Lundh | 2000-08-09 | 1 | -0/+2 |
|
|
* | -- added optional newstate argument to Wm.state. The newstate arg | Fredrik Lundh | 2000-08-09 | 1 | -4/+4 |
|
|
* | -- use explicit conversion instead of u-string literal in the test | Fredrik Lundh | 2000-08-09 | 1 | -4/+8 |
|
|
* | -- added xview_moveto, xview_scroll, yview_moveto, yview_scroll | Fredrik Lundh | 2000-08-09 | 1 | -3/+19 |
|
|
* | -- untabification (use "diff -b" to verify) | Fredrik Lundh | 2000-08-09 | 2 | -2859/+2858 |
|
|
* | Correct markup error. | Fred Drake | 2000-08-09 | 1 | -2/+3 |
|
|
* | Correct version number at which the curses.ascii module was introduced. | Fred Drake | 2000-08-09 | 1 | -1/+1 |
|
|
* | Fix a few markup errors and lots of small consistency issues. | Fred Drake | 2000-08-09 | 1 | -42/+55 |
|
|
* | fix_font(): Handle one more case for the magical first column of tables. | Fred Drake | 2000-08-09 | 1 | -0/+3 |
|
|
* | -- changed findall to return empty strings instead of None | Fredrik Lundh | 2000-08-09 | 2 | -11/+12 |
|
|
* | -- enabled some temporarily disabled RE tests | Fredrik Lundh | 2000-08-08 | 3 | -6/+39 |
|
|
* | -- whitespace cleanup (real changes coming in next checkin) | Fredrik Lundh | 2000-08-08 | 1 | -20/+20 |
|
|
* | -- whitespace cleanup (more tests to be added in the next commit) | Fredrik Lundh | 2000-08-08 | 1 | -23/+23 |
|
|
* | Barry's patch to document the new setdefault() method. Slightly | Guido van Rossum | 2000-08-08 | 1 | -0/+8 |
|
|
* | Barry's patch to test the new setdefault() method. | Guido van Rossum | 2000-08-08 | 1 | -0/+12 |
|
|
* | Barry's patch to implement the new setdefault() method. | Guido van Rossum | 2000-08-08 | 2 | -0/+40 |
|
|
* | Fix so 'split_quoted()' handles any whitespace delimiter (not just space). | Greg Ward | 2000-08-08 | 1 | -2/+2 |
|
|
* | Removing UTF-16 aware Unicode comparison code. This kind of compare | Marc-André Lemburg | 2000-08-08 | 3 | -51/+86 |
|
|
* | Moved PyOS_StackCheck prototype to pythonrun.h | Jack Jansen | 2000-08-07 | 1 | -1/+0 |
|
|
* | Added a missing } in the USE_STACKCHECK code. | Jack Jansen | 2000-08-07 | 1 | -0/+1 |
|
|
* | Added a prototype for PyOS_CheckStack (within #ifdef USE_STACKCHECK). | Jack Jansen | 2000-08-07 | 1 | -0/+3 |
|
|
* | -- reset marks if repeat_one tail doesn't match | Fredrik Lundh | 2000-08-07 | 4 | -213/+296 |
|
|
* | -- from Trent Mick: [Patch #101010] replace use of INT_PTR | Fredrik Lundh | 2000-08-07 | 2 | -7/+3 |
|
|
* | When returning an error from jcompile() (which is passed through by | Guido van Rossum | 2000-08-07 | 1 | -0/+8 |
|
|
* | Avoid dumping core when PyErr_NormalizeException() is called without | Guido van Rossum | 2000-08-07 | 1 | -0/+6 |
|
|
* | + if USE_STACKCHECK is defined, use PyOS_CheckStack to look | Fredrik Lundh | 2000-08-07 | 1 | -0/+7 |
|
|
* | Initialized opcode and oparg to silence a gcc -Wall warning. | Moshe Zadka | 2000-08-07 | 1 | -2/+2 |
|
|
* | Fix so the 'install_libbase' directory -- where .pth files are installed -- | Greg Ward | 2000-08-07 | 1 | -1/+1 |
|
|
* | Fix so we clear or reinitialize various data structures before populating | Greg Ward | 2000-08-07 | 1 | -0/+5 |
|
|
* | Neil Schemenauer: GC enable(), disable(), isenabled() interface. | Vladimir Marangozov | 2000-08-06 | 3 | -23/+107 |
|
|
* | Project for pyexpat module. | Jack Jansen | 2000-08-06 | 2 | -0/+1 |
|
|
* | Rewrite of normpath() by Corran Webster, so trailing :s are removed | Jack Jansen | 2000-08-06 | 1 | -32/+23 |
|
|
* | Wrote the "Describing extension modules" section. | Greg Ward | 2000-08-06 | 1 | -4/+193 |
|
|
* | Cleanup configure.in. Specifically: | Thomas Wouters | 2000-08-05 | 3 | -266/+242 |
|
|
* | Fix some strange indentation and grammar that have been bugging me for | Thomas Wouters | 2000-08-05 | 1 | -6/+5 |
|
|
* | Changed H specifier to mean "bitfield", i.e. any value from | Jack Jansen | 2000-08-05 | 1 | -5/+27 |
|
|
* | Fixed imports from '*util' modules to not just import everything from util. | Greg Ward | 2000-08-05 | 7 | -16/+18 |
|
|
* | Drop the 'extend()' function -- old 1.5.1 compatibility hack that | Greg Ward | 2000-08-05 | 1 | -20/+0 |
|
|
* | Pragmas that instruct the linker to link against python20.lib (or | Greg Ward | 2000-08-05 | 1 | -2/+4 |
|
|
* | A bundle of wording improvements, corrections, clarifications, updates, | Greg Ward | 2000-08-05 | 1 | -68/+77 |
|
|
* | Removed unnecessary local variable -- gave warning on gcc -Wall | Moshe Zadka | 2000-08-04 | 1 | -2/+0 |
|
|
* | Removing warnings by gcc -Wall -- cast ugly || to void. | Moshe Zadka | 2000-08-04 | 1 | -1/+1 |
|
|
* | add note about compiler directory | Jeremy Hylton | 2000-08-04 | 1 | -0/+4 |
|
|
* | replace most calls to emit 'SET_LINENO' will call to method set_lineno | Jeremy Hylton | 2000-08-04 | 2 | -62/+84 |
|
|
* | update my email address | Jeremy Hylton | 2000-08-04 | 2 | -2/+8 |
|
|
* | Removing warnings discovered by gcc -Wall | Moshe Zadka | 2000-08-04 | 2 | -5/+5 |
|
|
* | Removing warnings found by gcc -Wall | Moshe Zadka | 2000-08-04 | 2 | -4/+9 |
|
|
* | Oooopsss.....tab and space mismatch corrected. | Moshe Zadka | 2000-08-04 | 1 | -2/+2 |
|
|