2005-12-22 |
Andrew M. Kuchling | Add some chapter introductions (not linked into the... |
commit | commitdiff | tree | snapshot |
2005-12-22 |
Andrew M. Kuchling | Update text |
commit | commitdiff | tree | snapshot |
2005-12-22 |
Andrew M. Kuchling | Typo fix |
commit | commitdiff | tree | snapshot |
2005-12-22 |
Andrew M. Kuchling | Typo fix |
commit | commitdiff | tree | snapshot |
2005-12-22 |
Georg Brandl | [ 1388141 ] Minor error in md5 docs |
commit | commitdiff | tree | snapshot |
2005-12-21 |
Thomas Heller | Add Python\pyarena.c to the VC project file. |
commit | commitdiff | tree | snapshot |
2005-12-19 |
Barry Warsaw | Revert most of r41765. Don't use $Revision$ in Py_GetB... |
commit | commitdiff | tree | snapshot |
2005-12-19 |
Neal Norwitz | Remove extra parens |
commit | commitdiff | tree | snapshot |
2005-12-19 |
Neal Norwitz | Remove extra parens |
commit | commitdiff | tree | snapshot |
2005-12-19 |
Neal Norwitz | Bug #1072182, fix some potential problems if characters... |
commit | commitdiff | tree | snapshot |
2005-12-19 |
Neal Norwitz | Fix SF bug #1072182, problems with signed characters. |
commit | commitdiff | tree | snapshot |
2005-12-19 |
Neal Norwitz | Bug #889500, fix line number on SyntaxWarning for globa... |
commit | commitdiff | tree | snapshot |
2005-12-18 |
Barry Warsaw | Handle a couple of use cases discussed in python-dev... |
commit | commitdiff | tree | snapshot |
2005-12-18 |
Neal Norwitz | Jack said we don't need the Mac/Python/ directory any... |
commit | commitdiff | tree | snapshot |
2005-12-18 |
Fredrik Lundh | added TerminateProcess support to _subprocess driver |
commit | commitdiff | tree | snapshot |
2005-12-18 |
Fredrik Lundh | SF#1383115 |
commit | commitdiff | tree | snapshot |
2005-12-18 |
Fredrik Lundh | fixed compilation with an ordinary C89 compiler |
commit | commitdiff | tree | snapshot |
2005-12-18 |
Fredrik Lundh | Fixed None reference leaks in TreeBuilder class (report... |
commit | commitdiff | tree | snapshot |
2005-12-18 |
Neal Norwitz | Check return result for error |
commit | commitdiff | tree | snapshot |
2005-12-18 |
Neal Norwitz | Fix Armin's bug 1333982. He found it, he didn't created... |
commit | commitdiff | tree | snapshot |
2005-12-18 |
Neal Norwitz | Fix compiler warnings |
commit | commitdiff | tree | snapshot |
2005-12-18 |
Neal Norwitz | Handle more error conditions with SystemError |
commit | commitdiff | tree | snapshot |
2005-12-18 |
Neal Norwitz | Fix Bug #1378022, UTF-8 files with a leading BOM crashe... |
commit | commitdiff | tree | snapshot |
2005-12-18 |
Neal Norwitz | Get float() to be more portable across platforms. ... |
commit | commitdiff | tree | snapshot |
2005-12-18 |
Neal Norwitz | Set MemoryError when alloc fails |
commit | commitdiff | tree | snapshot |
2005-12-18 |
Neal Norwitz | Wrap long lines in the grammar |
commit | commitdiff | tree | snapshot |
2005-12-18 |
Neal Norwitz | Fix _sys_version() so it works with the new buildno... |
commit | commitdiff | tree | snapshot |
2005-12-18 |
Neal Norwitz | SF Patch #1365916, mmap fails on AMD64 |
commit | commitdiff | tree | snapshot |
2005-12-18 |
Neal Norwitz | Cleanup a bit and make things more consistent. |
commit | commitdiff | tree | snapshot |
2005-12-18 |
Neal Norwitz | Add versionadded info |
commit | commitdiff | tree | snapshot |
2005-12-18 |
Barry Warsaw | Expose Subversion revision number (calculated via ... |
commit | commitdiff | tree | snapshot |
2005-12-17 |
Neal Norwitz | Doc for PEP 341, needs improvement |
commit | commitdiff | tree | snapshot |
2005-12-17 |
Georg Brandl | Fix leftover word. |
commit | commitdiff | tree | snapshot |
2005-12-17 |
Georg Brandl | Added PEP 341 to NEWS. |
commit | commitdiff | tree | snapshot |
2005-12-17 |
Neal Norwitz | SF patch #1355913, PEP 341 - Unification of try/except... |
commit | commitdiff | tree | snapshot |
2005-12-17 |
Neal Norwitz | Merge from ast-arena. This reduces the code in Python... |
commit | commitdiff | tree | snapshot |
2005-12-17 |
Neal Norwitz | Add Michael Urman for work on SF patch #1365916 |
commit | commitdiff | tree | snapshot |
2005-12-17 |
Georg Brandl | Bug #1373197: note that os.makedirs does not work with... |
commit | commitdiff | tree | snapshot |
2005-12-17 |
Georg Brandl | Bug #1343671: clarify docs for os.removedirs |
commit | commitdiff | tree | snapshot |
2005-12-17 |
Georg Brandl | Bug #1106572: clarify os.makedirs docs wrt umask |
commit | commitdiff | tree | snapshot |
2005-12-17 |
Fredrik Lundh | Fixed reference counting error when using the entity... |
commit | commitdiff | tree | snapshot |
2005-12-17 |
Hye-Shik Chang | Bug #1379994: Fix *unicode_escape codecs to encode... |
commit | commitdiff | tree | snapshot |
2005-12-16 |
Tim Peters | More text about the pragmatic significance of hashlib. |
commit | commitdiff | tree | snapshot |
2005-12-16 |
Brett Cannon | Add the missing mention of the hashlib module. |
commit | commitdiff | tree | snapshot |
2005-12-16 |
Fredrik Lundh | added encoding tests to ElementTree/cElementTree tests |
commit | commitdiff | tree | snapshot |
2005-12-16 |
Fredrik Lundh | updating to cElementTree 1.0.5 (step 3 of 3) |
commit | commitdiff | tree | snapshot |
2005-12-16 |
Fredrik Lundh | updating to cElementTree 1.0.5 (step 2 of 3) |
commit | commitdiff | tree | snapshot |
2005-12-16 |
Fredrik Lundh | updating to cElementTree 1.0.5 |
commit | commitdiff | tree | snapshot |
2005-12-16 |
Georg Brandl | Patch #1360443: Make SimpleHTTPServer display unencoded... |
commit | commitdiff | tree | snapshot |
2005-12-16 |
Georg Brandl | Patch #1377848: typo in pyexpat docs |
commit | commitdiff | tree | snapshot |
2005-12-16 |
Georg Brandl | Patch #1376914: traceback.format_exc() has no "file... |
commit | commitdiff | tree | snapshot |
2005-12-15 |
Trent Mick | Set props on _elementtree project file as per pyexpat... |
commit | commitdiff | tree | snapshot |
2005-12-15 |
Trent Mick | Add build support for _elementtree on Windows. |
commit | commitdiff | tree | snapshot |
2005-12-15 |
Georg Brandl | Bug #1378455: a problem of urllib using open_local_file |
commit | commitdiff | tree | snapshot |
2005-12-15 |
Georg Brandl | Remove reference to the "t" open() mode as it is platfo... |
commit | commitdiff | tree | snapshot |
2005-12-15 |
Walter Dörwald | Add two tests for the script interface. |
commit | commitdiff | tree | snapshot |
2005-12-15 |
Fredrik Lundh | added cElementTree tests |
commit | commitdiff | tree | snapshot |
2005-12-15 |
Neal Norwitz | Fix an int/long mismatch identified here: |
commit | commitdiff | tree | snapshot |
2005-12-15 |
Neal Norwitz | Revert r41662 and the part of 41552 that originally... |
commit | commitdiff | tree | snapshot |
2005-12-14 |
Walter Dörwald | If quopri uses the implementations from binascii do... |
commit | commitdiff | tree | snapshot |
2005-12-14 |
Fredrik Lundh | added PSG licensing blurb |
commit | commitdiff | tree | snapshot |
2005-12-14 |
Fredrik Lundh | added PSF licensing blurbs to relevant files |
commit | commitdiff | tree | snapshot |
2005-12-14 |
Fredrik Lundh | fixed eol-style |
commit | commitdiff | tree | snapshot |
2005-12-14 |
Fredrik Lundh | renamed to _elementtree (for Python 2.5) |
commit | commitdiff | tree | snapshot |
2005-12-14 |
Fredrik Lundh | copied cElementTree 1.0.4 to Modules |
commit | commitdiff | tree | snapshot |
2005-12-14 |
Fredrik Lundh | added cElementTree/_elementtree build stuff and wrapper... |
commit | commitdiff | tree | snapshot |
2005-12-14 |
Armin Rigo | Subversion settings: |
commit | commitdiff | tree | snapshot |
2005-12-14 |
Armin Rigo | Added the 'ULL' prefix to the unsigned long long litera... |
commit | commitdiff | tree | snapshot |
2005-12-14 |
Armin Rigo | When regenerating files like Python-ast.h, take care... |
commit | commitdiff | tree | snapshot |
2005-12-14 |
Fredrik Lundh | fixed installation of xmlcore libraries (including... |
commit | commitdiff | tree | snapshot |
2005-12-14 |
Fred Drake | - remove leftover directory |
commit | commitdiff | tree | snapshot |
2005-12-14 |
Fred Drake | move the xml package implementation to xmlcore, and... |
commit | commitdiff | tree | snapshot |
2005-12-13 |
Fredrik Lundh | moved magic into structure (mainly to simplify the... |
commit | commitdiff | tree | snapshot |
2005-12-13 |
Fredrik Lundh | renamed dispatch -> capi to match other CAPI implementa... |
commit | commitdiff | tree | snapshot |
2005-12-13 |
Fredrik Lundh | added cobject-based expat dispatch mechanism to pyexpat |
commit | commitdiff | tree | snapshot |
2005-12-13 |
Hye-Shik Chang | Fix test not to fail on FreeBSD. Directories work... |
commit | commitdiff | tree | snapshot |
2005-12-13 |
Hye-Shik Chang | Add a workaround for file.ftell() to raise IOError... |
commit | commitdiff | tree | snapshot |
2005-12-13 |
Andrew M. Kuchling | From a suggestion on c.l.py: modernize the introduction... |
commit | commitdiff | tree | snapshot |
2005-12-12 |
Fredrik Lundh | r1077@spiff: Fredrik | 2005-12-12 22:58:44 +0100 |
commit | commitdiff | tree | snapshot |
2005-12-12 |
Fredrik Lundh | r1076@spiff: Fredrik | 2005-12-12 22:32:28 +0100 |
commit | commitdiff | tree | snapshot |
2005-12-12 |
Fredrik Lundh | skip NIS entries, empty entries, etc |
commit | commitdiff | tree | snapshot |
2005-12-12 |
Fredrik Lundh | skip nis entries, if not filtered out by getpwall itself |
commit | commitdiff | tree | snapshot |
2005-12-12 |
Fredrik Lundh | added xml.etree test (enough of the ElementTree selftest to |
commit | commitdiff | tree | snapshot |
2005-12-12 |
Fredrik Lundh | r1068@spiff: Fredrik | 2005-12-12 19:50:30 +0100 |
commit | commitdiff | tree | snapshot |
2005-12-12 |
Fredrik Lundh | added ElementTree core components to xml.etree |
commit | commitdiff | tree | snapshot |
2005-12-12 |
Hye-Shik Chang | Bug #1290333: Added a workaround for cjkcodecs' _codecs... |
commit | commitdiff | tree | snapshot |
2005-12-12 |
Andrew M. Kuchling | Remove background image |
commit | commitdiff | tree | snapshot |
2005-12-11 |
Neal Norwitz | SF #1373150, diffs in working copy after a build |
commit | commitdiff | tree | snapshot |
2005-12-11 |
Neal Norwitz | en_sit will be freed when en is DECREF'd. Don't double... |
commit | commitdiff | tree | snapshot |
2005-12-11 |
Neal Norwitz | SF #1377897, Bus error in ast |
commit | commitdiff | tree | snapshot |
2005-12-11 |
Neal Norwitz | SF #1370197, memory leak - ast_error_finish (in error... |
commit | commitdiff | tree | snapshot |
2005-12-10 |
Jeremy Hylton | Add const to several API functions that take char *. |
commit | commitdiff | tree | snapshot |
2005-12-10 |
Hye-Shik Chang | Patch #1276356: Implement new resource "urlfetch" for... |
commit | commitdiff | tree | snapshot |
2005-12-08 |
Andrew M. Kuchling | [Bug #1349316] Show how to use XML-RPC through a proxy |
commit | commitdiff | tree | snapshot |
2005-12-06 |
Skip Montanaro | add common usage example |
commit | commitdiff | tree | snapshot |
2005-12-06 |
Armin Rigo | Typo in a code example. |
commit | commitdiff | tree | snapshot |
2005-12-06 |
Armin Rigo | Nobody on python-dev seemed particularly bothered that... |
commit | commitdiff | tree | snapshot |
2005-12-06 |
Neal Norwitz | Simplify logic for handling import * |
commit | commitdiff | tree | snapshot |
2005-12-06 |
Neal Norwitz | Reduce scope of feature |
commit | commitdiff | tree | snapshot |
2005-12-06 |
Neal Norwitz | Remove unused macro, check is done elsewhere |
commit | commitdiff | tree | snapshot |
next |