1. 248f6f1 Second-argument alias methods were generated with a variation on by Jack Jansen · 22 years ago
  2. 9a40c1c Add XXX about Winsock error values by Guido van Rossum · 22 years ago
  3. 9647b52 Also skip testHostnameRes() if gethostbyaddr() raises an exception. by Guido van Rossum · 22 years ago
  4. 71e0294 Skip testHostnameRes() if gethostbyname() raises an exception. by Guido van Rossum · 22 years ago
  5. 490602d Fix julian day problem with strptime. Note: XXX about using 0, suggestions? by Neal Norwitz · 22 years ago
  6. 4c0db78 Added tests to ensure that timetz comparison, and datetimetz by Tim Peters · 22 years ago
  7. 8982595 Backing out patch #642578 in anticipation of final acceptance of PEP 302. by Just van Rossum · 22 years ago
  8. 00df3e0 If you entered a pathname for a nonexisting file to a FSSpec constructor by Jack Jansen · 22 years ago
  9. cfe2836 Changed folder name for apps from Python to MacPython-$(VERSION) (for a by Jack Jansen · 22 years ago
  10. e11b510 SF 658405: calendar.py to rely on the datetime module instead of the time by Raymond Hettinger · 22 years ago
  11. 80475bb Implemented datetime.astimezone() and datetimetz.astimezone(). by Tim Peters · 22 years ago
  12. 6578dc9 Whitespace normalization. by Tim Peters · 22 years ago
  13. 75bfd05 Add an XXX comment about relative imports. by Guido van Rossum · 22 years ago
  14. e1bebe9 boolcheck cannot be deleted here. by Tony Lownds · 22 years ago
  15. b693f8e Move boolcheck before import of other IDLE modules by Tony Lownds · 22 years ago
  16. 52d1348 Removed blurb admonishing users to raise an exception if the datetime by Tim Peters · 22 years ago
  17. 2483b61 Added note about technical pickle limitation on tzinfo instances. by Tim Peters · 22 years ago
  18. 1cff9fc tzinfo.{utcoffset,dst} can return timedelta (or integer or None). by Tim Peters · 22 years ago
  19. 78ce6b1 Add test for SF #658106. Will backport. by Neal Norwitz · 22 years ago
  20. c7d8c68 Fix SF #658023, "What's New in 2.3", s12, verbatim error by Neal Norwitz · 22 years ago
  21. 073ac9f Added File and Folder, removed macfs. by Jack Jansen · 22 years ago
  22. e77f58a Fixed typo. by Jack Jansen · 22 years ago
  23. e072b87 Removed macfs, added File and Folder. by Jack Jansen · 22 years ago
  24. 487197d Updated for demise of macfs. by Jack Jansen · 22 years ago
  25. f4f4276 M PyShell.py M idle M idle.py M idle.pyw M setup.py by Kurt B. Kaiser · 22 years ago
  26. 12bf339 Implemented .replace() methods for date, datetime, datetimetz, time and timetz. by Tim Peters · 22 years ago
  27. a2a3cb2 IDLE should exit if it fails to connect with the execution server by Kurt B. Kaiser · 22 years ago
  28. 11220fa 1. RPC stack levels were not pruned from traceback unless IDLE was started by Kurt B. Kaiser · 22 years ago
  29. d375abe Uniform Capitalization in Menus by Kurt B. Kaiser · 22 years ago
  30. b734869 - Various tweaks to shut up compiler warnings. by Jack Jansen · 22 years ago
  31. 74d93c8 Remove debugging connection message by Kurt B. Kaiser · 22 years ago
  32. 234d074 - Various tweaks to forestall compiler warnings. by Jack Jansen · 22 years ago
  33. 15721c5 Oops, old-style types don't have a tp_free slot. Call PyObject_Free by Jack Jansen · 22 years ago
  34. 29fb9c7 Brought the strftime explanation into synch with the plain-text sandbox by Tim Peters · 22 years ago
  35. 0a116f3 Squashed compiler warnings by adding casts, making sure prototypes are in by Jack Jansen · 22 years ago
  36. 446f323 Add in the datetime docs now that they pass LaTeX. Still ugly, but that can by Fred Drake · 22 years ago
  37. bbdb250 Lots of markup changes. This is still pretty sad, but passes LaTeX by Fred Drake · 22 years ago
  38. ce52008 Move the examples of concrete tzinfo classes to a separate file, so the by Fred Drake · 22 years ago
  39. 1fc1fe8 Make this script execute using pythonw by Tony Lownds · 22 years ago
  40. b0bfd0f Revert to revision 1.3; Mac OS X has a platform specific startup script, macosx_main.py by Tony Lownds · 22 years ago
  41. 103ee91 Move boolcheck to PyShell by Tony Lownds · 22 years ago
  42. 4a80a3e Added docs for (draft) pkgutil module. by Fred Drake · 22 years ago
  43. 633d90c Oops. Roll back that last change. It wasn't ready for release. :-( by Guido van Rossum · 22 years ago
  44. cae330e Don't rebind True and False. by Tim Peters · 22 years ago
  45. 9c8a086 Add warning for assignment to None, True and False. This is patch by Guido van Rossum · 22 years ago
  46. a4deda0 Last week we discussed adding this module to the standard library. by Guido van Rossum · 22 years ago
  47. 2736285 call_utc_tzinfo_method(): Got rid of the label and the gotos. by Tim Peters · 22 years ago
  48. c4a3f41 Bump version number by Andrew M. Kuchling · 22 years ago
  49. ae3cb6c Got rid of Mac/Relnotes, and started on mac-specific release notes in NEWS. by Jack Jansen · 22 years ago
  50. 710fa6c Alt-H was conflicting with the Help menu on Windows. by Kurt B. Kaiser · 22 years ago
  51. da4d3c1 M MANIFEST.in M PyShell.py M idlever.py M setup.py by Kurt B. Kaiser · 22 years ago
  52. d684415 I give up: unless I write my own strftime by hand, datetime just can't by Tim Peters · 22 years ago
  53. 83b85f1 Python's strftime implementation does strange things with the year, by Tim Peters · 22 years ago
  54. 14b6941 classify_object(): Renamed more meaningfully, to classify_utcoffset(). by Tim Peters · 22 years ago
  55. 855fe88 Implemented a Wiki suggestion: by Tim Peters · 22 years ago
  56. 1809154 Add configuration for packaging. by Kurt B. Kaiser · 22 years ago
  57. ff002b9 When IDLE is installed and run from a startup script, the script's by Kurt B. Kaiser · 22 years ago
  58. dd70e1b M PyShell.py M idle M setup.py by Kurt B. Kaiser · 22 years ago
  59. 9c36c29 Use wcscoll for _locale.strcoll if available. by Martin v. Löwis · 22 years ago
  60. b92bb71 Added test to ensure that non-string result from dst() raises TypeError. by Tim Peters · 22 years ago
  61. fb8472c Changes sufficient so that pickles written by the Python implementation by Tim Peters · 22 years ago
  62. f39f59a Update the setup file: by Kurt B. Kaiser · 22 years ago
  63. e1d18f5 Fix an error message in the _winreg module. The error message referred by Thomas Heller · 22 years ago
  64. 4ba6067 Remove debugging statement checked in by accident, ah, carelessness. by Kurt B. Kaiser · 22 years ago
  65. 83a3560 "'foo' in str" not implemented in Python 2.2, only single character lookup by Kurt B. Kaiser · 22 years ago
  66. 8ed8320 Fixed longstanding bug in the description of strftime's %W code. by Tim Peters · 22 years ago
  67. 582fa88 *** empty log message *** by Tony Lownds · 22 years ago
  68. f53dec2 Update way a subprocess is launched for Mac OS X. by Tony Lownds · 22 years ago
  69. 2447589 Fix what I believe is a bug: when removing all previous handlers, by Guido van Rossum · 22 years ago
  70. 328fff7 format_utcoffset(): The natural type of the buflen arg is size_t, so used that. by Tim Peters · 22 years ago
  71. d0e2926 Panel Bar on the Bottom is Probably More Common by Kurt B. Kaiser · 22 years ago
  72. a137cc9 Updated. by Kurt B. Kaiser · 22 years ago
  73. 77e8ad4 Always use self->ob_type->tp_free when freeing an object. by Jack Jansen · 22 years ago
  74. 6810f92 The extension module macfs has been replaced by a pure Python version. by Jack Jansen · 22 years ago
  75. e876633 Added the last missing bits of functionality, and fixed a nasty bug where we by Jack Jansen · 22 years ago
  76. 4235e71 A replacement for the macfs extension module, implemented with normal by Jack Jansen · 22 years ago
  77. 4f0e05f Gone: the constants have been moved to macfs.py (which, upon import, also by Jack Jansen · 22 years ago
  78. f955784 Regenerated with inheritance-aware xxxx_Check() macros. by Jack Jansen · 22 years ago
  79. 5bb2f64 Always output an inheritance-aware version of the xxxx_Check() macro. Also by Jack Jansen · 22 years ago
  80. 03d00d5 Fix if-then-else-fi structure. by Martin v. Löwis · 22 years ago
  81. ee65e22 Fix bug introduced by SF patch #643835, Set Next Statement for Python debuggers by Neal Norwitz · 22 years ago
  82. 7e4cfcb Unsupport --without-universal-newlines. by Martin v. Löwis · 22 years ago
  83. 93344ab Update/correct comment by Neal Norwitz · 22 years ago
  84. 8029264 Provide mechanism to deprecate functions, types, and struct members. by Neal Norwitz · 22 years ago
  85. d5e1cef If Edit window has not been saved, offer to save if user tries to Run or by Kurt B. Kaiser · 22 years ago
  86. dfb8086 Fix another long vs int mismatch. test_datetime now passes on alpha by Neal Norwitz · 22 years ago
  87. 0b0f41c Fixed typo in string. by Tim Peters · 22 years ago
  88. c296c63 Fix crash on alphas due to mismatch between 'l' format and int variables. by Neal Norwitz · 22 years ago
  89. 91787cb Undefine MIN and MAX before defining by Neal Norwitz · 22 years ago
  90. 8feeabb SF # 654974, fix unchecked return values in structseq by Neal Norwitz · 22 years ago
  91. 543c925 - Added rawdata initializers by Jack Jansen · 22 years ago
  92. ba87347 delta_str(): Purged last uses of sprintf (in favor of PyOS_snprintf). by Tim Peters · 22 years ago
  93. 72a6ddb Expand log() tests to include long integers. by Raymond Hettinger · 22 years ago
  94. ca2623a Check in current, unfinished, draft of datetime docs by Andrew M. Kuchling · 22 years ago
  95. e0f02f0 Fix some small markup nits. by Fred Drake · 22 years ago
  96. 3e93b4d Fix typo spotted by Richie Hindle by Neal Norwitz · 22 years ago
  97. 0698222 SF # 654960, remove unnecessary static variable by Neal Norwitz · 22 years ago
  98. 1795f29 Fixed silly typo. Added comment (to myself) on what still needs to be done. by Jack Jansen · 22 years ago
  99. 58fc91f This module will shortly replace the builtin module macfs. It is not by Jack Jansen · 22 years ago
  100. 3ebf56c Two more typo fixes. by Greg Ward · 22 years ago