Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #15056: imp.cache_from_source() and source_from_cache() raise | Brett Cannon | 2012-07-09 | 1 | -3/+18 |
| | | | | | | NotimplementedError when sys.implementation.cache_tag is None. Thanks to Pranav Ravichandran for taking an initial stab at the patch. | ||||
* | Added cross-references to venv definition. | Vinay Sajip | 2012-07-09 | 3 | -37/+20 |
| | |||||
* | Issue #15283: Updated pyvenv documentation to expand on activation. | Vinay Sajip | 2012-07-09 | 2 | -5/+88 |
| | |||||
* | Make it easier to search for the grouper() recipe. | Raymond Hettinger | 2012-07-08 | 1 | -1/+2 |
| | |||||
* | Issue 15265: document the exception raised for invalid sample sizes. | Raymond Hettinger | 2012-07-08 | 1 | -0/+3 |
| | |||||
* | Merge 3.2 closes issue 13557 | Terry Jan Reedy | 2012-07-08 | 1 | -1/+4 |
|\ | |||||
| * | Issue #13557: Clarify effect of giving two different namespaces to exec or | Terry Jan Reedy | 2012-07-08 | 1 | -1/+4 |
| | | | | | | | | execfile(). | ||||
* | | Fix markup for versionchanged sphinx directive. | Senthil Kumaran | 2012-07-08 | 1 | -4/+2 |
| | | |||||
* | | Fix 5931 - Python runtime hardcoded in wsgiref.simple_server - Now it ↵ | Senthil Kumaran | 2012-07-07 | 1 | -0/+5 |
| | | | | | | | | specifies an implementation specific term. | ||||
* | | Add a blurb about PEP 412 | Antoine Pitrou | 2012-07-07 | 1 | -0/+12 |
| | | |||||
* | | Issue #13248: io: Remove obsolete argument "max_buffer_size" of ↵ | Florent Xicluna | 2012-07-07 | 1 | -7/+0 |
| | | | | | | | | BufferedWriter and BufferedRWPair. | ||||
* | | Issue 14814: Further clean ups to the ipaddress tutorial | Nick Coghlan | 2012-07-07 | 1 | -13/+24 |
| | | |||||
* | | Issue 14814: Explain how to get more error detail in the ipaddress tutorial, ↵ | Nick Coghlan | 2012-07-07 | 1 | -11/+37 |
| | | | | | | | | and tweak the display for octet errors in IPv4 (noticed the formatting problem when adding to the docs) | ||||
* | | Issue #15261: Stop os.stat(fd) crashing on Windows when fd not open. | Richard Oudkerk | 2012-07-06 | 1 | -3/+8 |
| | | |||||
* | | Closes #15241: Added information on venv prefixes to pyvenv section. | Vinay Sajip | 2012-07-03 | 1 | -0/+22 |
| | | |||||
* | | Issue 15241: Improved site.py documentation relating to venvs. | Vinay Sajip | 2012-07-03 | 1 | -0/+9 |
| | | |||||
* | | Closes #15030: Make importlib.abc.PyPycLoader respect the new .pyc | Brett Cannon | 2012-07-02 | 1 | -0/+4 |
| | | | | | | | | | | | | | | file size header field. Thanks to Marc Abramowitz and Ronan Lamy for helping out with various parts of the patch. | ||||
* | | Merge with 3.2. | Georg Brandl | 2012-07-01 | 2 | -3/+4 |
|\ \ | |/ | |||||
| * | Make call of os.getppid() conditional: it is not available on Windows. | Georg Brandl | 2012-07-01 | 1 | -1/+2 |
| | | |||||
| * | Fix inconsistent function name in embedding howto. | Georg Brandl | 2012-07-01 | 1 | -2/+2 |
| | | |||||
* | | urlparse docs clean up - no reference to earlier draft | Senthil Kumaran | 2012-06-29 | 1 | -5/+5 |
|\ \ | |/ | |||||
| * | urlparse docs clean up - no reference to earlier draft | Senthil Kumaran | 2012-06-29 | 1 | -5/+5 |
| | | |||||
* | | Issue #5067: improve some json error messages. | Antoine Pitrou | 2012-06-28 | 1 | -1/+1 |
|\ \ | |/ | | | | | Patch by Serhiy Storchaka. | ||||
| * | Issue #5067: improve some json error messages. | Antoine Pitrou | 2012-06-28 | 1 | -1/+1 |
| | | | | | | | | Patch by Serhiy Storchaka. | ||||
* | | Fix typo in shutil doc | Hynek Schlawack | 2012-06-27 | 1 | -1/+1 |
| | | |||||
* | | issue13666 - merge from 3.2 | Senthil Kumaran | 2012-06-26 | 1 | -10/+9 |
|\ \ | |/ | |||||
| * | issue13666 - Fixing datetime documentation example when using tzinfo | Senthil Kumaran | 2012-06-26 | 1 | -10/+9 |
| | | |||||
* | | Added hmac.compare_digest to whatsnew | Christian Heimes | 2012-06-26 | 1 | -0/+9 |
| | | |||||
* | | 3.3 whatsnew: Comment out the section about new POSIX *at functions etc.; ↵ | Georg Brandl | 2012-06-26 | 1 | -68/+70 |
| | | | | | | | | has to be rewritten later. | ||||
* | | Merge heads | Petri Lehtinen | 2012-06-26 | 3 | -12/+50 |
|\ \ | |||||
| * | | Add yet another missing versionchanged. | Georg Brandl | 2012-06-26 | 1 | -0/+3 |
| | | | |||||
| * | | Update suspicious ignore file and pydoc topics. | Georg Brandl | 2012-06-26 | 1 | -0/+26 |
| | | | |||||
| * | | Fix a few markup nits in zlib docs and add missing versionchanged tags. | Georg Brandl | 2012-06-26 | 1 | -12/+21 |
| | | | |||||
* | | | What's new: Add myself as the contributor of issue 12170 | Petri Lehtinen | 2012-06-26 | 1 | -1/+1 |
|/ / | |||||
* | | merge from 3.2 - Issue13685 | Senthil Kumaran | 2012-06-26 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | Issue #13685 - Update argparse help message for % sign usage. | Senthil Kumaran | 2012-06-26 | 1 | -0/+3 |
| | | |||||
* | | Issue #15177: Added dir_fd parameter to os.fwalk(). | Larry Hastings | 2012-06-25 | 1 | -2/+5 |
| | | |||||
* | | Issue #15176: Clarified behavior, documentation, and implementation | Larry Hastings | 2012-06-25 | 1 | -5/+8 |
| | | | | | | | | of os.listdir(). | ||||
* | | More doc fixes: made it clear where to start reading when you click on <dir_fd>. | Larry Hastings | 2012-06-25 | 1 | -9/+10 |
| | | |||||
* | | Some tightening of the documentation for the new kwarg-style os module ↵ | Georg Brandl | 2012-06-25 | 1 | -42/+22 |
| | | | | | | | | functionality. | ||||
* | | Minor grammar refinement for hmac.compare_digest(). | Larry Hastings | 2012-06-25 | 1 | -2/+2 |
| | | |||||
* | | Grammar fix. | Georg Brandl | 2012-06-25 | 1 | -11/+11 |
| | | |||||
* | | Issue #15164: Change return value of platform.uname() from a | Larry Hastings | 2012-06-24 | 1 | -4/+10 |
| | | | | | | | | plain tuple to a collections.namedtuple. | ||||
* | | Merge with 3.2. | Georg Brandl | 2012-06-24 | 1 | -1/+0 |
|\ \ | |/ | |||||
| * | Fix a bunch of "versionchanged" related markup errors. | Georg Brandl | 2012-06-24 | 3 | -6/+5 |
| | | |||||
* | | Fix a couple of versionadded/versionchanged related markup errors. | Georg Brandl | 2012-06-24 | 16 | -32/+39 |
| | | |||||
* | | Merge | Antoine Pitrou | 2012-06-24 | 1 | -2/+0 |
|\ \ | |||||
| * | | Fix markup, for real this time. | Georg Brandl | 2012-06-24 | 1 | -2/+0 |
| | | | |||||
* | | | Add a couple of what's new entries. | Antoine Pitrou | 2012-06-24 | 1 | -0/+13 |
| | | | |||||
* | | | Fix statement. | Antoine Pitrou | 2012-06-24 | 1 | -2/+1 |
|/ / |