Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Code Changes as per review comments by Antoine Pitrou. | Senthil Kumaran | 2010-11-18 | 2 | -23/+10 |
| | |||||
* | Fix usage of :option: in the docs (#9312). | Éric Araujo | 2010-11-18 | 13 | -159/+216 |
| | | | | | | | | | | | | | | | | | :option: is used to create a link to an option of python, not to mark up any instance of any arbitrary command-line option. These were changed to ````. For modules which do have a command-line interface, lists of options have been properly marked up with the program/cmdoption directives combo. Options defined in such blocks can be linked to with :option: later in the same file, they won’t link to an option of python. Finally, the markup of command-line fragments in optparse.rst has been cleaned to use ``x`` instead of ``"x"``, keeping that latter form for actual Python strings. Patch by Eli Bendersky and Éric Araujo. | ||||
* | Fix Issue2244 - urllib unquotes user and password info multiple times - ↵ | Senthil Kumaran | 2010-11-18 | 3 | -8/+18 |
| | | | | Patch by Theodore Turocy | ||||
* | Issue #10356: hash(Decimal("sNaN")) now raises ValueError instead of TypeError. | Stefan Krah | 2010-11-18 | 3 | -2/+5 |
| | |||||
* | Make test_nntplib more robust when the "last" article in a group can't be ↵ | Antoine Pitrou | 2010-11-18 | 1 | -9/+26 |
| | | | | retrieved | ||||
* | Fix Issue 9991: xmlrpc client ssl check faulty | Senthil Kumaran | 2010-11-18 | 2 | -1/+26 |
| | |||||
* | Remove spurious space that was breaking Vim’s reST highlighting. | Éric Araujo | 2010-11-18 | 1 | -1/+1 |
| | |||||
* | reduce try block compass | Benjamin Peterson | 2010-11-18 | 1 | -1/+2 |
| | |||||
* | Issue 10260 | Kristján Valur Jónsson | 2010-11-18 | 3 | -7/+108 |
| | | | | Adding the wait_for() method to threading.Condition | ||||
* | Remove duplicate period from reference doc | Michael Foord | 2010-11-18 | 1 | -1/+1 |
| | |||||
* | Issue #10446 NEWS entry | Alexander Belopolsky | 2010-11-18 | 1 | -0/+3 |
| | |||||
* | Fix a minor inconsistency in capitalization for the 'No module named' exception | Brett Cannon | 2010-11-18 | 2 | -3/+7 |
| | | | | | | message in importlib. Thanks to Éric Araujo for spotting the inconsistency. | ||||
* | Fix #8886. Use context managers throughout the test. | Brian Curtin | 2010-11-18 | 2 | -105/+113 |
| | |||||
* | Issue #10446: Several changes to module documentation generated by pydoc: | Alexander Belopolsky | 2010-11-18 | 4 | -42/+39 |
| | | | | | | | | | | | | | | | 1. Online reference manual link is now version-specific and the 'MODULE DOCS' section renamed to 'MODULE REFERENCE'. 2. 'FILE' section is moved to the end of the file. 3. Special names processed by pydoc such as __version__ or __credits__ are now excluded from the DATA section. 4. Defined __all__ to prevent pydoc from exposing undocumented details about itself. 5. Removed Python 2.3 compatibility code. | ||||
* | handle dict subclasses gracefully in PyArg_ValidateKeywordArguments | Benjamin Peterson | 2010-11-17 | 4 | -6/+14 |
| | |||||
* | Use laxer timeouts in barrier tests | Antoine Pitrou | 2010-11-17 | 1 | -5/+5 |
| | |||||
* | Issue #9518: Extend the PyModuleDef_HEAD_INIT macro to explicitly | David Malcolm | 2010-11-17 | 2 | -1/+11 |
| | | | | | | zero-initialize all fields, fixing compiler warnings seen when building extension modules with gcc with "-Wmissing-field-initializers" (implied by "-W") | ||||
* | Issue #10443: Add the SSLContext.set_default_verify_paths() method. | Antoine Pitrou | 2010-11-17 | 4 | -0/+29 |
| | |||||
* | Issue #10440: Support RUSAGE_THREAD as a constant in the resource module. | Antoine Pitrou | 2010-11-17 | 4 | -4/+22 |
| | | | | Patch by Robert Collins. | ||||
* | Issue #10356: Decimal(-1).__hash__() should equal hash(Decimal(-1)). | Stefan Krah | 2010-11-17 | 3 | -15/+25 |
| | |||||
* | Removes an inefficient spin loop in as_completed | Brian Quinlan | 2010-11-17 | 1 | -6/+35 |
| | |||||
* | Fix typo | Ezio Melotti | 2010-11-16 | 1 | -1/+1 |
| | |||||
* | Modules/_io/bufferedio.c (buffered_dealloc_warn): Make it static. | Matthias Klose | 2010-11-16 | 1 | -1/+1 |
| | |||||
* | Provide links to Python source where the code is short, readable and | Éric Araujo | 2010-11-16 | 29 | -0/+134 |
| | | | | | informative adjunct to the docs. Forward-port of Raymond's r86225 and r86245 using the new source reST role added in #10334. | ||||
* | Issue #10429: IMAP.starttls() stored the capabilities as bytes objects, | Antoine Pitrou | 2010-11-16 | 3 | -11/+20 |
| | | | | rather than strings. | ||||
* | Avoid some BytesWarnings when running test_imaplib in verbose mode | Antoine Pitrou | 2010-11-16 | 1 | -2/+2 |
| | |||||
* | Post-release bumps. | Georg Brandl | 2010-11-16 | 2 | -1/+13 |
| | |||||
* | Add stub for PEP 3148. | Georg Brandl | 2010-11-16 | 1 | -0/+5 |
| | |||||
* | Issue #10413: Updated comments to reflect code changes | Alexander Belopolsky | 2010-11-16 | 1 | -18/+13 |
| | |||||
* | Logging: added stack_info argument. | Vinay Sajip | 2010-11-14 | 3 | -21/+113 |
| | |||||
* | Issue 10410: An iterable is not necessarily a container. | Raymond Hettinger | 2010-11-14 | 1 | -1/+1 |
| | |||||
* | Tagging 3.2a4. | Georg Brandl | 2010-11-13 | 1 | -0/+1 |
| | |||||
* | Minor edits.v3.2a4 | Georg Brandl | 2010-11-13 | 1 | -108/+102 |
| | |||||
* | Fix Issue5111 - Wrap the Ipv6 host with [] in the Host header | Senthil Kumaran | 2010-11-13 | 3 | -0/+28 |
| | |||||
* | Streamline a cmath test (and fix some overlong lines into the bargain). | Mark Dickinson | 2010-11-13 | 1 | -4/+2 |
| | |||||
* | Make Fraction(-1).__hash__() return -2 rather than -1 (see issue 10356). | Mark Dickinson | 2010-11-13 | 3 | -6/+9 |
| | |||||
* | Bump to 3.2a4. | Georg Brandl | 2010-11-13 | 6 | -7/+7 |
| | |||||
* | Ignore suspicious-ignore file. | Georg Brandl | 2010-11-13 | 1 | -6/+9 |
| | |||||
* | Update pydoc topics. | Georg Brandl | 2010-11-13 | 1 | -10/+10 |
| | |||||
* | fix copy-editing level nits | Fred Drake | 2010-11-13 | 1 | -103/+105 |
| | |||||
* | use appropriate markup | Fred Drake | 2010-11-13 | 1 | -1/+1 |
| | |||||
* | Switch from gmane to another provider for NNTP tests (as gmane isn't reliable | Antoine Pitrou | 2010-11-13 | 1 | -32/+45 |
| | | | | enough). Also, use setUpClass in order to connect only once per test run. | ||||
* | And now for something completely different: Finish fixing #10252 again. | Éric Araujo | 2010-11-12 | 1 | -1/+0 |
| | |||||
* | Remove myself as a maintainer for curses and mailbox modules. | Andrew M. Kuchling | 2010-11-12 | 1 | -2/+2 |
| | |||||
* | Issue #4471: Add the IMAP.starttls() method to enable encryption on | Antoine Pitrou | 2010-11-12 | 4 | -8/+63 |
| | | | | standard IMAP4 connections. Original patch by Lorenzo M. Catucci. | ||||
* | Add UUID for 3.2a4 | Martin v. Löwis | 2010-11-12 | 1 | -0/+1 |
| | |||||
* | Add a deprecated-removed directive that allows to give the version of ↵ | Georg Brandl | 2010-11-12 | 1 | -0/+38 |
| | | | | removal for deprecations. | ||||
* | Fix weird line block in table. | Georg Brandl | 2010-11-12 | 1 | -1/+0 |
| | |||||
* | Switch to Sphinx 1.0.5. | Georg Brandl | 2010-11-12 | 3 | -3/+3 |
| | |||||
* | #10008: Fix duplicate index entry. | Georg Brandl | 2010-11-12 | 1 | -0/+1 |
| |