1. 234d074 - Various tweaks to forestall compiler warnings. by Jack Jansen · 22 years ago
  2. 15721c5 Oops, old-style types don't have a tp_free slot. Call PyObject_Free by Jack Jansen · 22 years ago
  3. 29fb9c7 Brought the strftime explanation into synch with the plain-text sandbox by Tim Peters · 22 years ago
  4. 0a116f3 Squashed compiler warnings by adding casts, making sure prototypes are in by Jack Jansen · 22 years ago
  5. 446f323 Add in the datetime docs now that they pass LaTeX. Still ugly, but that can by Fred Drake · 22 years ago
  6. bbdb250 Lots of markup changes. This is still pretty sad, but passes LaTeX by Fred Drake · 22 years ago
  7. ce52008 Move the examples of concrete tzinfo classes to a separate file, so the by Fred Drake · 22 years ago
  8. 1fc1fe8 Make this script execute using pythonw by Tony Lownds · 22 years ago
  9. b0bfd0f Revert to revision 1.3; Mac OS X has a platform specific startup script, macosx_main.py by Tony Lownds · 22 years ago
  10. 103ee91 Move boolcheck to PyShell by Tony Lownds · 22 years ago
  11. 4a80a3e Added docs for (draft) pkgutil module. by Fred Drake · 22 years ago
  12. 633d90c Oops. Roll back that last change. It wasn't ready for release. :-( by Guido van Rossum · 22 years ago
  13. cae330e Don't rebind True and False. by Tim Peters · 22 years ago
  14. 9c8a086 Add warning for assignment to None, True and False. This is patch by Guido van Rossum · 22 years ago
  15. a4deda0 Last week we discussed adding this module to the standard library. by Guido van Rossum · 22 years ago
  16. 2736285 call_utc_tzinfo_method(): Got rid of the label and the gotos. by Tim Peters · 22 years ago
  17. c4a3f41 Bump version number by Andrew M. Kuchling · 22 years ago
  18. ae3cb6c Got rid of Mac/Relnotes, and started on mac-specific release notes in NEWS. by Jack Jansen · 22 years ago
  19. 710fa6c Alt-H was conflicting with the Help menu on Windows. by Kurt B. Kaiser · 22 years ago
  20. da4d3c1 M MANIFEST.in M PyShell.py M idlever.py M setup.py by Kurt B. Kaiser · 22 years ago
  21. d684415 I give up: unless I write my own strftime by hand, datetime just can't by Tim Peters · 22 years ago
  22. 83b85f1 Python's strftime implementation does strange things with the year, by Tim Peters · 22 years ago
  23. 14b6941 classify_object(): Renamed more meaningfully, to classify_utcoffset(). by Tim Peters · 22 years ago
  24. 855fe88 Implemented a Wiki suggestion: by Tim Peters · 22 years ago
  25. 1809154 Add configuration for packaging. by Kurt B. Kaiser · 22 years ago
  26. ff002b9 When IDLE is installed and run from a startup script, the script's by Kurt B. Kaiser · 22 years ago
  27. dd70e1b M PyShell.py M idle M setup.py by Kurt B. Kaiser · 22 years ago
  28. 9c36c29 Use wcscoll for _locale.strcoll if available. by Martin v. Löwis · 22 years ago
  29. b92bb71 Added test to ensure that non-string result from dst() raises TypeError. by Tim Peters · 22 years ago
  30. fb8472c Changes sufficient so that pickles written by the Python implementation by Tim Peters · 22 years ago
  31. f39f59a Update the setup file: by Kurt B. Kaiser · 22 years ago
  32. e1d18f5 Fix an error message in the _winreg module. The error message referred by Thomas Heller · 22 years ago
  33. 4ba6067 Remove debugging statement checked in by accident, ah, carelessness. by Kurt B. Kaiser · 22 years ago
  34. 83a3560 "'foo' in str" not implemented in Python 2.2, only single character lookup by Kurt B. Kaiser · 22 years ago
  35. 8ed8320 Fixed longstanding bug in the description of strftime's %W code. by Tim Peters · 22 years ago
  36. 582fa88 *** empty log message *** by Tony Lownds · 22 years ago
  37. f53dec2 Update way a subprocess is launched for Mac OS X. by Tony Lownds · 22 years ago
  38. 2447589 Fix what I believe is a bug: when removing all previous handlers, by Guido van Rossum · 22 years ago
  39. 328fff7 format_utcoffset(): The natural type of the buflen arg is size_t, so used that. by Tim Peters · 22 years ago
  40. d0e2926 Panel Bar on the Bottom is Probably More Common by Kurt B. Kaiser · 22 years ago
  41. a137cc9 Updated. by Kurt B. Kaiser · 22 years ago
  42. 77e8ad4 Always use self->ob_type->tp_free when freeing an object. by Jack Jansen · 22 years ago
  43. 6810f92 The extension module macfs has been replaced by a pure Python version. by Jack Jansen · 22 years ago
  44. e876633 Added the last missing bits of functionality, and fixed a nasty bug where we by Jack Jansen · 22 years ago
  45. 4235e71 A replacement for the macfs extension module, implemented with normal by Jack Jansen · 22 years ago
  46. 4f0e05f Gone: the constants have been moved to macfs.py (which, upon import, also by Jack Jansen · 22 years ago
  47. f955784 Regenerated with inheritance-aware xxxx_Check() macros. by Jack Jansen · 22 years ago
  48. 5bb2f64 Always output an inheritance-aware version of the xxxx_Check() macro. Also by Jack Jansen · 22 years ago
  49. 03d00d5 Fix if-then-else-fi structure. by Martin v. Löwis · 22 years ago
  50. ee65e22 Fix bug introduced by SF patch #643835, Set Next Statement for Python debuggers by Neal Norwitz · 22 years ago
  51. 7e4cfcb Unsupport --without-universal-newlines. by Martin v. Löwis · 22 years ago
  52. 93344ab Update/correct comment by Neal Norwitz · 22 years ago
  53. 8029264 Provide mechanism to deprecate functions, types, and struct members. by Neal Norwitz · 22 years ago
  54. d5e1cef If Edit window has not been saved, offer to save if user tries to Run or by Kurt B. Kaiser · 22 years ago
  55. dfb8086 Fix another long vs int mismatch. test_datetime now passes on alpha by Neal Norwitz · 22 years ago
  56. 0b0f41c Fixed typo in string. by Tim Peters · 22 years ago
  57. c296c63 Fix crash on alphas due to mismatch between 'l' format and int variables. by Neal Norwitz · 22 years ago
  58. 91787cb Undefine MIN and MAX before defining by Neal Norwitz · 22 years ago
  59. 8feeabb SF # 654974, fix unchecked return values in structseq by Neal Norwitz · 22 years ago
  60. 543c925 - Added rawdata initializers by Jack Jansen · 22 years ago
  61. ba87347 delta_str(): Purged last uses of sprintf (in favor of PyOS_snprintf). by Tim Peters · 22 years ago
  62. 72a6ddb Expand log() tests to include long integers. by Raymond Hettinger · 22 years ago
  63. ca2623a Check in current, unfinished, draft of datetime docs by Andrew M. Kuchling · 22 years ago
  64. e0f02f0 Fix some small markup nits. by Fred Drake · 22 years ago
  65. 3e93b4d Fix typo spotted by Richie Hindle by Neal Norwitz · 22 years ago
  66. 0698222 SF # 654960, remove unnecessary static variable by Neal Norwitz · 22 years ago
  67. 1795f29 Fixed silly typo. Added comment (to myself) on what still needs to be done. by Jack Jansen · 22 years ago
  68. 58fc91f This module will shortly replace the builtin module macfs. It is not by Jack Jansen · 22 years ago
  69. 3ebf56c Two more typo fixes. by Greg Ward · 22 years ago
  70. ae63756 Include Finder.h too in the list of header files to parse: the finder by Jack Jansen · 22 years ago
  71. b4289b5 This now contains constants from Files.h, Aliases.h and Finder.h. by Jack Jansen · 22 years ago
  72. e55beef - Added as_pathname and as_tuple methods by Jack Jansen · 22 years ago
  73. ff38505 Added an optional longname argument to Module, which gives the full, by Jack Jansen · 22 years ago
  74. 92b5ca3 M ColorDelegator.py M PyShell.py M ScriptBinding.py by Kurt B. Kaiser · 22 years ago
  75. 51cd8a2 "time_second" is apparently a #define on MacOSX. Renamed the (static) by Jack Jansen · 22 years ago
  76. 6cd7712 No point in warning about needing re module; remove helpful message by Andrew M. Kuchling · 22 years ago
  77. 3c76ad0 Fix comment typo by Andrew M. Kuchling · 22 years ago
  78. 1d5d8cf Typo fix. by Greg Ward · 22 years ago
  79. a080be8 * Objects/fileobject.c by Gustavo Niemeyer · 22 years ago
  80. 529a505 This is J. Lewis Muir's patch: by Michael W. Hudson · 22 years ago
  81. cfd3884 This is Richie Hindle's patch by Michael W. Hudson · 22 years ago
  82. f680cc4 Update doc for getboolean() to match code (ie, returning True/False) by Neal Norwitz · 22 years ago
  83. 212b43f Add markup for base parameter by Neal Norwitz · 22 years ago
  84. 046b8a7 Fix SF # 641111, Undocumented side effect of eval by Neal Norwitz · 22 years ago
  85. e9ce25e Fix SF #642742, property() builtin not documented by Neal Norwitz · 22 years ago
  86. 0f30dbd Fix SF # 626275, missing DECREF's in embedding example by Neal Norwitz · 22 years ago
  87. 1bdca5e In Shell: by Kurt B. Kaiser · 22 years ago
  88. cfd4a8b Made this a little more compatible w/ the sandbox version, which is by Tim Peters · 22 years ago
  89. e820cb6 Blurb about new datetime module. by Tim Peters · 22 years ago
  90. bd43e91 Fix GCC warnings. It turns out two out of three pointed to real bugs! by Guido van Rossum · 22 years ago
  91. a29d508 Build the datetime module for *n*x. by Guido van Rossum · 22 years ago
  92. 2a799bf datetime escapes the sandbox. The Windows build is all set. I leave it by Tim Peters · 22 years ago
  93. 786ddb2 Fixed bug by Gustavo Niemeyer · 22 years ago
  94. 17c5a33 Use "dictionary literals" instead of "dictionaries", as suggested by Just. by Gustavo Niemeyer · 22 years ago
  95. 78429a6 Fixing bug by Gustavo Niemeyer · 22 years ago
  96. c389ec8 Got rid of old (non-carbon-ppc and even cfm68k) file extensions for by Jack Jansen · 22 years ago
  97. d5ae01a Applying patch by Gustavo Niemeyer · 22 years ago
  98. 822a77f M EditorWindow.py M PyShell.py by Kurt B. Kaiser · 22 years ago
  99. 8e5b53b Rewrite to produce a complete sentence by Andrew M. Kuchling · 22 years ago
  100. e3a1c8f Combined alias and file into a single module. This is the only reasonable by Jack Jansen · 22 years ago