summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Mention that zlib is now builtin on Windows.Martin v. Löwis2006-01-031-0/+3
* Patch #1307806: Use project defaults where possibleMartin v. Löwis2006-01-0314-1048/+71
* Make zlib builtin.Martin v. Löwis2006-01-036-281/+66
* Remove unneeded directories.Martin v. Löwis2006-01-03167-39686/+0
* Import zlib into Python tree.Martin v. Löwis2006-01-03202-0/+54653
* Ignore .svn instead of CVS now.Martin v. Löwis2006-01-031-3/+3
* On the Mac, we have to ignore python.exe too.Barry Warsaw2006-01-030-0/+0
* Dammit, who the hell spells build with ii?Neal Norwitz2006-01-031-1/+1
* Updated doc from patch 1117398Neal Norwitz2006-01-031-5/+10
* As discussed on python-dev, don't remove Python-ast.[ch] with distcleanNeal Norwitz2006-01-031-1/+1
* install svn in /usr/local/bin and remove from ~/local/binNeal Norwitz2006-01-031-3/+1
* get the proper full pathname of the script. spell build properlyNeal Norwitz2006-01-021-3/+3
* * Change tabs to spacesNeal Norwitz2006-01-021-8/+8
* Bug #1395597: doc typoGeorg Brandl2006-01-021-2/+2
* Regenerate.Martin v. Löwis2006-01-021-45/+45
* Adjust usage of compiler_use_new_block to its return type.Martin v. Löwis2006-01-021-2/+2
* Script to automatically build and test python and doc. The resultsNeal Norwitz2006-01-021-0/+192
* update to reflect move to SubversionFred Drake2006-01-023-272/+8
* Fix ref/memory leak introduced in rev 41845.Neal Norwitz2006-01-021-0/+2
* Ported from 2.4 branch:Barry Warsaw2006-01-012-4/+7
* Bug #1394868: doc typosGeorg Brandl2006-01-013-5/+5
* Fixed English in a comment; trimmed trailing whitespace;Tim Peters2006-01-011-11/+11
* test_main(): Restore the original root logger level after runningTim Peters2005-12-301-0/+9
* Whitespace normalization.Tim Peters2005-12-302-2/+2
* Work around test_locale failing on Solaris.Martin v. Löwis2005-12-301-3/+8
* Use -xcode=pic32 for SunPro. Will backport to 2.4.Martin v. Löwis2005-12-303-1/+5
* 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