| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix for #1415 pythonw.exe fails because std streams a missing | Christian Heimes | 2007-11-13 | 1 | -0/+8 |
|
|
* | Merged revisions 58930-58938 via svnmerge from | Christian Heimes | 2007-11-12 | 1 | -1/+1 |
|
|
* | Merged revisions 58886-58929 via svnmerge from | Guido van Rossum | 2007-11-10 | 3 | -7/+9 |
|
|
* | Merging the py3k-pep3137 branch back into the py3k branch. | Guido van Rossum | 2007-11-06 | 6 | -22/+43 |
|
|
* | Merged revisions 58862-58885 via svnmerge from | Guido van Rossum | 2007-11-06 | 1 | -1/+9 |
|
|
* | Merged revisions 58817-58861 via svnmerge from | Guido van Rossum | 2007-11-05 | 6 | -14/+33 |
|
|
* | Re-add two paragraphs that seem to have been lost during the merge from trunk. | Georg Brandl | 2007-11-03 | 1 | -4/+13 |
|
|
* | Merged revisions 58742-58816 via svnmerge from | Guido van Rossum | 2007-11-02 | 12 | -65/+88 |
|
|
* | Remove file that should have been removed during the merge. | Georg Brandl | 2007-11-01 | 1 | -0/+0 |
|
|
* | Add new directory "using". This should have been in the merge patch, | Georg Brandl | 2007-11-01 | 3 | -0/+628 |
|
|
* | Remove duplicate entry for PyObject_AsFileDescriptor. (Really, this time.) | Georg Brandl | 2007-11-01 | 1 | -8/+0 |
|
|
* | #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. | Georg Brandl | 2007-11-01 | 68 | -746/+805 |
|
|
* | Patch 1329 (partial) by Christian Heimes. | Guido van Rossum | 2007-10-30 | 1 | -3/+3 |
|
|
* | Get rid of more uses of string and use unicode | Neal Norwitz | 2007-10-27 | 4 | -15/+15 |
|
|
* | Kill PyString_Encode(), which isn't used anywhere. | Guido van Rossum | 2007-10-26 | 1 | -9/+0 |
|
|
* | Patch 1318 by Christian Heimes: remove os.tmpnam(), os.tempnam(), | Guido van Rossum | 2007-10-25 | 1 | -55/+0 |
|
|
* | Remove duplicate entry for PyObject_AsFileDescriptor. | Georg Brandl | 2007-10-23 | 2 | -6/+7 |
|
|
* | Update Pygments version from externals. | Georg Brandl | 2007-10-23 | 1 | -1/+1 |
|
|
* | Update w.r.t. PEP 3137. | Georg Brandl | 2007-10-23 | 1 | -176/+54 |
|
|
* | Patch #1071: Improve unicode.translate() so that you can pass unicode | Georg Brandl | 2007-10-23 | 1 | -1/+1 |
|
|
* | #1061 (mainly by Thomas Wouters): use weak sets for abc caches. | Georg Brandl | 2007-10-23 | 1 | -13/+22 |
|
|
* | Issue 1267, continued. | Guido van Rossum | 2007-10-22 | 2 | -20/+12 |
|
|
* | Patch 1267 by Christian Heimes. | Guido van Rossum | 2007-10-19 | 2 | -0/+15 |
|
|
* | Update what the locale module documents about string operations. | Guido van Rossum | 2007-10-15 | 1 | -11/+8 |
|
|
* | remove hotshot profiler from Py3k | Fred Drake | 2007-10-11 | 3 | -151/+2 |
|
|
* | #1228: new comparison behavior. | Georg Brandl | 2007-10-08 | 1 | -12/+5 |
|
|
* | Remove buffer() from the docs. | Georg Brandl | 2007-10-08 | 1 | -28/+0 |
|
|
* | Fix a minor typo. | Brett Cannon | 2007-10-07 | 1 | -1/+1 |
|
|
* | Get the doc to build. | Neal Norwitz | 2007-10-02 | 1 | -2/+2 |
|
|
* | #1219: py3k cleanup in standard types docs. | Georg Brandl | 2007-09-28 | 1 | -129/+103 |
|
|
* | #1211, #1212, #1213: py3k fixes to the tutorial. | Georg Brandl | 2007-09-28 | 4 | -48/+43 |
|
|
* | Revert r58075 (incorrect docs patch). | Collin Winter | 2007-09-27 | 1 | -2/+2 |
|
|
* | Patch # 1145 by Thomas Lee: | Guido van Rossum | 2007-09-27 | 1 | -2/+5 |
|
|
* | Clarify the difference between text and binary files. I'm not sure the | Skip Montanaro | 2007-09-26 | 1 | -8/+14 |
|
|
* | #1189: documentation for tp_as_* structs. | Georg Brandl | 2007-09-24 | 1 | -15/+166 |
|
|
* | Update the documentation of the open() builtin function a bit. I believe I | Skip Montanaro | 2007-09-23 | 1 | -26/+24 |
|
|
* | Reformat the open function text so it fits within 80 columns in preparation | Skip Montanaro | 2007-09-23 | 1 | -37/+41 |
|
|
* | Remove more cruft leftover from nb_coerce. Rename nb_coerce to | Neil Schemenauer | 2007-09-21 | 3 | -36/+10 |
|
|
* | Merged revisions 58211-58220 via svnmerge from | Thomas Wouters | 2007-09-20 | 4 | -13/+20 |
|
|
* | Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from | Thomas Wouters | 2007-09-19 | 15 | -411/+1422 |
|
|
* | issue1172: Documentation of "done" attribute in cgi module. | Sean Reifscheider | 2007-09-18 | 1 | -0/+5 |
|
|
* | Fixing the spelling of "writeable" to "writable", particularly PyBUF_WRITEABLE. | Sean Reifscheider | 2007-09-17 | 2 | -2/+2 |
|
|
* | Oops. | Georg Brandl | 2007-09-12 | 1 | -2/+2 |
|
|
* | Document input() function. | Georg Brandl | 2007-09-12 | 1 | -0/+16 |
|
|
* | Document inspect.getfullargspec(). Fixes #1121. | Georg Brandl | 2007-09-12 | 1 | -4/+25 |
|
|
* | New documentation for the bdb module. Forward-port from rev. 58112, with a fe... | Georg Brandl | 2007-09-12 | 4 | -8/+357 |
|
|
* | Merged revisions 58053-58090 via svnmerge from | Thomas Wouters | 2007-09-10 | 1 | -1/+1 |
|
|
* | Change instances of 'while 1:' in the docs into 'while True:'. | Collin Winter | 2007-09-10 | 5 | -6/+6 |
|
|
* | General clean-up in socket howto. | Collin Winter | 2007-09-10 | 1 | -26/+23 |
|
|
* | Fix more raise statments in the docs. | Collin Winter | 2007-09-10 | 2 | -2/+3 |
|
|