]> granicus.if.org Git - python/shortlog
python
2002-12-30 Barry WarsawHeader.__init__(), .append(): Add an optional argument...
2002-12-30 Barry WarsawActually, make this 2.5a1 since it will include API...
2002-12-30 Martin v. LöwisSilence cast warnings for Tcl 8.3.
2002-12-30 Barry WarsawBump to 2.5
2002-12-30 Barry WarsawTestMIMEAudio.setUp(): Use the email package's copy...
2002-12-30 Barry WarsawA copy of the audio test file from Lib/test, needed...
2002-12-30 Tim PetersAdded tests that conversion to our own timezone is...
2002-12-30 Barry Warsawparsedate_tz(): Fix SF bug #552345, optional FWS betwee...
2002-12-30 Barry Warsawtest_parsedate_compact(): A test for optional FWS betwe...
2002-12-30 Tim PetersBeefed up the timezone conversion test by adding a...
2002-12-30 Barry WarsawA code cleansing pass
2002-12-30 Guido van RossumPatch 659834 by Magnus Lie Hetland:
2002-12-30 Barry WarsawPort rfc822.py changes that didn't make it into this...
2002-12-30 Barry Warsawtest_name_with_dots(): A new test to ensure that we...
2002-12-30 Andrew M. KuchlingMore markup additions
2002-12-30 Marc-André... String tests should test 8-bit strings :-)
2002-12-30 Raymond HettingerLast checkin was missing the tuple comma.
2002-12-30 Raymond HettingerRestore the test of the random module after including...
2002-12-30 Andrew M. KuchlingMinor grammar fix, and clarification
2002-12-30 Andrew M. KuchlingMark up more text
2002-12-30 Greg WardUntabify.
2002-12-30 Greg WardWhitespace fixes to conform to coding standards.
2002-12-30 Raymond HettingerTemporarily comment out a test that crashes upon the...
2002-12-30 Greg WardComment fix.
2002-12-30 Greg WardRename some mixer methods:
2002-12-30 Greg WardRemove 'x_' prefix from oss_t and oss_mixer_t struct...
2002-12-30 Raymond HettingerThis test depends on the exact ordering produced by...
2002-12-30 Raymond HettingerRevert the last change. Tim was faster and chose a...
2002-12-30 Raymond HettingerDocument the _randommodule project for the Windows...
2002-12-29 Tim PetersTaught the Windows build about _randommodule.c. This...
2002-12-29 Tim PetersA start at non-trivial (== DST-aware) tests of timezone...
2002-12-29 Raymond HettingerSF patch 658251: Install a C implementation of the...
2002-12-29 Kurt B. KaiserRemove some old debugging print statements.
2002-12-29 Kurt B. KaiserM EditorWindow.py
2002-12-29 Raymond HettingerAdd newsitem for the two new unittest methods.
2002-12-29 Marc-André... Patch for bug #659709: bogus computation of float length
2002-12-29 Raymond HettingerMake error message more specific for min() and max().
2002-12-29 Raymond HettingerIncorporate Skip's suggestion to use SciPy's validation...
2002-12-29 Raymond HettingerDemonstrate use of PyType_Ready() in the example.
2002-12-29 Andrew M. KuchlingBug #599248: strip directories when building Python...
2002-12-29 Andrew M. KuchlingSuppress unsafe *Cookie class warnings
2002-12-29 Andrew M. KuchlingPatch #655760: add warnings when the unsafe *Cookie...
2002-12-29 Raymond HettingerSF patch #659536: Use PyArg_UnpackTuple where possible.
2002-12-29 Raymond HettingerSF Bug 645777: list.extend() works with any iterable...
2002-12-28 Tim PetersApparently FreeBSD enables some HW floating-point excep...
2002-12-28 Martin v. LöwisGracefully delay runtime error up to 1s. Add .willdispa...
2002-12-27 Tim Petersastimezone(): document that None is an OK argument.
2002-12-27 Eric S. RaymondAdded a useful warning to the documentation.
2002-12-27 Martin v. LöwisDocument killpg.
2002-12-27 Martin v. LöwisPatch #657889: Implement posix.getloadavg.
2002-12-27 Tim PetersAnd put back a little code duplication, in the form...
2002-12-27 Tim PetersSquash recently-introduced code duplication.
2002-12-27 Tim PetersMake comparison and subtraction of aware objects ignore...
2002-12-26 Jack JansenChanged the input field for the interpreter to use...
2002-12-26 Jack Jansenmacfsn is gone.
2002-12-26 Jack JansenIntegrated macfsn into macfs, and made the Standard...
2002-12-26 Jack JansenReturn the macfs variation for FSSpec and Alias, not...
2002-12-26 Jack JansenSecond-argument alias methods were generated with a...
2002-12-26 Guido van RossumAdd XXX about Winsock error values
2002-12-26 Guido van RossumAlso skip testHostnameRes() if gethostbyaddr() raises...
2002-12-26 Guido van RossumSkip testHostnameRes() if gethostbyname() raises an...
2002-12-26 Neal NorwitzFix julian day problem with strptime. Note: XXX about...
2002-12-26 Tim PetersAdded tests to ensure that timetz comparison, and datet...
2002-12-25 Just van RossumBacking out patch #642578 in anticipation of final...
2002-12-25 Jack JansenIf you entered a pathname for a nonexisting file to...
2002-12-25 Jack JansenChanged folder name for apps from Python to MacPython...
2002-12-25 Raymond HettingerSF 658405: calendar.py to rely on the datetime module...
2002-12-25 Tim PetersImplemented datetime.astimezone() and datetimetz.astime...
2002-12-24 Tim PetersWhitespace normalization.
2002-12-24 Guido van RossumAdd an XXX comment about relative imports.
2002-12-24 Tony Lowndsboolcheck cannot be deleted here.
2002-12-24 Tony LowndsMove boolcheck before import of other IDLE modules
2002-12-24 Tim PetersRemoved blurb admonishing users to raise an exception...
2002-12-24 Tim PetersAdded note about technical pickle limitation on tzinfo...
2002-12-24 Tim Peterstzinfo.{utcoffset,dst} can return timedelta (or integer...
2002-12-24 Neal NorwitzAdd test for SF #658106. Will backport.
2002-12-24 Neal NorwitzFix SF #658023, "What's New in 2.3", s12, verbatim...
2002-12-24 Jack JansenAdded File and Folder, removed macfs.
2002-12-24 Jack JansenFixed typo.
2002-12-24 Jack JansenRemoved macfs, added File and Folder.
2002-12-24 Jack JansenUpdated for demise of macfs.
2002-12-24 Kurt B. KaiserM PyShell.py
2002-12-24 Tim PetersImplemented .replace() methods for date, datetime,...
2002-12-24 Kurt B. KaiserIDLE should exit if it fails to connect with the execut...
2002-12-24 Kurt B. Kaiser1. RPC stack levels were not pruned from traceback...
2002-12-24 Kurt B. KaiserUniform Capitalization in Menus
2002-12-23 Jack Jansen- Various tweaks to shut up compiler warnings.
2002-12-23 Kurt B. KaiserRemove debugging connection message
2002-12-23 Jack Jansen- Various tweaks to forestall compiler warnings.
2002-12-23 Jack JansenOops, old-style types don't have a tp_free slot. Call...
2002-12-23 Tim PetersBrought the strftime explanation into synch with the...
2002-12-23 Jack JansenSquashed compiler warnings by adding casts, making...
2002-12-23 Fred DrakeAdd in the datetime docs now that they pass LaTeX....
2002-12-23 Fred DrakeLots of markup changes. This is still pretty sad,...
2002-12-23 Fred DrakeMove the examples of concrete tzinfo classes to a separ...
2002-12-23 Tony LowndsMake this script execute using pythonw
2002-12-23 Tony LowndsRevert to revision 1.3; Mac OS X has a platform specifi...
2002-12-23 Tony LowndsMove boolcheck to PyShell
2002-12-23 Fred DrakeAdded docs for (draft) pkgutil module.
2002-12-23 Guido van RossumOops. Roll back that last change. It wasn't ready...
next