| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Teach unquote() to handle unicode inputs | Raymond Hettinger | 2005-10-15 | 3 | -0/+9 |
|
|
| * | Optimised Placeholders handling of child loggers by using a dict rather than ... | Vinay Sajip | 2005-10-14 | 1 | -4/+8 |
|
|
| * | Backport: 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 |
|
|
| * | Backport: SF bug #1323294, Minor error in the Library Reference doc. | Neal Norwitz | 2005-10-11 | 1 | -1/+2 |
|
|
| * | backport Py_UNICODE clarification | Skip Montanaro | 2005-10-10 | 1 | -6/+16 |
|
|
| * | 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 |
|
|
| * | SF #1313496: bisect C replacement doesn't accept named args | Raymond Hettinger | 2005-10-05 | 3 | -22/+38 |
|
|
| * | 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 |
|
|
| * | 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 |
|
|
| * | Backport: SF Bug #1008310, os.major() os.minor() example and description change. | 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 |
|
|
| * | Backport: | Neal Norwitz | 2005-10-03 | 2 | -1/+7 |
|
|
| * | Backport: | Neal Norwitz | 2005-10-03 | 4 | -0/+70 |
|
|
| * | file test_cmd_line.py was added on branch release24-maint on 2005-10-03 01:03... | Neal Norwitz | 2005-10-03 | 1 | -50/+0 |
|
|
| * | This commit was manufactured by cvs2svn to create branch | cvs2svn | 2005-10-03 | 1 | -0/+50 |
|
|
| * | Backport: SF Bug #1308042, platform dependent behaviour (Windoze of course) i... | Neal Norwitz | 2005-10-03 | 1 | -1/+2 |
|
|
| * | Backported: | Neal Norwitz | 2005-10-02 | 2 | -1/+6 |
|
|
| * | backport bug [ 729103 ] Cannot retrieve name of super object | Georg Brandl | 2005-10-01 | 2 | -3/+6 |
|
|
| * | Minor clarification of effective level calculation | Vinay Sajip | 2005-09-30 | 1 | -0/+14 |
|
|
| * | Fix bug: | Michael W. Hudson | 2005-09-30 | 1 | -0/+4 |
|
|
| * | - Patch #1309009, Fix segfault in pyexpat when the XML document is in latin_1, | Neal Norwitz | 2005-09-30 | 4 | -2/+20 |
|
|
| * | backport patch [ 1300515 ] xdrlib.py: pack_fstring() did not use null bytes f... | Georg Brandl | 2005-09-29 | 2 | -1/+4 |
|
|
| * | backport bug [ 1298120 ] shlex does not support unicode | Georg Brandl | 2005-09-29 | 1 | -0/+2 |
|
|
| * | backport bug [ 1296004 ] MemoryError in httplib | Georg Brandl | 2005-09-29 | 2 | -4/+13 |
|
|
| * | backport: fix parse errors in readline | Georg Brandl | 2005-09-29 | 2 | -2/+16 |
|
|
| * | backport of bugfix [ 1306449 ] PyString_AsStringAndSize() return value docume... | Georg Brandl | 2005-09-28 | 1 | -2/+2 |
|
|
| * | This commit was manufactured by cvs2svn to create tag 'r242'.v2.4.2 | cvs2svn | 2005-09-28 | 1 | -0/+1 |
|
|
| * | set release date | Fred Drake | 2005-09-28 | 1 | -1/+1 |
|
|
| * | 2.4.2 release stuff | Anthony Baxter | 2005-09-28 | 7 | -15/+18 |
|
|
| * | Use lzx:21 for compression. | Martin v. Löwis | 2005-09-27 | 1 | -1/+1 |
|
|
| * | Backport (with Anthony's blessing (in fact he reminded me to do it :)): | Michael W. Hudson | 2005-09-26 | 4 | -6/+26 |
|
|
| * | Commit memory leaking fix. | Georg Brandl | 2005-09-25 | 1 | -2/+6 |
|
|
| * | Changed header to match the HEAD version: | Peter Astrand | 2005-09-23 | 1 | -20/+4 |
|
|
| * | Backport bugfix: | Michael W. Hudson | 2005-09-23 | 3 | -18/+65 |
|
|
| * | Backport SF #1297059, doc incorrect return type for search() method. (There ... | Neal Norwitz | 2005-09-23 | 1 | -4/+3 |
|
|
| * | News about the test_macfs fix. | Guido van Rossum | 2005-09-23 | 1 | -0/+4 |
|
|
| * | Backport fix for patch #1297028, cjkcodecs does not initialize type pointer | Neal Norwitz | 2005-09-23 | 2 | -0/+28 |
|
|
| * | update URL into the Python wiki | Fred Drake | 2005-09-22 | 1 | -1/+1 |
|
|
| * | Backport Jack Jansen's fix for test_macfs.py (broke on OS X 10.4.2). | Guido van Rossum | 2005-09-22 | 1 | -2/+2 |
|
|
| * | the iSilo is not being built right now | Fred Drake | 2005-09-21 | 1 | -1/+1 |
|
|
| * | This commit was manufactured by cvs2svn to create tag 'r242c1'.v2.4.2c1 | cvs2svn | 2005-09-20 | 1 | -0/+1 |
|
|
| * | (backport) test and fix for buggy handling of exceptions raised by C | Armin Rigo | 2005-09-20 | 2 | -3/+22 |
|
|
| * | (backport) tracing of C functions: don't call the trace func | Armin Rigo | 2005-09-20 | 1 | -26/+31 |
|
|
| * | C89 compliance. | Armin Rigo | 2005-09-20 | 1 | -2/+2 |
|
|
| * | Update 64-bit AIX and HP-UX build instructions. | Guido van Rossum | 2005-09-20 | 1 | -4/+11 |
|
|