summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* mention how to override boolean evaluationBenjamin Peterson2008-09-231-1/+2
* clean up docs for platform's linux_distribution and dist functionsBenjamin Peterson2008-09-221-16/+10
* use the new threading properties for multiprocessing (reviewed by Jesse #3927)Benjamin Peterson2008-09-221-6/+0
* build_os2emx.patch in issue 3868 - update OS/2 EMX makefile and config filesAndrew MacIntyre2008-09-225-9/+19
* any platform without HAVE_LOG1P should have DBL_EPSILON in <float.h>Andrew MacIntyre2008-09-221-0/+2
* should use macro'ed symbols not directAndrew MacIntyre2008-09-221-3/+3
* Fill out download page.Georg Brandl2008-09-211-18/+24
* #3879 fix a regression in urllib.getproxies_environmentBenjamin Peterson2008-09-213-3/+28
* Issue #3925: Ignores shutil.rmtree error on cygwin too.Hirokazu Yamamoto2008-09-211-2/+2
* Issue #3838: TarFile object assigned to self.tar should be closed explicitly.Hirokazu Yamamoto2008-09-211-0/+1
* Add "dist" target.Georg Brandl2008-09-211-1/+41
* #3918: note that uniform() args can be swapped.Georg Brandl2008-09-211-1/+3
* Update readme and Makefile (web builder doesn't exist).Georg Brandl2008-09-212-11/+1
* #3897: _collections now has an underscore.Georg Brandl2008-09-211-1/+1
* #3901: bsddb fix.Georg Brandl2008-09-211-2/+2
* #3914: add //= to the augmented assign operators.Georg Brandl2008-09-211-1/+1
* #3916: fixes for docs wrt. Windows directory layoutGeorg Brandl2008-09-212-5/+5
* #3912: document default for *places* arg.Georg Brandl2008-09-211-2/+4
* #3852: fix some select.kqueue and kevent docs.Georg Brandl2008-09-212-4/+4
* Use AMD64 version of CRT in just-for-me installations for Win64 installers.Martin v. Löwis2008-09-191-1/+5
* Bug #3887: Package x64 version of CRT for AMD64Martin v. Löwis2008-09-192-1/+6
* Correct information about the tarfile module.Lars Gustäbel2008-09-191-8/+8
* Improve docs for super().Raymond Hettinger2008-09-191-1/+18
* Fix for documentation bug. Fixes issue 3904.Josiah Carlson2008-09-191-2/+2
* tabifyBenjamin Peterson2008-09-181-2/+2
* done with 2.6rc2Barry Warsaw2008-09-182-1/+13
* Tagging 2.6rc2Barry Warsaw2008-09-181-0/+1
* Bumping to 2.6rc2v2.6rc2Barry Warsaw2008-09-186-7/+7
* avoid putting unicode objects in the environment causingMark Hammond2008-09-181-3/+4
* On Windows, temporarily disable the bsddb test referenced in bug 3892.Mark Hammond2008-09-181-1/+13
* fix possible integer overflows in _hashopenssl #3886Benjamin Peterson2008-09-183-13/+63
* document compileall command flagsBenjamin Peterson2008-09-171-2/+7
* Note sqlite3 version; move itemAndrew M. Kuchling2008-09-171-3/+7
* Remove comment about improvement: pystone is about the same, andAndrew M. Kuchling2008-09-171-3/+0
* Markup fixesAndrew M. Kuchling2008-09-171-7/+5
* usageSkip Montanaro2008-09-171-1/+1
* #3888: add some deprecated modules in whatsnew.Georg Brandl2008-09-171-1/+18
* be less wordyBenjamin Peterson2008-09-161-6/+6
* Fix typo.Georg Brandl2008-09-161-1/+1
* Merged revisions 66470 via svnmerge fromBenjamin Peterson2008-09-151-4/+2
* Rewrite item a bitAndrew M. Kuchling2008-09-151-3/+6
* mention that object.__init__ no longer takes arbitrary args and kwargsBenjamin Peterson2008-09-151-0/+4
* Pick up a few more definitions from the glossary on the wiki.Skip Montanaro2008-09-151-0/+29
* Review usage. Fix a mistake in the new-style class definition. Add aSkip Montanaro2008-09-151-85/+104
* Fix grammar.Martin v. Löwis2008-09-151-2/+2
* Set eol-style to native.Martin v. Löwis2008-09-141-44/+44
* Issue #3617: Include a licensing statement regarding the Microsoft C runtime ...Martin v. Löwis2008-09-143-0/+51
* clarify that radix for int is not 'guessed'Benjamin Peterson2008-09-141-8/+8
* fix a name issue; note all doc files should be encoded in utf8Benjamin Peterson2008-09-131-6/+4
* Issue #3850: Misc/find_recursionlimit.py was broken.Antoine Pitrou2008-09-132-8/+27