| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Split OPT make variable into OPT and BASECFLAGS. The latter contains those | Skip Montanaro | 2003-01-01 | 1 | -0/+18 |
|
|
* | Expose I_ constants. Auto-detect stropts.h. Properly configure the slave term... | Martin v. Löwis | 2003-01-01 | 1 | -0/+38 |
|
|
* | Add recipe for creating NEWS.html. | Guido van Rossum | 2002-12-31 | 1 | -0/+11 |
|
|
* | Bernhard Herzog's paragraph and string-filling code. I've been using it for | Skip Montanaro | 2002-12-31 | 1 | -0/+152 |
|
|
* | modulefinder.py moved to Lib/ | Just van Rossum | 2002-12-31 | 1 | -0/+5 |
|
|
* | Set the release date. | Guido van Rossum | 2002-12-31 | 1 | -1/+1 |
|
|
* | Revert SF patch 659809 -- it causes double options that can cause breakage. | Guido van Rossum | 2002-12-31 | 1 | -3/+0 |
|
|
* | Add getloadavg. | Martin v. Löwis | 2002-12-31 | 1 | -2/+2 |
|
|
* | Patch #658927: Add getctime to os.path. | Martin v. Löwis | 2002-12-31 | 1 | -0/+2 |
|
|
* | Patch #656590: /dev/ptmx support for ptys. | Martin v. Löwis | 2002-12-31 | 2 | -0/+3 |
|
|
* | Broke the zipimport/PEP 302 news item into two separate items. | Just van Rossum | 2002-12-31 | 1 | -9/+12 |
|
|
* | Dedent a paragraph that was accidentally aligned with a preceding | Guido van Rossum | 2002-12-31 | 1 | -8/+8 |
|
|
* | News about zipimport. | Guido van Rossum | 2002-12-30 | 1 | -0/+16 |
|
|
* | Added a note about the move of Mac/Lib to Lib/plat-mac. | Jack Jansen | 2002-12-30 | 1 | -0/+4 |
|
|
* | SF patch 659809, by Daniel Brotsky: fix Makefile.pre to use config | Guido van Rossum | 2002-12-30 | 1 | -0/+3 |
|
|