1. db51920 Time2Internaldate(): Call isinstance() once for each of the type tests by Fred Drake · 23 years ago
  2. 1e2fb57 Remove unused imports, clean up trailing whitespace. by Fred Drake · 23 years ago
  3. ea752fb Check for time.struct_time in addition to tuples. Use 3 characters by Martin v. Löwis · 23 years ago
  4. b0d71d0 Implement PyObject_DelItemString. Fixes #498915. by Martin v. Löwis · 23 years ago
  5. 7731ed4 Do not mask the name of a built-in function in example code. by Fred Drake · 23 years ago
  6. 5e74d36 Fix indentation error in example from the Tkinter Life Preserver. by Fred Drake · 23 years ago
  7. d93d68b Fix minor typo reported in SF patch #497951. by Fred Drake · 23 years ago
  8. c4cf27e - added support for UserPaneKeyDownProc and UserPaneFocusProc by Just van Rossum · 23 years ago
  9. a22a7b7 UH 3.4 checkin that I had forgotten about. by Jack Jansen · 23 years ago
  10. 3bac5ca Some of the new routines are carbon-only. by Jack Jansen · 23 years ago
  11. 61fec30 Rephrased the OSX stack limit problem, after a complaint about it. by Jack Jansen · 23 years ago
  12. 7d1d396 Callback error handling improvements: by Just van Rossum · 23 years ago
  13. 3e584aa Ugh, by all means, _do_ report exceptions somehow ;-) by Just van Rossum · 23 years ago
  14. 0cae01c loading core keybindings via new config system plus by Steven M. Gava · 23 years ago
  15. c597640 move core functionality of SearchBindings.py into EditorWindow.py proper by Steven M. Gava · 23 years ago
  16. 43c2de23 fixed SetEventParameter() signature: removed unneccesary length arg. by Just van Rossum · 23 years ago
  17. 8edfc54 The output MenuRef of GetMenuItemHierarchicalMenu() may be NULL. by Just van Rossum · 23 years ago
  18. ad4f532 further development of highlighting and editor preference handling, by Steven M. Gava · 23 years ago
  19. 767a7ee remove futzing with text font by Steven M. Gava · 23 years ago
  20. 361cfcd fixups and improvements by Steven M. Gava · 23 years ago
  21. dc72f48 moving to new config system by Steven M. Gava · 23 years ago
  22. 4b51785 In MachoPython, don't simulate argc/argv unless we have argc=1 and argv[1] by Jack Jansen · 23 years ago
  23. 1142d59 Fix typo in label by Andrew M. Kuchling · 23 years ago
  24. 4f6fe52 - Added DrawThemeTextBox() by Just van Rossum · 23 years ago
  25. 1ca65c0 rectified copy/paste oversight in comment by Just van Rossum · 23 years ago
  26. ca3cff3 - Added support for optional MenuObj arguments by Just van Rossum · 23 years ago
  27. 69ac361 Added some support for unicode arguments. by Jack Jansen · 23 years ago
  28. dcfc202 Added some support for Uicode arguments. Still leaves something to be desired, especially because of poor unicode support in PyArg_ParseTuple. by Jack Jansen · 23 years ago
  29. f147238 Updated to current pathnames. by Jack Jansen · 23 years ago
  30. e790eae Improve grammar by Neal Norwitz · 23 years ago
  31. 9322727 Patch #497126: Always compile dl. by Martin v. Löwis · 23 years ago
  32. 7198a52 Patch #494783: Rename cmp_op enumerators. by Martin v. Löwis · 23 years ago
  33. 653d85f SF Patch #494867 test file methods by Neal Norwitz · 23 years ago
  34. 649b759 SF Patch #494863, file.xreadlines() should raise ValueError if file is closed by Neal Norwitz · 23 years ago
  35. a6e9758 Patch #497098: build support for GNU/Hurd. by Martin v. Löwis · 23 years ago
  36. 6529368 Use the Carbon scrap manager interface if the old interface isn't available. by Jack Jansen · 23 years ago
  37. 9cf00dd Updated to optionally use Carbon Scrap manager. by Jack Jansen · 23 years ago
  38. ad8381a Use the Carbon scrap manager interface if the old interface isn't available. by Jack Jansen · 23 years ago
  39. 420ed40 Added support for the Carbon scrap manager (finally). by Jack Jansen · 23 years ago
  40. 7633593 Oops, forgot to mark CreateScrollBarControl and CreateSliderControl by Just van Rossum · 23 years ago
  41. 20a03d1 made radio button labels readable under OSX by Just van Rossum · 23 years ago
  42. bdb9d48 half-hearted stab at supported the 2.2 object model better. by Just van Rossum · 23 years ago
  43. 31a4c22 added support for live feedback in scrollbars by Just van Rossum · 23 years ago
  44. cae6da6 - added support for ControlActionProcs, exposing the following calls: by Just van Rossum · 23 years ago
  45. 85f9814 Print encoded versions of the file names in test application. Fixes #496084 by Martin v. Löwis · 23 years ago
  46. 7790297 test_support: add a docstring to vereq(). by Tim Peters · 23 years ago
  47. 5a0f010 SF Patch #497487 add test to compare conjugate of a complex number by Neal Norwitz · 23 years ago
  48. fc37af8 SF Patch #494873 add tests for complex numbers including calls to int()/long() by Neal Norwitz · 23 years ago
  49. 32f4153 SF Patch #494874 add tests for int()/long() invalid parameters by Neal Norwitz · 23 years ago
  50. 7076901 SF Patch #494872 test repr() of a built-in module by Neal Norwitz · 23 years ago
  51. 26e5341 SF Patch #494876, test invalid parameters to pow() by Neal Norwitz · 23 years ago
  52. f21b2aa Thread.__bootstrap(): ignore exceptions in the self.__delete() call in by Guido van Rossum · 23 years ago
  53. 2764a3a Fix for SF bug ##497426: can't deepcopy recursive new objects by Guido van Rossum · 23 years ago
  54. 1e91c14 Fix for SF bug ##497426: can't deepcopy recursive new objects by Guido van Rossum · 23 years ago
  55. 1baeba6 Add fcntl.h constants from glibc 2.2.4. Fixes #496171. by Martin v. Löwis · 23 years ago
  56. 606fe4e SF patch #497420 (Eduardo Pérez): ftplib: ftp anonymous password by Guido van Rossum · 23 years ago
  57. 24a6434 Update the docstring too. :-) by Guido van Rossum · 23 years ago
  58. c33e077 SF patch #497420 (Eduardo Pérez): ftplib: ftp anonymous password by Guido van Rossum · 23 years ago
  59. 5560269 Added someone. by Jack Jansen · 23 years ago
  60. 9aaee93 Patches by Jens B. Jorgensen with small mods by me: by Jack Jansen · 23 years ago
  61. b952651 Merging changes from release22-branch. by Jack Jansen · 23 years ago
  62. 089c7d1 Another name; should be added to Python 2.2.1. by Fred Drake · 23 years ago
  63. 687bde9 Added some missing index entries, noted by L. Peter Deutsch. by Fred Drake · 23 years ago
  64. c92cf50 Updated -- all Demo subdirectories are once again listed here, in by Guido van Rossum · 23 years ago
  65. 3f0b1c9 Removing this directory; it's no longer needed now that Misc/Makefile.pre.in by Guido van Rossum · 23 years ago
  66. 2a6f5b3 _reduce(): Avoid infinite recursion in the pickler when self.__class__ by Guido van Rossum · 23 years ago
  67. bb2501f Due to a cut-and-paste error, the type object exported under the name by Guido van Rossum · 23 years ago
  68. 226275f Modified version of patch #496882: echo SimpleStdin readline() input to stdout. by Just van Rossum · 23 years ago
  69. 7c9a53d Elaborate the descriptions for onecmd(), precmd(), and postcmd() so they are by Fred Drake · 23 years ago
  70. fd7f115 Fix wrongly-named formal parameters in three places: begin_y was used twice by Fred Drake · 23 years ago
  71. 7fa4ec5 Added another name. by Fred Drake · 23 years ago
  72. ab2dc1d Added index entries similar to some recommended by Skip, and used the word by Fred Drake · 23 years ago
  73. 3d42266 Make this do the right thing with entries which start with the percent sign, by Fred Drake · 23 years ago
  74. ef338ec More index entries. by Fred Drake · 23 years ago
  75. 8b8fe28 Close an improperly-closed verbatim environment. This closes SF patch #496215. by Fred Drake · 23 years ago
  76. 10a3bb5 SF bug #495548: troublesome #define in pyport.h by Tim Peters · 23 years ago
  77. 54b1191 SF bug #496549 -Qnew and in-place division "/=". by Tim Peters · 23 years ago
  78. 2826fad Don't set passiveserver to 0 in connect(). See SF bug #495693. by Guido van Rossum · 23 years ago
  79. 39960f6 Fix the erroneous availability annotation for s.makefile() from the last by Fred Drake · 23 years ago
  80. fe7286c Regenerated for Linux 2.2.4. by Martin v. Löwis · 23 years ago
  81. 3cde2cb Add TCP socket options from glibc 2.2.4. Fixes #495680. 2.2.1 bugfix candidate. by Martin v. Löwis · 23 years ago
  82. 83a3f0c Windows build: close out 2.2, prep for 2.3. by Tim Peters · 23 years ago
  83. af8446f Added 2.3a1 section. by Tim Peters · 23 years ago
  84. 99ffed8 And we start all over again! by Barry Warsaw · 23 years ago
  85. 52acb49 Merge of the release22 branch changes back into the trunk. by Barry Warsaw · 23 years ago
  86. 87fa3aa Add notes that fromfd() and s.makefile() are Unix-specific. by Fred Drake · 23 years ago
  87. 09aa55a Doc changes on the trunk will not be in Python 2.2, so let's call it 2.2+. by Fred Drake · 23 years ago
  88. b2dd86d PyOS_vsnprintf(): Change PyMem_Malloc() call to PyMem_MALLOC() macro, by Barry Warsaw · 23 years ago
  89. 3d2d980 Suggested by Pete Shinners: treat .m and .mm files as source code. by Andrew M. Kuchling · 23 years ago
  90. ed90570 forward-patch from release21-maint branch: by Anthony Baxter · 23 years ago
  91. bec5b36 1.00 at last! by Andrew M. Kuchling · 23 years ago
  92. 5c79831 Add a reference to the signal module to the os.kill() description. by Fred Drake · 23 years ago
  93. dce2e11 Fix typo in httplib example. This fixes SF bug #495221. by Fred Drake · 23 years ago
  94. 23d45f4 Fix up some examples in the tutorial so we don't contradict our own by Fred Drake · 23 years ago
  95. 6bc62c4 Applying r22c1 branch mods back to the trunk. by Jack Jansen · 23 years ago
  96. 8c8e871 Fix the availability statement for the spawn*() functions to reflect the by Fred Drake · 23 years ago
  97. 34a37b8 Re-commit Ping's patch to the cgi and cgitb documentation, using the by Fred Drake · 23 years ago
  98. eae36ac test_parseaddr_empty(): New test for assuring that by Barry Warsaw · 23 years ago
  99. 5e08d10 Update the documentation links Remove reference to this being a draft by Andrew M. Kuchling · 23 years ago
  100. adc7df5 Use the final patch/bug numbers by Andrew M. Kuchling · 23 years ago