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