summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* #4778: attributes can't be called.Georg Brandl2008-12-301-1/+1
* Minor documentation change relating to NullHandler.Vinay Sajip2008-12-301-4/+4
* fix FrenchBenjamin Peterson2008-12-291-1/+1
* #4763 PyErr_ExceptionMatches won't blow up with NULL argumentsBenjamin Peterson2008-12-281-5/+4
* Update the fix for issue4064 to deal correctly with all three variants ofRonald Oussoren2008-12-281-0/+1
* Issue4064: architecture string for universal builds on OSXRonald Oussoren2008-12-281-0/+17
* wrong version number in doc changes committed in r67979Antoine Pitrou2008-12-281-1/+1
* Issue #4444: Allow assertRaises() to be used as a context handler.Antoine Pitrou2008-12-281-2/+9
* Document Py_VaBuildValue.Alexandre Vassalotti2008-12-281-0/+5
* fix markupBenjamin Peterson2008-12-271-1/+1
* #4671: document that pydoc imports modules.Georg Brandl2008-12-271-0/+7
* Use :samp: role.Georg Brandl2008-12-271-2/+2
* #4695: fix backslashery.Georg Brandl2008-12-271-2/+2
* #4682: 'b' is actually unsigned char.Georg Brandl2008-12-271-2/+3
* #4754: improve winsound documentation.Georg Brandl2008-12-271-2/+7
* #4752: actually use custom handler in example.Georg Brandl2008-12-271-1/+1
* Issue #4756: zipfile.is_zipfile() now supports file-like objects.Antoine Pitrou2008-12-271-2/+4
* python version is included in file name nowBenjamin Peterson2008-12-261-7/+7
* pretend exceptions don't exist a while longerBenjamin Peterson2008-12-241-28/+6
* Markup fix.Georg Brandl2008-12-231-2/+2
* Fix missing "svn" command.Georg Brandl2008-12-231-1/+1
* less attitudeBenjamin Peterson2008-12-221-2/+2
* compute DISTVERSION with patchlevel.pyBenjamin Peterson2008-12-211-17/+17
* there are way too many places which need to have the current version addedBenjamin Peterson2008-12-211-0/+6
* update readmeBenjamin Peterson2008-12-211-8/+6
* sphinx.web is long goneBenjamin Peterson2008-12-212-16/+2
* silence annoying DeprecationWarningBenjamin Peterson2008-12-201-1/+5
* remove redundant sentenceBenjamin Peterson2008-12-201-1/+1
* add headingsBenjamin Peterson2008-12-201-6/+13
* copy sentence from docstringBenjamin Peterson2008-12-201-2/+2
* Fix typo in Python equivalent for bit_length.Mark Dickinson2008-12-191-1/+1
* Fix-up and clean-up docs for int.bit_length().Raymond Hettinger2008-12-191-21/+12
* _call_method -> _callmethod and _get_value to _getvalueBenjamin Peterson2008-12-191-9/+9
* fix typoBenjamin Peterson2008-12-191-4/+4
* Issue #3439: add bit_length method to int and long.Mark Dickinson2008-12-172-1/+57
* Issue #2183: Simplify and optimize bytecode for list comprehensions.Antoine Pitrou2008-12-171-2/+4
* #4568: remove limitation in varargs callback example.Georg Brandl2008-12-151-25/+22
* #4611: fix typo.Georg Brandl2008-12-151-1/+1
* #4446: document "platforms" argument for setup().Georg Brandl2008-12-151-0/+2
* fix missing bracketBenjamin Peterson2008-12-141-1/+1
* fix incorrect exampleBenjamin Peterson2008-12-131-1/+1
* specify how things are copiedBenjamin Peterson2008-12-091-1/+1
* #4457: rewrite __import__() documentation.Georg Brandl2008-12-071-38/+54
* Add link to the favicon to the docs.Georg Brandl2008-12-071-1/+7
* Follow-up to #4488: document PIPE and STDOUT properly.Georg Brandl2008-12-061-18/+33
* Remove confusing sentence part.Georg Brandl2008-12-051-1/+1
* Followup to #4511: add link from decorator glossary entry to definition.Georg Brandl2008-12-051-0/+3
* Move __import__ to the bottom of the functions list.Georg Brandl2008-12-051-61/+61
* #3171: document that *slice are removed in 3k.Georg Brandl2008-12-051-0/+13
* #4478: document that copyfile() can raise Error.Georg Brandl2008-12-051-1/+2