summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ANY becomes void, to reflect the requirement for ANSI C.Fred Drake2000-08-111-18/+11
* Add support for FreeBSD --rpath linker option; this is equivalent toFred Drake2000-08-111-0/+1
* #include reordering so that extern "C" does not interfere withVladimir Marangozov2000-08-111-38/+40
* Added #fndef's to avoid compiler errors.Marc-André Lemburg2000-08-111-1/+3
* Use built in function filter instead of doing it laboriously by hand.Sjoerd Mullender2000-08-111-5/+4
* Fix missing decrements of the recursive counter in PyObject_Compare().Vladimir Marangozov2000-08-111-6/+12
* Clean up compiler warning exposed by GCC's -Wall option: make sureFred Drake2000-08-101-2/+2
* add better algorithm to get fully qualified domain name for localhostPeter Schneider-Kamp2000-08-101-17/+21
* remove all occurence of math.rint() from the sourcesPeter Schneider-Kamp2000-08-109-133/+90
* Improve MHMailbox: messages are now sorted in numerical order.Guido van Rossum2000-08-101-3/+8
* More on noutrefresh.Eric S. Raymond2000-08-091-1/+3
* Tweak curses.wrapper so it initializes colors if they are available.Eric S. Raymond2000-08-093-4/+20
* -- added a couple of missing Tkinter constants (canvas item styles,Fredrik Lundh2000-08-091-0/+22
* -- don't mess up in winfo_visualsavailable if the system onlyFredrik Lundh2000-08-091-0/+2
* -- added optional newstate argument to Wm.state. The newstate argFredrik Lundh2000-08-091-4/+4
* -- use explicit conversion instead of u-string literal in the testFredrik Lundh2000-08-091-4/+8
* -- added xview_moveto, xview_scroll, yview_moveto, yview_scrollFredrik Lundh2000-08-091-3/+19
* -- untabification (use "diff -b" to verify)Fredrik Lundh2000-08-092-2859/+2858
* Correct markup error.Fred Drake2000-08-091-2/+3
* Correct version number at which the curses.ascii module was introduced.Fred Drake2000-08-091-1/+1
* Fix a few markup errors and lots of small consistency issues.Fred Drake2000-08-091-42/+55
* fix_font(): Handle one more case for the magical first column of tables.Fred Drake2000-08-091-0/+3
* -- changed findall to return empty strings instead of NoneFredrik Lundh2000-08-092-11/+12
* -- enabled some temporarily disabled RE testsFredrik Lundh2000-08-083-6/+39
* -- whitespace cleanup (real changes coming in next checkin)Fredrik Lundh2000-08-081-20/+20
* -- whitespace cleanup (more tests to be added in the next commit)Fredrik Lundh2000-08-081-23/+23
* Barry's patch to document the new setdefault() method. SlightlyGuido van Rossum2000-08-081-0/+8
* Barry's patch to test the new setdefault() method.Guido van Rossum2000-08-081-0/+12
* Barry's patch to implement the new setdefault() method.Guido van Rossum2000-08-082-0/+40
* Fix so 'split_quoted()' handles any whitespace delimiter (not just space).Greg Ward2000-08-081-2/+2
* Removing UTF-16 aware Unicode comparison code. This kind of compareMarc-André Lemburg2000-08-083-51/+86
* Moved PyOS_StackCheck prototype to pythonrun.hJack Jansen2000-08-071-1/+0
* Added a missing } in the USE_STACKCHECK code.Jack Jansen2000-08-071-0/+1
* Added a prototype for PyOS_CheckStack (within #ifdef USE_STACKCHECK).Jack Jansen2000-08-071-0/+3
* -- reset marks if repeat_one tail doesn't matchFredrik Lundh2000-08-074-213/+296
* -- from Trent Mick: [Patch #101010] replace use of INT_PTRFredrik Lundh2000-08-072-7/+3
* When returning an error from jcompile() (which is passed through byGuido van Rossum2000-08-071-0/+8
* Avoid dumping core when PyErr_NormalizeException() is called withoutGuido van Rossum2000-08-071-0/+6
* + if USE_STACKCHECK is defined, use PyOS_CheckStack to lookFredrik Lundh2000-08-071-0/+7
* Initialized opcode and oparg to silence a gcc -Wall warning.Moshe Zadka2000-08-071-2/+2
* Fix so the 'install_libbase' directory -- where .pth files are installed --Greg Ward2000-08-071-1/+1
* Fix so we clear or reinitialize various data structures before populatingGreg Ward2000-08-071-0/+5
* Neil Schemenauer: GC enable(), disable(), isenabled() interface.Vladimir Marangozov2000-08-063-23/+107
* Project for pyexpat module.Jack Jansen2000-08-062-0/+1
* Rewrite of normpath() by Corran Webster, so trailing :s are removedJack Jansen2000-08-061-32/+23
* Wrote the "Describing extension modules" section.Greg Ward2000-08-061-4/+193
* Cleanup configure.in. Specifically:Thomas Wouters2000-08-053-266/+242
* Fix some strange indentation and grammar that have been bugging me forThomas Wouters2000-08-051-6/+5
* Changed H specifier to mean "bitfield", i.e. any value fromJack Jansen2000-08-051-5/+27
* Fixed imports from '*util' modules to not just import everything from util.Greg Ward2000-08-057-16/+18