summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix test_metaclassBenjamin Peterson2008-07-011-1/+1
* Add some full stops.Georg Brandl2008-07-011-2/+2
* #3220: improve bytes docs a bit.Georg Brandl2008-07-011-12/+15
* Merged revisions 64622 via svnmerge fromBenjamin Peterson2008-07-012-1/+15
* Fix a few urllib bugs (NameErrors).Georg Brandl2008-07-012-126/+125
* #2683: Popen.communicate() argument must be bytes.Georg Brandl2008-07-013-8/+5
* document PyUnicode_CompareWithASCIIStringBenjamin Peterson2008-07-011-0/+6
* #2683: communicate() takes bytes.Georg Brandl2008-07-011-2/+2
* Hopefully fix make framework install on Mac (see 3174)Benjamin Peterson2008-07-0175-5708/+361
* - No more 0L or similar.Mark Summerfield2008-07-011-26/+33
* fix syntaxBenjamin Peterson2008-07-011-1/+1
* - removed sentence about the new free format floating-point representationMark Summerfield2008-07-012-6/+5
* Merged revisions 64601 via svnmerge fromBenjamin Peterson2008-06-302-1/+30
* now that exec is a function, we can use the shorter assertRaises to testBenjamin Peterson2008-06-301-37/+7
* Merged revisions 64597-64598 via svnmerge fromMartin v. Löwis2008-06-302-1/+4
* Issue #3236: Return small longs from PyLong_FromString.Martin v. Löwis2008-06-303-0/+13
* close asyncore.dispatcher on EOFBill Janssen2008-06-291-0/+1
* fix bad method names in ssl module (and typo in ssl doc)Bill Janssen2008-06-292-7/+7
* Merged revisions 64518,64521-64525,64528-64533 via svnmerge fromRobert Schuppenies2008-06-282-72/+54
* division is no longer a future thing for test_binopBenjamin Peterson2008-06-281-12/+7
* #3229 fix typo and expand notes a littleBenjamin Peterson2008-06-281-6/+7
* - allow to configure with db4.7, test with 4.7 on some builddsMatthias Klose2008-06-281-0/+1
* remove usage of cachesrc.py in Mac/MakefileBenjamin Peterson2008-06-281-2/+0
* change references to Queue module to queue in multiprocessing docsBenjamin Peterson2008-06-281-18/+18
* Merged revisions 64407,64568 via svnmerge fromBenjamin Peterson2008-06-281-158/+93
* make multiprocessing.sharedctypes.Value's lock argument a keyword-only argume...Benjamin Peterson2008-06-271-4/+1
* Merged revisions 64561 via svnmerge fromMark Dickinson2008-06-271-15/+60
* Blocked revisions 64555 via svnmergeTrent Nelson2008-06-270-0/+0
* Ignore *.pyc and *.pyo files.Brett Cannon2008-06-270-0/+0
* Merged revisions 64549 via svnmerge fromBrett Cannon2008-06-274-5/+34
* Rename a variable to be more in line with the name of the module.Brett Cannon2008-06-271-2/+2
* Blocked revisions 64546-64547 via svnmergeBenjamin Peterson2008-06-260-0/+0
* #3204: remove slice operations from operator doc.Georg Brandl2008-06-261-24/+0
* make changes for py3k for multiprocessingBenjamin Peterson2008-06-251-5/+2
* Merged revisions 64517,64519 via svnmerge fromBenjamin Peterson2008-06-253-22/+3
* Blocked revisions 64520 via svnmergeBenjamin Peterson2008-06-250-0/+0
* Revert 64451.Raymond Hettinger2008-06-244-63/+1
* Blocked revisions 64508 via svnmergeMark Dickinson2008-06-240-0/+0
* Rewrite references to Py3k in __floor__, __ceil__ and __round__ documentation.Mark Dickinson2008-06-241-12/+16
* Remove trailing 'L's from integers in limit_denominator examples.Mark Dickinson2008-06-241-3/+3
* Merged revisions 64499 via svnmerge fromEric Smith2008-06-242-13/+21
* Merged revisions 64496 via svnmerge fromEric Smith2008-06-241-1/+1
* Merged revisions 64491 via svnmerge fromEric Smith2008-06-245-26/+33
* More old urllib usage.Georg Brandl2008-06-234-19/+19
* Fix old urllib/urllib2/urlparse usage.Georg Brandl2008-06-237-39/+42
* Review the doc changes for the urllib package creation.Georg Brandl2008-06-239-166/+90
* Documentation updates for urllib package. Modified the documentation for theSenthil Kumaran2008-06-2312-593/+565
* Merge 64438: hex/oct/bin can show floats exactly.Raymond Hettinger2008-06-224-1/+63
* Ignore .py[co] files here.Guido van Rossum2008-06-210-0/+0
* Reviewed and updated the documentation. Fixes #3017.Facundo Batista2008-06-211-10/+243