Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert previous change, SKIP had a versionadded elsewhere | Neal Norwitz | 2006-04-25 | 1 | -1/+0 |
| | |||||
* | Restore Walters name | Neal Norwitz | 2006-04-25 | 1 | -1/+1 |
| | |||||
* | versionadded for SKIP | Neal Norwitz | 2006-04-25 | 1 | -0/+1 |
| | |||||
* | Patch #1475231: add a new SKIP doctest option, thanks to | Tim Peters | 2006-04-25 | 4 | -0/+47 |
| | | | | Edward Loper. | ||||
* | Put break at correct level so *all* root HKEYs acutally get checked for | Trent Mick | 2006-04-25 | 1 | -1/+1 |
| | | | | | an installed VC6. Otherwise only the first such tree gets checked and this warning doesn't get displayed. | ||||
* | Whitespace normalization. | Tim Peters | 2006-04-24 | 1 | -1/+1 |
| | |||||
* | Revert addition of setuptools | Phillip J. Eby | 2006-04-24 | 40 | -10118/+0 |
| | |||||
* | Edits, using the new term | Andrew M. Kuchling | 2006-04-24 | 1 | -29/+31 |
| | | | | 'context specifier' in a few places | ||||
* | Stop test_tcl's testLoadTk from leaking the Tk commands 'loadtk' registers. | Thomas Wouters | 2006-04-24 | 1 | -0/+1 |
| | |||||
* | More reliable version of new command line tests that just checks the exit codes | Nick Coghlan | 2006-04-24 | 1 | -2/+37 |
| | |||||
* | Back out new command line tests (broke buildbot) | Nick Coghlan | 2006-04-24 | 1 | -55/+0 |
| | |||||
* | Fix broken contextlib test from last checkin (I'd've sworn I tested that ↵ | Nick Coghlan | 2006-04-24 | 1 | -0/+2 |
| | | | | before checking it in. . .) | ||||
* | Fix contextlib.nested to cope with exit methods raising and handling exceptions | Nick Coghlan | 2006-04-24 | 3 | -1/+33 |
| | |||||
* | Add unit tests for the -m and -c command line switches | Nick Coghlan | 2006-04-24 | 2 | -0/+57 |
| | |||||
* | Change PEP 343 related documentation to use the term context specifier ↵ | Nick Coghlan | 2006-04-24 | 4 | -67/+78 |
| | | | | instead of context object | ||||
* | Note changes made to PEP 343 related documentation | Nick Coghlan | 2006-04-24 | 1 | -1/+5 |
| | |||||
* | Bug #1337990: clarified that `doctest` does not support examples | Tim Peters | 2006-04-24 | 2 | -4/+9 |
| | | | | | | requiring both expected output and an exception. I'll backport to 2.4 next. | ||||
* | Add two items | Andrew M. Kuchling | 2006-04-23 | 1 | -0/+29 |
| | |||||
* | Edits to the PEP 343 section | Andrew M. Kuchling | 2006-04-23 | 1 | -65/+62 |
| | |||||
* | correct example | Skip Montanaro | 2006-04-23 | 1 | -9/+11 |
| | |||||
* | it's always helpful if the example works... | Skip Montanaro | 2006-04-23 | 1 | -6/+8 |
| | |||||
* | minor tweak | Skip Montanaro | 2006-04-23 | 1 | -2/+2 |
| | |||||
* | first cut at trace module doc | Skip Montanaro | 2006-04-23 | 2 | -1/+96 |
| | |||||
* | Whitespace normalization. | Tim Peters | 2006-04-23 | 1 | -2/+2 |
| | |||||
* | Backdated NEWS entry to record the implementation of PEP 338 for alpha 1 | Nick Coghlan | 2006-04-23 | 1 | -0/+7 |
| | |||||
* | Take 2 on mentioning the with statement, this time without inadvertently ↵ | Nick Coghlan | 2006-04-23 | 1 | -3/+5 |
| | | | | killing the Unicode examples | ||||
* | Add a (very) brief mention of the with statement to the end of chapter 8 | Nick Coghlan | 2006-04-23 | 1 | -3/+33 |
| | |||||
* | Update with statement documentation to use same terminology as 2.5a1 ↵ | Nick Coghlan | 2006-04-23 | 2 | -27/+38 |
| | | | | implementation | ||||
* | Updated the sqlite3 module to the external pysqlite 2.2.2 version. | Gerhard Häring | 2006-04-23 | 22 | -314/+311 |
| | |||||
* | Update contextlib documentation to use the same terminology as the module ↵ | Nick Coghlan | 2006-04-23 | 1 | -7/+8 |
| | | | | implementation | ||||
* | Add a Context Types section to parallel the Iterator Types section (uses the ↵ | Nick Coghlan | 2006-04-23 | 1 | -0/+96 |
| | | | | same terminology as the 2.5a1 implementation) | ||||
* | Patch 1471761 - test for broken poll at runtime | Ronald Oussoren | 2006-04-23 | 1 | -17/+66 |
| | | | | | This patch checks if poll is broken when the select module is loaded instead of doing so at configure-time. This functionality is only active on Mac OS X. | ||||
* | Patch 1471925 - Weak linking support for OSX | Ronald Oussoren | 2006-04-23 | 3 | -2/+98 |
| | | | | | | This patch causes several symbols in the socket and posix module to be weakly linked on OSX and disables usage of ftime on OSX. These changes make it possible to use a binary build on OSX 10.4 on a 10.3 system. | ||||
* | wrap SyntaxError with \exception{} | George Yoshida | 2006-04-23 | 1 | -1/+1 |
| | |||||
* | Update optparse to Optik 1.5.1. | Greg Ward | 2006-04-23 | 4 | -179/+633 |
| | |||||
* | Remove $CJKCodecs$ RCS tags. The CJKCodecs isn't maintained outside | Hye-Shik Chang | 2006-04-22 | 11 | -11/+0 |
| | | | | anymore. | ||||
* | - add versionadded tag | George Yoshida | 2006-04-22 | 1 | -1/+3 |
| | | | | - make arbitrary arguments come last | ||||
* | Port to Python 2.5. Drop .DEF file. Change output file names to .pyd. | Martin v. Löwis | 2006-04-22 | 3 | -12/+7 |
| | |||||
* | Typo fixes | George Yoshida | 2006-04-22 | 1 | -2/+2 |
| | |||||
* | Fix more ssize_t issues. | Martin v. Löwis | 2006-04-22 | 6 | -13/+13 |
| | |||||
* | Fix more ssize_t problems. | Martin v. Löwis | 2006-04-22 | 3 | -8/+16 |
| | |||||
* | Add libctypes as a dep | Neal Norwitz | 2006-04-22 | 1 | -0/+1 |
| | |||||
* | Whitespace normalization. | Tim Peters | 2006-04-22 | 2 | -20/+20 |
| | |||||
* | Add Gregory K. Johnson's revised version of mailbox.py (funded by | Andrew M. Kuchling | 2006-04-22 | 5 | -212/+4859 |
| | | | | | | | | | | | | | | | | | the 2005 Summer of Code). The revision adds a number of new mailbox classes that support adding and removing messages; these classes also support mailbox locking and default to using email.Message instead of rfc822.Message. The old mailbox classes are largely left alone for backward compatibility. The exception is the Maildir class, which was present in the old module and now inherits from the new classes. The Maildir class's interface is pretty simple, though, so I think it'll be compatible with existing code. (The change to the NEWS file also adds a missing word to a different news item, which unfortunately required rewrapping the line.) | ||||
* | Make copy of test_mailbox.py. We'll still want to check the backward | Andrew M. Kuchling | 2006-04-22 | 1 | -0/+120 |
| | | | | | | | | | compatibility classes in the new mailbox.py that I'll be committing in a few minutes. One change has been made: the tests use len(mbox) instead of len(mbox.boxes). The 'boxes' attribute was never documented and contains some internal state that seems unlikely to have been useful. | ||||
* | Fix comment typo | Andrew M. Kuchling | 2006-04-22 | 1 | -1/+1 |
| | |||||
* | Typo fixes | Andrew M. Kuchling | 2006-04-22 | 1 | -2/+2 |
| | |||||
* | Guido wrote contextlib, not me, but thanks anyway. ;) | Phillip J. Eby | 2006-04-21 | 1 | -1/+0 |
| | |||||
* | SF bug #1473760 TempFile can hang on Windows. | Tim Peters | 2006-04-21 | 4 | -22/+87 |
| | | | | | | | | | | | | | | | | | | | | | | | | Python 2.4 changed ntpath.abspath to do an import inside the function. As a result, due to Python's import lock, anything calling abspath on Windows (directly, or indirectly like tempfile.TemporaryFile) hung when it was called from a thread spawned as a side effect of importing a module. This is a depressingly frequent problem, and deserves a more general fix. I'm settling for a micro-fix here because this specific one accounts for a report of Zope Corp's ZEO hanging on Windows, and it was an odd way to change abspath to begin with (ntpath needs a different implementation depending on whether we're actually running on Windows, and the _obvious_ way to arrange for that is not to bury a possibly-failing import _inside_ the function). Note that if/when other micro-fixes of this kind get made, the new Lib/test/threaded_import_hangers.py is a convenient place to add tests for them. | ||||
* | Documentation for ctypes. | Thomas Heller | 2006-04-21 | 2 | -0/+1227 |
| | | | | | | | | | I think that 'generic operating system services' is the best category. Note that the Doc/lib/libctypes.latex file is generated from reST sources. You are welcome to make typo fixes, and I'll try to keep the reST sources in sync, but markup changes would be lost - they should be fixed in the tool that creates the latex file. The conversion script is external/ctypes/docs/manual/mkpydoc.py. |