summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add a version tag for shutdown().Georg Brandl2008-06-261-0/+2
* Corrected inconsistencies in sizeof tests and addressed issue pointedRobert Schuppenies2008-06-262-13/+13
* Reverting the patch from #3165, as it broke otherFacundo Batista2008-06-252-14/+22
* issue #3199: Fix typo in Mac/Makefile.inMark Dickinson2008-06-251-1/+1
* get rid of 2.6/3.0 switch statements in multiprocessingBenjamin Peterson2008-06-252-23/+6
* use byte literals in multiprocessingBenjamin Peterson2008-06-251-8/+3
* Issue 3147: Fixed SizeofTest failure for LLP64 systems.Robert Schuppenies2008-06-251-71/+60
* remove bytes alias in multiprocessingBenjamin Peterson2008-06-252-14/+0
* Revert 64424, 64438, and 64439.Raymond Hettinger2008-06-249-138/+9
* Issue 3189: Py3k DeprecationWarning in difflibRaymond Hettinger2008-06-241-4/+4
* Remove references to Py3k in __floor__, __ceil__ and __round__ documentation.Mark Dickinson2008-06-241-6/+3
* Fixed formatting with thousands separator and padding. Resolves issue 3140.Eric Smith2008-06-242-13/+21
* Change description of float('nan') feature; NaNs don't care much aboutMark Dickinson2008-06-241-2/+2
* Typo in comment.Eric Smith2008-06-241-1/+1
* minor fixBenjamin Peterson2008-06-241-1/+1
* Modified interface to _Py_[String|Unicode]InsertThousandsGrouping, in anticip...Eric Smith2008-06-244-23/+30
* Include debug info when assembling win64.asm in a debug build.Thomas Heller2008-06-231-1/+1
* Fix compilation on Windows.Thomas Heller2008-06-231-2/+4
* Issue 3161: Missing import and test.Raymond Hettinger2008-06-232-0/+16
* Fixing the problem stated in issue 2702 with the patch submittedFacundo Batista2008-06-222-2/+20
* Just returning nothing instead of rising TestSkipped, becauseFacundo Batista2008-06-221-1/+5
* Write out "phi" consistently.Georg Brandl2008-06-221-5/+5
* Expand docstrings of sqlite3 functions.Georg Brandl2008-06-221-12/+52
* Trying to see if the problem in Martin's buildot is atFacundo Batista2008-06-221-1/+4
* #3085: Fix syntax error.Georg Brandl2008-06-221-2/+2
* Trying to see if the @ in a path is causing the issue in theFacundo Batista2008-06-221-1/+1
* Issue 3164. Small fix to don't repeat a comparationFacundo Batista2008-06-221-0/+2
* Wording fixAndrew M. Kuchling2008-06-221-1/+1
* Issue #2722. Now the char buffer to support the path string hasFacundo Batista2008-06-223-5/+59
* Turn section references into proper cross-references.Georg Brandl2008-06-223-15/+12
* In the deprecated functions I added an alert to reviewFacundo Batista2008-06-212-7/+16
* Now a from submitted via POST that also has a query stringFacundo Batista2008-06-214-0/+103
* Fixed issue #2888. Now the behaviour of pprint when working with nestedFacundo Batista2008-06-214-2/+17
* Reviewed and updated the documentation. Fixes #3017.Facundo Batista2008-06-211-9/+241
* Documentation fix.Georg Brandl2008-06-211-1/+1
* Docstring correctionAndrew M. Kuchling2008-06-211-1/+1
* Use repr() for bad input strings; this makes the empty string or binary chara...Andrew M. Kuchling2008-06-212-10/+10
* Docstring typoAndrew M. Kuchling2008-06-211-1/+1
* Fix build on FreeBSD gcc.Hye-Shik Chang2008-06-211-6/+6
* Issue 3008: hex/oct/bin can show floats exactly.Raymond Hettinger2008-06-213-2/+90
* Correct two versionchanged directives, to improve the 'changes' outputAndrew M. Kuchling2008-06-212-8/+7
* Various itemsAndrew M. Kuchling2008-06-201-5/+48
* Grammar fixesAndrew M. Kuchling2008-06-202-2/+2
* Remove request for e-mail; it's unlikely these classes will be savedAndrew M. Kuchling2008-06-201-3/+1
* rephraseBenjamin Peterson2008-06-201-1/+1
* Change references to the new math functions to generate proper x-refs.Georg Brandl2008-06-201-11/+10
* Fix another typo in math_sum commentMark Dickinson2008-06-201-1/+1
* Fix outdated count of the number of new math module functions.Mark Dickinson2008-06-201-1/+1
* Issue #3004: Minor fix to slice.indices(). slice(-10).indices(9) nowMark Dickinson2008-06-203-2/+24
* Various itemsAndrew M. Kuchling2008-06-201-42/+133