2005-12-26 |
Georg Brandl | Bug #954981: urllib2 example wont work w/o ssl |
commit | commitdiff | tree | snapshot |
2005-12-26 |
Georg Brandl | Bug #839075: document that highly recursive data cannot... |
commit | commitdiff | tree | snapshot |
2005-12-26 |
Georg Brandl | Bug #839585: mention % string operator in language ref |
commit | commitdiff | tree | snapshot |
2005-12-26 |
Georg Brandl | Bug #756104: document that bufsize in socket.recv(... |
commit | commitdiff | tree | snapshot |
2005-12-26 |
Georg Brandl | Bug #649974: make docstrings for url2pathname consistent |
commit | commitdiff | tree | snapshot |
2005-12-26 |
Armin Rigo | Updating the short blob about old/new-style classes... |
commit | commitdiff | tree | snapshot |
2005-12-26 |
Tim Peters | As reported on c.l.py, the _elementtree project |
commit | commitdiff | tree | snapshot |
2005-12-25 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2005-12-25 |
Tim Peters | test_bug_1333982(): This one must fail under -O. |
commit | commitdiff | tree | snapshot |
2005-12-25 |
Tim Peters | Repair longstanding damage introduced by the AST merge: |
commit | commitdiff | tree | snapshot |
2005-12-25 |
Fredrik Lundh | fixed one more typo |
commit | commitdiff | tree | snapshot |
2005-12-25 |
Fredrik Lundh | SF#1389809 |
commit | commitdiff | tree | snapshot |
2005-12-25 |
Fredrik Lundh | fixed two typos in pprint reference page |
commit | commitdiff | tree | snapshot |
2005-12-24 |
Tim Peters | do_mkvalue(), 'I' and 'k' cases: squash legitimate |
commit | commitdiff | tree | snapshot |
2005-12-24 |
Tim Peters | const poisoning, spreading to fix new const warnings |
commit | commitdiff | tree | snapshot |
2005-12-24 |
Neal Norwitz | Ignore pyc files for building doc |
commit | commitdiff | tree | snapshot |
2005-12-23 |
Neal Norwitz | Patch #1157027, cookielib mis-handles RFC 2109 cookies... |
commit | commitdiff | tree | snapshot |
2005-12-23 |
Neal Norwitz | SF patch #1157027, cookielib mis-handles RFC 2109 cooki... |
commit | commitdiff | tree | snapshot |
2005-12-23 |
Neal Norwitz | Add missing dep for cookielib doc |
commit | commitdiff | tree | snapshot |
2005-12-23 |
Neal Norwitz | Patch #1117398: fix cookielib LoadError |
commit | commitdiff | tree | snapshot |
2005-12-23 |
Neal Norwitz | Fix SF #1117398, cookielib LWPCookieJar and MozillaCook... |
commit | commitdiff | tree | snapshot |
2005-12-22 |
Andrew M. Kuchling | [Patch #1375417] Massive rearrangement of the Library... |
commit | commitdiff | tree | snapshot |
2005-12-22 |
Andrew M. Kuchling | Add more chapter intros |
commit | commitdiff | tree | snapshot |
2005-12-22 |
Andrew M. Kuchling | Add markup |
commit | commitdiff | tree | snapshot |
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 |
next |