| Commit message (Expand) | Author | Age | Files | Lines |
* | A start at non-trivial (== DST-aware) tests of timezone conversion. | Tim Peters | 2002-12-29 | 1 | -0/+152 |
|
|
* | SF patch 658251: Install a C implementation of the Mersenne Twister as the | Raymond Hettinger | 2002-12-29 | 6 | -322/+983 |
|
|
* | Remove some old debugging print statements. | Kurt B. Kaiser | 2002-12-29 | 1 | -10/+0 |
|
|
* | M EditorWindow.py | Kurt B. Kaiser | 2002-12-29 | 2 | -16/+20 |
|
|
* | Add newsitem for the two new unittest methods. | Raymond Hettinger | 2002-12-29 | 1 | -15/+21 |
|
|
* | Patch for bug #659709: bogus computation of float length | Marc-André Lemburg | 2002-12-29 | 4 | -16/+88 |
|
|
* | Make error message more specific for min() and max(). | Raymond Hettinger | 2002-12-29 | 1 | -1/+1 |
|
|
* | Incorporate Skip's suggestion to use SciPy's validation test near | Raymond Hettinger | 2002-12-29 | 2 | -0/+52 |
|
|
* | Demonstrate use of PyType_Ready() in the example. | Raymond Hettinger | 2002-12-29 | 1 | -3/+5 |
|
|
* | Bug #599248: strip directories when building Python. Out-of-tree builds shou... | Andrew M. Kuchling | 2002-12-29 | 1 | -2/+5 |
|
|
* | Suppress unsafe *Cookie class warnings | Andrew M. Kuchling | 2002-12-29 | 1 | -0/+5 |
|
|
* | Patch #655760: add warnings when the unsafe *Cookie classes are instantiated | Andrew M. Kuchling | 2002-12-29 | 1 | -1/+11 |
|
|
* | SF patch #659536: Use PyArg_UnpackTuple where possible. | Raymond Hettinger | 2002-12-29 | 11 | -41/+41 |
|
|
* | SF Bug 645777: list.extend() works with any iterable and is no longer | Raymond Hettinger | 2002-12-29 | 2 | -4/+2 |
|
|
* | Apparently FreeBSD enables some HW floating-point exceptions by default. | Tim Peters | 2002-12-28 | 3 | -5/+26 |
|
|
* | Gracefully delay runtime error up to 1s. Add .willdispatch(). | Martin v. Löwis | 2002-12-28 | 2 | -12/+32 |
|
|
* | astimezone(): document that None is an OK argument. | Tim Peters | 2002-12-27 | 1 | -4/+5 |
|
|
* | Added a useful warning to the documentation. | Eric S. Raymond | 2002-12-27 | 1 | -2/+4 |
|
|
* | Document killpg. | Martin v. Löwis | 2002-12-27 | 1 | -0/+8 |
|
|
* | Patch #657889: Implement posix.getloadavg. | Martin v. Löwis | 2002-12-27 | 5 | -5/+44 |
|
|
* | And put back a little code duplication, in the form of asserts. | Tim Peters | 2002-12-27 | 1 | -0/+3 |
|
|
* | Squash recently-introduced code duplication. | Tim Peters | 2002-12-27 | 1 | -66/+37 |
|
|
* | Make comparison and subtraction of aware objects ignore tzinfo if the | Tim Peters | 2002-12-27 | 3 | -58/+179 |
|
|
* | Changed the input field for the interpreter to use (in the preferences | Jack Jansen | 2002-12-26 | 9 | -10/+52 |
|
|
* | macfsn is gone. | Jack Jansen | 2002-12-26 | 1 | -1/+1 |
|
|
* | Integrated macfsn into macfs, and made the Standard File calls return the | Jack Jansen | 2002-12-26 | 2 | -169/+140 |
|
|
* | Return the macfs variation for FSSpec and Alias, not the underlying | Jack Jansen | 2002-12-26 | 1 | -3/+5 |
|
|
* | Second-argument alias methods were generated with a variation on | Jack Jansen | 2002-12-26 | 2 | -53/+53 |
|
|
* | Add XXX about Winsock error values | Guido van Rossum | 2002-12-26 | 1 | -0/+1 |
|
|
* | Also skip testHostnameRes() if gethostbyaddr() raises an exception. | Guido van Rossum | 2002-12-26 | 1 | -1/+5 |
|
|
* | Skip testHostnameRes() if gethostbyname() raises an exception. | Guido van Rossum | 2002-12-26 | 1 | -1/+5 |
|
|
* | Fix julian day problem with strptime. Note: XXX about using 0, suggestions? | Neal Norwitz | 2002-12-26 | 2 | -1/+15 |
|
|
* | Added tests to ensure that timetz comparison, and datetimetz | Tim Peters | 2002-12-26 | 1 | -9/+67 |
|
|
* | Backing out patch #642578 in anticipation of final acceptance of PEP 302. | Just van Rossum | 2002-12-25 | 3 | -168/+0 |
|
|
* | If you entered a pathname for a nonexisting file to a FSSpec constructor | Jack Jansen | 2002-12-25 | 2 | -0/+4 |
|
|
* | Changed folder name for apps from Python to MacPython-$(VERSION) (for a | Jack Jansen | 2002-12-25 | 2 | -2/+2 |
|
|
* | SF 658405: calendar.py to rely on the datetime module instead of the time | Raymond Hettinger | 2002-12-25 | 3 | -22/+18 |
|
|
* | Implemented datetime.astimezone() and datetimetz.astimezone(). | Tim Peters | 2002-12-25 | 3 | -18/+159 |
|
|
* | Whitespace normalization. | Tim Peters | 2002-12-24 | 7 | -11/+10 |
|
|
* | Add an XXX comment about relative imports. | Guido van Rossum | 2002-12-24 | 1 | -1/+2 |
|
|
* | boolcheck cannot be deleted here. | Tony Lownds | 2002-12-24 | 1 | -1/+1 |
|
|
* | Move boolcheck before import of other IDLE modules | Tony Lownds | 2002-12-24 | 1 | -3/+3 |
|
|
* | Removed blurb admonishing users to raise an exception if the datetime | Tim Peters | 2002-12-24 | 1 | -2/+1 |
|
|
* | Added note about technical pickle limitation on tzinfo instances. | Tim Peters | 2002-12-24 | 1 | -1/+6 |
|
|
* | tzinfo.{utcoffset,dst} can return timedelta (or integer or None). | Tim Peters | 2002-12-24 | 1 | -15/+21 |
|
|
* | Add test for SF #658106. Will backport. | Neal Norwitz | 2002-12-24 | 1 | -0/+4 |
|
|
* | Fix SF #658023, "What's New in 2.3", s12, verbatim error | Neal Norwitz | 2002-12-24 | 1 | -1/+1 |
|
|
* | Added File and Folder, removed macfs. | Jack Jansen | 2002-12-24 | 2 | -0/+0 |
|
|
* | Fixed typo. | Jack Jansen | 2002-12-24 | 1 | -1/+1 |
|
|
* | Removed macfs, added File and Folder. | Jack Jansen | 2002-12-24 | 1 | -2/+4 |
|
|