summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Whoever added the Makefile rule to auto-build the Grammar didn't haveGuido van Rossum2000-08-121-1/+2
* Added information for PyEval_EvalCode().Fred Drake2000-08-121-2/+7
* Added Marc-Andre Lemburg's documentation for string methods, with someFred Drake2000-08-121-23/+216
* These files all used to be tagged as binary in CVS. I recently changed this soTrent Mick2000-08-1117-4040/+4040
* 'make' in Grammar too, so graminit.h and graminit.c get re-build whenThomas Wouters2000-08-111-2/+6
* Merge UNPACK_LIST and UNPACK_TUPLE into a single UNPACK_SEQUENCE, since theyThomas Wouters2000-08-116-29/+15
* PyRun_InteractiveOne(),Fred Drake2000-08-111-2/+20
* Some minor clarifications and added some index entries.Fred Drake2000-08-111-20/+22
* O_BINARY: Documented this constant; omission noted by David Ascher.Fred Drake2000-08-111-1/+8
* do_env_cfuncdesc(): Push as much of the generated HTML into one placeFred Drake2000-08-111-8/+8
* getopt(): revise description of long_options parameter slightly so it willFred Drake2000-08-111-19/+43
* Add largefile support for Linux64 and WIn64. Add test_largefile and some minorTrent Mick2000-08-114-44/+287
* Added material about documenting packages, so that the use of moduleFred Drake2000-08-111-0/+20
* Include the document dependencies earlier so that documents are rebuiltFred Drake2000-08-111-2/+2
* Markup errors: \cfuntion -> \cfunctionFred Drake2000-08-111-3/+3
* 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