summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add new parser error code, E_OVERFLOW. This error is returned whenJeremy Hylton2000-06-205-18/+28
* add minimal test of exception use. verify that each exception can beJeremy Hylton2000-06-201-0/+12
* mark SyntaxError__str__ as METH_VARARGSJeremy Hylton2000-06-201-1/+1
* Pekka Pessi <Pekka.Pessi@nokia.com>:Fred Drake2000-06-201-3/+3
* Fredrik Lundh <effbot@telia.com>:Fred Drake2000-06-201-8/+4
* Added a new debug method sys.gettotalrefcount(), which returns the total numb...Mark Hammond2000-06-201-1/+14
* Made to work under carbon.Jack Jansen2000-06-203-2/+44
* Under carbon use the GetQDGlobalxxx methods to implement Qd.qd.member access.Jack Jansen2000-06-202-0/+84
* Made argc/argv processing work again under carbon.Jack Jansen2000-06-201-2/+2
* Christopher Fandrich <cfandrich@8cs.com>:Fred Drake2000-06-201-3/+6
* Patch from Rene Liebscher <R.Liebscher@gmx.de>, slightly modified andFred Drake2000-06-191-0/+8
* Fixed docstring typo, reported by Skip Montanaro <skip@mojam.com>.Fred Drake2000-06-191-1/+1
* Patch from Michael Hudson to fix flatten recursive data structures:Andrew M. Kuchling2000-06-191-5/+8
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-181-6/+4
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-181-1/+2
* Fix bug when the replacement template is a callable objectAndrew M. Kuchling2000-06-181-1/+1
* Patch from Lorenzo M. Catucci:Andrew M. Kuchling2000-06-181-0/+5
* Patch from /F:Andrew M. Kuchling2000-06-182-0/+106
* Patch from /F:Andrew M. Kuchling2000-06-183-22/+56
* 'get_platform()' now just returns 'sys.platform' on all platforms.Greg Ward2000-06-181-12/+4
* Regenerated autoconf files. There's an extra change to config.h.in beyondAndrew M. Kuchling2000-06-182-127/+134
* Check for existence of mremap()Andrew M. Kuchling2000-06-181-1/+2
* Support resizing the mapping depending on whether HAVE_MREMAP is definedAndrew M. Kuchling2000-06-181-4/+6
* Markup consistency nits.Fred Drake2000-06-181-89/+43
* Additional tests for seek() method, written by Trent MickAndrew M. Kuchling2000-06-182-1/+36
* Patch from Trent Mick:Andrew M. Kuchling2000-06-181-34/+105
* Removed MS_INVALIDATE flagsAndrew M. Kuchling2000-06-181-2/+2
* Make changes and clarifications suggested by Mark HammondAndrew M. Kuchling2000-06-181-14/+23
* Pulled the MSVC++-specific hackery out to a new method, 'prelink_hook()',Greg Ward2000-06-171-36/+63
* Fix the size() method to return the size of the file on Unix, not theAndrew M. Kuchling2000-06-171-3/+12
* Documentation for the mmap module: proofreaders welcomedAndrew M. Kuchling2000-06-171-0/+120
* Vladimir MARANGOZOV <Vladimir.Marangozov@inrialpes.fr>:Marc-André Lemburg2000-06-171-3/+4
* Renamed PATH_CREATED to _path_created, on the grounds that it's private andGreg Ward2000-06-171-8/+8
* Changed 'remove_tree()' to use the new 'grok_environment_error()' functionGreg Ward2000-06-171-7/+6
* Changed to use the new 'grok_environment_error()' function instead ofGreg Ward2000-06-171-10/+1
* Added 'grok_environment_error()' function to deal with the variousGreg Ward2000-06-171-0/+20
* Bastian Kleineidam: added 'remove_tree()' function. Needed so thatGreg Ward2000-06-171-10/+25
* Fixed install directory for header files on Unix.Greg Ward2000-06-171-1/+1
* Updates from Marc-Andre Lemburg <mal@leburg.com> for the Unicode support.Fred Drake2000-06-162-2/+273
* Added reference count information for PySequence_List().Fred Drake2000-06-161-0/+3
* Documented PySequence_List() and PySequence_Tuple().Fred Drake2000-06-161-20/+54
* Michael Hudson <mwh21@cam.ac.uk>:Marc-André Lemburg2000-06-161-1/+1
* do_cmd_textasciitilde(): New function.Fred Drake2000-06-151-0/+5
* Fix markup error that hid a tilde character; reported long ago byFred Drake2000-06-151-1/+12
* Michael Hudson <mwh21@cam.ac.uk>:Fred Drake2000-06-151-4/+4
* Thomas Wouters <thomas@xs4all.net>:Fred Drake2000-06-153-0/+46
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-142-0/+48
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-141-6/+0
* Oops, default type and creator were reversed.Jack Jansen2000-06-141-1/+1
* Hook in the documentation for the unicodedata module.Fred Drake2000-06-132-0/+2