| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Replaced the flawed "local time" example tzinfo class with the guts | Tim Peters | 2003-01-03 | 1 | -13/+39 |
|
|
| * | Grammatical fix in comment. | Greg Ward | 2003-01-03 | 1 | -1/+1 |
|
|
| * | Grammatical fix: change possessive "it's" to "its". | Greg Ward | 2003-01-03 | 1 | -3/+3 |
|
|
| * | Remove a list comprehension, because a loop over the list | Walter Dörwald | 2003-01-03 | 1 | -2/+1 |
|
|
| * | Pass the strict argument from read() on to readfp(), so the | Walter Dörwald | 2003-01-03 | 1 | -1/+1 |
|
|
| * | Use RUNSHARED for python invocations. Fixes #661408. | Martin v. Löwis | 2003-01-03 | 1 | -2/+2 |
|
|
| * | Fix read_mime_types() so that it returns a dict as documented. | Walter Dörwald | 2003-01-03 | 1 | -2/+2 |
|
|
| * | Allow PyFile_GetLine() to return Unicode objects. Fixes #660165. | Martin v. Löwis | 2003-01-03 | 2 | -1/+26 |
|
|
| * | Fix SF #659228, 'realpath' function missing from os.path | Neal Norwitz | 2003-01-03 | 1 | -1/+4 |
|
|
| * | Spread the blame (err, I mean credit) for ossaudiodev around a bit. | Greg Ward | 2003-01-03 | 1 | -1/+1 |
|
|
| * | Mention ossaudiodev. | Greg Ward | 2003-01-03 | 1 | -0/+5 |
|
|
| * | Fix SF #659228, 'realpath' function missing from os.path | Neal Norwitz | 2003-01-03 | 4 | -4/+8 |
|
|
| * | Write PEP 301 section | Andrew M. Kuchling | 2003-01-03 | 1 | -2/+39 |
|
|
| * | Mention that imaplib now supports SSL -- this wasn't noted before. | Guido van Rossum | 2003-01-03 | 1 | -0/+2 |
|
|
| * | qualify known Solaris versions related to the binutils breakage. | Skip Montanaro | 2003-01-03 | 1 | -2/+5 |
|
|
| * | Add SSL support for imaplib; add empty PEP301 section | Andrew M. Kuchling | 2003-01-03 | 1 | -0/+15 |
|
|
| * | update info about binutils 2.13 breakage on Solaris. | Skip Montanaro | 2003-01-03 | 1 | -2/+2 |
|
|
| * | [Patch #658093 ] Documentation support for PEP 301 | Andrew M. Kuchling | 2003-01-03 | 1 | -3/+124 |
|
|
| * | [Patch #658094 ] PEP 301 implementation | Andrew M. Kuchling | 2003-01-03 | 1 | -0/+293 |
|
|
| * | [Patch #658094] PEP 301 implementation | Andrew M. Kuchling | 2003-01-03 | 1 | -1/+12 |
|
|
| * | Fix for bug #661136 | Just van Rossum | 2003-01-03 | 2 | -15/+22 |
|
|
| * | Add contributor. | Raymond Hettinger | 2003-01-03 | 1 | -0/+1 |
|
|
| * | Remove debugging prints. | Michael W. Hudson | 2003-01-03 | 1 | -2/+0 |
|
|
| * | SF patch 660559: Use METH_O and METH_NOARGS where possible | Raymond Hettinger | 2003-01-03 | 3 | -117/+70 |
|
|
| * | Fixed markup. | David Goodger | 2003-01-03 | 1 | -8/+17 |
|
|
| * | Updated (2.3 OK now) | David Goodger | 2003-01-03 | 1 | -6/+8 |
|
|
| * | Fix error in previous correction; thanks, Just! | Andrew M. Kuchling | 2003-01-02 | 1 | -1/+0 |
|
|
| * | Jack complained that on test_crlf_separation() was failing on MacOS9 | Barry Warsaw | 2003-01-02 | 1 | -4/+4 |
|
|
| * | Fix PEP 302 description; bump version number | Andrew M. Kuchling | 2003-01-02 | 1 | -10/+17 |
|
|
| * | The tzinfo methods utcoffset() and dst() must return a timedelta object | Tim Peters | 2003-01-02 | 5 | -77/+84 |
|
|
| * | Allow list sort's comparison function to explicitly be None. See SF patch | Skip Montanaro | 2003-01-02 | 4 | -6/+34 |
|
|
| * | 1. Remove obsolete, incorrect comment on non-package installation | Kurt B. Kaiser | 2003-01-02 | 1 | -7/+3 |
|
|
| * | astimezone() internals: if utcoffset() returns a duration, complain if | Tim Peters | 2003-01-02 | 4 | -14/+45 |
|
|
| * | Added a section to record datetime changes. There's apparently going to | Tim Peters | 2003-01-02 | 1 | -0/+5 |
|
|
| * | The astimezone() correctness proof endured much pain to prove what | Tim Peters | 2003-01-02 | 1 | -70/+43 |
|
|
| * | Improve exception handling. | Kurt B. Kaiser | 2003-01-02 | 3 | -3/+6 |
|
|
| * | There are two more copyright notices in the Windows world: | Tim Peters | 2003-01-02 | 2 | -3/+3 |
|
|
| * | SF bug 661086: datetime.today() truncates microseconds. | Tim Peters | 2003-01-02 | 1 | -7/+16 |
|
|
| * | Update the copyright year. | Guido van Rossum | 2003-01-02 | 2 | -2/+2 |
|
|
| * | Another copyright update. (JvR: can you backport this to the 2.3a1 | Guido van Rossum | 2003-01-02 | 1 | -1/+1 |
|
|
| * | SF bug 660795: logging missing from Python 2.3a1 for Windows. | Tim Peters | 2003-01-02 | 2 | -2/+13 |
|
|
| * | Add some version info for new methods and class | Neal Norwitz | 2003-01-02 | 1 | -0/+3 |
|
|
| * | SF #660795 | Neal Norwitz | 2003-01-02 | 2 | -0/+975 |
|
|
| * | Fix an example | Andrew M. Kuchling | 2003-01-02 | 1 | -2/+1 |
|
|
| * | Replaced imp.set_frozenmodules() cruft with proper zipimport support. | Just van Rossum | 2003-01-02 | 1 | -43/+42 |
|
|
| * | Ugh, zipimport is virtually broken in 2.3a1 :-( It worked by accident in | Just van Rossum | 2003-01-02 | 2 | -5/+6 |
|
|
| * | EMX fork() emulation not good enough to cope with test_socketserver | Andrew MacIntyre | 2003-01-02 | 1 | -2/+2 |
|
|
| * | OS/2 sockets do not support AF_UNIX, even though EMX headers define it | Andrew MacIntyre | 2003-01-02 | 1 | -4/+4 |
|
|
| * | catch up with zipimport changes to std getpathp.c | Andrew MacIntyre | 2003-01-02 | 1 | -3/+25 |
|
|
| * | bring structure closer to std config.c, whitespace normalisation | Andrew MacIntyre | 2003-01-02 | 1 | -30/+44 |
|
|