Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Closes #15162: the meaning of "online" has shifted a bit in recent years, ↵ | Georg Brandl | 2012-06-24 | 1 | -2/+2 |
| | | | | use "interactive" instead. | ||||
* | Refactor the venv API docs into a real API doc style. | Georg Brandl | 2012-06-24 | 1 | -113/+123 |
| | |||||
* | Fix test to really run behind a NNTP virus checker | Antoine Pitrou | 2012-06-24 | 1 | -2/+5 |
| | |||||
* | Remove a detailed discussion of content-based short circuiting, off topic ↵ | Antoine Pitrou | 2012-06-24 | 1 | -13/+4 |
| | | | | for library docs. | ||||
* | Simplify wording. | Antoine Pitrou | 2012-06-24 | 1 | -8/+4 |
| | |||||
* | Remove debug output from test_shutil | Hynek Schlawack | 2012-06-24 | 1 | -2/+0 |
| | |||||
* | Formatting | Antoine Pitrou | 2012-06-24 | 1 | -4/+4 |
| | |||||
* | Small wording update from Larry. | Georg Brandl | 2012-06-24 | 1 | -1/+1 |
| | |||||
* | Fix doc of os.fwalk: example used now non-existing os.fstatat() | Hynek Schlawack | 2012-06-24 | 1 | -1/+1 |
| | |||||
* | Merge heads. | Georg Brandl | 2012-06-24 | 1 | -1/+1 |
|\ | |||||
| * | The buffer protocol doesn't exist (in the glossary anyway). | Antoine Pitrou | 2012-06-24 | 1 | -1/+1 |
| | | |||||
* | | Merge heads. | Georg Brandl | 2012-06-24 | 1 | -10/+9 |
|\ \ | |/ | |||||
| * | Larry's suggested rewording of the compare_digest() docs. | Antoine Pitrou | 2012-06-24 | 2 | -36/+20 |
| | | |||||
* | | Improve hmac.compare_digest() docstring and documentation, courtesy of Larry H. | Georg Brandl | 2012-06-24 | 2 | -29/+30 |
|/ | |||||
* | Make the benchmark more fair for _decimal/decimal.py by setting context.prec | Stefan Krah | 2012-06-24 | 1 | -6/+6 |
| | | | | only once (float obviously doesn't set any context at all). | ||||
* | Fix use of class markup. | Georg Brandl | 2012-06-24 | 1 | -2/+2 |
| | |||||
* | Whitespace cleanup. | Georg Brandl | 2012-06-24 | 1 | -6/+6 |
| | |||||
* | Remove unused variable. | Georg Brandl | 2012-06-24 | 1 | -1/+0 |
| | |||||
* | Fix a refleak in c82451eeb595. | Georg Brandl | 2012-06-24 | 1 | -3/+1 |
| | |||||
* | Issue #15061: Re-implemented hmac.compare_digest() in C | Christian Heimes | 2012-06-24 | 5 | -30/+234 |
| | |||||
* | Issue #15118: Change return value of os.uname() and os.times() from | Larry Hastings | 2012-06-24 | 10 | -42/+191 |
| | | | | | plain tuples to immutable iterable objects with named attributes (structseq objects). | ||||
* | Fix casing of Unix. | Georg Brandl | 2012-06-24 | 1 | -3/+4 |
| | |||||
* | Make the style of the "Availability" sections consistent. | Georg Brandl | 2012-06-24 | 1 | -11/+16 |
| | |||||
* | Actually it is just one function. | Georg Brandl | 2012-06-24 | 1 | -1/+1 |
| | |||||
* | Minor clarification about fdopen(). | Georg Brandl | 2012-06-24 | 1 | -9/+10 |
| | |||||
* | Remove attribution; this is for the whatsnew. | Georg Brandl | 2012-06-24 | 1 | -1/+0 |
| | |||||
* | Issue #15102: Try setting HOST_PYTHON in build-amd64.bat as a temporary | Stefan Krah | 2012-06-24 | 1 | -0/+1 |
| | | | | measure. | ||||
* | Closes #15161: add support for giving path as a fd for truncate() and ↵ | Georg Brandl | 2012-06-24 | 4 | -22/+76 |
| | | | | pathconf(). | ||||
* | Restore mostly-alphabetic sorting of os functions. | Georg Brandl | 2012-06-24 | 1 | -141/+134 |
| | |||||
* | Note that equivalents are valid for 3.3+ only. | Georg Brandl | 2012-06-24 | 1 | -16/+20 |
| | |||||
* | Merged upstream changes. | Vinay Sajip | 2012-06-24 | 6 | -364/+284 |
|\ | |||||
| * | Speed up _decimal by another 10-15% by caching the thread local context | Stefan Krah | 2012-06-24 | 2 | -21/+62 |
| | | | | | | | | | | that was last accessed. In the pi benchmark (64-bit platform, prec=9), _decimal is now only 1.5x slower than float. | ||||
| * | In random's test_seedargs: Make sure to include at least one seed object ↵ | Mark Dickinson | 2012-06-24 | 1 | -1/+5 |
| | | | | | | | | with a negative hash. | ||||
| * | Move Linux-only *xattr() functions to their own subheading. | Georg Brandl | 2012-06-24 | 1 | -84/+75 |
| | | |||||
| * | Fix typo. | Georg Brandl | 2012-06-24 | 1 | -1/+1 |
| | | |||||
| * | Small nits in os doc. | Georg Brandl | 2012-06-24 | 1 | -1/+2 |
| | | |||||
| * | Issue #14815: Bugfix: the PyLong fed into the seed generator must be unsigned. | Larry Hastings | 2012-06-24 | 1 | -4/+5 |
| | | |||||
| * | "Refactor" docs for the new dir_fd, follow_symlinks, path-as-fd APIs: ↵ | Georg Brandl | 2012-06-24 | 1 | -269/+151 |
| | | | | | | | | document the options at a central place and link to it. | ||||
* | | Added Windows launcher documentation. | Vinay Sajip | 2012-06-24 | 1 | -7/+261 |
|/ | |||||
* | Closes #15157: pydoc script added to venvs. | Vinay Sajip | 2012-06-24 | 2 | -0/+9 |
| | |||||
* | #15160: Extend the new email parser to handle MIME headers. | R David Murray | 2012-06-24 | 6 | -34/+1918 |
| | | | | | | | | | | | | | | | | | | | | | | | This code passes all the same tests that the existing RFC mime header parser passes, plus a bunch of additional ones. There are a couple of commented out tests where there are issues with the folding. The folding doesn't normally get invoked for headers parsed from source, and the cases are marginal anyway (headers with invalid binary data) so I'm not worried about them, but will fix them after the beta. There are things that can be done to make this API even more convenient, but I think this is a solid foundation worth having. And the parser is a full RFC parser, so it handles cases that the current parser doesn't. (There are also probably cases where it fails when the current parser doesn't, but I haven't found them yet ;) Oh, yeah, and there are some really ugly bits in the parser for handling some 'postel' cases that are unfortunately common. I hope/plan to to eventually refactor a lot of the code in the parser which should reduce the line count...but there is no escaping the fact that the error recovery is welter of special cases. | ||||
* | Issue #14815: Use Py_ssize_t instead of long for the object hash, to | Larry Hastings | 2012-06-24 | 2 | -2/+5 |
| | | | | preserve all 64 bits of hash on Win64. | ||||
* | Update OS X installer build target compilers. | Ned Deily | 2012-06-24 | 1 | -1/+3 |
| | |||||
* | Packaging removal: remove pysetup3 install from Makefile. | Ned Deily | 2012-06-24 | 1 | -2/+0 |
| | |||||
* | Fix whitespace | Hynek Schlawack | 2012-06-24 | 1 | -3/+3 |
| | |||||
* | Update compileall calls in OS X installer postflight script to | Ned Deily | 2012-06-24 | 2 | -11/+12 |
| | | | | | | | properly skip uncompilable files and to compile existing files in site-packages if reinstalling. Also, no longer attempt to install a documentation link in /Developer as that no longer necessarily exists with Xcode 4.3+. | ||||
* | Packaging removal: also revert introduction of sysconfig.cfg. | Éric Araujo | 2012-06-24 | 5 | -201/+114 |
| | | | | | | | We need a discussion to define what should be customized how; this new config file is premature. It was added to serve the needs of the resources system in install_data / packaging.database, so it can be removed alongside packaging for 3.3. | ||||
* | merge heads | Gregory P. Smith | 2012-06-24 | 8 | -292/+225 |
|\ | |||||
| * | Remove obsolete fixapplepython23 script and PythonSystemFixes | Ned Deily | 2012-06-24 | 3 | -143/+3 |
| | | | | | | | | | | | | installer package from the OS X Makefile for Python 3. It has never worked on Python 3 and is not needed there as pre-10.3.9 installs are no longer supported. | ||||
| * | Update OS X installer build script to be Python 3 compatible. | Ned Deily | 2010-11-28 | 1 | -64/+88 |
| | | | | | | | | | | | | Builds are not yet fully supported on Python 3 as some parts of the build process (like the documentation build chain) are still dependent on Python 2. |