- 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
- 663809e -- removed get_default compatibility kludge by Fredrik Lundh · 24 years ago
- dde6164 - changed hash calculation for unicode strings. the new by Fredrik Lundh · 24 years ago
- 417c489 Give ConfigParser the capability to set as well as read options, and to write by Eric S. Raymond · 24 years ago
- 3e3175b ANSI-fication (fixed on parameter list I messed up in the patch) by Peter Schneider-Kamp · 24 years ago
- 8bc8f0d ANSI-fication by Peter Schneider-Kamp · 24 years ago
- 3646366 ANSI-fication, added #ifdef construction in mpz_coerce by Peter Schneider-Kamp · 24 years ago
- f82b04e factor out test definitions to string_tests module by Jeremy Hylton · 24 years ago
- fd54757 add isalpha and isalnum methods by Jeremy Hylton · 24 years ago
- cb27c35 ANSI-fication, not really tested, but should (hopefully) compile by Peter Schneider-Kamp · 24 years ago
- 6a85027 ANSI-fication of the SGI modules (note that svmodule.c and sgimodule.c by Peter Schneider-Kamp · 24 years ago
- 1072334 - stupid typo. by Fredrik Lundh · 24 years ago
- c716684 Add linker flag -export-dynamic so symbols in libpython*.a are exported. by Guido van Rossum · 24 years ago
- 44328e6 -- get rid of a compiler warning on unix. (as reported by Fredrik Lundh · 24 years ago
- 1bbddd0 Added the line 'Testing UTF-16 code point order comparisons... done." by Guido van Rossum · 24 years ago
- 964f123 Adapted for Python 2.0 under RH Linux. by Guido van Rossum · 24 years ago
- fb8849c remove prints of file objects from _test by Jeremy Hylton · 24 years ago
- a5ae490 expect message "no regression test case for method 'encode' by Jeremy Hylton · 24 years ago
- a48dbde Patch from Joe Eaton <jeaton@hostway.net> (SF#100741) to fix following problem: by Andrew M. Kuchling · 24 years ago
- 39e0e5a ANSI-fication by Peter Schneider-Kamp · 24 years ago
- 7d0c71a ANSI-fication by Peter Schneider-Kamp · 24 years ago
- 286da3b ANSI-fying by Peter Schneider-Kamp · 24 years ago
- 41c36ff ANSI-fication by Peter Schneider-Kamp · 24 years ago
- 416d413 ANSI-fication by Peter Schneider-Kamp · 24 years ago
- e89b156 ANSI-fication by Peter Schneider-Kamp · 24 years ago
- c4bc0e0 ANSI-fication by Peter Schneider-Kamp · 24 years ago
- 0659b4a ANSI-fication by Peter Schneider-Kamp · 24 years ago
- 3707efe ANSI-fication by Peter Schneider-Kamp · 24 years ago
- a788a7f ANSI-fication by Peter Schneider-Kamp · 24 years ago
- fe74263 ANSI-fication by Peter Schneider-Kamp · 24 years ago
- 8235f1c ANSI-fication by Peter Schneider-Kamp · 24 years ago
- f1ca898 ANSI-fication by Peter Schneider-Kamp · 24 years ago
- faaad37 ANSI-fication (and test if committing files works now) by Peter Schneider-Kamp · 24 years ago
- f985064 Better error handling of bad entity references. Before when an & in by Sjoerd Mullender · 24 years ago
- b16714b Initialize the return value in collect_generations() since it is updated by Vladimir Marangozov · 24 years ago
- 14a4d88 Remove the "1" that Tim sticked to the preprocessor symbol for unknown reasons by Vladimir Marangozov · 24 years ago
- d8a9332 A small comment fix just to make sure I got my cvs/ssh setup right. by Vladimir Marangozov · 24 years ago
- 859bad0 Guido said include these in the Great ANSI-fication, so here they are! by Fred Drake · 24 years ago
- 9ac81f6 - changed the nt.popen2 return values back to by Fredrik Lundh · 24 years ago
- 0466132 - repaired locale.py for non-windows platforms. the try/except by Fredrik Lundh · 24 years ago
- b781655 Exception__str__(): In case 1, be sure to decref the tmp local by Barry Warsaw · 24 years ago
- a1ae884 Use TQSQ (triple quoted single quote) module docstring for better by Barry Warsaw · 24 years ago
- 620f377 - changed 1.5 to 2.0 in the help text (the PYTHONHOMEHELP define) by Fredrik Lundh · 24 years ago
- faa209d6 - ANSI-fication (patch #100805 by Peter Schneider-Kamp) by Fredrik Lundh · 24 years ago
- 3637799 Update to use the new standard webbrowser module if available, otherwise by Fred Drake · 24 years ago
- bb7eeff - added popen.popen2/popen3/popen4 support for windows. by Fredrik Lundh · 24 years ago
- 766ccdc - added optional bufsize argument to new popen methods. by Fredrik Lundh · 24 years ago
- 6c86b99 - merged setlocale and set_locale. the internal setlocale by Fredrik Lundh · 24 years ago
- c70b448 New module to control Web browsers; see the documentation for more information. by Fred Drake · 24 years ago
- dbbf76b Make tabnanny happy. mailbox.py: Convert to 4-space indents. by Fred Drake · 24 years ago
- c2844af needs a space by Greg Stein · 24 years ago
- 100814d ANSI-fication of the sources. by Fred Drake · 24 years ago
- a2f5511 ANSI-fication of the sources. by Fred Drake · 24 years ago
- f5accf3 - ANSI-fication (patch #100784 by Peter Schneider-Kamp) by Fredrik Lundh · 24 years ago
- 3c5d43d - ANSI-ification (patch #100770 by Peter Schneider-Kamp) by Fredrik Lundh · 24 years ago
- 08d87c6 Document addition of webbrowser.py Mention the ANSIfication of the source. by Andrew M. Kuchling · 24 years ago
- ffb9c77 - improved os.popen support for windows, based on win32pipe by Bill Tutt. by Fredrik Lundh · 24 years ago
- ce81d59 Remove setup of HAVE_OLD_CPP; it is no longer used in the Python sources. by Fred Drake · 24 years ago
- 3cd2ee4 Remove use of HAVE_OLD_CPP to support non-ANSI preprocessors. by Fred Drake · 24 years ago
- ad9b1f8 Patch from Peter Schneider-Kamp: convert curses module to ANSI prototypes, by Andrew M. Kuchling · 24 years ago
- bd03bfc Remove legacy use of __SC__; no longer needed now that ANSI source is by Fred Drake · 24 years ago
- 5cccf50 - added (long) casts to a couple of Py_BuildValue calls, by Fredrik Lundh · 24 years ago
- e25cfd8 - fixed pointer size test in spawn functions. also added by Fredrik Lundh · 24 years ago
- 43298d1 - win95/98 helper for new os.popen code by Fredrik Lundh · 24 years ago
- c2e7da9 Somebody started playing with const, so of course the outcome by Tim Peters · 24 years ago
- ba09633 ANSI-fication of the sources. by Fred Drake · 24 years ago
- 45cfbcc ANSI-fication of the sources. by Fred Drake · 24 years ago
- ee238b9 ANSI-fication of the sources. by Fred Drake · 24 years ago
- 1b190b4 ANSI-fication of the sources. by Fred Drake · 24 years ago
- 1f0968c Remove legacy use of __SC__; no longer needed now that ANSI source is by Fred Drake · 24 years ago
- fd99de6 ANSI-fication of the sources. by Fred Drake · 24 years ago
- 7dfeb42 EnvironmentError__init__(): The two case clauses were missing by Barry Warsaw · 24 years ago
- 4288c80 ANSI-fication of the sources. by Fred Drake · 24 years ago
- 4201b9e type_error(): Added "const" to signature to eliminate warning with -Wall. by Fred Drake · 24 years ago
- 3be9a8a ANSI-fication of the source. by Fred Drake · 24 years ago
- 7991247 ANSI-fication of the sources. by Fred Drake · 24 years ago
- a83b68a Remove the only Py_PROTO in the docs. by Fred Drake · 24 years ago
- dbd9ba6 Nuke all remaining occurrences of Py_PROTO and Py_FPROTO. by Tim Peters · 24 years ago
- 4be47c0 Get rid of unused vars in builtin_unicode (they were causing legit warnings). by Tim Peters · 24 years ago
- 3cf4d2b ANSI-fication and Py_PROTO extermination. by Fred Drake · 24 years ago
- ea9cb5a ANSI-fication and Py_PROTO extermination. by Fred Drake · 24 years ago
- 5eb6d4e ANSI-fication and Py_PROTO extermination. by Fred Drake · 24 years ago
- ff7df9d this one's a bit risky, but I've spent some considerable time by Fredrik Lundh · 24 years ago
- 54cf3dc -- ANSI-fying, names by Fredrik Lundh · 24 years ago
- c0348ac - removed barry's workaround, to make room for bill's more complete solution. by Fredrik Lundh · 24 years ago
- 89610a4 - _getdefaultlocale shouldn't accept arguments by Fredrik Lundh · 24 years ago
- 8f017a0 - added _getdefaultlocale implementation for WIN32 by Fredrik Lundh · 24 years ago
- ddbc118 - this is a tentative checkin of the #100764 patch (by by Fredrik Lundh · 24 years ago
- 2a1e060 - changed __repr__ to use "unicode escape" encoding for unicode by Fredrik Lundh · 24 years ago
- d5c84ed ANSI-fication of the sources -- remove Py_PROTO! by Fred Drake · 24 years ago
- 146b280 Minor revisions similar to some information in the new docstrings. by Fred Drake · 24 years ago
- 51b6bc5 ANSI-fication of the sources, convert to 4-space indents. by Fred Drake · 24 years ago
- 4cbc9f7 delete unused local variable from _PyTrash_deposit_object by Skip Montanaro · 24 years ago
- 35e8afb Rearrange order of sections Fix some incorrect module names by Andrew M. Kuchling · 24 years ago
- 4ca150b _Py_RefTotal should only be declared here when Py_TRACE_REFS are #define'd by Skip Montanaro · 24 years ago
- 2c4a3dc ANSI-fied sources, converted to four-space indentation. by Fred Drake · 24 years ago
- edabdc1 ANSI-fied sources, converted to four-space indentation. by Fred Drake · 24 years ago
- da940d8 Add method names to PyArg_ParseTuple() calls for better error messages. by Fred Drake · 24 years ago