| Commit message (Expand) | Author | Age | Files | Lines |
* | #6904 - fix broken link | Ezio Melotti | 2009-09-14 | 1 | -1/+1 |
|
|
* | Remove an extraneous space in unittest documentation. | Michael Foord | 2009-09-13 | 1 | -1/+1 |
|
|
* | Test discovery in unittest will only attempt to import modules that are impor... | Michael Foord | 2009-09-13 | 1 | -1/+6 |
|
|
* | Typo fix. | Georg Brandl | 2009-09-13 | 1 | -1/+1 |
|
|
* | unittest.TestLoader.loadTestsFromName honors the loader suiteClass attribute.... | Michael Foord | 2009-09-13 | 1 | -0/+3 |
|
|
* | Tutorial tweaks. Issue 6849. | Michael Foord | 2009-09-13 | 1 | -12/+10 |
|
|
* | Note that sys._getframe is not guaranteed to exist in all implementations of ... | Michael Foord | 2009-09-13 | 2 | -1/+7 |
|
|
* | Objects that compare equal automatically pass or fail assertAlmostEqual and a... | Michael Foord | 2009-09-13 | 2 | -0/+10 |
|
|
* | Change to tutorial wording for reading text / binary files on Windows. Issue ... | Michael Foord | 2009-09-13 | 1 | -2/+2 |
|
|
* | Issue #6856: Add a filter keyword argument to TarFile.add(). | Lars Gustäbel | 2009-09-12 | 1 | -2/+25 |
|
|
* | Move function back to its section. | Georg Brandl | 2009-09-11 | 1 | -7/+9 |
|
|
* | Properly document copy and deepcopy as functions. | Georg Brandl | 2009-09-09 | 1 | -10/+13 |
|
|
* | #6843: add link from filterwarnings to where the meaning of the arguments is ... | Georg Brandl | 2009-09-05 | 1 | -17/+19 |
|
|
* | #6841: remove duplicated word. | Georg Brandl | 2009-09-05 | 1 | -1/+1 |
|
|
* | #6777: dont discourage usage of Exception.args or promote usage of Exception.... | Georg Brandl | 2009-09-04 | 1 | -17/+14 |
|
|
* | #6756: add some info about the "acct" parameter. | Georg Brandl | 2009-09-04 | 1 | -1/+2 |
|
|
* | #6757: complete the list of types that marshal can serialize. | Georg Brandl | 2009-09-03 | 1 | -6/+8 |
|
|
* | #6828: fix wrongly highlighted blocks. | Georg Brandl | 2009-09-03 | 1 | -5/+9 |
|
|
* | #6821: fix signature of PyBuffer_Release(). | Georg Brandl | 2009-09-02 | 1 | -2/+2 |
|
|
* | #6638: fix wrong parameter name and markup a class. | Georg Brandl | 2009-09-01 | 1 | -3/+4 |
|
|
* | #6810: add a link to the section about frame objects instead of just a descri... | Georg Brandl | 2009-09-01 | 2 | -3/+5 |
|
|
* | #6765: hint that log(x, base) is not very sophisticated. | Georg Brandl | 2009-09-01 | 1 | -3/+6 |
|
|
* | #6808: clarification. | Georg Brandl | 2009-09-01 | 1 | -3/+3 |
|
|
* | #6813: better documentation for numberless string formats. | Georg Brandl | 2009-09-01 | 2 | -5/+14 |
|
|
* | Doc fix for the issue2637. | Senthil Kumaran | 2009-08-31 | 1 | -3/+4 |
|
|
* | other -> others where multiple arguments are accepted. | Georg Brandl | 2009-08-31 | 1 | -2/+2 |
|
|
* | #6801: fix copy-paste oversight. | Georg Brandl | 2009-08-30 | 1 | -1/+1 |
|
|
* | #6803: fix old name. | Georg Brandl | 2009-08-30 | 1 | -2/+2 |
|
|
* | fixed #6801: symmetric_difference_update also accepts pipe | Tarek Ziadé | 2009-08-29 | 1 | -1/+1 |
|
|
* | issue 6275 | Kristján Valur Jónsson | 2009-08-27 | 1 | -0/+4 |
|
|
* | #6787: reference fix. | Georg Brandl | 2009-08-27 | 1 | -1/+1 |
|
|
* | Typo fix. | Georg Brandl | 2009-08-27 | 1 | -1/+1 |
|
|
* | Remove leftover text from end of sentence. | R. David Murray | 2009-08-27 | 1 | -1/+1 |
|
|
* | #6677: note that rmdir only removes empty directories. | Georg Brandl | 2009-08-24 | 1 | -1/+4 |
|
|
* | fix pdf building by teaching latex the right encoding package | Benjamin Peterson | 2009-08-24 | 1 | -0/+3 |
|
|
* | #6677: mention "deleting" as an alias for removing files. | Georg Brandl | 2009-08-24 | 1 | -9/+9 |
|
|
* | #6718: fix example. | Georg Brandl | 2009-08-24 | 1 | -1/+1 |
|
|
* | #6725: spell "namespace" consistently. | Georg Brandl | 2009-08-24 | 1 | -3/+3 |
|
|
* | #6772: mention utf-8 as utf8 alias. | Georg Brandl | 2009-08-24 | 1 | -1/+2 |
|
|
* | Fixed #6556: Corrected doc on how Distutils looks for its user configuration ... | Tarek Ziadé | 2009-08-21 | 1 | -4/+6 |
|
|
* | Added section on exceptions raised during logging. | Vinay Sajip | 2009-08-20 | 1 | -0/+22 |
|
|
* | #6693: New functions in site.py to get user/global site packages paths. | Tarek Ziadé | 2009-08-20 | 1 | -0/+26 |
|
|
* | Add weakref support to the thread.lock type. | Gregory P. Smith | 2009-08-20 | 1 | -0/+3 |
|
|
* | missing module ref (issue6723) | Skip Montanaro | 2009-08-18 | 1 | -1/+1 |
|
|
* | Issue 6685: 'toupper' -> 'upper' in cgi doc example explanation. | R. David Murray | 2009-08-17 | 1 | -1/+1 |
|
|
* | Further refined section on logging to one file from multiple processes. | Vinay Sajip | 2009-08-17 | 1 | -0/+3 |
|
|
* | Refined section on logging to one file from multiple processes. | Vinay Sajip | 2009-08-15 | 1 | -0/+6 |
|
|
* | Added section on logging to one file from multiple processes. | Vinay Sajip | 2009-08-15 | 1 | -0/+16 |
|
|
* | Added versionchanged notices for optional 'delay' parameter to file handler c... | Vinay Sajip | 2009-08-14 | 1 | -0/+12 |
|
|
* | Remove potentially confusing sentence in __mangling description. | Georg Brandl | 2009-08-13 | 1 | -5/+2 |
|
|