summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Backport fast alternate io.BytesIO implementation.Alexandre Vassalotti2008-05-0910-64/+1284
* Add a todo list to the module deletion command.Brett Cannon2008-05-092-0/+9
* In stdtypes.rst, move methods under class directives where applicableBenjamin Peterson2008-05-091-196/+200
* Port to VS 2008. Drop W9x support.Martin v. Löwis2008-05-092-28/+3
* Use the CHM file name that Sphinx assigns.Martin v. Löwis2008-05-091-4/+10
* Issue #2487. math.ldexp(x, n) raised OverflowError when n was large andMark Dickinson2008-05-093-12/+77
* Add 2.6b1 and 2.6b2 UUIDs.Martin v. Löwis2008-05-091-0/+2
* Issue #2801: fix bug in float.is_integer where ValueErrorMark Dickinson2008-05-092-0/+4
* Add --user option to build_extChristian Heimes2008-05-092-2/+16
* Update planned release date.Andrew M. Kuchling2008-05-091-21/+53
* Add a note about using reload().Georg Brandl2008-05-091-0/+7
* Add Kodos as a re reference.Georg Brandl2008-05-091-0/+3
* Add another link to colorsys docs.Georg Brandl2008-05-091-4/+5
* Add a sentence to basicConfig() that is in the docstring.Georg Brandl2008-05-091-0/+2
* #2781: fix function name.Georg Brandl2008-05-091-2/+2
* #2788: add .hgignore file.Georg Brandl2008-05-091-0/+69
* Deprecate the toaiff module for removal in 3.0.Brett Cannon2008-05-093-0/+8
* Deprecate test.testall for removal in 3.0.Brett Cannon2008-05-094-1/+11
* Deprecate the new module for removal in 3.0.Brett Cannon2008-05-095-5/+13
* reindent exampleBenjamin Peterson2008-05-091-17/+17
* Add an example about using NamedTemporaryFile() to replace mktemp(). I'mSkip Montanaro2008-05-091-0/+18
* Add Py3k warnings to os.path.walkBenjamin Peterson2008-05-096-6/+23
* Replace instances of os.path.walk with os.walkBenjamin Peterson2008-05-082-13/+9
* Deprecate the user module for removal in 3.0.Brett Cannon2008-05-084-1/+8
* Add test.test_support.catch_warning()'s new argument.Brett Cannon2008-05-081-0/+2
* Add a missing entry on the fix for issue #2790.Brett Cannon2008-05-081-0/+2
* Fix sys.flags to properly expose bytes_warning.Brett Cannon2008-05-082-3/+3
* Document the 'record' argument for test.test_support.catch_warning().Brett Cannon2008-05-081-4/+6
* Fix a bug introduced by the addition of the 'record' argument toBrett Cannon2008-05-081-2/+2
* Deprecate stringold for removal in 3.0.Brett Cannon2008-05-082-1/+6
* Make test.test_support.catch_warning() take an argument specifying if anyBrett Cannon2008-05-081-5/+6
* The mutex module has been deprecated for removal in 3.0.Brett Cannon2008-05-086-3/+26
* Deprecate the imputil module for removal in 3.0.Brett Cannon2008-05-084-1/+27
* Issue 2778. Document the temporary frozenset swap in __contains__(), remove(...Raymond Hettinger2008-05-081-9/+12
* Post tag updates.Barry Warsaw2008-05-082-1/+3
* Tagging 2.6a3Barry Warsaw2008-05-081-0/+1
* Bump to 2.6a3v2.6a3Barry Warsaw2008-05-086-7/+7
* Fix for issue 1770190: platform.mac_ver() now returns the rightRonald Oussoren2008-05-081-1/+11
* Fix-up the enumerate type example and move it to the end.Raymond Hettinger2008-05-081-10/+9
* The __all__ variable forgot to expose the gcd() function.Raymond Hettinger2008-05-081-1/+1
* Frozensets do not benefit from autoconversion.Raymond Hettinger2008-05-081-3/+3
* Practice EAFP, and revert 62787Benjamin Peterson2008-05-071-3/+0
* Replace more float hacks with correct math functionsChristian Heimes2008-05-071-7/+7
* update .bzrignoreBenjamin Peterson2008-05-071-1/+5
* Re-added getbuildinfo.c solution itemChristian Heimes2008-05-061-0/+1
* Create a TextMate directory in Misc to house a Python-Dev bundle.Brett Cannon2008-05-067-0/+194
* Disabled some unit tests for the upcoming release. See #2777Christian Heimes2008-05-061-6/+6
* Add an entry about audiodev being slated for removal in 3.0.Brett Cannon2008-05-061-0/+2
* Deprecate the audiodev module for 3.0.Brett Cannon2008-05-063-1/+40
* When testing a module's __all__, we really don't care if it is deprecated.Brett Cannon2008-05-061-15/+10