| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix SF bug# 676155, RuntimeWarning with tp_compare | Neal Norwitz | 2003-01-28 | 1 | -0/+4 |
|
|
* | Support socket timeout in SSL, by Geoff Talvola. | Guido van Rossum | 2003-01-27 | 2 | -0/+4 |
|
|
* | Moving pickletools.py from the sandbox into the std library. I started | Tim Peters | 2003-01-27 | 1 | -2/+6 |
|
|
* | Attempting to keep the Mac section of the NEWS file up-to-date, in stead | Jack Jansen | 2003-01-27 | 1 | -1/+5 |
|
|
* | Patch #670715: Universal Unicode Codec for POSIX iconv. | Martin v. Löwis | 2003-01-26 | 1 | -0/+3 |
|
|
* | Part 3 of Py2.3 update | Raymond Hettinger | 2003-01-26 | 1 | -49/+93 |
|
|
* | SF #642974, logging SysLogHandler proto type wrong | Neal Norwitz | 2003-01-26 | 1 | -0/+3 |
|
|
* | Patch #636005: Filter unicode into unicode. | Martin v. Löwis | 2003-01-25 | 1 | -0/+2 |
|
|
* | Part II of Python2.3 update | Raymond Hettinger | 2003-01-25 | 1 | -12/+24 |
|
|
* | Part I of an update for Python 2.3. | Raymond Hettinger | 2003-01-25 | 1 | -60/+67 |
|
|
* | date and datetime comparison: when we don't know how to | Tim Peters | 2003-01-24 | 1 | -0/+8 |
|
|
* | Add news about getargs change. | Neil Schemenauer | 2003-01-24 | 1 | -1/+4 |
|
|
* | Bump the Windows build to use Sleepycat's 4.1.25.NC release (the | Tim Peters | 2003-01-24 | 1 | -3/+6 |
|
|
* | SF bug 660872: datetimetz constructors behave counterintuitively (2.3a1). | Tim Peters | 2003-01-23 | 1 | -0/+4 |
|
|
* | Reimplemented datetime.now() to be useful. | Tim Peters | 2003-01-23 | 1 | -0/+11 |
|
|
* | add support for Python's bool type to xmlrpclib - patch # 559288 | Skip Montanaro | 2003-01-22 | 1 | -0/+2 |
|
|
* | "Premature" doc changes, for new astimezone() rules, and the new | Tim Peters | 2003-01-22 | 1 | -3/+19 |
|
|
* | SF patch #670423: Add missing identity tests to operator.c | Raymond Hettinger | 2003-01-18 | 1 | -2/+5 |
|
|
* | Gyro Func for patch #661719. | Martin v. Löwis | 2003-01-15 | 1 | -1/+2 |
|
|
* | Patch #661719: Expose compilation errors as exceptions on request. | Martin v. Löwis | 2003-01-15 | 1 | -0/+3 |
|
|
* | Patch #473586: Implement CGIXMLRPCRequestHandler. | Martin v. Löwis | 2003-01-15 | 1 | -0/+3 |
|
|
* | Explicitly raise an exception in __cmp__ -- this clarifies that cmp() | Guido van Rossum | 2003-01-14 | 1 | -0/+4 |
|
|
* | Fix SF bug #667147, Segmentation fault printing str subclass | Neal Norwitz | 2003-01-13 | 1 | -0/+3 |
|
|
* | SF #639945 was fixed in alpha 1 | Neal Norwitz | 2003-01-10 | 1 | -0/+2 |
|
|
* | Fix SF bug # 602259, 3rd parameter for Tkinter.scan_dragto | Neal Norwitz | 2003-01-10 | 1 | -0/+3 |
|
|
* | SF #665913, Fix mmap module core dump with unix | Neal Norwitz | 2003-01-10 | 1 | -0/+3 |
|
|
* | Utterly minimal changes to collapse datetimetz into datetime, and timetz | Tim Peters | 2003-01-08 | 1 | -1/+8 |
|
|
* | Made "ascii" the default encoding for MacPython, as suggested by MvL, and rip... | Jack Jansen | 2003-01-08 | 1 | -0/+5 |
|
|
* | Mention the change from patch #664376. | Thomas Heller | 2003-01-08 | 1 | -0/+3 |
|
|
* | Note about rexec.py and Bastion.py. This requires doc changes and | Guido van Rossum | 2003-01-07 | 1 | -0/+3 |
|
|
* | A note about EX_OK and friends in the posixmodule. | Barry Warsaw | 2003-01-07 | 1 | -0/+2 |
|
|
* | Fix from Michael Stone for SF bug #660476 and #513033 (bogus thread | Guido van Rossum | 2003-01-07 | 2 | -0/+5 |
|
|
* | removing - contains outdated information | Skip Montanaro | 2003-01-06 | 1 | -24/+0 |
|
|
* | SF feature #618024, urlparse fails on imap:// | Neal Norwitz | 2003-01-06 | 1 | -0/+1 |
|
|
* | SF #651082, tarfile module implementation from Lars Gustäbel | Neal Norwitz | 2003-01-05 | 2 | -0/+5 |
|
|
* | datetime_from_timet_and_us(): ignore leap seconds if the platform | Tim Peters | 2003-01-04 | 1 | -0/+6 |
|
|
* | A new implementation of astimezone() that does what we agreed on in all | Tim Peters | 2003-01-04 | 1 | -2/+12 |
|
|
* | Moved this info to the top-level README where all the other | Skip Montanaro | 2003-01-04 | 1 | -68/+0 |
|
|
* | Remark about datetime tzinfo examples. | Tim Peters | 2003-01-03 | 1 | -3/+6 |
|
|
* | Allow PyFile_GetLine() to return Unicode objects. Fixes #660165. | Martin v. Löwis | 2003-01-03 | 1 | -0/+2 |
|
|
* | Fix SF #659228, 'realpath' function missing from os.path | Neal Norwitz | 2003-01-03 | 1 | -1/+4 |
|
|
* | Mention ossaudiodev. | Greg Ward | 2003-01-03 | 1 | -0/+5 |
|
|
* | Mention that imaplib now supports SSL -- this wasn't noted before. | Guido van Rossum | 2003-01-03 | 1 | -0/+2 |
|
|
* | Fixed markup. | David Goodger | 2003-01-03 | 1 | -8/+17 |
|
|
* | Updated (2.3 OK now) | David Goodger | 2003-01-03 | 1 | -6/+8 |
|
|
* | The tzinfo methods utcoffset() and dst() must return a timedelta object | Tim Peters | 2003-01-02 | 1 | -2/+7 |
|
|
* | Allow list sort's comparison function to explicitly be None. See SF patch | Skip Montanaro | 2003-01-02 | 1 | -0/+4 |
|
|
* | astimezone() internals: if utcoffset() returns a duration, complain if | Tim Peters | 2003-01-02 | 1 | -0/+4 |
|
|
* | Added a section to record datetime changes. There's apparently going to | Tim Peters | 2003-01-02 | 1 | -0/+5 |
|
|
* | SF bug 660795: logging missing from Python 2.3a1 for Windows. | Tim Peters | 2003-01-02 | 1 | -2/+5 |
|
|