summaryrefslogtreecommitdiff
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* #6881 - fixed wrong return type; improved the formattingEzio Melotti2009-09-201-10/+19
* Fix references to threading.enumerate().Georg Brandl2009-09-191-2/+2
* #6946: fix duplicate index entries for datetime classes.Georg Brandl2009-09-191-0/+4
* #6930: clarify description about byteorder handling in UTF decoder routines.Georg Brandl2009-09-181-12/+17
* #6925: rewrite docs for locals() and vars() a bit.Georg Brandl2009-09-181-10/+8
* add keyword arguments support to str/unicode encode and decode #6300Benjamin Peterson2009-09-181-2/+6
* #6936: for interactive use, quit() is just fine.Georg Brandl2009-09-181-1/+1
* Make the optparse doc style a bit more standard: use standard description uni...Georg Brandl2009-09-171-454/+510
* Remove duplicate doc of enable/disable_interspersed_args.Georg Brandl2009-09-171-27/+19
* #6932: remove paragraph that advises relying on __del__ being called.Georg Brandl2009-09-171-19/+26
* String values should be shown with quotes, to avoid confusion with constants.Georg Brandl2009-09-171-23/+23
* rationalize a bitBenjamin Peterson2009-09-171-2/+4
* Note in the intro to Extending... that ctypes can be a simpler, more portable...Brett Cannon2009-09-171-0/+7
* pep 8 defaultsBenjamin Peterson2009-09-171-1/+1
* Fix issue #1590864, multiple threads and fork() can cause deadlocks, byThomas Wouters2009-09-161-0/+16
* Rewrap long lines.Georg Brandl2009-09-161-257/+246
* #6879 - fix misstatement about exceptionsEzio Melotti2009-09-161-5/+3
* #6892: fix optparse example involving help option.Georg Brandl2009-09-161-1/+4
* Remove strange trailing commas.Georg Brandl2009-09-161-3/+3
* #5621: refactor description of how class/instance attributes interact on a.x=...Georg Brandl2009-09-161-13/+24
* #6891: comment out dead link to Unicode article.Georg Brandl2009-09-161-5/+6
* #6876: fix base class constructor invocation in example.Georg Brandl2009-09-161-2/+1
* #6880: add reference to classes section in exceptions section, which comes ea...Georg Brandl2009-09-161-3/+4
* Make deprecation notices as visible as warnings are right now.Georg Brandl2009-09-162-10/+21
* Finish support for --with-universal-archs=intelRonald Oussoren2009-09-151-1/+6
* #6917 - typo in method nameEzio Melotti2009-09-151-1/+1
* Py_SetPythonHome uses static storage #6913Benjamin Peterson2009-09-151-0/+4
* #6908: fix association of hashlib hash attributes.Georg Brandl2009-09-141-2/+2
* #6574: list the future features in a table.Georg Brandl2009-09-141-4/+31
* #6904 - fix broken linkEzio Melotti2009-09-141-1/+1
* Remove an extraneous space in unittest documentation.Michael Foord2009-09-131-1/+1
* Test discovery in unittest will only attempt to import modules that are impor...Michael Foord2009-09-131-1/+6
* Typo fix.Georg Brandl2009-09-131-1/+1
* unittest.TestLoader.loadTestsFromName honors the loader suiteClass attribute....Michael Foord2009-09-131-0/+3
* Tutorial tweaks. Issue 6849.Michael Foord2009-09-131-12/+10
* Note that sys._getframe is not guaranteed to exist in all implementations of ...Michael Foord2009-09-132-1/+7
* Objects that compare equal automatically pass or fail assertAlmostEqual and a...Michael Foord2009-09-132-0/+10
* Change to tutorial wording for reading text / binary files on Windows. Issue ...Michael Foord2009-09-131-2/+2
* Issue #6856: Add a filter keyword argument to TarFile.add().Lars Gustäbel2009-09-121-2/+25
* Move function back to its section.Georg Brandl2009-09-111-7/+9
* Properly document copy and deepcopy as functions.Georg Brandl2009-09-091-10/+13
* #6843: add link from filterwarnings to where the meaning of the arguments is ...Georg Brandl2009-09-051-17/+19
* #6841: remove duplicated word.Georg Brandl2009-09-051-1/+1
* #6777: dont discourage usage of Exception.args or promote usage of Exception....Georg Brandl2009-09-041-17/+14
* #6756: add some info about the "acct" parameter.Georg Brandl2009-09-041-1/+2
* #6757: complete the list of types that marshal can serialize.Georg Brandl2009-09-031-6/+8
* #6828: fix wrongly highlighted blocks.Georg Brandl2009-09-031-5/+9
* #6821: fix signature of PyBuffer_Release().Georg Brandl2009-09-021-2/+2
* #6638: fix wrong parameter name and markup a class.Georg Brandl2009-09-011-3/+4
* #6810: add a link to the section about frame objects instead of just a descri...Georg Brandl2009-09-012-3/+5