1. cc07ec1 Add missing typecast. by Neil Schemenauer · 22 years ago
  2. f4a4fb9 [Patch #536769] Add -Xcompiler flag for adding arguments and switches for by Andrew M. Kuchling · 22 years ago
  3. 1142de3 Patch #527027: Allow building python as shared library. by Martin v. Löwis · 22 years ago
  4. eddd68d As part of fixing bug #536241, add a test case for string.zfill() with Unicode by Andrew M. Kuchling · 22 years ago
  5. 102d120 [Bug #536241] string.zfill() produces mangled output for a Unicode string. by Andrew M. Kuchling · 22 years ago
  6. c6c9c4a Add two tests for string.zfill by Andrew M. Kuchling · 22 years ago
  7. 3cef721 Allow .pyc files as applets as well as .py files. .py files have by Jack Jansen · 22 years ago
  8. 5053b70 If the file has no resource fork first check to see whether it's a by Jack Jansen · 22 years ago
  9. 695b33b Removed debug. by Jack Jansen · 22 years ago
  10. 0035fb2 In MachoPython print "Pythonw" in banner to distinguish from command-line by Jack Jansen · 22 years ago
  11. 0cd0e65 Added target "installunixprograms" which installs python and pythonw in by Jack Jansen · 22 years ago
  12. ab10ce6 Shell script that invokes Python.app from the command line. Called pythonw by Jack Jansen · 22 years ago
  13. 1f7df35 Remove the CACHE_HASH and INTERN_STRINGS preprocessor symbols. by Tim Peters · 22 years ago
  14. 8358405 Call PyObject_GC_UnTrack before putting an object on the list of trash. by Neil Schemenauer · 22 years ago
  15. f589c05 If the GC is enabled then don't use the ob_type pointer to create a list by Neil Schemenauer · 22 years ago
  16. b883310 Make _PyObject_GC_UnTrack do nothing if WITH_CYCLE_GC is not defined. by Neil Schemenauer · 22 years ago
  17. 95b62a6 News for SF #535905. by Guido van Rossum · 22 years ago
  18. b1af637 Mark a couple of types that had not been marked. by Fred Drake · 22 years ago
  19. 0f9a34d Added comments for more entries of the type structure in the example by Fred Drake · 22 years ago
  20. 2ab0a10 The new files included by \verbatiminput in newtypes.tex. by Fred Drake · 22 years ago
  21. 81b750d Move some of the longer example code to external fragments, and by Fred Drake · 22 years ago
  22. b4c17c8 Fix getcomments() so that it doesn't fail with TypeErrors. by Jeremy Hylton · 22 years ago
  23. e9fba91 Added index entries. by Fred Drake · 22 years ago
  24. 00f712e Extend \verbatiminput so that the typeset version provides the same appearance by Fred Drake · 22 years ago
  25. 557fe75 new script - helps track down symbols exported by modules but not by Skip Montanaro · 22 years ago
  26. d4ce758 test_trashcan: reword obscure code. by Tim Peters · 22 years ago
  27. d222559 New test_traschcan() test in test_gc, which reliably provokes segfaults by Tim Peters · 22 years ago
  28. 8d62e94 Minor wording change. by Fred Drake · 22 years ago
  29. ef99723 Add _Py_AS_GC macro. It will be used by the trashcan code on object.c. by Neil Schemenauer · 22 years ago
  30. bd02b14 Add missing "void" to function. by Neil Schemenauer · 22 years ago
  31. 78662cf Add type cast. by Neil Schemenauer · 22 years ago
  32. 995895f add comment reminding people about class hierarchy in Doc/lib/libexcs.tex by Skip Montanaro · 22 years ago
  33. bb6bbc4 add exception class hierarchy. This should probably be done differently, by Skip Montanaro · 22 years ago
  34. ff413af This is Neil's fix for SF bug 535905 (Evil Trashcan and GC interaction). by Guido van Rossum · 22 years ago
  35. 31f8483 Allow a page break in a code longish example. by Fred Drake · 22 years ago
  36. cfbf1a3 Fix an issue that was reported in but unrelated to the main problem of by Guido van Rossum · 22 years ago
  37. 47cdf6f Add documentation on the hasfree data object. by Fred Drake · 22 years ago
  38. 0c0d56a Reindent. by Martin v. Löwis · 22 years ago
  39. f841aa6 Add a simple test of the METH_CLASS and METH_STATIC flags for type methods. by Fred Drake · 22 years ago
  40. 4157ffb Patch #536117: Typo in turtle.py. 2.2.2 candidate. by Martin v. Löwis · 22 years ago
  41. e3a3ceb Minor consistency adjustments. by Fred Drake · 22 years ago
  42. d1139e0 PYMALLOC_DEBUG routines: The "check API family" gimmick was going nowhere by Tim Peters · 22 years ago
  43. 7bf9715 Introduce two new flag bits that can be set in a PyMethodDef method by Fred Drake · 22 years ago
  44. ed6a886 Ignore new output directory. by Fred Drake · 22 years ago
  45. 2e64c34 Expose C library's gettext. Fixes #516412. by Martin v. Löwis · 22 years ago
  46. 4208d4f Destroy and unlink deleted NoteBook panes. Fixes #516703. 2.2.2 candidate. by Martin v. Löwis · 22 years ago
  47. 8a79727 add seealso referring to site module doc where people can learn how to by Skip Montanaro · 22 years ago
  48. f2041b8 Ignore widgets with unknown names in winfo_children. Fixes #518283. by Martin v. Löwis · 22 years ago
  49. 38a8916 Remove weakref free list. This has the side effect of fixing a memory by Neil Schemenauer · 22 years ago
  50. 9e38c10 fix a typo in PyErr_Format table and add row for 'p' format char by Skip Montanaro · 22 years ago
  51. 0c766a0 Change sys_exit to use METH_VARARGS. by Neal Norwitz · 22 years ago
  52. 496f9e4 Don't imply XPG4 constants from CODESET presence. Fixes #534153. 2.2.2 candiate. by Martin v. Löwis · 22 years ago
  53. 1d46e40 further work on new config system; recent files menu by Steven M. Gava · 22 years ago
  54. 03594bb Fill in this document a bit, adding reminders of items that should be included by Andrew M. Kuchling · 22 years ago
  55. 0c5bc8c further work on new config system; user defined help items by Steven M. Gava · 22 years ago
  56. cedd30b _finally_ tracked down and eliminated a major problem by Steven M. Gava · 22 years ago
  57. 4e526fe Add the "What's New" document to the index of HTML documents. by Fred Drake · 22 years ago
  58. 908632a Implement iterator protocol. by Neil Schemenauer · 22 years ago
  59. 13e34f7 __init__(): We'll try to be more RFC 2821 compliant by providing for a by Barry Warsaw · 22 years ago
  60. 69f0a8e The <link> to the stylesheet should include the type attribute. by Fred Drake · 22 years ago
  61. 3014086 Wire up the makefile to more fully support the "What's New" documents. by Fred Drake · 22 years ago
  62. 9ac14de Wire in the "What's New" document. by Fred Drake · 22 years ago
  63. 03e1031 Add a starter for the next "What's New" document. by Fred Drake · 22 years ago
  64. 15fc72c Make \url to force horizontal mode. by Fred Drake · 22 years ago
  65. aad1849 time and socket were already imported in the module, no need to re-import by Neal Norwitz · 22 years ago
  66. 1ae2875 re was already imported in the module, no need to re-import by Neal Norwitz · 22 years ago
  67. f261223 os was already imported in the module, no need to re-import by Neal Norwitz · 22 years ago
  68. e98d16e Cleanup x so it is not left in module by Neal Norwitz · 22 years ago
  69. 4632117 Missed change METH_OLDARGS to METH_NOARGS for two aliased functions by Neal Norwitz · 22 years ago
  70. 4e6d13c Make object browser work in OSX (by rewriting the old browser by Just van Rossum · 22 years ago
  71. 9a29e7a operate as a filter when no files or directories appear on the command line by Skip Montanaro · 22 years ago
  72. 85ee491 Fix for SF 502085. Don't die when issubclass(t, TypeType) fails. by Guido van Rossum · 22 years ago
  73. 7e78acb Remove last occurrance of PyArg_GetInt. It is deprecated, by Neal Norwitz · 22 years ago
  74. 1543c07 Add a comment that PyArg_GetInt is deprecated and should not be used by Neal Norwitz · 22 years ago
  75. acb29ae make default banner match what the real interpreter displays by Skip Montanaro · 22 years ago
  76. 0679a73 remove unqualified excepts - catch ImportError when trying to import by Skip Montanaro · 22 years ago
  77. 0897f0c eliminate unqualified except when checking for presence of LC_MESSAGES by Skip Montanaro · 22 years ago
  78. a959a36 tighten up unqualified except in currentframe() see bug 411881 by Skip Montanaro · 22 years ago
  79. 2358425 Missed change METH_OLDARGS to METH_NOARGS for two aliased functions by Neal Norwitz · 22 years ago
  80. 3a6f978 Remove many uses of PyArg_NoArgs macro, change METH_OLDARGS to METH_NOARGS. by Neal Norwitz · 22 years ago
  81. 57f8e06 Document the finditer() function and method. This closes SF bug #520904. by Fred Drake · 22 years ago
  82. 6a1e76b Update master Windows build-number list for 2.2.1c2. by Tim Peters · 22 years ago
  83. dbd2d25 Add tests for the iterkeys, itervalues and iteritems by Walter Dörwald · 22 years ago
  84. e990c79 Add missing methods iterkeys, itervalues and iteritems to dict-proxy objects. by Walter Dörwald · 22 years ago
  85. 3787c9d Added description of binhex.Error. by Fred Drake · 22 years ago
  86. a516a59 Include obmalloc.c in the build. by Jack Jansen · 22 years ago
  87. 6d8898b Due to interaction between the MSL C library and the GUSI I/O library I can get reads from sockets to work consistently either for unbuffered binary files or for buffered binary files, but not for both:-( by Jack Jansen · 22 years ago
  88. 03ffbcd Fix SF # 532618 517704, install problems when building modules fail. by Neal Norwitz · 22 years ago
  89. 8c07722 Fix whitespace. by Walter Dörwald · 22 years ago
  90. 4843eb4 Remove bug.py. This is something I sent to Guido via email in or before by Tim Peters · 22 years ago
  91. fdba55f I've been waiting 8 years for KSR to re-emerge from bankruptcy. If they by Tim Peters · 22 years ago
  92. 4b186af SMTP.__init__(): Fixed minor typo in docstring. by Barry Warsaw · 22 years ago
  93. 714d726 Weaklink most toolbox modules, improving backward compatibility. Modules will no longer fail to load if a single routine is missing on the curent OS version, in stead calling the missing routine will raise an exception. by Jack Jansen · 22 years ago
  94. cddc1a0 Quote href properly. by Neil Schemenauer · 22 years ago
  95. 9d79990 Weaklink most toolbox modules, improving backward compatibility. Modules will no longer fail to load if a single routine is missing on the curent OS version, in stead calling the missing routine will raise an exception. by Jack Jansen · 22 years ago
  96. d69711c Remove unnecessary \b. It was causing the RE to miss the tailing by Neil Schemenauer · 22 years ago
  97. 5ee24ae Weaklink most toolbox modules, improving backward compatibility. Modules will no longer fail to load if a single routine is missing on the curent OS version, in stead calling the missing routine will raise an exception. by Jack Jansen · 22 years ago
  98. 29ac3cb Expose RLIM_INFINITY constant. Closes SF patch 489066. by Neil Schemenauer · 22 years ago
  99. 153cc0f If possible, set FD_CLOEXEC flag on file descriptors opened using by Neil Schemenauer · 22 years ago
  100. 1c90d7a tighten up except - os.close only raises OSError see bug 411881 by Skip Montanaro · 22 years ago