2006-01-01 |
Georg Brandl | Bug #1394868: doc typos |
commit | commitdiff | tree | snapshot |
2006-01-01 |
Tim Peters | Fixed English in a comment; trimmed trailing whitespace; |
commit | commitdiff | tree | snapshot |
2005-12-30 |
Tim Peters | test_main(): Restore the original root logger level... |
commit | commitdiff | tree | snapshot |
2005-12-30 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2005-12-30 |
Martin v. Löwis | Work around test_locale failing on Solaris. |
commit | commitdiff | tree | snapshot |
2005-12-30 |
Martin v. Löwis | Use -xcode=pic32 for SunPro. Will backport to 2.4. |
commit | commitdiff | tree | snapshot |
2005-12-30 |
Skip Montanaro | Fix a delimiter detection problem in sniffer. Sniffing... |
commit | commitdiff | tree | snapshot |
2005-12-30 |
Skip Montanaro | typo, use parens for continued expr |
commit | commitdiff | tree | snapshot |
2005-12-29 |
Fredrik Lundh | SF#1391872 |
commit | commitdiff | tree | snapshot |
2005-12-29 |
Armin Rigo | SF patch #1379023: document that a weakref callback... |
commit | commitdiff | tree | snapshot |
2005-12-29 |
Armin Rigo | SF bug #1153075: "PyXxx_Check(x) trusts x->ob_type... |
commit | commitdiff | tree | snapshot |
2005-12-29 |
Armin Rigo | adding in-place operators to the operator module. |
commit | commitdiff | tree | snapshot |
2005-12-29 |
Armin Rigo | Typo. |
commit | commitdiff | tree | snapshot |
2005-12-29 |
Armin Rigo | SF patch #1390657: |
commit | commitdiff | tree | snapshot |
2005-12-29 |
Armin Rigo | two missing PyDoc_STR(). |
commit | commitdiff | tree | snapshot |
2005-12-28 |
Skip Montanaro | typo |
commit | commitdiff | tree | snapshot |
2005-12-28 |
Skip Montanaro | Fix for problem with Sniffer class. If your delimiter... |
commit | commitdiff | tree | snapshot |
2005-12-27 |
Georg Brandl | Bug #999767: make setup.py obey Setup.local wrt shared... |
commit | commitdiff | tree | snapshot |
2005-12-27 |
Georg Brandl | [ 959576 ] Can't build Python on POSIX w/o $HOME |
commit | commitdiff | tree | snapshot |
2005-12-27 |
Georg Brandl | Revert checkin for bug #1386675. |
commit | commitdiff | tree | snapshot |
2005-12-27 |
Georg Brandl | Bug #1386675: winreg raises WindowsErrors |
commit | commitdiff | tree | snapshot |
2005-12-26 |
Georg Brandl | Bug #1389673: document correct return value of set... |
commit | commitdiff | tree | snapshot |
2005-12-26 |
Georg Brandl | Bug #489256: remove note about Python 1.1 profiler |
commit | commitdiff | tree | snapshot |
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 |
next |