summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Closes #15162: the meaning of "online" has shifted a bit in recent years, ↵Georg Brandl2012-06-241-2/+2
| | | | use "interactive" instead.
* Refactor the venv API docs into a real API doc style.Georg Brandl2012-06-241-113/+123
|
* Fix test to really run behind a NNTP virus checkerAntoine Pitrou2012-06-241-2/+5
|
* Remove a detailed discussion of content-based short circuiting, off topic ↵Antoine Pitrou2012-06-241-13/+4
| | | | for library docs.
* Simplify wording.Antoine Pitrou2012-06-241-8/+4
|
* Remove debug output from test_shutilHynek Schlawack2012-06-241-2/+0
|
* FormattingAntoine Pitrou2012-06-241-4/+4
|
* Small wording update from Larry.Georg Brandl2012-06-241-1/+1
|
* Fix doc of os.fwalk: example used now non-existing os.fstatat()Hynek Schlawack2012-06-241-1/+1
|
* Merge heads.Georg Brandl2012-06-241-1/+1
|\
| * The buffer protocol doesn't exist (in the glossary anyway).Antoine Pitrou2012-06-241-1/+1
| |
* | Merge heads.Georg Brandl2012-06-241-10/+9
|\ \ | |/
| * Larry's suggested rewording of the compare_digest() docs.Antoine Pitrou2012-06-242-36/+20
| |
* | Improve hmac.compare_digest() docstring and documentation, courtesy of Larry H.Georg Brandl2012-06-242-29/+30
|/
* Make the benchmark more fair for _decimal/decimal.py by setting context.precStefan Krah2012-06-241-6/+6
| | | | only once (float obviously doesn't set any context at all).
* Fix use of class markup.Georg Brandl2012-06-241-2/+2
|
* Whitespace cleanup.Georg Brandl2012-06-241-6/+6
|
* Remove unused variable.Georg Brandl2012-06-241-1/+0
|
* Fix a refleak in c82451eeb595.Georg Brandl2012-06-241-3/+1
|
* Issue #15061: Re-implemented hmac.compare_digest() in CChristian Heimes2012-06-245-30/+234
|
* Issue #15118: Change return value of os.uname() and os.times() fromLarry Hastings2012-06-2410-42/+191
| | | | | plain tuples to immutable iterable objects with named attributes (structseq objects).
* Fix casing of Unix.Georg Brandl2012-06-241-3/+4
|
* Make the style of the "Availability" sections consistent.Georg Brandl2012-06-241-11/+16
|
* Actually it is just one function.Georg Brandl2012-06-241-1/+1
|
* Minor clarification about fdopen().Georg Brandl2012-06-241-9/+10
|
* Remove attribution; this is for the whatsnew.Georg Brandl2012-06-241-1/+0
|
* Issue #15102: Try setting HOST_PYTHON in build-amd64.bat as a temporaryStefan Krah2012-06-241-0/+1
| | | | measure.
* Closes #15161: add support for giving path as a fd for truncate() and ↵Georg Brandl2012-06-244-22/+76
| | | | pathconf().
* Restore mostly-alphabetic sorting of os functions.Georg Brandl2012-06-241-141/+134
|
* Note that equivalents are valid for 3.3+ only.Georg Brandl2012-06-241-16/+20
|
* Merged upstream changes.Vinay Sajip2012-06-246-364/+284
|\
| * Speed up _decimal by another 10-15% by caching the thread local contextStefan Krah2012-06-242-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 Dickinson2012-06-241-1/+5
| | | | | | | | with a negative hash.
| * Move Linux-only *xattr() functions to their own subheading.Georg Brandl2012-06-241-84/+75
| |
| * Fix typo.Georg Brandl2012-06-241-1/+1
| |
| * Small nits in os doc.Georg Brandl2012-06-241-1/+2
| |
| * Issue #14815: Bugfix: the PyLong fed into the seed generator must be unsigned.Larry Hastings2012-06-241-4/+5
| |
| * "Refactor" docs for the new dir_fd, follow_symlinks, path-as-fd APIs: ↵Georg Brandl2012-06-241-269/+151
| | | | | | | | document the options at a central place and link to it.
* | Added Windows launcher documentation.Vinay Sajip2012-06-241-7/+261
|/
* Closes #15157: pydoc script added to venvs.Vinay Sajip2012-06-242-0/+9
|
* #15160: Extend the new email parser to handle MIME headers.R David Murray2012-06-246-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, toLarry Hastings2012-06-242-2/+5
| | | | preserve all 64 bits of hash on Win64.
* Update OS X installer build target compilers.Ned Deily2012-06-241-1/+3
|
* Packaging removal: remove pysetup3 install from Makefile.Ned Deily2012-06-241-2/+0
|
* Fix whitespaceHynek Schlawack2012-06-241-3/+3
|
* Update compileall calls in OS X installer postflight script toNed Deily2012-06-242-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 Araujo2012-06-245-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 headsGregory P. Smith2012-06-248-292/+225
|\
| * Remove obsolete fixapplepython23 script and PythonSystemFixesNed Deily2012-06-243-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 Deily2010-11-281-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.