summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
Commit message (Expand)AuthorAgeFilesLines
* Fix typo.Walter Dörwald2003-02-031-1/+1
* - Thanks to Scott David Daniels, a subtle bug in how the zlibGuido van Rossum2003-02-031-0/+5
* brainoSkip Montanaro2003-02-031-2/+2
* add note about new db2pickle.py and pickle2db.py scriptsSkip Montanaro2003-02-031-2/+19
* long(string, base) now takes time linear in len(string) when base is aTim Peters2003-02-021-0/+3
* There's no good reason for datetime objects to expose __getstate__()Tim Peters2003-02-011-2/+2
* Move itertools module from the sandbox and into production.Raymond Hettinger2003-02-011-0/+3
* The various datetime object __setstate__() methods are no longer publicTim Peters2003-01-311-1/+6
* Patch #669198: Add cflags to RC compile.Thomas Heller2003-01-311-0/+3
* Fix SF bug# 676155, RuntimeWarning with tp_compareNeal Norwitz2003-01-281-0/+4
* Support socket timeout in SSL, by Geoff Talvola.Guido van Rossum2003-01-271-0/+3
* Moving pickletools.py from the sandbox into the std library. I startedTim Peters2003-01-271-2/+6
* Attempting to keep the Mac section of the NEWS file up-to-date, in steadJack Jansen2003-01-271-1/+5
* Patch #670715: Universal Unicode Codec for POSIX iconv.Martin v. Löwis2003-01-261-0/+3
* SF #642974, logging SysLogHandler proto type wrongNeal Norwitz2003-01-261-0/+3
* Patch #636005: Filter unicode into unicode.Martin v. Löwis2003-01-251-0/+2
* date and datetime comparison: when we don't know how toTim Peters2003-01-241-0/+8
* Add news about getargs change.Neil Schemenauer2003-01-241-1/+4
* Bump the Windows build to use Sleepycat's 4.1.25.NC release (theTim Peters2003-01-241-3/+6
* SF bug 660872: datetimetz constructors behave counterintuitively (2.3a1).Tim Peters2003-01-231-0/+4
* Reimplemented datetime.now() to be useful.Tim Peters2003-01-231-0/+11
* add support for Python's bool type to xmlrpclib - patch # 559288Skip Montanaro2003-01-221-0/+2
* "Premature" doc changes, for new astimezone() rules, and the newTim Peters2003-01-221-3/+19
* SF patch #670423: Add missing identity tests to operator.cRaymond Hettinger2003-01-181-2/+5
* Patch #661719: Expose compilation errors as exceptions on request.Martin v. Löwis2003-01-151-0/+3
* Patch #473586: Implement CGIXMLRPCRequestHandler.Martin v. Löwis2003-01-151-0/+3
* Explicitly raise an exception in __cmp__ -- this clarifies that cmp()Guido van Rossum2003-01-141-0/+4
* Fix SF bug #667147, Segmentation fault printing str subclassNeal Norwitz2003-01-131-0/+3
* SF #639945 was fixed in alpha 1Neal Norwitz2003-01-101-0/+2
* Fix SF bug # 602259, 3rd parameter for Tkinter.scan_dragtoNeal Norwitz2003-01-101-0/+3
* SF #665913, Fix mmap module core dump with unixNeal Norwitz2003-01-101-0/+3
* Utterly minimal changes to collapse datetimetz into datetime, and timetzTim Peters2003-01-081-1/+8
* Made "ascii" the default encoding for MacPython, as suggested by MvL, and rip...Jack Jansen2003-01-081-0/+5
* Mention the change from patch #664376.Thomas Heller2003-01-081-0/+3
* Note about rexec.py and Bastion.py. This requires doc changes andGuido van Rossum2003-01-071-0/+3
* A note about EX_OK and friends in the posixmodule.Barry Warsaw2003-01-071-0/+2
* Fix from Michael Stone for SF bug #660476 and #513033 (bogus threadGuido van Rossum2003-01-071-0/+4
* SF feature #618024, urlparse fails on imap://Neal Norwitz2003-01-061-0/+1
* SF #651082, tarfile module implementation from Lars GustäbelNeal Norwitz2003-01-051-0/+4
* datetime_from_timet_and_us(): ignore leap seconds if the platformTim Peters2003-01-041-0/+6
* A new implementation of astimezone() that does what we agreed on in allTim Peters2003-01-041-2/+12
* Remark about datetime tzinfo examples.Tim Peters2003-01-031-3/+6
* Allow PyFile_GetLine() to return Unicode objects. Fixes #660165.Martin v. Löwis2003-01-031-0/+2
* Fix SF #659228, 'realpath' function missing from os.pathNeal Norwitz2003-01-031-1/+4
* Mention ossaudiodev.Greg Ward2003-01-031-0/+5
* Mention that imaplib now supports SSL -- this wasn't noted before.Guido van Rossum2003-01-031-0/+2
* Fixed markup.David Goodger2003-01-031-8/+17
* The tzinfo methods utcoffset() and dst() must return a timedelta objectTim Peters2003-01-021-2/+7
* Allow list sort's comparison function to explicitly be None. See SF patchSkip Montanaro2003-01-021-0/+4
* astimezone() internals: if utcoffset() returns a duration, complain ifTim Peters2003-01-021-0/+4