| Commit message (Expand) | Author | Age | Files | Lines |
* | Patch #823072: add option to NOT use ~/.netrc in nntplib.NNTP(). | Martin v. Löwis | 2004-08-03 | 1 | -0/+2 |
|
|
* | Patch #994595: Recognize Basic auth even if other schemes are offered. | Martin v. Löwis | 2004-08-03 | 1 | -0/+3 |
|
|
* | Completed the patch for Bug #215126. | Raymond Hettinger | 2004-08-02 | 1 | -1/+2 |
|
|
* | notes for @decorator | Anthony Baxter | 2004-08-02 | 2 | -0/+7 |
|
|
* | "Core" and "C API" news about new semantics for failing imports. | Tim Peters | 2004-08-02 | 1 | -1/+33 |
|
|
* | Fix SF #1001053, wave.open() with unicode filename fails | Neal Norwitz | 2004-08-01 | 1 | -0/+2 |
|
|
* | Mention upgrade of optparse to Optik 1.5a1. | Greg Ward | 2004-07-31 | 1 | -0/+31 |
|
|
* | SF bug #999776, zlib home page wrong | Neal Norwitz | 2004-07-29 | 1 | -1/+1 |
|
|
* | New codec: [ 996067 ] hp-roman8 codec | Marc-André Lemburg | 2004-07-28 | 1 | -0/+1 |
|
|
* | Added a new fileno() method. ZODB's repozo.py wants this so it can | Tim Peters | 2004-07-27 | 1 | -0/+4 |
|
|
* | Patch #995766: Keyword argument support in cPickle. | Martin v. Löwis | 2004-07-27 | 1 | -0/+2 |
|
|
* | Patch #998149: imaplib deleteacl and myrights. | Martin v. Löwis | 2004-07-27 | 2 | -0/+3 |
|
|
* | Patch #605370: Add description[s] for RFC 2980 compliance. | Martin v. Löwis | 2004-07-26 | 2 | -0/+4 |
|
|
* | SF bug 996392: math and cmath docs don't specify radians | Tim Peters | 2004-07-24 | 1 | -1/+2 |
|
|
* | Add news item for u'%s' change. | Marc-André Lemburg | 2004-07-23 | 1 | -0/+3 |
|
|
* | This change implements the following gettext features, as | Gustavo Niemeyer | 2004-07-22 | 1 | -0/+8 |
|
|
* | SF patch 995225: tarfile.py fix for bug #990325 | Tim Peters | 2004-07-22 | 1 | -2/+6 |
|
|
* | Fix bug where a KeyError was raised if -O was being used for the interpreter | Brett Cannon | 2004-07-21 | 1 | -0/+4 |
|
|
* | SF #857297 and 916874, improve handling of hard links when extracting | Neal Norwitz | 2004-07-20 | 1 | -0/+3 |
|
|
* | SF #846659, fix bufsize violation and GNU longname/longlink extensions | Neal Norwitz | 2004-07-20 | 1 | -0/+3 |
|
|
* | Check the type of values returned by __int__, __float__, __long__, | Neil Schemenauer | 2004-07-19 | 1 | -0/+5 |
|
|
* | Don't return spurious empty fields if 'keep_empty_values' is True. | Neil Schemenauer | 2004-07-19 | 1 | -0/+4 |
|
|
* | Record that FCNTL.py has gone away; remove FCNTL hack in tempfile.py; | Tim Peters | 2004-07-18 | 1 | -0/+5 |
|
|
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 2 | -26/+25 |
|
|
* | Bring CJKCodecs 1.1 into trunk. This completely reorganizes source | Hye-Shik Chang | 2004-07-18 | 1 | -0/+3 |
|
|
* | Treat None as a constant. | Raymond Hettinger | 2004-07-16 | 1 | -0/+2 |
|
|
* | Summarized changes: threading.local, Py_CLEAR, Py_VISIT, improved type | Jim Fulton | 2004-07-14 | 1 | -0/+26 |
|
|
* | install test/decimaltestdata as well | Anthony Baxter | 2004-07-12 | 1 | -0/+3 |
|
|
* | Bug #788520: Queue class has logic error when non-blocking | Tim Peters | 2004-07-12 | 1 | -0/+11 |
|
|
* | SF patch 986010: add missing doc for datetime C API, from | Tim Peters | 2004-07-11 | 1 | -9/+12 |
|
|
* | SequenceMatcher(None, [], []).get_grouped_opcodes() now returns a generator | Brett Cannon | 2004-07-10 | 1 | -0/+4 |
|
|
* | Debug output is now printed to sys.stderr . | Brett Cannon | 2004-07-10 | 1 | -0/+2 |
|
|
* | posixpath.realpath() now detects symlink loops and returns the path just before | Brett Cannon | 2004-07-10 | 1 | -0/+4 |
|
|
* | Add PyArg_VaParseTupleAndKeywords(). Document this function and | Brett Cannon | 2004-07-10 | 1 | -0/+3 |
|
|
* | Add item | Andrew M. Kuchling | 2004-07-10 | 2 | -0/+4 |
|
|
* | Make ntpath compress multiple slashes between drive letter and the rest of the | Brett Cannon | 2004-07-10 | 1 | -0/+4 |
|
|
* | Add note about closing of bug #679953 and add Jimmy Burgett for helping out to | Brett Cannon | 2004-07-10 | 2 | -0/+5 |
|
|
* | Add an item | Andrew M. Kuchling | 2004-07-10 | 1 | -0/+3 |
|
|
* | Added note about new codecs module APIs. | Marc-André Lemburg | 2004-07-10 | 1 | -0/+4 |
|
|
* | Fix typo. | Raymond Hettinger | 2004-07-10 | 1 | -1/+1 |
|
|
* | Module and tests: | Raymond Hettinger | 2004-07-09 | 1 | -0/+3 |
|
|
* | post-release fun | Anthony Baxter | 2004-07-09 | 1 | -9/+45 |
|
|
* | 2.4a1 | Anthony Baxter | 2004-07-08 | 1 | -1/+1 |
|
|
* | release dates | Anthony Baxter | 2004-07-08 | 1 | -1/+1 |
|
|
* | This closes patch: | Michael W. Hudson | 2004-07-07 | 1 | -0/+1 |
|
|
* | Made the explanation more accurate; trimmed trailing whitespace; fixed | Tim Peters | 2004-07-07 | 1 | -16/+22 |
|
|
* | Add msg for bug #981530 (shutil.rmtree). Somehow that got missed in | Guido van Rossum | 2004-07-06 | 1 | -0/+4 |
|
|
* | Typo fixes | Andrew M. Kuchling | 2004-07-04 | 1 | -6/+6 |
|
|
* | Clarify last added comment (bug #754449). | Brett Cannon | 2004-07-03 | 1 | -2/+3 |
|
|
* | threading.Thread objects will now print a traceback for an exception raised | Brett Cannon | 2004-07-03 | 1 | -0/+3 |
|
|