- 855ffac Fix fatal compiler (MSVC6) error: by Tim Peters · 24 years ago
- a924bb1 split and join on "/" in commonprefix by Skip Montanaro · 24 years ago
- fb62584 Fix to a bug found by Florian Weimer: by Marc-André Lemburg · 24 years ago
- 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
- c533e4a Bugfix by Rob W. W. Hooft, from his spelling fixes patch. This one is a by Thomas Wouters · 24 years ago
- 307d7a4 Implemented getdefaultlocale() for macintosh, after an idea by Fredrik. by Jack Jansen · 24 years ago
- c8081e9 Modified the standard mac preamble so we include pymactoolbox.h in by Jack Jansen · 24 years ago
- 629eee0 ScannerPREUH3.initpatterns() should call Scanner.initpatterns() so the by Jack Jansen · 24 years ago
- e201cba Oops, forgot to run autoheader before checking in the _getpty move to by Thomas Wouters · 24 years ago
- 3fded4b -- fixed the comment, too by Fredrik Lundh · 24 years ago
- efd7b00 -- note to self: wait until 'cvs commit' has finished before by Fredrik Lundh · 24 years ago
- 47ac126 -- changed default encoding to "ascii". you can still change by Fredrik Lundh · 24 years ago
- 467a67e Fix in PyList_New(). With GC enabled and when out of memory, by Vladimir Marangozov · 24 years ago
- 5ff2ac2 Break a cycle created in the saboteur() function. by Vladimir Marangozov · 24 years ago
- a44923f Got rid of obsolete HAVE_UNIVERSAL_HEADERS test and SystemSevenOrLater define. by Jack Jansen · 24 years ago
- 74a1e63 Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef. by Jack Jansen · 24 years ago
- 2d391f2 include stdio.h for sprintf prototype. by Jack Jansen · 24 years ago
- 9d8b96c pymactoolbox.h contains protoypes for all externally visible toolbox module by Jack Jansen · 24 years ago
- 41e25cc include macdefs.h for declaration of getwd, if non-gusi python. by Jack Jansen · 24 years ago
- bb7e213 PyMac_PromptGetFile and PyMac_GetDirectory don't exist in carbonpython. by Jack Jansen · 24 years ago
- c3f593e Don't declare sync if we use gusi. by Jack Jansen · 24 years ago
- f868de6 Document the second round of ConfigParser changes. by Eric S. Raymond · 24 years ago
- 70c21a1 Move (actually copy) support for the sgi._getpty() function into by Thomas Wouters · 24 years ago
- 649685a ConfigParser enhancements to edit existing configs, part 2 by Eric S. Raymond · 24 years ago
- 23adc9f Typo fix from Bastian Kleineidam by Andrew M. Kuchling · 24 years ago
- 397be50 moving files to nondist/sf-html by Peter Schneider-Kamp · 24 years ago
- a1dbd1b Gosh - clean up that messy HTML; make it valid XHTML instead. by Vladimir Marangozov · 24 years ago
- d57f5cf Break the cycles after testing cmp() on cyclic objects. by Vladimir Marangozov · 24 years ago
- 374724e added information how to edit pages at http://python.sourceforge.net by Peter Schneider-Kamp · 24 years ago
- 737bcc3 small FAQ about Python CVS and patches at SourceForge by Peter Schneider-Kamp · 24 years ago
- 9f28a03 Use PyObject_AsFileDescriptor by Andrew M. Kuchling · 24 years ago
- 8c46b30 Document PyObject_AsFileDescriptor by Andrew M. Kuchling · 24 years ago
- 06051ed Added PyObject_AsFileDescriptor, which checks for integer, long integer, by Andrew M. Kuchling · 24 years ago
- 9656abd ANSI-fication (got lost in the deep seas of source forge <wink>) by Peter Schneider-Kamp · 24 years ago
- fa521f1 fix PyXXX_Length macros as suggested by Fred by Jeremy Hylton · 24 years ago
- f67c238 Patch by Toby Dickenson, mentored by Mark Hammond, to support by Guido van Rossum · 24 years ago
- 5e70cfe Apply Greg Kochanski's fix for open/265. by Eric S. Raymond · 24 years ago
- dfbd4c7 Fix bug open/243 reported by Dimitri Papadopoulos by Eric S. Raymond · 24 years ago
- 9a5086c just fixing the indentation by Peter Schneider-Kamp · 24 years ago
- 11384c6 raise error on duplicate function arguments by Peter Schneider-Kamp · 24 years ago
- 91826ed Improve the descriptions of expected exceptions for __getitem__(), by Fred Drake · 24 years ago
- 8d2f2b2 From Sam Rushing's Medusa, via SF patch #100858: add & document by Andrew M. Kuchling · 24 years ago
- 4d5d5bf forgot to change copy.copy(m) to m[:] by Skip Montanaro · 24 years ago
- 8dc19f6 Propagate the current exception in get_inprogress_dict() -- it doesn't by Vladimir Marangozov · 24 years ago
- 794b483 deleted obsolete SYMANTEC__CFM68K__ tests by Skip Montanaro · 24 years ago
- 6980dff delete obsolete SYMANTEC__CFM68K__ #ifdefs by Skip Montanaro · 24 years ago
- 97bc98a fixed semantics of commonprefix to work by path elements instead of characters. by Skip Montanaro · 24 years ago
- 03657cf replace PyXXX_Length calls with PyXXX_Size calls by Jeremy Hylton · 24 years ago
- 6253f83 change abstract size functions PySequence_Size &c. by Jeremy Hylton · 24 years ago
- f981c8f Add "exceptions" to list of built-in modules for the sake of by Guido van Rossum · 24 years ago
- 3f2fa0a Add "exceptions" to list of built-in modules for the sake of by Guido van Rossum · 24 years ago
- 0ae5284 Fixed up some ANSIfications. by Sjoerd Mullender · 24 years ago
- 42bb8b3 apply patch #100868 from Moshe Zadka: by Greg Stein · 24 years ago
- 35e459c debug_instance(): Use the same %p format directive as with by Barry Warsaw · 24 years ago
- a618028 Second try: checks whether right shift extends the sign bit. by Vladimir Marangozov · 24 years ago
- 0582df9 Convert coding style to be internally consistent and similar to the by Fred Drake · 24 years ago
- cc1be24 Always use the :funcname part of the format specifier for PyArg_ParseTuple() by Fred Drake · 24 years ago
- bdcf91f Documentation for the gc module. Text from Neil Schemenauer by Fred Drake · 24 years ago
- bf26e07 Worm around MSVC6 error on single string literal > 2Kb. by Tim Peters · 24 years ago
- 38f7441 Remove extra argument to method call by Andrew M. Kuchling · 24 years ago
- 676aa88 Checks whether right shift extends the sign bit. by Vladimir Marangozov · 24 years ago
- 9a5a5d1 Checks whether right shift extends the sign bit. by Vladimir Marangozov · 24 years ago
- bd9848d Fix typo in error message by Andrew M. Kuchling · 24 years ago
- 7ae3a5e Resynchronize the TeX docs with (a) the module docstring, and (b) my recent by Eric S. Raymond · 24 years ago
- c72c3be Fix bugs in readinst(): by Andrew M. Kuchling · 24 years ago
- a4e75d7 Patch #100854 from jhylton: eliminate compiler warnings in pyexpat: by Andrew M. Kuchling · 24 years ago
- 9e3d73a Fix mixed mallocs: re->re_patbuf.buffer is allocated with std malloc(). by Vladimir Marangozov · 24 years ago
- 56509a3 new test for posixpath module by Skip Montanaro · 24 years ago
- e809b00 new test file for posixpath module by Skip Montanaro · 24 years ago
- 618e25d Errare humanum est. by Peter Schneider-Kamp · 24 years ago
- e17fd2a Got rid of __SC__ ifdefs. by Jack Jansen · 24 years ago
- cbf630f Include macglue.h for some function prototypes, and renamed a few by Jack Jansen · 24 years ago
- 28fc880 Include macglue.h on the macintosh, so function prototypes are in scope. by Jack Jansen · 24 years ago
- e4b4863 One more include of limits.h (possibly to be moved elsewhere when there is by Jack Jansen · 24 years ago
- 1af5b08 Removed guesstabsize.c, which is obsolete. by Jack Jansen · 24 years ago
- 4ceaa03 - Removed guesstabsize.c, which is obsolete. by Jack Jansen · 24 years ago
- 9ae898b ANSIfication step 2: make sure all needed prototypes are available, and all needed by Jack Jansen · 24 years ago
- 5e80a75 Added a declaration of fileno() if we use GUSI. Not sure whether it should go here or in pyport.h really... by Jack Jansen · 24 years ago
- 85152b9 Fiddled declaration/implementation of setcallback() so that it is ansifyable. by Jack Jansen · 24 years ago
- 88887aa small updates to string_join: by Jeremy Hylton · 24 years ago
- 672fac0 satisfy the -Wall: remove two unused local variables and unused ins function by Jeremy Hylton · 24 years ago
- d88296d ANSIfication step 1: get rid of Py_PROTO and Py_FPROTO. by Jack Jansen · 24 years ago
- 4d4daed Fix incomplete merge of Ping's SyntaxError enhancement patch (my fault). by Fred Drake · 24 years ago
- 7399b9e Moshe Zadka <mzadka@geocities.com>: by Fred Drake · 24 years ago
- 85f3639 Create two new exceptions: IndentationError and TabError. These are by Fred Drake · 24 years ago
- 88e1932 fixed a warning in getsockaddrlen by Peter Schneider-Kamp · 24 years ago
- 7f589fd add expandtabs command (-e) change eliminate to delete (-d) by Peter Schneider-Kamp · 24 years ago
- acab3d6 Change the table in the pyexpat.errors module to a series of datadesc by Fred Drake · 24 years ago
- fff9e20 fix bug #42 reported by Andrew Dalke by Jeremy Hylton · 24 years ago
- b35de5b Neil Schemenauer <nascheme@enme.ucalgary.ca>: by Fred Drake · 24 years ago
- 5f1b270 Bug fix: ? and ! were not full aliases for `help' and `shell' as implied in by Eric S. Raymond · 24 years ago
- 7a11671 fixed inconsistent use of tab and spaces by Peter Schneider-Kamp · 24 years ago
- d3cf692 Add test of resize() method of mmap objects by Andrew M. Kuchling · 24 years ago
- e0d0090 Docstring changes. by Andrew M. Kuchling · 24 years ago
- 566d8a6 Jeremy Hylton: better error message for unicode coercion failure by Marc-André Lemburg · 24 years ago
- 771d067 string_join(): Some cleaning up of reference counting. In the by Barry Warsaw · 24 years ago
- 20f41b6 add more tests of string.join variants to run_method_tests by Jeremy Hylton · 24 years ago
- 4904829 fix two refcount bugs in new string_join implementation: by Jeremy Hylton · 24 years ago
- dc0c031 Now that prototypes are in scope, the compiler gives legit wngs by Tim Peters · 24 years ago
- 194e43e two changes to string_join: by Jeremy Hylton · 24 years ago