2006-01-07 |
Neal Norwitz | Fix icc warnings: shadowing local variables |
commit | commitdiff | tree | snapshot |
2006-01-07 |
Neal Norwitz | Fix icc warnings: using wrong enum type |
commit | commitdiff | tree | snapshot |
2006-01-07 |
Neal Norwitz | Fix icc warnings: extra semi-colon and signed vs unsigned |
commit | commitdiff | tree | snapshot |
2006-01-07 |
Neal Norwitz | Fix icc warnings: extra semi-colon |
commit | commitdiff | tree | snapshot |
2006-01-07 |
Neal Norwitz | If there is no libtermcap all the readline tests failed. |
commit | commitdiff | tree | snapshot |
2006-01-06 |
Georg Brandl | Add compiler test regarding optional arguments. |
commit | commitdiff | tree | snapshot |
2006-01-06 |
Georg Brandl | Correct typo |
commit | commitdiff | tree | snapshot |
2006-01-06 |
Neal Norwitz | initscr() will exit if there's an error. Try to catch... |
commit | commitdiff | tree | snapshot |
2006-01-06 |
Tim Peters | Py_GetBuildInfo(): Squash compiler warnings. |
commit | commitdiff | tree | snapshot |
2006-01-06 |
Tim Peters | svnversion_init(): Use standard layout for function... |
commit | commitdiff | tree | snapshot |
2006-01-06 |
Tim Peters | Trimmed trailing whitespace. |
commit | commitdiff | tree | snapshot |
2006-01-06 |
Martin v. Löwis | Generalize buildno to be a sequence of non-comma |
commit | commitdiff | tree | snapshot |
2006-01-06 |
Martin v. Löwis | Deal with empty svn_revisions. |
commit | commitdiff | tree | snapshot |
2006-01-05 |
Martin v. Löwis | Add HeadURL to the keywords. |
commit | commitdiff | tree | snapshot |
2006-01-05 |
Martin v. Löwis | Drop sys.build_number. Add sys.subversion. |
commit | commitdiff | tree | snapshot |
2006-01-05 |
Skip Montanaro | squash compiler warning on Mac OSX 10.3 |
commit | commitdiff | tree | snapshot |
2006-01-05 |
Martin v. Löwis | Always set SVNVERSION to "exported" if it otherwise... |
commit | commitdiff | tree | snapshot |
2006-01-05 |
Martin v. Löwis | Stop maintaining the buildno file. |
commit | commitdiff | tree | snapshot |
2006-01-05 |
Neal Norwitz | If the audio file does not exist, the test should be... |
commit | commitdiff | tree | snapshot |
2006-01-05 |
Neal Norwitz | Try to make svnversion test more portable, based on... |
commit | commitdiff | tree | snapshot |
2006-01-05 |
Neal Norwitz | Skip test_curses if stdin is not a tty (like when run... |
commit | commitdiff | tree | snapshot |
2006-01-05 |
Neal Norwitz | Fix errors on 64-bit platforms. Will backport |
commit | commitdiff | tree | snapshot |
2006-01-04 |
Georg Brandl | Bug #1395715: wrong LaTeX label |
commit | commitdiff | tree | snapshot |
2006-01-04 |
Hye-Shik Chang | Fix a warning from gcc by adding a missed const qualifier. |
commit | commitdiff | tree | snapshot |
2006-01-03 |
Barry Warsaw | SF bug #1395926: Also test for svnversion command on... |
commit | commitdiff | tree | snapshot |
2006-01-03 |
Martin v. Löwis | Mention that zlib is now builtin on Windows. |
commit | commitdiff | tree | snapshot |
2006-01-03 |
Martin v. Löwis | Patch #1307806: Use project defaults where possible |
commit | commitdiff | tree | snapshot |
2006-01-03 |
Martin v. Löwis | Make zlib builtin. |
commit | commitdiff | tree | snapshot |
2006-01-03 |
Martin v. Löwis | Remove unneeded directories. |
commit | commitdiff | tree | snapshot |
2006-01-03 |
Martin v. Löwis | Import zlib into Python tree. |
commit | commitdiff | tree | snapshot |
2006-01-03 |
Martin v. Löwis | Ignore .svn instead of CVS now. |
commit | commitdiff | tree | snapshot |
2006-01-03 |
Barry Warsaw | On the Mac, we have to ignore python.exe too. |
commit | commitdiff | tree | snapshot |
2006-01-03 |
Neal Norwitz | Dammit, who the hell spells build with ii? |
commit | commitdiff | tree | snapshot |
2006-01-03 |
Neal Norwitz | Updated doc from patch 1117398 |
commit | commitdiff | tree | snapshot |
2006-01-03 |
Neal Norwitz | As discussed on python-dev, don't remove Python-ast... |
commit | commitdiff | tree | snapshot |
2006-01-03 |
Neal Norwitz | install svn in /usr/local/bin and remove from ~/local/bin |
commit | commitdiff | tree | snapshot |
2006-01-02 |
Neal Norwitz | get the proper full pathname of the script. spell... |
commit | commitdiff | tree | snapshot |
2006-01-02 |
Neal Norwitz | * Change tabs to spaces |
commit | commitdiff | tree | snapshot |
2006-01-02 |
Georg Brandl | Bug #1395597: doc typo |
commit | commitdiff | tree | snapshot |
2006-01-02 |
Martin v. Löwis | Regenerate. |
commit | commitdiff | tree | snapshot |
2006-01-02 |
Martin v. Löwis | Adjust usage of compiler_use_new_block to its return... |
commit | commitdiff | tree | snapshot |
2006-01-02 |
Neal Norwitz | Script to automatically build and test python and doc... |
commit | commitdiff | tree | snapshot |
2006-01-02 |
Fred Drake | update to reflect move to Subversion |
commit | commitdiff | tree | snapshot |
2006-01-02 |
Neal Norwitz | Fix ref/memory leak introduced in rev 41845. |
commit | commitdiff | tree | snapshot |
2006-01-01 |
Barry Warsaw | Ported from 2.4 branch: |
commit | commitdiff | tree | snapshot |
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 |
next |