summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* Remove strange trailing commas.Georg Brandl2009-09-161-3/+3
|
* #5621: refactor description of how class/instance attributes interact on ↵Georg Brandl2009-09-161-13/+24
| | | | a.x=a.x+1 or augassign.
* #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 ↵Georg Brandl2009-09-161-3/+4
| | | | earlier.
* 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
| | | | and --with-universal-archs=3-way (issue6245)
* #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 ↵Michael Foord2009-09-131-1/+6
| | | | importable; i.e. their names are valid Python identifiers. If an import fails during discovery this will be recorded as an error and test discovery will continue. Issue 6568.
* Typo fix.Georg Brandl2009-09-131-1/+1
|
* unittest.TestLoader.loadTestsFromName honors the loader suiteClass ↵Michael Foord2009-09-131-0/+3
| | | | attribute. Issue 6866.
* 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
| | | | Python, and a corresponding note in inspect.currentframe. Issue 6712.
* Objects that compare equal automatically pass or fail assertAlmostEqual and ↵Michael Foord2009-09-132-0/+10
| | | | assertNotAlmostEqual tests on unittest.TestCase. Issue 6567.
* Change to tutorial wording for reading text / binary files on Windows. Issue ↵Michael Foord2009-09-131-2/+2
| | | | #6301.
* Issue #6856: Add a filter keyword argument to TarFile.add().Lars Gustäbel2009-09-121-2/+25
| | | | | | | | | The filter argument must be a function that takes a TarInfo object argument, changes it and returns it again. If the function returns None the TarInfo object will be excluded from the archive. The exclude argument is deprecated from now on, because it does something similar but is not as flexible.
* 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
| | | | covered.
* #6841: remove duplicated word.Georg Brandl2009-09-051-1/+1
|
* #6777: dont discourage usage of Exception.args or promote usage of ↵Georg Brandl2009-09-041-17/+14
| | | | Exception.message.
* #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 ↵Georg Brandl2009-09-012-3/+5
| | | | description where to find it.
* #6765: hint that log(x, base) is not very sophisticated.Georg Brandl2009-09-011-3/+6
|
* #6808: clarification.Georg Brandl2009-09-011-3/+3
|
* #6813: better documentation for numberless string formats.Georg Brandl2009-09-012-5/+14
|
* Doc fix for the issue2637.Senthil Kumaran2009-08-311-3/+4
|
* other -> others where multiple arguments are accepted.Georg Brandl2009-08-311-2/+2
|
* #6801: fix copy-paste oversight.Georg Brandl2009-08-301-1/+1
|
* #6803: fix old name.Georg Brandl2009-08-301-2/+2
|
* fixed #6801: symmetric_difference_update also accepts pipeTarek Ziadé2009-08-291-1/+1
|
* issue 6275Kristján Valur Jónsson2009-08-271-0/+4
| | | | Add an "exc_value" attribute to the _AssertRaisesContext context manager in the unittest package. This allows further tests on the exception that was raised after the context manager exits.
* #6787: reference fix.Georg Brandl2009-08-271-1/+1
|
* Typo fix.Georg Brandl2009-08-271-1/+1
|
* Remove leftover text from end of sentence.R. David Murray2009-08-271-1/+1
|
* #6677: note that rmdir only removes empty directories.Georg Brandl2009-08-241-1/+4
|
* fix pdf building by teaching latex the right encoding packageBenjamin Peterson2009-08-241-0/+3
|
* #6677: mention "deleting" as an alias for removing files.Georg Brandl2009-08-241-9/+9
|
* #6718: fix example.Georg Brandl2009-08-241-1/+1
|
* #6725: spell "namespace" consistently.Georg Brandl2009-08-241-3/+3
|
* #6772: mention utf-8 as utf8 alias.Georg Brandl2009-08-241-1/+2
|