summaryrefslogtreecommitdiff
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Oops. Roll back that last change. It wasn't ready for release. :-(Guido van Rossum2002-12-231-4/+0
* Add warning for assignment to None, True and False. This is patchGuido van Rossum2002-12-231-0/+4
* Got rid of Mac/Relnotes, and started on mac-specific release notes in NEWS.Jack Jansen2002-12-231-2/+53
* This is Richie Hindle's patchMichael W. Hudson2002-12-171-2/+9
* Blurb about new datetime module.Tim Peters2002-12-161-2/+8
* Fixed bugGustavo Niemeyer2002-12-161-0/+3
* Use "dictionary literals" instead of "dictionaries", as suggested by Just.Gustavo Niemeyer2002-12-161-3/+3
* Fixing bugGustavo Niemeyer2002-12-161-0/+4
* Applying patchGustavo Niemeyer2002-12-161-0/+3
* Apply SF patch 652930: Add optional base argument to math.log(x[, base]).Raymond Hettinger2002-12-141-0/+2
* Mention the bdist_wininst postinstall script.Thomas Heller2002-12-121-0/+3
* News item for the change to turn _codecs into a builtin module.Marc-André Lemburg2002-12-121-0/+4
* Enhance issubclass() and PyObject_IsSubclass() so that a tuple isWalter Dörwald2002-12-121-0/+4
* Docs were added about a month agoRaymond Hettinger2002-12-091-2/+1
* Add support for binary pickles to the shelve module. In some situationsSkip Montanaro2002-12-081-0/+4
* Patch #614055: Support OpenVMS.Martin v. Löwis2002-12-062-0/+3
* _ssl.pyd added for Windows.Mark Hammond2002-12-031-0/+3
* The new imp.[gs]et_frozenmodules() will be utterly redundant if theJust van Rossum2002-12-011-1/+2
* Slightly improved version of patch #642578: "Expose PyImport_FrozenModulesJust van Rossum2002-11-291-0/+5
* Rephrase dict.fromkeys() news.Guido van Rossum2002-11-271-4/+5
* SF Patch 643443. Added dict.fromkeys(iterable, value=None), a classRaymond Hettinger2002-11-271-0/+5
* Add a way to say "use any resource except A". For example, to runFred Drake2002-11-261-1/+3
* Rename want_objects to wantobjects throughout, for consistency.Martin v. Löwis2002-11-261-1/+1
* This is not part of my patchMichael W. Hudson2002-11-261-0/+2
* Fix typoAndrew M. Kuchling2002-11-261-1/+1
* Patch #518625: Return objects in Tkinter.Martin v. Löwis2002-11-261-0/+5
* Added Marius Gedminas, for contributions to the datetime code.Tim Peters2002-11-251-0/+1
* Fixed bugGustavo Niemeyer2002-11-251-0/+4
* Patch #626485: Support Unicode normalization.Martin v. Löwis2002-11-231-2/+2
* Try linking the static Sleepycat lib into _bsddb.pyd. Hard to sayTim Peters2002-11-231-1/+3
* Implement names for CJK unified ideographs. Add name to KeyError output.Martin v. Löwis2002-11-231-1/+1
* Touch up the news for dict() keyword args.Guido van Rossum2002-11-231-3/+4
* Patch #626548: Support Hangul syllable names.Martin v. Löwis2002-11-231-0/+3
* Patch #642500 with slight modifications: allow keyword arguments inJust van Rossum2002-11-231-0/+6
* More bsddb-on-Windows fiddling:Tim Peters2002-11-231-0/+8
* Patch #494845: Support string concatenation, detect non-string data,Martin v. Löwis2002-11-222-0/+4
* Patch #486438: Make module argument to testmod optional.Martin v. Löwis2002-11-221-0/+3
* Patch #550765: Add daemon_threads flag.Martin v. Löwis2002-11-221-0/+6
* Patch #633547: Support plural forms. Do TODOs in test suite.Martin v. Löwis2002-11-212-1/+3
* Fix typo.Walter Dörwald2002-11-191-1/+1
* Change int() so that passing a string, unicode, float or long argumentWalter Dörwald2002-11-191-0/+3
* Document PyBSDDB import.Martin v. Löwis2002-11-191-0/+5
* Comment on PyNumber_Check().Guido van Rossum2002-11-181-1/+3
* Note that PyNumber_Check() returns true for string and unicode objects.Neil Schemenauer2002-11-181-0/+4
* Fix minor nitsAndrew M. Kuchling2002-11-151-3/+3
* Add Optik news.Guido van Rossum2002-11-151-0/+4
* SF patch #520382: Expand shelve.py to have a full dictionary interfaceRaymond Hettinger2002-11-151-0/+9
* Windows blurb about new Tcl/Tk release shipped on Windows.Tim Peters2002-11-141-0/+3
* News about the logging module.Guido van Rossum2002-11-131-0/+3
* SF patch 637176: list.sort crasherTim Peters2002-11-121-1/+11