Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated documentation for SysLogHandler (#1720726). | Vinay Sajip | 2007-05-25 | 1 | -2/+5 |
| | |||||
* | shlex.split() now has an optional "posix" parameter. | Georg Brandl | 2007-05-24 | 1 | -2/+4 |
| | |||||
* | Remove the "panel" module doc file which has been ignored since 1994. | Georg Brandl | 2007-05-22 | 2 | -75/+0 |
| | |||||
* | Document new params to HTTPSConnection | Neal Norwitz | 2007-05-22 | 1 | -1/+3 |
| | |||||
* | Patch #1686487: you can now pass any mapping after '**' in function calls. | Georg Brandl | 2007-05-21 | 1 | -1/+1 |
| | |||||
* | fix against r55474 [Remove the macfs module] | George Yoshida | 2007-05-21 | 2 | -2/+0 |
| | | | | Remove "libmacfs.tex" from Makefile.deps and mac/mac.tex. | ||||
* | Note removed modules | Andrew M. Kuchling | 2007-05-21 | 1 | -0/+8 |
| | |||||
* | Remove the macfs module. This led to the deprecation of macostools.touched(); | Brett Cannon | 2007-05-20 | 2 | -241/+1 |
| | | | | | it completely relied on macfs and is a no-op on OS X according to code comments. | ||||
* | Fix typo in example (should be backported, but my maintenance branch is ↵ | Nick Coghlan | 2007-05-20 | 1 | -1/+1 |
| | | | | woefully out of date) | ||||
* | Remove the rgbimg module. It has been deprecated since Python 2.5. | Brett Cannon | 2007-05-20 | 3 | -56/+0 |
| | |||||
* | Improvements to NamedTuple's implementation, tests, and documentation | Raymond Hettinger | 2007-05-19 | 1 | -4/+15 |
| | |||||
* | fix argument name in documentation; match the implementation | Fred Drake | 2007-05-17 | 1 | -2/+2 |
| | |||||
* | Remove the gopherlib module. It has been raising a DeprecationWarning since | Brett Cannon | 2007-05-16 | 5 | -62/+5 |
| | | | | | | | Python 2.5. Also remove gopher support from urllib/urllib2. As both imported gopherlib the usage of the support would have raised a DeprecationWarning. | ||||
* | Bug #1719995: don't use deprecated method in sets example. | Georg Brandl | 2007-05-16 | 1 | -3/+3 |
| | |||||
* | Remove references to stdwin which was removed long ago. | Neal Norwitz | 2007-05-13 | 4 | -842/+6 |
| | |||||
* | Remove Amoeba doc which was removed in version 1.0! according to Misc/HISTORY. | Neal Norwitz | 2007-05-13 | 3 | -135/+2 |
| | | | | Hopefully Guido won't shed a tear. :-) | ||||
* | Bug #1046945: document SWIG options of distutils. | Georg Brandl | 2007-05-12 | 1 | -3/+19 |
| | |||||
* | Update DDJ link. | Georg Brandl | 2007-05-11 | 1 | -1/+1 |
| | |||||
* | Patch #1714700: clarify os.linesep vs. tfiles opened in text mode. | Georg Brandl | 2007-05-11 | 1 | -3/+6 |
| | | | | (backport) | ||||
* | Deprecate os.popen* and popen2 module in favor of the subprocess module. ↵ | Neal Norwitz | 2007-05-11 | 2 | -9/+13 |
| | | | | (forgot the doc) | ||||
* | Add markup for True/False. Will backport | Neal Norwitz | 2007-05-09 | 1 | -4/+4 |
| | |||||
* | Bug #1713535: typo in logging example. | Georg Brandl | 2007-05-05 | 1 | -1/+1 |
| | |||||
* | Deprecate BaseException.message as per PEP 352. | Brett Cannon | 2007-05-05 | 1 | -16/+6 |
| | |||||
* | Clarify the behaviour of PyUnicode_DecodeUTF16(): A BOM is only skipped | Walter Dörwald | 2007-05-03 | 1 | -4/+4 |
| | | | | in native order mode, and only if it's the first two bytes. | ||||
* | Added documentation for new optional credentials argument to ↵ | Vinay Sajip | 2007-05-01 | 1 | -2/+5 |
| | | | | SMTPHandler.__init__(). | ||||
* | Bug #1710295: exceptions are now new-style classes. | Georg Brandl | 2007-05-01 | 1 | -1/+1 |
| | |||||
* | Version fix (bug #1708710) | Georg Brandl | 2007-04-27 | 1 | -4/+4 |
| | |||||
* | Minor wording change on slicing aide-memoire. | Steve Holden | 2007-04-26 | 1 | -1/+1 |
| | |||||
* | fix some markup errors | Fred Drake | 2007-04-26 | 4 | -5/+5 |
| | |||||
* | Standardize on test.test_support.run_unittest() (as opposed to a mix of ↵ | Collin Winter | 2007-04-25 | 1 | -8/+14 |
| | | | | run_unittest() and run_suite()). Also, add functionality to run_unittest() that admits usage of unittest.TestLoader.loadTestsFromModule(). | ||||
* | Markup fix. | Georg Brandl | 2007-04-25 | 1 | -1/+1 |
| | |||||
* | Patch #1698768: updated the "using Python on the Mac" intro. | Georg Brandl | 2007-04-25 | 1 | -173/+133 |
| | |||||
* | Fix markup | Raymond Hettinger | 2007-04-24 | 1 | -1/+1 |
| | |||||
* | Bug #1705717: error in sys.argv docs. | Georg Brandl | 2007-04-24 | 1 | -2/+2 |
| | |||||
* | Some new year updates. | Georg Brandl | 2007-04-24 | 3 | -3/+4 |
| | |||||
* | Fix SF #1703110, Incorrect example for add_password() (use uri, not host) | Neal Norwitz | 2007-04-24 | 1 | -1/+4 |
| | |||||
* | SF 1193128: Let str.translate(None) be an identity transformation | Raymond Hettinger | 2007-04-12 | 2 | -1/+9 |
| | |||||
* | Repair missing spaces after \UNIX. | Georg Brandl | 2007-04-11 | 4 | -4/+4 |
| | |||||
* | Describe undocumented third argument to touchline() | Andrew M. Kuchling | 2007-04-11 | 1 | -2/+4 |
| | |||||
* | Add window.chgat() method, submitted via e-mail by Fabian Kreutz | Andrew M. Kuchling | 2007-04-11 | 2 | -0/+22 |
| | |||||
* | Repair a duplicate label and some obsolete uses of \setindexsubitem. | Georg Brandl | 2007-04-10 | 6 | -42/+39 |
| | |||||
* | Doc that file.next() has undefined behaviour when called on a file opened with | Brett Cannon | 2007-04-08 | 1 | -8/+9 |
| | | | | | | 'w'. Closes bug #1569057. To be backported once 2.5 branch is unfrozen. | ||||
* | Some grammar fixes | Andrew M. Kuchling | 2007-04-06 | 1 | -5/+5 |
| | |||||
* | Now using unittest for the tests infraestructure. Also split the | Facundo Batista | 2007-04-03 | 1 | -2/+3 |
| | | | | tests in those who need the network, and that who doesn't. | ||||
* | Fix the strange case of | Georg Brandl | 2007-04-03 | 1 | -8/+8 |
| | | | | | | | | | \begin{methoddesc}[NNTP]{...} where \ifx#1\@undefined ended up comparing N and N, therefore executing the true part of the conditional, blowing up at \@undefined. | ||||
* | SF #1382213: Tutorial section 9.5.1 ignores MRO for new-style classes | Raymond Hettinger | 2007-04-03 | 1 | -11/+20 |
| | |||||
* | Fix the class name of strings. | Georg Brandl | 2007-04-01 | 1 | -37/+37 |
| | |||||
* | Remove bogus entry. | Georg Brandl | 2007-04-01 | 1 | -3/+0 |
| | |||||
* | Some semantic fixes. | Georg Brandl | 2007-04-01 | 3 | -4/+3 |
| | |||||
* | Explicit class names. | Georg Brandl | 2007-04-01 | 1 | -3/+3 |
| |