| Commit message (Expand) | Author | Age | Files | Lines |
* | do_mkvalue(), 'I' and 'k' cases: squash legitimate | Tim Peters | 2005-12-24 | 1 | -2/+2 |
|
|
* | const poisoning, spreading to fix new const warnings | Tim Peters | 2005-12-24 | 3 | -8/+8 |
|
|
* | Ignore pyc files for building doc | Neal Norwitz | 2005-12-24 | 0 | -0/+0 |
|
|
* | Patch #1157027, cookielib mis-handles RFC 2109 cookies in Netscape mode | Neal Norwitz | 2005-12-23 | 1 | -0/+2 |
|
|
* | SF patch #1157027, cookielib mis-handles RFC 2109 cookies in Netscape mode | Neal Norwitz | 2005-12-23 | 3 | -22/+100 |
|
|
* | Add missing dep for cookielib doc | Neal Norwitz | 2005-12-23 | 1 | -0/+1 |
|
|
* | Patch #1117398: fix cookielib LoadError | Neal Norwitz | 2005-12-23 | 1 | -0/+4 |
|
|
* | Fix SF #1117398, cookielib LWPCookieJar and MozillaCookieJar exceptions | Neal Norwitz | 2005-12-23 | 4 | -10/+36 |
|
|
* | [Patch #1375417] Massive rearrangement of the Library Reference. | Andrew M. Kuchling | 2005-12-22 | 1 | -136/+230 |
|
|
* | Add more chapter intros | Andrew M. Kuchling | 2005-12-22 | 4 | -0/+45 |
|
|
* | Add markup | Andrew M. Kuchling | 2005-12-22 | 1 | -1/+2 |
|
|
* | Add some chapter introductions (not linked into the LibRef yet) | Andrew M. Kuchling | 2005-12-22 | 8 | -0/+96 |
|
|
* | Update text | Andrew M. Kuchling | 2005-12-22 | 1 | -7/+3 |
|
|
* | Typo fix | Andrew M. Kuchling | 2005-12-22 | 1 | -1/+1 |
|
|
* | Typo fix | Andrew M. Kuchling | 2005-12-22 | 1 | -1/+1 |
|
|
* | [ 1388141 ] Minor error in md5 docs | Georg Brandl | 2005-12-22 | 1 | -1/+1 |
|
|
* | Add Python\pyarena.c to the VC project file. | Thomas Heller | 2005-12-21 | 1 | -3/+6 |
|
|
* | Revert most of r41765. Don't use $Revision$ in Py_GetBuildNumber(). Keep the | Barry Warsaw | 2005-12-19 | 2 | -32/+13 |
|
|
* | Remove extra parens | Neal Norwitz | 2005-12-19 | 1 | -1/+1 |
|
|
* | Remove extra parens | Neal Norwitz | 2005-12-19 | 1 | -1/+1 |
|
|
* | Bug #1072182, fix some potential problems if characters are signed. | Neal Norwitz | 2005-12-19 | 1 | -0/+2 |
|
|
* | Fix SF bug #1072182, problems with signed characters. | Neal Norwitz | 2005-12-19 | 11 | -14/+16 |
|
|
* | Bug #889500, fix line number on SyntaxWarning for global declarations. | Neal Norwitz | 2005-12-19 | 2 | -7/+12 |
|
|
* | Handle a couple of use cases discussed in python-dev w.r.t. calculating the | Barry Warsaw | 2005-12-18 | 2 | -15/+34 |
|
|
* | Jack said we don't need the Mac/Python/ directory any more. | Neal Norwitz | 2005-12-18 | 2 | -2/+2 |
|
|
* | added TerminateProcess support to _subprocess driver | Fredrik Lundh | 2005-12-18 | 1 | -0/+21 |
|
|
* | SF#1383115 | Fredrik Lundh | 2005-12-18 | 1 | -0/+5 |
|
|
* | fixed compilation with an ordinary C89 compiler | Fredrik Lundh | 2005-12-18 | 2 | -4/+3 |
|
|
* | Fixed None reference leaks in TreeBuilder class (reported by Neal | Fredrik Lundh | 2005-12-18 | 1 | -0/+4 |
|
|
* | Check return result for error | Neal Norwitz | 2005-12-18 | 1 | -0/+2 |
|
|
* | Fix Armin's bug 1333982. He found it, he didn't created it :-) | Neal Norwitz | 2005-12-18 | 2 | -9/+41 |
|
|
* | Fix compiler warnings | Neal Norwitz | 2005-12-18 | 1 | -2/+2 |
|
|
* | Handle more error conditions with SystemError | Neal Norwitz | 2005-12-18 | 1 | -8/+22 |
|
|
* | Fix Bug #1378022, UTF-8 files with a leading BOM crashed the interpreter. | Neal Norwitz | 2005-12-18 | 5 | -2/+19 |
|
|
* | Get float() to be more portable across platforms. Disable hex strings. | Neal Norwitz | 2005-12-18 | 3 | -50/+32 |
|
|
* | Set MemoryError when alloc fails | Neal Norwitz | 2005-12-18 | 1 | -3/+11 |
|
|
* | Wrap long lines in the grammar | Neal Norwitz | 2005-12-18 | 2 | -25/+40 |
|
|
* | Fix _sys_version() so it works with the new buildno, not sure if it is correc... | Neal Norwitz | 2005-12-18 | 1 | -2/+1 |
|
|
* | SF Patch #1365916, mmap fails on AMD64 | Neal Norwitz | 2005-12-18 | 3 | -12/+30 |
|
|
* | Cleanup a bit and make things more consistent. | Neal Norwitz | 2005-12-18 | 2 | -142/+87 |
|
|
* | Add versionadded info | Neal Norwitz | 2005-12-18 | 2 | -0/+2 |
|
|
* | Expose Subversion revision number (calculated via "svnversion .") to Python. | Barry Warsaw | 2005-12-18 | 7 | -4/+32 |
|
|
* | Doc for PEP 341, needs improvement | Neal Norwitz | 2005-12-17 | 2 | -20/+22 |
|
|
* | Fix leftover word. | Georg Brandl | 2005-12-17 | 1 | -1/+1 |
|
|
* | Added PEP 341 to NEWS. | Georg Brandl | 2005-12-17 | 1 | -0/+4 |
|
|
* | SF patch #1355913, PEP 341 - Unification of try/except and try/finally | Neal Norwitz | 2005-12-17 | 5 | -57/+263 |
|
|
* | Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines, | Neal Norwitz | 2005-12-17 | 16 | -1242/+704 |
|
|
* | Add Michael Urman for work on SF patch #1365916 | Neal Norwitz | 2005-12-17 | 1 | -0/+1 |
|
|
* | Bug #1373197: note that os.makedirs does not work with '..' | Georg Brandl | 2005-12-17 | 1 | -0/+2 |
|
|
* | Bug #1343671: clarify docs for os.removedirs | Georg Brandl | 2005-12-17 | 1 | -5/+9 |
|
|