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