1. 621818b A start at non-trivial (== DST-aware) tests of timezone conversion. by Tim Peters · 22 years ago
  2. 40f6217 SF patch 658251: Install a C implementation of the Mersenne Twister as the by Raymond Hettinger · 22 years ago
  3. 5e65ce6 Remove some old debugging print statements. by Kurt B. Kaiser · 22 years ago
  4. 4ada7ad M EditorWindow.py M PyShell.py by Kurt B. Kaiser · 22 years ago
  5. af72d52 Add newsitem for the two new unittest methods. by Raymond Hettinger · 22 years ago
  6. 79f5783 Patch for bug #659709: bogus computation of float length by Marc-André Lemburg · 22 years ago
  7. bbfb910 Make error message more specific for min() and max(). Suggested by MvL. by Raymond Hettinger · 22 years ago
  8. c7b0769 Incorporate Skip's suggestion to use SciPy's validation test near by Raymond Hettinger · 22 years ago
  9. 3c736f1 Demonstrate use of PyType_Ready() in the example. by Raymond Hettinger · 22 years ago
  10. 8c6e0ec Bug #599248: strip directories when building Python. Out-of-tree builds should work again. by Andrew M. Kuchling · 22 years ago
  11. 4464432 Suppress unsafe *Cookie class warnings by Andrew M. Kuchling · 22 years ago
  12. 7877a76 Patch #655760: add warnings when the unsafe *Cookie classes are instantiated by Andrew M. Kuchling · 22 years ago
  13. ea3fdf4 SF patch #659536: Use PyArg_UnpackTuple where possible. by Raymond Hettinger · 22 years ago
  14. f8bcfb1 SF Bug 645777: list.extend() works with any iterable and is no longer by Raymond Hettinger · 22 years ago
  15. 4643bd9 Apparently FreeBSD enables some HW floating-point exceptions by default. by Tim Peters · 22 years ago
  16. 5b26abb Gracefully delay runtime error up to 1s. Add .willdispatch(). by Martin v. Löwis · 22 years ago
  17. 276a8f3 astimezone(): document that None is an OK argument. by Tim Peters · 22 years ago
  18. 56b3184 Added a useful warning to the documentation. by Eric S. Raymond · 22 years ago
  19. 33e9443 Document killpg. by Martin v. Löwis · 22 years ago
  20. 438b534 Patch #657889: Implement posix.getloadavg. by Martin v. Löwis · 22 years ago
  21. 8702d5f And put back a little code duplication, in the form of asserts. by Tim Peters · 22 years ago
  22. 0023703 Squash recently-introduced code duplication. by Tim Peters · 22 years ago
  23. 60c76e4 Make comparison and subtraction of aware objects ignore tzinfo if the by Tim Peters · 22 years ago
  24. f044e09 Changed the input field for the interpreter to use (in the preferences by Jack Jansen · 22 years ago
  25. 9431e48 macfsn is gone. by Jack Jansen · 22 years ago
  26. 6dd561b Integrated macfsn into macfs, and made the Standard File calls return the by Jack Jansen · 22 years ago
  27. 315e9be Return the macfs variation for FSSpec and Alias, not the underlying by Jack Jansen · 22 years ago
  28. 248f6f1 Second-argument alias methods were generated with a variation on by Jack Jansen · 22 years ago
  29. 9a40c1c Add XXX about Winsock error values by Guido van Rossum · 22 years ago
  30. 9647b52 Also skip testHostnameRes() if gethostbyaddr() raises an exception. by Guido van Rossum · 22 years ago
  31. 71e0294 Skip testHostnameRes() if gethostbyname() raises an exception. by Guido van Rossum · 22 years ago
  32. 490602d Fix julian day problem with strptime. Note: XXX about using 0, suggestions? by Neal Norwitz · 22 years ago
  33. 4c0db78 Added tests to ensure that timetz comparison, and datetimetz by Tim Peters · 22 years ago
  34. 8982595 Backing out patch #642578 in anticipation of final acceptance of PEP 302. by Just van Rossum · 22 years ago
  35. 00df3e0 If you entered a pathname for a nonexisting file to a FSSpec constructor by Jack Jansen · 22 years ago
  36. cfe2836 Changed folder name for apps from Python to MacPython-$(VERSION) (for a by Jack Jansen · 22 years ago
  37. e11b510 SF 658405: calendar.py to rely on the datetime module instead of the time by Raymond Hettinger · 22 years ago
  38. 80475bb Implemented datetime.astimezone() and datetimetz.astimezone(). by Tim Peters · 22 years ago
  39. 6578dc9 Whitespace normalization. by Tim Peters · 22 years ago
  40. 75bfd05 Add an XXX comment about relative imports. by Guido van Rossum · 22 years ago
  41. e1bebe9 boolcheck cannot be deleted here. by Tony Lownds · 22 years ago
  42. b693f8e Move boolcheck before import of other IDLE modules by Tony Lownds · 22 years ago
  43. 52d1348 Removed blurb admonishing users to raise an exception if the datetime by Tim Peters · 22 years ago
  44. 2483b61 Added note about technical pickle limitation on tzinfo instances. by Tim Peters · 22 years ago
  45. 1cff9fc tzinfo.{utcoffset,dst} can return timedelta (or integer or None). by Tim Peters · 22 years ago
  46. 78ce6b1 Add test for SF #658106. Will backport. by Neal Norwitz · 22 years ago
  47. c7d8c68 Fix SF #658023, "What's New in 2.3", s12, verbatim error by Neal Norwitz · 22 years ago
  48. 073ac9f Added File and Folder, removed macfs. by Jack Jansen · 22 years ago
  49. e77f58a Fixed typo. by Jack Jansen · 22 years ago
  50. e072b87 Removed macfs, added File and Folder. by Jack Jansen · 22 years ago
  51. 487197d Updated for demise of macfs. by Jack Jansen · 22 years ago
  52. f4f4276 M PyShell.py M idle M idle.py M idle.pyw M setup.py by Kurt B. Kaiser · 22 years ago
  53. 12bf339 Implemented .replace() methods for date, datetime, datetimetz, time and timetz. by Tim Peters · 22 years ago
  54. a2a3cb2 IDLE should exit if it fails to connect with the execution server by Kurt B. Kaiser · 22 years ago
  55. 11220fa 1. RPC stack levels were not pruned from traceback unless IDLE was started by Kurt B. Kaiser · 22 years ago
  56. d375abe Uniform Capitalization in Menus by Kurt B. Kaiser · 22 years ago
  57. b734869 - Various tweaks to shut up compiler warnings. by Jack Jansen · 22 years ago
  58. 74d93c8 Remove debugging connection message by Kurt B. Kaiser · 22 years ago
  59. 234d074 - Various tweaks to forestall compiler warnings. by Jack Jansen · 22 years ago
  60. 15721c5 Oops, old-style types don't have a tp_free slot. Call PyObject_Free by Jack Jansen · 22 years ago
  61. 29fb9c7 Brought the strftime explanation into synch with the plain-text sandbox by Tim Peters · 22 years ago
  62. 0a116f3 Squashed compiler warnings by adding casts, making sure prototypes are in by Jack Jansen · 22 years ago
  63. 446f323 Add in the datetime docs now that they pass LaTeX. Still ugly, but that can by Fred Drake · 22 years ago
  64. bbdb250 Lots of markup changes. This is still pretty sad, but passes LaTeX by Fred Drake · 22 years ago
  65. ce52008 Move the examples of concrete tzinfo classes to a separate file, so the by Fred Drake · 22 years ago
  66. 1fc1fe8 Make this script execute using pythonw by Tony Lownds · 22 years ago
  67. b0bfd0f Revert to revision 1.3; Mac OS X has a platform specific startup script, macosx_main.py by Tony Lownds · 22 years ago
  68. 103ee91 Move boolcheck to PyShell by Tony Lownds · 22 years ago
  69. 4a80a3e Added docs for (draft) pkgutil module. by Fred Drake · 22 years ago
  70. 633d90c Oops. Roll back that last change. It wasn't ready for release. :-( by Guido van Rossum · 22 years ago
  71. cae330e Don't rebind True and False. by Tim Peters · 22 years ago
  72. 9c8a086 Add warning for assignment to None, True and False. This is patch by Guido van Rossum · 22 years ago
  73. a4deda0 Last week we discussed adding this module to the standard library. by Guido van Rossum · 22 years ago
  74. 2736285 call_utc_tzinfo_method(): Got rid of the label and the gotos. by Tim Peters · 22 years ago
  75. c4a3f41 Bump version number by Andrew M. Kuchling · 22 years ago
  76. ae3cb6c Got rid of Mac/Relnotes, and started on mac-specific release notes in NEWS. by Jack Jansen · 22 years ago
  77. 710fa6c Alt-H was conflicting with the Help menu on Windows. by Kurt B. Kaiser · 22 years ago
  78. da4d3c1 M MANIFEST.in M PyShell.py M idlever.py M setup.py by Kurt B. Kaiser · 22 years ago
  79. d684415 I give up: unless I write my own strftime by hand, datetime just can't by Tim Peters · 22 years ago
  80. 83b85f1 Python's strftime implementation does strange things with the year, by Tim Peters · 22 years ago
  81. 14b6941 classify_object(): Renamed more meaningfully, to classify_utcoffset(). by Tim Peters · 22 years ago
  82. 855fe88 Implemented a Wiki suggestion: by Tim Peters · 22 years ago
  83. 1809154 Add configuration for packaging. by Kurt B. Kaiser · 22 years ago
  84. ff002b9 When IDLE is installed and run from a startup script, the script's by Kurt B. Kaiser · 22 years ago
  85. dd70e1b M PyShell.py M idle M setup.py by Kurt B. Kaiser · 22 years ago
  86. 9c36c29 Use wcscoll for _locale.strcoll if available. by Martin v. Löwis · 22 years ago
  87. b92bb71 Added test to ensure that non-string result from dst() raises TypeError. by Tim Peters · 22 years ago
  88. fb8472c Changes sufficient so that pickles written by the Python implementation by Tim Peters · 22 years ago
  89. f39f59a Update the setup file: by Kurt B. Kaiser · 22 years ago
  90. e1d18f5 Fix an error message in the _winreg module. The error message referred by Thomas Heller · 22 years ago
  91. 4ba6067 Remove debugging statement checked in by accident, ah, carelessness. by Kurt B. Kaiser · 22 years ago
  92. 83a3560 "'foo' in str" not implemented in Python 2.2, only single character lookup by Kurt B. Kaiser · 22 years ago
  93. 8ed8320 Fixed longstanding bug in the description of strftime's %W code. by Tim Peters · 22 years ago
  94. 582fa88 *** empty log message *** by Tony Lownds · 22 years ago
  95. f53dec2 Update way a subprocess is launched for Mac OS X. by Tony Lownds · 22 years ago
  96. 2447589 Fix what I believe is a bug: when removing all previous handlers, by Guido van Rossum · 22 years ago
  97. 328fff7 format_utcoffset(): The natural type of the buflen arg is size_t, so used that. by Tim Peters · 22 years ago
  98. d0e2926 Panel Bar on the Bottom is Probably More Common by Kurt B. Kaiser · 22 years ago
  99. a137cc9 Updated. by Kurt B. Kaiser · 22 years ago
  100. 77e8ad4 Always use self->ob_type->tp_free when freeing an object. by Jack Jansen · 22 years ago