- 076b209 Add missing return statement. by Martin v. Löwis · 22 years ago
- d3e0265 Document type and semantics of the tp_print return value. Closes SF 606464. by Raymond Hettinger · 22 years ago
- 47ec141 Added include guards and C++ extern "C" {} constructs. Partial fix for #607253. by Jack Jansen · 22 years ago
- 2575022 Reverted previous change, I was confused. by Jack Jansen · 22 years ago
- 6aa9fdb Use utimes(2) where available to support microsecond timestamps. by Martin v. Löwis · 22 years ago
- a32c994 Always generate floats for stat_result; fix configure test. by Martin v. Löwis · 22 years ago
- 94717ed Patch #606592: Subsecond timestamps in stat_result. by Martin v. Löwis · 22 years ago
- df453fd The .preprocess() method didn't work, because it didn't add the input file by Andrew M. Kuchling · 22 years ago
- 4013cbd Include an empty body when checking for a header file by Andrew M. Kuchling · 22 years ago
- 2412853 Fix escaping of non-ASCII characters. by Martin v. Löwis · 22 years ago
- 8a64d40 Fix typo. Close SF Bug 606354. by Raymond Hettinger · 22 years ago
- a0e4d6c Clarified that the footnote applies to versions 1.5 and after instead of by Raymond Hettinger · 22 years ago
- 57e7945 shutil.copyfile(src,dst) was clobbering the file when the src and dst were by Raymond Hettinger · 22 years ago
- 5130690 Fix API typo. The write buffer is not const. Closes SF 606216. by Raymond Hettinger · 22 years ago
- b2c729f Extended IDLE's open module menu item to handle hierarchical module names. by Raymond Hettinger · 22 years ago
- d750036 A little refactoring. by Jeremy Hylton · 22 years ago
- 2c0d322 tightened up the definition of \b and \B some more based upon discussion by Skip Montanaro · 22 years ago
- 522076d Try to get test to pass on Windows by Neal Norwitz · 22 years ago
- 05212fc Change UserDict to IterableUserDict by Raymond Hettinger · 22 years ago
- 796e5f7 Next few steps towards a 2.3 installer. by Jack Jansen · 22 years ago
- 481fddf First steps towards a 2.3 installer. by Jack Jansen · 22 years ago
- 277fc7e Enable _AH module. by Jack Jansen · 22 years ago
- bc60354 Import Carbon.AH, not Carbon.Help by Jack Jansen · 22 years ago
- 7f677f4 Reorganized order of help menu, and don't show Carbon documentation by Jack Jansen · 22 years ago
- 25a8f0d Silly me, I enabled the old help module. Fixed. by Jack Jansen · 22 years ago
- b341011 Added carbon Help module. by Jack Jansen · 22 years ago
- 521dd9f Upped the stack size to 256KB. test_class ran afoul of the 64K limit, and this is probably a better fix than lowering the recursion limit. by Jack Jansen · 22 years ago
- 522e769 Skip UDP testing for MacPython (for now), it hangs. This may be due to by Jack Jansen · 22 years ago
- fdf427f Updated the notes on building a binary installer. by Jack Jansen · 22 years ago
- 997429a The script was very sloppy about which variables held source pathnames by Jack Jansen · 22 years ago
- 1f74ed8 Fixed a typo in the binary install notes by Jack Jansen · 22 years ago
- 3a70e3f Get rid of non-ascii characters. by Jack Jansen · 22 years ago
- 82a9b60 Use PyString_CHECK_INTERNED. by Jack Jansen · 22 years ago
- 8ba4220 Started on documentation for building a MacOSX binary installer. Unfinished. by Jack Jansen · 22 years ago
- 3337ea7 Remove .pyo files too. by Jack Jansen · 22 years ago
- a6db44f Script to generate .pkg packages, donated by Dinu Gherman. This is his by Jack Jansen · 22 years ago
- ca2f537 Have os.environ() inherit from the iterable version of UserDict. by Raymond Hettinger · 22 years ago
- 44c42b9 Added a tutorial note and example regarding the scope of loop variables by Raymond Hettinger · 22 years ago
- 9ab7dd4 Add a test case that checks that the proper exception is raises by Walter Dörwald · 22 years ago
- 5ccaf8f Apply diff3.txt (plus additional documentation) by Walter Dörwald · 22 years ago
- 2c51998 update docs to reflect that \b considers underscore to be part of a word. by Skip Montanaro · 22 years ago
- e99e2f5 test_set_param(), test_del_param(): Test RFC 2231 encoding support by by Barry Warsaw · 22 years ago
- 3c25535 _formatparam(), set_param(): RFC 2231 encoding support by Oleg by Barry Warsaw · 22 years ago
- 470288c test_mondo_message(): "binary" is not a legal content type, so with by Barry Warsaw · 22 years ago
- 58fb61c test_replace_header(): New test for Message.replace_header(). by Barry Warsaw · 22 years ago
- 229727f replace_header(): New method given by Skip Montanaro in SF patch by Barry Warsaw · 22 years ago
- b567392 SF bug # 585792, Invalid mmap crashes Python interpreter by Neal Norwitz · 22 years ago
- 7165af2 Added "that" to correct grammar, the rest is due to wrapping by Neal Norwitz · 22 years ago
- bb9c5f5 PyObject_RichCompareBool() already returns -1, 0, or 1, so return its value by Neal Norwitz · 22 years ago
- 884baa1 --with(out)-thread is deprecated according to configure --help by Neal Norwitz · 22 years ago
- 609ba81 SF # 555779, import user doesn't work with CGIs by Neal Norwitz · 22 years ago
- bd9adab Micro-optimization for list_contains. Factored double if test out of the loop. by Raymond Hettinger · 22 years ago
- aae5999 Micro-optimization for list_contains. Factored double if test out of the loop. by Raymond Hettinger · 22 years ago
- 63857a4 M PyShell.py M RemoteDebugger.py M ScriptBinding.py by Kurt B. Kaiser · 22 years ago
- 342456d smptlib did not handle empty addresses. by Raymond Hettinger · 22 years ago
- d918884 Fix typo by Raymond Hettinger · 22 years ago
- 5c1ee17 Change the unicode.translate docstring to document that by Walter Dörwald · 22 years ago
- a04c3d8 Fix typo by Raymond Hettinger · 22 years ago
- efae886 In doc strings, use 'k in D' rather than D.has_key(k). by Guido van Rossum · 22 years ago
- 979c74b added a bit about the change to the thread ticker by Skip Montanaro · 22 years ago
- 472c522 Delete the %c test from test_date_time() untill Brett Cannon has time by Guido van Rossum · 22 years ago
- d4c472c Move code for reading chunked responses in helper function, by Jeremy Hylton · 22 years ago
- 066a8df missed this one on the previous multi-file checkin - see by Skip Montanaro · 22 years ago
- 602d451 Add a custom __str__ method to KeyError that applies repr() to the by Guido van Rossum · 22 years ago
- 99dba27 Bump default check interval to 100 instructions. Computers are much faster by Skip Montanaro · 22 years ago
- d581d77 replace thread state objects' ticker and checkinterval fields with two by Skip Montanaro · 22 years ago
- d229b3a SF bug [ 600488 ] Robustness tweak to httplib.py by Jeremy Hylton · 22 years ago
- 6e81318 testConnectTimeout(): set the timeout to a smaller value; 0.02 by Guido van Rossum · 22 years ago
- 83a072d Update the module doc comment. by Guido van Rossum · 22 years ago
- 960bc54 (Most of) SF patch 601369 (Christos Georgiou): obmalloc,structmodule: by Guido van Rossum · 22 years ago
- 683c0fe Fix for SF bug 601077 by Zack Weinberg. by Guido van Rossum · 22 years ago
- 17db21f Removed reliance on gcc/C99 extension. by Tim Peters · 22 years ago
- 8709a42 Check whether a string resize is necessary at the end by Walter Dörwald · 22 years ago
- 8e790e7 expose PYTHON_API_VERSION macro as sys.api_version. Closes patch # 601456. by Skip Montanaro · 22 years ago
- f62a89b Ignore encoding declarations inside strings. Fixes #603509. by Martin v. Löwis · 22 years ago
- 65b7282 Add reminder about PEP293 by Andrew M. Kuchling · 22 years ago
- d011636 (Re)Apply Sourceforge Python patch 520483, Sourceforge Idlefork patch by Kurt B. Kaiser · 22 years ago
- f7bcd1d Check string for NULL before using it to format the error message. by Walter Dörwald · 22 years ago
- 70bb0d4 Removed bogus PyUnicodeTranslateError_GetEncoding, as by Walter Dörwald · 22 years ago
- fd08e4c Limit the length of attribute names in exception messages by Walter Dörwald · 22 years ago
- f57b22a Minor change for symmetry with PyXML: PyDoc_STR should not include by Fred Drake · 22 years ago
- 3aeb632 PEP 293 implemention (from SF patch http://www.python.org/sf/432401) by Walter Dörwald · 22 years ago
- 94fab76 Generate pythonw.sh on the fly. by Jack Jansen · 22 years ago
- e3d9f40 Pass -x badsyntax to compileall. by Jack Jansen · 22 years ago
- a4ce1cf _structure(): Use .get_content_type() by Barry Warsaw · 22 years ago
- 674deb2 SF bug 601775 - some int results that should be bool. by Guido van Rossum · 22 years ago
- 29a6d44 Added comparison functions to dict proxies. by Raymond Hettinger · 22 years ago
- f689492 Because MWH changed the bytecode again, moved the magic number *back* by Guido van Rossum · 22 years ago
- b2d2bc9 Implemented the Help menu. The Python manual can be viewed (if installed) by Jack Jansen · 22 years ago
- 6be8956 If there's an environment variable PYTHONIDEPATH it points to the IDE by Jack Jansen · 22 years ago
- f94cadf MenuID's are signed. by Jack Jansen · 22 years ago
- fe9acde Typecode for AHTOCType was wrong. Fixed. by Jack Jansen · 22 years ago
- 4e39949 Initialize self._helpmenu earlier, so we can use gethelpmenu() while by Jack Jansen · 22 years ago
- bdbff73 Fix for Jaguar: use ln for installing symlinks, install no longer works. by Jack Jansen · 22 years ago
- 53d58bb Further SET_LINENO reomval fixes. See comments in patch #587933. by Michael W. Hudson · 22 years ago
- b05e056 On Jaguar the default mode for files in the installed product is 444 (or 555) by Jack Jansen · 22 years ago
- f21b706 Added support for the help menu. Application.gethelpmenu() will return it. by Jack Jansen · 22 years ago
- 983258e Revived the Carbon.Help module, but implementing the MacHelp API in stead by Jack Jansen · 22 years ago
- d94c28e SF #561244: micro optimizations, builtins cannot be NULL, so use Py_INCREF by Neal Norwitz · 22 years ago
- afb7632 Don't copy the documentation when using Python.app as an applet template. by Jack Jansen · 22 years ago