2002-12-30 |
Barry Warsaw | Header.__init__(), .append(): Add an optional argument... |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Barry Warsaw | Actually, make this 2.5a1 since it will include API... |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Martin v. Löwis | Silence cast warnings for Tcl 8.3. |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Barry Warsaw | Bump to 2.5 |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Barry Warsaw | TestMIMEAudio.setUp(): Use the email package's copy... |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Barry Warsaw | A copy of the audio test file from Lib/test, needed... |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Tim Peters | Added tests that conversion to our own timezone is... |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Barry Warsaw | parsedate_tz(): Fix SF bug #552345, optional FWS betwee... |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Barry Warsaw | test_parsedate_compact(): A test for optional FWS betwe... |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Tim Peters | Beefed up the timezone conversion test by adding a... |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Barry Warsaw | A code cleansing pass |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Guido van Rossum | Patch 659834 by Magnus Lie Hetland: |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Barry Warsaw | Port rfc822.py changes that didn't make it into this... |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Barry Warsaw | test_name_with_dots(): A new test to ensure that we... |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Andrew M. Kuchling | More markup additions |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Marc-André... | String tests should test 8-bit strings :-) |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Raymond Hettinger | Last checkin was missing the tuple comma. |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Raymond Hettinger | Restore the test of the random module after including... |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Andrew M. Kuchling | Minor grammar fix, and clarification |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Andrew M. Kuchling | Mark up more text |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Greg Ward | Untabify. |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Greg Ward | Whitespace fixes to conform to coding standards. |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Raymond Hettinger | Temporarily comment out a test that crashes upon the... |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Greg Ward | Comment fix. |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Greg Ward | Rename some mixer methods: |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Greg Ward | Remove 'x_' prefix from oss_t and oss_mixer_t struct... |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Raymond Hettinger | This test depends on the exact ordering produced by... |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Raymond Hettinger | Revert the last change. Tim was faster and chose a... |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Raymond Hettinger | Document the _randommodule project for the Windows... |
commit | commitdiff | tree | snapshot |
2002-12-29 |
Tim Peters | Taught the Windows build about _randommodule.c. This... |
commit | commitdiff | tree | snapshot |
2002-12-29 |
Tim Peters | A start at non-trivial (== DST-aware) tests of timezone... |
commit | commitdiff | tree | snapshot |
2002-12-29 |
Raymond Hettinger | SF patch 658251: Install a C implementation of the... |
commit | commitdiff | tree | snapshot |
2002-12-29 |
Kurt B. Kaiser | Remove some old debugging print statements. |
commit | commitdiff | tree | snapshot |
2002-12-29 |
Kurt B. Kaiser | M EditorWindow.py |
commit | commitdiff | tree | snapshot |
2002-12-29 |
Raymond Hettinger | Add newsitem for the two new unittest methods. |
commit | commitdiff | tree | snapshot |
2002-12-29 |
Marc-André... | Patch for bug #659709: bogus computation of float length |
commit | commitdiff | tree | snapshot |
2002-12-29 |
Raymond Hettinger | Make error message more specific for min() and max(). |
commit | commitdiff | tree | snapshot |
2002-12-29 |
Raymond Hettinger | Incorporate Skip's suggestion to use SciPy's validation... |
commit | commitdiff | tree | snapshot |
2002-12-29 |
Raymond Hettinger | Demonstrate use of PyType_Ready() in the example. |
commit | commitdiff | tree | snapshot |
2002-12-29 |
Andrew M. Kuchling | Bug #599248: strip directories when building Python... |
commit | commitdiff | tree | snapshot |
2002-12-29 |
Andrew M. Kuchling | Suppress unsafe *Cookie class warnings |
commit | commitdiff | tree | snapshot |
2002-12-29 |
Andrew M. Kuchling | Patch #655760: add warnings when the unsafe *Cookie... |
commit | commitdiff | tree | snapshot |
2002-12-29 |
Raymond Hettinger | SF patch #659536: Use PyArg_UnpackTuple where possible. |
commit | commitdiff | tree | snapshot |
2002-12-29 |
Raymond Hettinger | SF Bug 645777: list.extend() works with any iterable... |
commit | commitdiff | tree | snapshot |
2002-12-28 |
Tim Peters | Apparently FreeBSD enables some HW floating-point excep... |
commit | commitdiff | tree | snapshot |
2002-12-28 |
Martin v. Löwis | Gracefully delay runtime error up to 1s. Add .willdispa... |
commit | commitdiff | tree | snapshot |
2002-12-27 |
Tim Peters | astimezone(): document that None is an OK argument. |
commit | commitdiff | tree | snapshot |
2002-12-27 |
Eric S. Raymond | Added a useful warning to the documentation. |
commit | commitdiff | tree | snapshot |
2002-12-27 |
Martin v. Löwis | Document killpg. |
commit | commitdiff | tree | snapshot |
2002-12-27 |
Martin v. Löwis | Patch #657889: Implement posix.getloadavg. |
commit | commitdiff | tree | snapshot |
2002-12-27 |
Tim Peters | And put back a little code duplication, in the form... |
commit | commitdiff | tree | snapshot |
2002-12-27 |
Tim Peters | Squash recently-introduced code duplication. |
commit | commitdiff | tree | snapshot |
2002-12-27 |
Tim Peters | Make comparison and subtraction of aware objects ignore... |
commit | commitdiff | tree | snapshot |
2002-12-26 |
Jack Jansen | Changed the input field for the interpreter to use... |
commit | commitdiff | tree | snapshot |
2002-12-26 |
Jack Jansen | macfsn is gone. |
commit | commitdiff | tree | snapshot |
2002-12-26 |
Jack Jansen | Integrated macfsn into macfs, and made the Standard... |
commit | commitdiff | tree | snapshot |
2002-12-26 |
Jack Jansen | Return the macfs variation for FSSpec and Alias, not... |
commit | commitdiff | tree | snapshot |
2002-12-26 |
Jack Jansen | Second-argument alias methods were generated with a... |
commit | commitdiff | tree | snapshot |
2002-12-26 |
Guido van Rossum | Add XXX about Winsock error values |
commit | commitdiff | tree | snapshot |
2002-12-26 |
Guido van Rossum | Also skip testHostnameRes() if gethostbyaddr() raises... |
commit | commitdiff | tree | snapshot |
2002-12-26 |
Guido van Rossum | Skip testHostnameRes() if gethostbyname() raises an... |
commit | commitdiff | tree | snapshot |
2002-12-26 |
Neal Norwitz | Fix julian day problem with strptime. Note: XXX about... |
commit | commitdiff | tree | snapshot |
2002-12-26 |
Tim Peters | Added tests to ensure that timetz comparison, and datet... |
commit | commitdiff | tree | snapshot |
2002-12-25 |
Just van Rossum | Backing out patch #642578 in anticipation of final... |
commit | commitdiff | tree | snapshot |
2002-12-25 |
Jack Jansen | If you entered a pathname for a nonexisting file to... |
commit | commitdiff | tree | snapshot |
2002-12-25 |
Jack Jansen | Changed folder name for apps from Python to MacPython... |
commit | commitdiff | tree | snapshot |
2002-12-25 |
Raymond Hettinger | SF 658405: calendar.py to rely on the datetime module... |
commit | commitdiff | tree | snapshot |
2002-12-25 |
Tim Peters | Implemented datetime.astimezone() and datetimetz.astime... |
commit | commitdiff | tree | snapshot |
2002-12-24 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2002-12-24 |
Guido van Rossum | Add an XXX comment about relative imports. |
commit | commitdiff | tree | snapshot |
2002-12-24 |
Tony Lownds | boolcheck cannot be deleted here. |
commit | commitdiff | tree | snapshot |
2002-12-24 |
Tony Lownds | Move boolcheck before import of other IDLE modules |
commit | commitdiff | tree | snapshot |
2002-12-24 |
Tim Peters | Removed blurb admonishing users to raise an exception... |
commit | commitdiff | tree | snapshot |
2002-12-24 |
Tim Peters | Added note about technical pickle limitation on tzinfo... |
commit | commitdiff | tree | snapshot |
2002-12-24 |
Tim Peters | tzinfo.{utcoffset,dst} can return timedelta (or integer... |
commit | commitdiff | tree | snapshot |
2002-12-24 |
Neal Norwitz | Add test for SF #658106. Will backport. |
commit | commitdiff | tree | snapshot |
2002-12-24 |
Neal Norwitz | Fix SF #658023, "What's New in 2.3", s12, verbatim... |
commit | commitdiff | tree | snapshot |
2002-12-24 |
Jack Jansen | Added File and Folder, removed macfs. |
commit | commitdiff | tree | snapshot |
2002-12-24 |
Jack Jansen | Fixed typo. |
commit | commitdiff | tree | snapshot |
2002-12-24 |
Jack Jansen | Removed macfs, added File and Folder. |
commit | commitdiff | tree | snapshot |
2002-12-24 |
Jack Jansen | Updated for demise of macfs. |
commit | commitdiff | tree | snapshot |
2002-12-24 |
Kurt B. Kaiser | M PyShell.py |
commit | commitdiff | tree | snapshot |
2002-12-24 |
Tim Peters | Implemented .replace() methods for date, datetime,... |
commit | commitdiff | tree | snapshot |
2002-12-24 |
Kurt B. Kaiser | IDLE should exit if it fails to connect with the execut... |
commit | commitdiff | tree | snapshot |
2002-12-24 |
Kurt B. Kaiser | 1. RPC stack levels were not pruned from traceback... |
commit | commitdiff | tree | snapshot |
2002-12-24 |
Kurt B. Kaiser | Uniform Capitalization in Menus |
commit | commitdiff | tree | snapshot |
2002-12-23 |
Jack Jansen | - Various tweaks to shut up compiler warnings. |
commit | commitdiff | tree | snapshot |
2002-12-23 |
Kurt B. Kaiser | Remove debugging connection message |
commit | commitdiff | tree | snapshot |
2002-12-23 |
Jack Jansen | - Various tweaks to forestall compiler warnings. |
commit | commitdiff | tree | snapshot |
2002-12-23 |
Jack Jansen | Oops, old-style types don't have a tp_free slot. Call... |
commit | commitdiff | tree | snapshot |
2002-12-23 |
Tim Peters | Brought the strftime explanation into synch with the... |
commit | commitdiff | tree | snapshot |
2002-12-23 |
Jack Jansen | Squashed compiler warnings by adding casts, making... |
commit | commitdiff | tree | snapshot |
2002-12-23 |
Fred Drake | Add in the datetime docs now that they pass LaTeX.... |
commit | commitdiff | tree | snapshot |
2002-12-23 |
Fred Drake | Lots of markup changes. This is still pretty sad,... |
commit | commitdiff | tree | snapshot |
2002-12-23 |
Fred Drake | Move the examples of concrete tzinfo classes to a separ... |
commit | commitdiff | tree | snapshot |
2002-12-23 |
Tony Lownds | Make this script execute using pythonw |
commit | commitdiff | tree | snapshot |
2002-12-23 |
Tony Lownds | Revert to revision 1.3; Mac OS X has a platform specifi... |
commit | commitdiff | tree | snapshot |
2002-12-23 |
Tony Lownds | Move boolcheck to PyShell |
commit | commitdiff | tree | snapshot |
2002-12-23 |
Fred Drake | Added docs for (draft) pkgutil module. |
commit | commitdiff | tree | snapshot |
2002-12-23 |
Guido van Rossum | Oops. Roll back that last change. It wasn't ready... |
commit | commitdiff | tree | snapshot |
next |