summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* fixed compilation with an ordinary C89 compilerFredrik Lundh2005-12-182-4/+3
* Fixed None reference leaks in TreeBuilder class (reported by NealFredrik Lundh2005-12-181-0/+4
* Check return result for errorNeal Norwitz2005-12-181-0/+2
* Fix Armin's bug 1333982. He found it, he didn't created it :-)Neal Norwitz2005-12-182-9/+41
* Fix compiler warningsNeal Norwitz2005-12-181-2/+2
* Handle more error conditions with SystemErrorNeal Norwitz2005-12-181-8/+22
* Fix Bug #1378022, UTF-8 files with a leading BOM crashed the interpreter.Neal Norwitz2005-12-185-2/+19
* Get float() to be more portable across platforms. Disable hex strings.Neal Norwitz2005-12-183-50/+32
* Set MemoryError when alloc failsNeal Norwitz2005-12-181-3/+11
* Wrap long lines in the grammarNeal Norwitz2005-12-182-25/+40
* Fix _sys_version() so it works with the new buildno, not sure if it is correc...Neal Norwitz2005-12-181-2/+1
* SF Patch #1365916, mmap fails on AMD64Neal Norwitz2005-12-183-12/+30
* Cleanup a bit and make things more consistent.Neal Norwitz2005-12-182-142/+87
* Add versionadded infoNeal Norwitz2005-12-182-0/+2
* Expose Subversion revision number (calculated via "svnversion .") to Python.Barry Warsaw2005-12-187-4/+32
* Doc for PEP 341, needs improvementNeal Norwitz2005-12-172-20/+22
* Fix leftover word.Georg Brandl2005-12-171-1/+1
* Added PEP 341 to NEWS.Georg Brandl2005-12-171-0/+4
* SF patch #1355913, PEP 341 - Unification of try/except and try/finallyNeal Norwitz2005-12-175-57/+263
* Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines,Neal Norwitz2005-12-1716-1242/+704
* Add Michael Urman for work on SF patch #1365916Neal Norwitz2005-12-171-0/+1
* Bug #1373197: note that os.makedirs does not work with '..'Georg Brandl2005-12-171-0/+2
* Bug #1343671: clarify docs for os.removedirsGeorg Brandl2005-12-171-5/+9
* Bug #1106572: clarify os.makedirs docs wrt umaskGeorg Brandl2005-12-171-1/+2
* Fixed reference counting error when using the entity dictionaryFredrik Lundh2005-12-171-1/+0
* Bug #1379994: Fix *unicode_escape codecs to encode r'\' as r'\\'Hye-Shik Chang2005-12-173-13/+20
* More text about the pragmatic significance of hashlib.Tim Peters2005-12-161-4/+13
* Add the missing mention of the hashlib module.Brett Cannon2005-12-161-0/+3
* added encoding tests to ElementTree/cElementTree testsFredrik Lundh2005-12-162-15/+31
* updating to cElementTree 1.0.5 (step 3 of 3)Fredrik Lundh2005-12-161-4/+7
* updating to cElementTree 1.0.5 (step 2 of 3)Fredrik Lundh2005-12-161-0/+2766
* updating to cElementTree 1.0.5Fredrik Lundh2005-12-161-2723/+0
* Patch #1360443: Make SimpleHTTPServer display unencoded directory names.Georg Brandl2005-12-161-2/+3
* Patch #1377848: typo in pyexpat docsGeorg Brandl2005-12-161-1/+1
* Patch #1376914: traceback.format_exc() has no "file" argumentGeorg Brandl2005-12-161-1/+1
* Set props on _elementtree project file as per pyexpat.vcproj.Trent Mick2005-12-151-335/+335
* Add build support for _elementtree on Windows.Trent Mick2005-12-153-0/+346
* Bug #1378455: a problem of urllib using open_local_fileGeorg Brandl2005-12-151-0/+2
* Remove reference to the "t" open() mode as it is platform dependent.Georg Brandl2005-12-151-1/+1
* Add two tests for the script interface.Walter Dörwald2005-12-151-5/+19
* added cElementTree testsFredrik Lundh2005-12-152-0/+204
* Fix an int/long mismatch identified here:Neal Norwitz2005-12-151-1/+2
* Revert r41662 and the part of 41552 that originally caused the problemNeal Norwitz2005-12-156-104/+1
* If quopri uses the implementations from binascii do the tests a second timeWalter Dörwald2005-12-141-10/+35
* added PSG licensing blurbFredrik Lundh2005-12-141-0/+3
* added PSF licensing blurbs to relevant filesFredrik Lundh2005-12-145-0/+15
* fixed eol-styleFredrik Lundh2005-12-140-0/+0
* renamed to _elementtree (for Python 2.5)Fredrik Lundh2005-12-141-4/+4
* copied cElementTree 1.0.4 to ModulesFredrik Lundh2005-12-141-0/+2720
* added cElementTree/_elementtree build stuff and wrapper moduleFredrik Lundh2005-12-142-0/+14