| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert this checkin: | Trent Mick | 2000-08-13 | 17 | -4040/+4040 |
|
|
* | Check for overflow in list object insertion and raise OverflowError. | Trent Mick | 2000-08-13 | 1 | -0/+5 |
|
|
* | The list comp patch checked for the second child node of the 'listmaker' | Thomas Wouters | 2000-08-13 | 1 | -1/+1 |
|
|
* | Fix a typo in the PyMem_Resize macro, found by Andrew Kuchling | Vladimir Marangozov | 2000-08-13 | 1 | -1/+1 |
|
|
* | Overhauld 'check_config_h()': now returns a (status, details) tuple, | Greg Ward | 2000-08-13 | 1 | -26/+45 |
|
|
* | Added a whinging comment about the ugliness of constructing the BCPP | Greg Ward | 2000-08-13 | 1 | -0/+10 |
|
|
* | Rene Liebscher: | Greg Ward | 2000-08-13 | 1 | -18/+23 |
|
|
* | Rene Liebscher: | Greg Ward | 2000-08-13 | 1 | -4/+3 |
|
|
* | get_export_symbols() changed, adds now module init function if not given | Greg Ward | 2000-08-13 | 1 | -8/+4 |
|
|
* | Rene Liebscher: ext.export_symbols is now always a list (added 'or []'). | Greg Ward | 2000-08-13 | 1 | -1/+1 |
|
|
* | Typo fix in docstring. | Greg Ward | 2000-08-13 | 1 | -2/+1 |
|
|
* | Fix references to functions formerly imported from 'util'. | Greg Ward | 2000-08-13 | 1 | -20/+23 |
|
|
* | Clean up warning from Monterey compiler. | Trent Mick | 2000-08-12 | 1 | -1/+1 |
|
|
* | The list comprehensions patch partly reversed the removal of UNPACK_LIST, | Thomas Wouters | 2000-08-12 | 1 | -13/+0 |
|
|
* | Clean up a warning on Win64. The downcast of the strlen size_t | Trent Mick | 2000-08-12 | 1 | -1/+1 |
|
|
* | Clean up a couple of warnings on Win64. The downcast of the strlen size_t | Trent Mick | 2000-08-12 | 1 | -1/+1 |
|
|
* | Use safer comparisons (only matters when sizeof(int) != sizeof(size_t)). fread | Trent Mick | 2000-08-12 | 2 | -4/+4 |
|
|
* | Bring Tools/compiler almost up to date. Specifically: | Thomas Wouters | 2000-08-12 | 6 | -696/+698 |
|
|
* | Fix some markup errors that prevented formatting, and one that didn't. | Fred Drake | 2000-08-12 | 1 | -4/+5 |
|
|
* | Add the current Win64 compiler to the list of those that need the | Trent Mick | 2000-08-12 | 1 | -1/+5 |
|
|
* | Updated this module after the recent grammar changes | Andrew M. Kuchling | 2000-08-12 | 1 | -11/+15 |
|
|
* | Back out ESR's erroneous commit of a DB-related change | Andrew M. Kuchling | 2000-08-12 | 1 | -6/+0 |
|
|
* | list comprehensions. see | Skip Montanaro | 2000-08-12 | 8 | -232/+528 |
|
|
* | Whoever added the Makefile rule to auto-build the Grammar didn't have | Guido van Rossum | 2000-08-12 | 1 | -1/+2 |
|
|
* | Added information for PyEval_EvalCode(). | Fred Drake | 2000-08-12 | 1 | -2/+7 |
|
|
* | Added Marc-Andre Lemburg's documentation for string methods, with some | Fred Drake | 2000-08-12 | 1 | -23/+216 |
|
|
* | These files all used to be tagged as binary in CVS. I recently changed this so | Trent Mick | 2000-08-11 | 17 | -4040/+4040 |
|
|
* | 'make' in Grammar too, so graminit.h and graminit.c get re-build when | Thomas Wouters | 2000-08-11 | 1 | -2/+6 |
|
|
* | Merge UNPACK_LIST and UNPACK_TUPLE into a single UNPACK_SEQUENCE, since they | Thomas Wouters | 2000-08-11 | 6 | -29/+15 |
|
|
* | PyRun_InteractiveOne(), | Fred Drake | 2000-08-11 | 1 | -2/+20 |
|
|
* | Some minor clarifications and added some index entries. | Fred Drake | 2000-08-11 | 1 | -20/+22 |
|
|
* | O_BINARY: Documented this constant; omission noted by David Ascher. | Fred Drake | 2000-08-11 | 1 | -1/+8 |
|
|
* | do_env_cfuncdesc(): Push as much of the generated HTML into one place | Fred Drake | 2000-08-11 | 1 | -8/+8 |
|
|
* | getopt(): revise description of long_options parameter slightly so it will | Fred Drake | 2000-08-11 | 1 | -19/+43 |
|
|
* | Add largefile support for Linux64 and WIn64. Add test_largefile and some minor | Trent Mick | 2000-08-11 | 4 | -44/+287 |
|
|
* | Added material about documenting packages, so that the use of module | Fred Drake | 2000-08-11 | 1 | -0/+20 |
|
|
* | Include the document dependencies earlier so that documents are rebuilt | Fred Drake | 2000-08-11 | 1 | -2/+2 |
|
|
* | Markup errors: \cfuntion -> \cfunction | Fred Drake | 2000-08-11 | 1 | -3/+3 |
|
|
* | ANY becomes void, to reflect the requirement for ANSI C. | Fred Drake | 2000-08-11 | 1 | -18/+11 |
|
|
* | Add support for FreeBSD --rpath linker option; this is equivalent to | Fred Drake | 2000-08-11 | 1 | -0/+1 |
|
|
* | #include reordering so that extern "C" does not interfere with | Vladimir Marangozov | 2000-08-11 | 1 | -38/+40 |
|
|
* | Added #fndef's to avoid compiler errors. | Marc-André Lemburg | 2000-08-11 | 1 | -1/+3 |
|
|
* | Use built in function filter instead of doing it laboriously by hand. | Sjoerd Mullender | 2000-08-11 | 1 | -5/+4 |
|
|
* | Fix missing decrements of the recursive counter in PyObject_Compare(). | Vladimir Marangozov | 2000-08-11 | 1 | -6/+12 |
|
|
* | Clean up compiler warning exposed by GCC's -Wall option: make sure | Fred Drake | 2000-08-10 | 1 | -2/+2 |
|
|
* | add better algorithm to get fully qualified domain name for localhost | Peter Schneider-Kamp | 2000-08-10 | 1 | -17/+21 |
|
|
* | remove all occurence of math.rint() from the sources | Peter Schneider-Kamp | 2000-08-10 | 9 | -133/+90 |
|
|
* | Improve MHMailbox: messages are now sorted in numerical order. | Guido van Rossum | 2000-08-10 | 1 | -3/+8 |
|
|
* | More on noutrefresh. | Eric S. Raymond | 2000-08-09 | 1 | -1/+3 |
|
|
* | Tweak curses.wrapper so it initializes colors if they are available. | Eric S. Raymond | 2000-08-09 | 3 | -4/+20 |
|
|