| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug #1378455: a problem of urllib using open_local_file | Georg Brandl | 2005-12-15 | 1 | -0/+2 |
|
|
* | Remove reference to the "t" open() mode as it is platform dependent. | Georg Brandl | 2005-12-15 | 1 | -1/+1 |
|
|
* | Add two tests for the script interface. | Walter Dörwald | 2005-12-15 | 1 | -5/+19 |
|
|
* | added cElementTree tests | Fredrik Lundh | 2005-12-15 | 2 | -0/+204 |
|
|
* | Fix an int/long mismatch identified here: | Neal Norwitz | 2005-12-15 | 1 | -1/+2 |
|
|
* | Revert r41662 and the part of 41552 that originally caused the problem | Neal Norwitz | 2005-12-15 | 6 | -104/+1 |
|
|
* | If quopri uses the implementations from binascii do the tests a second time | Walter Dörwald | 2005-12-14 | 1 | -10/+35 |
|
|
* | added PSG licensing blurb | Fredrik Lundh | 2005-12-14 | 1 | -0/+3 |
|
|
* | added PSF licensing blurbs to relevant files | Fredrik Lundh | 2005-12-14 | 5 | -0/+15 |
|
|
* | fixed eol-style | Fredrik Lundh | 2005-12-14 | 0 | -0/+0 |
|
|
* | renamed to _elementtree (for Python 2.5) | Fredrik Lundh | 2005-12-14 | 1 | -4/+4 |
|
|
* | copied cElementTree 1.0.4 to Modules | Fredrik Lundh | 2005-12-14 | 1 | -0/+2720 |
|
|
* | added cElementTree/_elementtree build stuff and wrapper module | Fredrik Lundh | 2005-12-14 | 2 | -0/+14 |
|
|
* | Subversion settings: | Armin Rigo | 2005-12-14 | 5 | -1960/+1960 |
|
|
* | Added the 'ULL' prefix to the unsigned long long literal constants. | Armin Rigo | 2005-12-14 | 1 | -99/+99 |
|
|
* | When regenerating files like Python-ast.h, take care that the generated | Armin Rigo | 2005-12-14 | 1 | -3/+2 |
|
|
* | fixed installation of xmlcore libraries (including xmlcore.etree) | Fredrik Lundh | 2005-12-14 | 1 | -1/+1 |
|
|
* | - remove leftover directory | Fred Drake | 2005-12-14 | 1 | -0/+20 |
|
|
* | move the xml package implementation to xmlcore, and adjust the tests to | Fred Drake | 2005-12-14 | 24 | -194/+196 |
|
|
* | moved magic into structure (mainly to simplify the client code) | Fredrik Lundh | 2005-12-13 | 2 | -8/+10 |
|
|
* | renamed dispatch -> capi to match other CAPI implementations | Fredrik Lundh | 2005-12-13 | 2 | -27/+27 |
|
|
* | added cobject-based expat dispatch mechanism to pyexpat | Fredrik Lundh | 2005-12-13 | 2 | -0/+76 |
|
|
* | Fix test not to fail on FreeBSD. Directories work also as data | Hye-Shik Chang | 2005-12-13 | 1 | -0/+4 |
|
|
* | 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 |
|
|