| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a workaround for file.ftell() to raise IOError for ttys. | Hye-Shik Chang | 2005-12-13 | 5 | -1/+97 |
|
|
* | From a suggestion on c.l.py: modernize the introduction to the tutorial. | Andrew M. Kuchling | 2005-12-13 | 1 | -32/+40 |
|
|
* | r1077@spiff: Fredrik | 2005-12-12 22:58:44 +0100 | Fredrik Lundh | 2005-12-12 | 1 | -0/+1 |
|
|
* | r1076@spiff: Fredrik | 2005-12-12 22:32:28 +0100 | Fredrik Lundh | 2005-12-12 | 2 | -0/+28 |
|
|
* | skip NIS entries, empty entries, etc | Fredrik Lundh | 2005-12-12 | 2 | -2/+4 |
|
|
* | skip nis entries, if not filtered out by getpwall itself | Fredrik Lundh | 2005-12-12 | 1 | -0/+2 |
|
|
* | added xml.etree test (enough of the ElementTree selftest to | Fredrik Lundh | 2005-12-12 | 1 | -0/+339 |
|
|
* | r1068@spiff: Fredrik | 2005-12-12 19:50:30 +0100 | Fredrik Lundh | 2005-12-12 | 4 | -2/+19 |
|
|
* | added ElementTree core components to xml.etree | Fredrik Lundh | 2005-12-12 | 4 | -0/+1621 |
|
|
* | Bug #1290333: Added a workaround for cjkcodecs' _codecs_cn module | Hye-Shik Chang | 2005-12-12 | 2 | -0/+11 |
|
|
* | Remove background image | Andrew M. Kuchling | 2005-12-12 | 1 | -1/+1 |
|
|
* | SF #1373150, diffs in working copy after a build | Neal Norwitz | 2005-12-11 | 3 | -3/+7 |
|
|
* | en_sit will be freed when en is DECREF'd. Don't double free. | Neal Norwitz | 2005-12-11 | 1 | -1/+0 |
|
|
* | SF #1377897, Bus error in ast | Neal Norwitz | 2005-12-11 | 2 | -0/+9 |
|
|
* | SF #1370197, memory leak - ast_error_finish (in error conditions). | Neal Norwitz | 2005-12-11 | 1 | -2/+6 |
|
|
* | Add const to several API functions that take char *. | Jeremy Hylton | 2005-12-10 | 52 | -255/+272 |
|
|
* | Patch #1276356: Implement new resource "urlfetch" for regrtest. | Hye-Shik Chang | 2005-12-10 | 10 | -74/+29 |
|
|
* | [Bug #1349316] Show how to use XML-RPC through a proxy | Andrew M. Kuchling | 2005-12-08 | 1 | -0/+27 |
|
|
* | add common usage example | Skip Montanaro | 2005-12-06 | 1 | -0/+17 |
|
|
* | Typo in a code example. | Armin Rigo | 2005-12-06 | 1 | -1/+1 |
|
|
* | Nobody on python-dev seemed particularly bothered that Hotshot generates half- | Armin Rigo | 2005-12-06 | 1 | -34/+2 |
|
|
* | Simplify logic for handling import * | Neal Norwitz | 2005-12-06 | 1 | -6/+3 |
|
|
* | Reduce scope of feature | Neal Norwitz | 2005-12-06 | 1 | -2/+1 |
|
|
* | Remove unused macro, check is done elsewhere | Neal Norwitz | 2005-12-06 | 1 | -1/+0 |
|
|
* | Remove unnecessary extern variable | Neal Norwitz | 2005-12-05 | 1 | -2/+0 |
|
|
* | mwh spotted a copied error message, make it unique (and correct) | Neal Norwitz | 2005-12-05 | 1 | -1/+1 |
|
|
* | Fix SF #1373161, r41552 broke test_file on OS X | Neal Norwitz | 2005-12-05 | 1 | -1/+1 |
|
|
* | Fix bug | Michael W. Hudson | 2005-12-05 | 1 | -5/+13 |
|
|
* | [Patch #1372995] Add \versionadded | Andrew M. Kuchling | 2005-12-04 | 2 | -0/+4 |
|
|
* | [Bug #1281032] Pass encoding from the input source to pyexpat's ParserCreate() | Andrew M. Kuchling | 2005-12-04 | 1 | -2/+3 |
|
|
* | [Bug #1164912] Ensure Datetime wrapper class .value attribute is an 8-bit str... | Andrew M. Kuchling | 2005-12-04 | 2 | -0/+11 |
|
|
* | [Bug #1041501] Fix example | Andrew M. Kuchling | 2005-12-04 | 1 | -1/+1 |
|
|
* | [Patch #1039083] Add 'encoding' parameter to SimpleXMLRPCServer | Andrew M. Kuchling | 2005-12-04 | 3 | -18/+28 |
|
|
* | Use boolean name | Andrew M. Kuchling | 2005-12-04 | 1 | -1/+1 |
|
|
* | [Patch #893642] Add optional allow_none argument to SimpleXMLRPCServer, CGIXM... | Andrew M. Kuchling | 2005-12-04 | 3 | -8/+16 |
|
|
* | [Bug #1372836] Remove unused code | Andrew M. Kuchling | 2005-12-04 | 1 | -4/+0 |
|
|
* | Add placeholder section on old and new-style classes | Andrew M. Kuchling | 2005-12-04 | 1 | -0/+13 |
|
|
* | [Bug #792570] Under Windows, socket.read() seems to run into trouble when | Andrew M. Kuchling | 2005-12-04 | 2 | -2/+16 |
|
|
* | [Bug #1222790] Set reuse-address and close-on-exec flags on the HTTP listenin... | Andrew M. Kuchling | 2005-12-04 | 2 | -1/+14 |
|
|
* | Bug #1368481: python.dir refers to whatsnew23 | Georg Brandl | 2005-12-02 | 1 | -1/+1 |
|
|
* | set expectations appropriately. ;) | Anthony Baxter | 2005-12-01 | 1 | -1/+1 |
|
|
* | Fix typo. | Walter Dörwald | 2005-11-30 | 1 | -1/+1 |
|
|
* | Remove sorting HOWTO, after converting it to a wiki page at http://wiki.pytho... | Andrew M. Kuchling | 2005-11-30 | 1 | -266/+0 |
|
|
* | Silence VS2005 warnings about deprecated functions. | Martin v. Löwis | 2005-11-29 | 1 | -0/+10 |
|
|
* | Limit x86 machine instructions and Win95 support to _M_IX86. | Martin v. Löwis | 2005-11-29 | 1 | -0/+2 |
|
|
* | Test another error case in PyFloat_FromString(). | Walter Dörwald | 2005-11-29 | 1 | -0/+2 |
|
|
* | fix link | Fred Drake | 2005-11-29 | 1 | -1/+1 |
|
|
* | SF#1368827 | Fredrik Lundh | 2005-11-29 | 1 | -1/+1 |
|
|
* | Fix leaked reference to None. | Walter Dörwald | 2005-11-28 | 1 | -0/+1 |
|
|
* | Patch #1350409: Port signal handling to VS 2005. | Martin v. Löwis | 2005-11-28 | 3 | -0/+20 |
|
|