summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Issue #19219: Speed up marshal.loads(), and make pyc files slightly (5% to ↵Antoine Pitrou2013-10-124-3554/+3471
| | | | 10%) smaller.
* merge 3.3Benjamin Peterson2013-10-120-0/+0
|\
| * backport media types from defaultBenjamin Peterson2013-10-121-0/+3
| |
* | add aifcBenjamin Peterson2013-10-121-0/+1
| |
* | add some audio formatsBenjamin Peterson2013-10-121-0/+2
| |
* | merge with 3.3Georg Brandl2013-10-121-16/+17
|\ \ | |/
| * Fix compatibility with upcoming Sphinx 1.2.Georg Brandl2013-10-121-16/+17
| |
* | Null mergeSerhiy Storchaka2013-10-120-0/+0
|\ \ | |/
| * Issue #18919: If the close() method of a writer in the sunau or wave moduleSerhiy Storchaka2013-10-123-13/+22
| | | | | | | | | | failed, second invocation of close() and destructor no more raise an exception.
* | merge with 3.3Georg Brandl2013-10-125-32/+154
|\ \ | |/
| * Introduce support for documenting which C API elements are not part of the ↵Georg Brandl2013-10-125-32/+154
| | | | | | | | stable/limited API.
* | merge with 3.3Georg Brandl2013-10-121-48/+36
|\ \ | |/
| * Closes #13915: update tutorial with respect to .pyc files (__pycache__ / PEP ↵Georg Brandl2013-10-121-48/+36
| | | | | | | | | | | | 3147). Initial wording proposed by John Roth.
* | merge with 3.3Georg Brandl2013-10-121-0/+100
|\ \ | |/
| * Closes #13833: document PyStructSequence C-API functions.Georg Brandl2013-10-121-0/+100
| |
* | merge with 3.3Georg Brandl2013-10-121-4/+11
|\ \ | |/
| * Closes #13026: fix documentation of MAKE_FUNCTION for 3.x.Georg Brandl2013-10-121-4/+11
| |
* | merge with 3.3Georg Brandl2013-10-121-5/+7
|\ \ | |/
| * Closes #19179: make table of XML vulnerabilities clearer by using "everyday" ↵Georg Brandl2013-10-121-5/+7
| | | | | | | | booleans and explaining the table beforehand.
* | merge with 3.3Georg Brandl2013-10-121-0/+26
|\ \ | |/
| * Closes #13203: add a FAQ section about seemingly duplicate id()s.Georg Brandl2013-10-121-0/+26
| |
* | Issue #19131: The aifc module now correctly reads and writes sampwidth ofSerhiy Storchaka2013-10-122-4/+8
|\ \ | |/ | | | | compressed streams.
| * Issue #19131: The aifc module now correctly reads and writes sampwidth ofSerhiy Storchaka2013-10-122-4/+8
| | | | | | | | compressed streams.
* | #19221: update whatsnew entry about UCD version.Ezio Melotti2013-10-121-1/+1
| |
* | Issue #19205: _osx_support uses the re module all over the place. Omit the ↵Christian Heimes2013-10-121-1/+3
| | | | | | | | test for nw.
* | Fix wrong exception in _bootlocale (apparently this error condition is never ↵Antoine Pitrou2013-10-121-1/+1
| | | | | | | | triggered)
* | Close #18754: Run Python child processes in isolated more in the test suite.Victor Stinner2013-10-125-8/+27
| |
* | Markup fix.Georg Brandl2013-10-121-1/+1
| |
* | Issue #19205: add debugging output for failing test on Snow LeopardChristian Heimes2013-10-121-7/+12
| |
* | mergeChristian Heimes2013-10-111-2/+3
|\ \
| * | test_os: report tests as skipped when os.statvfs() fails with ENOSYSVictor Stinner2013-10-111-2/+3
| | |
* | | Issue #19209: fix structseq testChristian Heimes2013-10-111-1/+1
|/ /
* | Issue #19209: Remove import of copyreg from the os module to speed upChristian Heimes2013-10-115-30/+32
| | | | | | | | | | | | interpreter startup. stat_result and statvfs_result are now hard-coded to reside in the os module. The patch is based on Victor Stinner's patch.
* | Also test that the locale module isn't loaded during normal startupChristian Heimes2013-10-111-0/+2
| |
* | Issue #19205 fix 406529adf156Christian Heimes2013-10-111-1/+1
| | | | | | | | I forgot to hit save.
* | Issue #19205: Don't import the 're' module in site and sysconfig module toChristian Heimes2013-10-114-4/+24
| | | | | | | | to speed up interpreter start.
* | Issue #9548: Add a minimal "_bootlocale" module that is imported by the _io ↵Antoine Pitrou2013-10-116-22/+49
| | | | | | | | module instead of the full locale module.
* | Fix expected checksum for new unicodedata (after full rebuild)Antoine Pitrou2013-10-111-1/+1
| |
* | #19192: Give up on time.xmlrpc.com as an xmlrpc network test.R David Murray2013-10-112-29/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | time.xmlrpc.com has come and gone over the years, and has been gone again for a while. The test did test one thing that the current xmlrpc tests don't: the use of multiple levels of attribute names in the call. So in addition to removing the network test, we add a test in xmlrpc of dotted name access. There should also be a test for when dotted name access is disallowed, but that requires more extensive test harness refactoring, and in any case was not tested by the network test we are deleting, since it is a server-side setting. This is a slightly simplified version of a patch by Vajrasky Kok.
* | Rename contextlib.ignored() to contextlib.ignore().Raymond Hettinger2013-10-114-13/+13
| |
* | merge 3.3Benjamin Peterson2013-10-111-1/+1
|\ \ | |/
| * replace hardcoded versionBenjamin Peterson2013-10-111-1/+1
| |
* | merge 3.3Benjamin Peterson2013-10-111-1/+1
|\ \ | |/
| * make sure the docstring is never out of date wrt unicode data versionBenjamin Peterson2013-10-111-1/+1
| |
* | merge headsBenjamin Peterson2013-10-101-1/+7
|\ \
| * | #18764: p(rint) -> p in pdb docs.R David Murray2013-10-101-1/+7
| | | | | | | | | | | | | | | Missed changing the doc for the command itself, patch for that also by Connor Osborn.
* | | merge 3.3 (#19220)Benjamin Peterson2013-10-101-3/+1
|\ \ \ | |/ / |/| / | |/
| * remove url from docstring (closes #19220)Benjamin Peterson2013-10-101-2/+1
| |
* | upgrade unicode db to 6.3.0 (closes #19221)Benjamin Peterson2013-10-108-17153/+17195
| |
* | 18764: remove the problematic 'print' alias for the PDB 'p' command.R David Murray2013-10-105-11/+31
| | | | | | | | | | | | So that it no longer shadows the print function. Patch by Connor Osborn, doc and test changes by R. David Murray.