summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix a delimiter detection problem in sniffer. Sniffing "a|b|c\r\n" wasSkip Montanaro2005-12-302-3/+17
* typo, use parens for continued exprSkip Montanaro2005-12-301-3/+3
* SF#1391872Fredrik Lundh2005-12-292-2/+14
* SF patch #1379023: document that a weakref callback is not invoked if theArmin Rigo2005-12-291-2/+2
* SF bug #1153075: "PyXxx_Check(x) trusts x->ob_type->tp_mro".Armin Rigo2005-12-292-0/+64
* adding in-place operators to the operator module.Armin Rigo2005-12-293-1/+190
* Typo.Armin Rigo2005-12-291-1/+1
* SF patch #1390657:Armin Rigo2005-12-294-22/+172
* two missing PyDoc_STR().Armin Rigo2005-12-291-2/+2
* typoSkip Montanaro2005-12-281-1/+1
* Fix for problem with Sniffer class. If your delimiter is whitespace and theSkip Montanaro2005-12-282-2/+5
* Bug #999767: make setup.py obey Setup.local wrt shared modulesGeorg Brandl2005-12-271-10/+11
* [ 959576 ] Can't build Python on POSIX w/o $HOMEGeorg Brandl2005-12-272-1/+5
* Revert checkin for bug #1386675.Georg Brandl2005-12-271-6/+6
* Bug #1386675: winreg raises WindowsErrorsGeorg Brandl2005-12-271-6/+6
* Bug #1389673: document correct return value of set methodsGeorg Brandl2005-12-261-5/+5
* Bug #489256: remove note about Python 1.1 profilerGeorg Brandl2005-12-261-41/+41
* Bug #954981: urllib2 example wont work w/o sslGeorg Brandl2005-12-261-1/+2
* Bug #839075: document that highly recursive data cannot be pickledGeorg Brandl2005-12-261-0/+4
* Bug #839585: mention % string operator in language refGeorg Brandl2005-12-261-0/+6
* Bug #756104: document that bufsize in socket.recv() should be smallGeorg Brandl2005-12-261-0/+2
* Bug #649974: make docstrings for url2pathname consistentGeorg Brandl2005-12-264-21/+25
* Updating the short blob about old/new-style classes to reflect (IMHO) moreArmin Rigo2005-12-261-7/+35
* As reported on c.l.py, the _elementtree projectTim Peters2005-12-261-0/+1
* Whitespace normalization.Tim Peters2005-12-2582-34035/+33987
* test_bug_1333982(): This one must fail under -O.Tim Peters2005-12-251-1/+4
* Repair longstanding damage introduced by the AST merge:Tim Peters2005-12-251-4/+25
* fixed one more typoFredrik Lundh2005-12-251-1/+1
* SF#1389809Fredrik Lundh2005-12-251-1/+1
* fixed two typos in pprint reference pageFredrik Lundh2005-12-251-2/+2
* do_mkvalue(), 'I' and 'k' cases: squash legitimateTim Peters2005-12-241-2/+2
* const poisoning, spreading to fix new const warningsTim Peters2005-12-243-8/+8
* Ignore pyc files for building docNeal Norwitz2005-12-240-0/+0
* Patch #1157027, cookielib mis-handles RFC 2109 cookies in Netscape modeNeal Norwitz2005-12-231-0/+2
* SF patch #1157027, cookielib mis-handles RFC 2109 cookies in Netscape modeNeal Norwitz2005-12-233-22/+100
* Add missing dep for cookielib docNeal Norwitz2005-12-231-0/+1
* Patch #1117398: fix cookielib LoadErrorNeal Norwitz2005-12-231-0/+4
* Fix SF #1117398, cookielib LWPCookieJar and MozillaCookieJar exceptionsNeal Norwitz2005-12-234-10/+36
* [Patch #1375417] Massive rearrangement of the Library Reference.Andrew M. Kuchling2005-12-221-136/+230
* Add more chapter introsAndrew M. Kuchling2005-12-224-0/+45
* Add markupAndrew M. Kuchling2005-12-221-1/+2
* Add some chapter introductions (not linked into the LibRef yet)Andrew M. Kuchling2005-12-228-0/+96
* Update textAndrew M. Kuchling2005-12-221-7/+3
* Typo fixAndrew M. Kuchling2005-12-221-1/+1
* Typo fixAndrew M. Kuchling2005-12-221-1/+1
* [ 1388141 ] Minor error in md5 docsGeorg Brandl2005-12-221-1/+1
* Add Python\pyarena.c to the VC project file.Thomas Heller2005-12-211-3/+6
* Revert most of r41765. Don't use $Revision$ in Py_GetBuildNumber(). Keep theBarry Warsaw2005-12-192-32/+13
* Remove extra parensNeal Norwitz2005-12-191-1/+1
* Remove extra parensNeal Norwitz2005-12-191-1/+1