| Commit message (Expand) | Author | Age | Files | Lines |
* | SF bug #1323739, C API doc for PySequence_Tuple duplicated | Neal Norwitz | 2005-10-12 | 1 | -9/+5 |
|
|
* | fix stupid typo | Fred Drake | 2005-10-11 | 1 | -1/+1 |
|
|
* | Added Host and Content-type headers to requests sent by HTTPHandler (suggeste... | Vinay Sajip | 2005-10-11 | 1 | -1/+10 |
|
|
* | SF bug #1323294, Minor error in the Library Reference doc. Will backport | Neal Norwitz | 2005-10-11 | 1 | -1/+2 |
|
|
* | Clarify the docs for Py_UNICODE. | Marc-André Lemburg | 2005-10-10 | 1 | -6/+16 |
|
|
* | Bug #1245379: Add "unicode-1-1-utf-7" as an alias for "utf-7" as specified | Walter Dörwald | 2005-10-09 | 3 | -1/+4 |
|
|
* | Remove trailing spaces. | Walter Dörwald | 2005-10-09 | 1 | -3/+3 |
|
|
* | Fix indentation. | Walter Dörwald | 2005-10-09 | 1 | -1/+1 |
|
|
* | Fix errors in _synthesize because of missing basename attribute of | Georg Brandl | 2005-10-08 | 1 | -2/+6 |
|
|
* | Fix unit test failure -- the output received from Python can be empty, | Guido van Rossum | 2005-10-08 | 1 | -1/+1 |
|
|
* | Fixed bug where the logging message was wrongly being demoted from Unicode to... | Vinay Sajip | 2005-10-07 | 1 | -6/+8 |
|
|
* | Part of SF patch #1313939: Speedup charmap decoding by extending | Walter Dörwald | 2005-10-06 | 4 | -77/+154 |
|
|
* | Change the internal "undefined codepoint" mark for CJKCodecs decoders | Hye-Shik Chang | 2005-10-06 | 1 | -1/+4 |
|
|
* | SF #1313496: bisect C replacement doesn't accept named args | Raymond Hettinger | 2005-10-05 | 2 | -22/+36 |
|
|
* | Get "make install" working again after adding Lib/test/bad_coding.py | Neal Norwitz | 2005-10-04 | 1 | -2/+2 |
|
|
* | Make close brace a paren to match open. | Neal Norwitz | 2005-10-04 | 1 | -1/+1 |
|
|
* | Armin caught this mistake in bug #973103. | Neal Norwitz | 2005-10-04 | 1 | -1/+1 |
|
|
* | open_new_win does not exist. use UNIX consistently, add autoraise parameter ... | Neal Norwitz | 2005-10-04 | 1 | -12/+13 |
|
|
* | Fix pychecker warnings | Neal Norwitz | 2005-10-04 | 1 | -4/+9 |
|
|
* | Incorporate Tal Einat's comment on Patch 936169: Fixes alignment problem. | Kurt B. Kaiser | 2005-10-03 | 2 | -4/+13 |
|
|
* | Tweak CodeContext.py docstrings, comments, and names. | Kurt B. Kaiser | 2005-10-03 | 1 | -51/+57 |
|
|
* | Correct docs for empty raise when no exception is active. | Raymond Hettinger | 2005-10-03 | 1 | -2/+3 |
|
|
* | fix link to subsection (SF bug #1311674) | Fred Drake | 2005-10-03 | 1 | -2/+4 |
|
|
* | Patch #754022: Greatly enhanced webbrowser.py. | Georg Brandl | 2005-10-03 | 3 | -197/+393 |
|
|
* | suppress more errors on my box, most are gentoo specific. Py_ADDRESS_IN_RANG... | Neal Norwitz | 2005-10-03 | 1 | -0/+118 |
|
|
* | SF Bug #1008310, os.major() os.minor() example and description change. Will ... | Neal Norwitz | 2005-10-03 | 1 | -2/+4 |
|
|
* | Fix SF bug #991735, os.access reports true for read-only directories. Will b... | Neal Norwitz | 2005-10-03 | 1 | -0/+5 |
|
|
* | Fix SF bug #976608, Unhelpful error message when mtime of a module is -1 | Neal Norwitz | 2005-10-03 | 2 | -1/+7 |
|
|
* | SF Bug # 941346, AIX shared library fix | Neal Norwitz | 2005-10-03 | 1 | -0/+4 |
|
|
* | SF bug #887946, segfault if redirecting directory | Neal Norwitz | 2005-10-03 | 4 | -0/+70 |
|
|
* | SF Bug #1308042, platform dependent behaviour (Windoze of course) in UDP sock... | Neal Norwitz | 2005-10-03 | 1 | -1/+2 |
|
|
* | SF patch #1227568, Expression AST node not documented. | Neal Norwitz | 2005-10-03 | 1 | -0/+1 |
|
|
* | SF patch #1227568, bug #1219273, Expression AST node not documented. Backpor... | Neal Norwitz | 2005-10-03 | 1 | -0/+2 |
|
|
* | Increased performance in CodeContext extension Patch 936169 Noam Raphael | Kurt B. Kaiser | 2005-10-02 | 2 | -31/+49 |
|
|
* | - Fix segfault with invalid coding. | Neal Norwitz | 2005-10-02 | 7 | -3/+39 |
|
|
* | Fix PyString_Format so that the "%s" format works again when Unicode is not | Georg Brandl | 2005-10-01 | 1 | -0/+2 |
|
|
* | bug [ 729103 ] Cannot retrieve name of super object | Georg Brandl | 2005-10-01 | 2 | -3/+6 |
|
|
* | Forward port bugfix: | Michael W. Hudson | 2005-09-30 | 1 | -0/+4 |
|
|
* | Patch #1309009, Fix segfault in pyexpat when the XML document is | Neal Norwitz | 2005-09-30 | 4 | -1/+19 |
|
|
* | patch [ 1300515 ] xdrlib.py: pack_fstring() did not use null bytes for padding | Georg Brandl | 2005-09-29 | 2 | -1/+4 |
|
|
* | bug [ 1298120 ] shlex does not support unicode | Georg Brandl | 2005-09-29 | 1 | -0/+2 |
|
|
* | bug [ 1296004 ] MemoryError in httplib | Georg Brandl | 2005-09-29 | 2 | -4/+10 |
|
|
* | Fix parse errors in readline module when compiling without threads. | Georg Brandl | 2005-09-29 | 2 | -0/+4 |
|
|
* | bug [ 1306449 ] PyString_AsStringAndSize() return value documented wrong | Georg Brandl | 2005-09-28 | 1 | -2/+2 |
|
|
* | Use lzx:21 for compression. Backported to 2.4 | Martin v. Löwis | 2005-09-27 | 1 | -1/+1 |
|
|
* | Minor clarification of effective level calculation | Vinay Sajip | 2005-09-26 | 1 | -0/+14 |
|
|
* | some more fixes and tests for inspect.getsource(), triggered by crashes | Armin Rigo | 2005-09-25 | 3 | -27/+56 |
|
|
* | Commit memory leaking fix. | Georg Brandl | 2005-09-25 | 1 | -2/+6 |
|
|
* | (pedronis, arigo) | Armin Rigo | 2005-09-24 | 1 | -1/+1 |
|
|
* | Convert iterator __len__() methods to a private API. | Raymond Hettinger | 2005-09-24 | 16 | -94/+169 |
|
|