| Commit message (Expand) | Author | Age | Files | Lines |
* | verify that Python raises SyntaxError for long and deeply-nested expressions | Jeremy Hylton | 2000-06-20 | 2 | -0/+20 |
|
|
* | Add new parser error code, E_OVERFLOW. This error is returned when | Jeremy Hylton | 2000-06-20 | 5 | -18/+28 |
|
|
* | add minimal test of exception use. verify that each exception can be | Jeremy Hylton | 2000-06-20 | 1 | -0/+12 |
|
|
* | mark SyntaxError__str__ as METH_VARARGS | Jeremy Hylton | 2000-06-20 | 1 | -1/+1 |
|
|
* | Pekka Pessi <Pekka.Pessi@nokia.com>: | Fred Drake | 2000-06-20 | 1 | -3/+3 |
|
|
* | Fredrik Lundh <effbot@telia.com>: | Fred Drake | 2000-06-20 | 1 | -8/+4 |
|
|
* | Added a new debug method sys.gettotalrefcount(), which returns the total numb... | Mark Hammond | 2000-06-20 | 1 | -1/+14 |
|
|
* | Made to work under carbon. | Jack Jansen | 2000-06-20 | 3 | -2/+44 |
|
|
* | Under carbon use the GetQDGlobalxxx methods to implement Qd.qd.member access. | Jack Jansen | 2000-06-20 | 2 | -0/+84 |
|
|
* | Made argc/argv processing work again under carbon. | Jack Jansen | 2000-06-20 | 1 | -2/+2 |
|
|
* | Christopher Fandrich <cfandrich@8cs.com>: | Fred Drake | 2000-06-20 | 1 | -3/+6 |
|
|
* | Patch from Rene Liebscher <R.Liebscher@gmx.de>, slightly modified and | Fred Drake | 2000-06-19 | 1 | -0/+8 |
|
|
* | Fixed docstring typo, reported by Skip Montanaro <skip@mojam.com>. | Fred Drake | 2000-06-19 | 1 | -1/+1 |
|
|
* | Patch from Michael Hudson to fix flatten recursive data structures: | Andrew M. Kuchling | 2000-06-19 | 1 | -5/+8 |
|
|
* | Marc-Andre Lemburg <mal@lemburg.com>: | Marc-André Lemburg | 2000-06-18 | 1 | -6/+4 |
|
|
* | Marc-Andre Lemburg <mal@lemburg.com>: | Marc-André Lemburg | 2000-06-18 | 1 | -1/+2 |
|
|
* | Fix bug when the replacement template is a callable object | Andrew M. Kuchling | 2000-06-18 | 1 | -1/+1 |
|
|
* | Patch from Lorenzo M. Catucci: | Andrew M. Kuchling | 2000-06-18 | 1 | -0/+5 |
|
|
* | Patch from /F: | Andrew M. Kuchling | 2000-06-18 | 2 | -0/+106 |
|
|
* | Patch from /F: | Andrew M. Kuchling | 2000-06-18 | 3 | -22/+56 |
|
|
* | 'get_platform()' now just returns 'sys.platform' on all platforms. | Greg Ward | 2000-06-18 | 1 | -12/+4 |
|
|
* | Regenerated autoconf files. There's an extra change to config.h.in beyond | Andrew M. Kuchling | 2000-06-18 | 2 | -127/+134 |
|
|
* | Check for existence of mremap() | Andrew M. Kuchling | 2000-06-18 | 1 | -1/+2 |
|
|
* | Support resizing the mapping depending on whether HAVE_MREMAP is defined | Andrew M. Kuchling | 2000-06-18 | 1 | -4/+6 |
|
|
* | Markup consistency nits. | Fred Drake | 2000-06-18 | 1 | -89/+43 |
|
|
* | Additional tests for seek() method, written by Trent Mick | Andrew M. Kuchling | 2000-06-18 | 2 | -1/+36 |
|
|
* | Patch from Trent Mick: | Andrew M. Kuchling | 2000-06-18 | 1 | -34/+105 |
|
|
* | Removed MS_INVALIDATE flags | Andrew M. Kuchling | 2000-06-18 | 1 | -2/+2 |
|
|
* | Make changes and clarifications suggested by Mark Hammond | Andrew M. Kuchling | 2000-06-18 | 1 | -14/+23 |
|
|
* | Pulled the MSVC++-specific hackery out to a new method, 'prelink_hook()', | Greg Ward | 2000-06-17 | 1 | -36/+63 |
|
|
* | Fix the size() method to return the size of the file on Unix, not the | Andrew M. Kuchling | 2000-06-17 | 1 | -3/+12 |
|
|
* | Documentation for the mmap module: proofreaders welcomed | Andrew M. Kuchling | 2000-06-17 | 1 | -0/+120 |
|
|
* | Vladimir MARANGOZOV <Vladimir.Marangozov@inrialpes.fr>: | Marc-André Lemburg | 2000-06-17 | 1 | -3/+4 |
|
|
* | Renamed PATH_CREATED to _path_created, on the grounds that it's private and | Greg Ward | 2000-06-17 | 1 | -8/+8 |
|
|
* | Changed 'remove_tree()' to use the new 'grok_environment_error()' function | Greg Ward | 2000-06-17 | 1 | -7/+6 |
|
|
* | Changed to use the new 'grok_environment_error()' function instead of | Greg Ward | 2000-06-17 | 1 | -10/+1 |
|
|
* | Added 'grok_environment_error()' function to deal with the various | Greg Ward | 2000-06-17 | 1 | -0/+20 |
|
|
* | Bastian Kleineidam: added 'remove_tree()' function. Needed so that | Greg Ward | 2000-06-17 | 1 | -10/+25 |
|
|
* | Fixed install directory for header files on Unix. | Greg Ward | 2000-06-17 | 1 | -1/+1 |
|
|
* | Updates from Marc-Andre Lemburg <mal@leburg.com> for the Unicode support. | Fred Drake | 2000-06-16 | 2 | -2/+273 |
|
|
* | Added reference count information for PySequence_List(). | Fred Drake | 2000-06-16 | 1 | -0/+3 |
|
|
* | Documented PySequence_List() and PySequence_Tuple(). | Fred Drake | 2000-06-16 | 1 | -20/+54 |
|
|
* | Michael Hudson <mwh21@cam.ac.uk>: | Marc-André Lemburg | 2000-06-16 | 1 | -1/+1 |
|
|
* | do_cmd_textasciitilde(): New function. | Fred Drake | 2000-06-15 | 1 | -0/+5 |
|
|
* | Fix markup error that hid a tilde character; reported long ago by | Fred Drake | 2000-06-15 | 1 | -1/+12 |
|
|
* | Michael Hudson <mwh21@cam.ac.uk>: | Fred Drake | 2000-06-15 | 1 | -4/+4 |
|
|
* | Thomas Wouters <thomas@xs4all.net>: | Fred Drake | 2000-06-15 | 3 | -0/+46 |
|
|
* | Marc-Andre Lemburg <mal@lemburg.com>: | Marc-André Lemburg | 2000-06-14 | 2 | -0/+48 |
|
|
* | Marc-Andre Lemburg <mal@lemburg.com>: | Marc-André Lemburg | 2000-06-14 | 1 | -6/+0 |
|
|
* | Oops, default type and creator were reversed. | Jack Jansen | 2000-06-14 | 1 | -1/+1 |
|
|