Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #19219: Speed up marshal.loads(), and make pyc files slightly (5% to ↵ | Antoine Pitrou | 2013-10-12 | 4 | -3554/+3471 |
| | | | | 10%) smaller. | ||||
* | merge 3.3 | Benjamin Peterson | 2013-10-12 | 0 | -0/+0 |
|\ | |||||
| * | backport media types from default | Benjamin Peterson | 2013-10-12 | 1 | -0/+3 |
| | | |||||
* | | add aifc | Benjamin Peterson | 2013-10-12 | 1 | -0/+1 |
| | | |||||
* | | add some audio formats | Benjamin Peterson | 2013-10-12 | 1 | -0/+2 |
| | | |||||
* | | merge with 3.3 | Georg Brandl | 2013-10-12 | 1 | -16/+17 |
|\ \ | |/ | |||||
| * | Fix compatibility with upcoming Sphinx 1.2. | Georg Brandl | 2013-10-12 | 1 | -16/+17 |
| | | |||||
* | | Null merge | Serhiy Storchaka | 2013-10-12 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | Issue #18919: If the close() method of a writer in the sunau or wave module | Serhiy Storchaka | 2013-10-12 | 3 | -13/+22 |
| | | | | | | | | | | failed, second invocation of close() and destructor no more raise an exception. | ||||
* | | merge with 3.3 | Georg Brandl | 2013-10-12 | 5 | -32/+154 |
|\ \ | |/ | |||||
| * | Introduce support for documenting which C API elements are not part of the ↵ | Georg Brandl | 2013-10-12 | 5 | -32/+154 |
| | | | | | | | | stable/limited API. | ||||
* | | merge with 3.3 | Georg Brandl | 2013-10-12 | 1 | -48/+36 |
|\ \ | |/ | |||||
| * | Closes #13915: update tutorial with respect to .pyc files (__pycache__ / PEP ↵ | Georg Brandl | 2013-10-12 | 1 | -48/+36 |
| | | | | | | | | | | | | 3147). Initial wording proposed by John Roth. | ||||
* | | merge with 3.3 | Georg Brandl | 2013-10-12 | 1 | -0/+100 |
|\ \ | |/ | |||||
| * | Closes #13833: document PyStructSequence C-API functions. | Georg Brandl | 2013-10-12 | 1 | -0/+100 |
| | | |||||
* | | merge with 3.3 | Georg Brandl | 2013-10-12 | 1 | -4/+11 |
|\ \ | |/ | |||||
| * | Closes #13026: fix documentation of MAKE_FUNCTION for 3.x. | Georg Brandl | 2013-10-12 | 1 | -4/+11 |
| | | |||||
* | | merge with 3.3 | Georg Brandl | 2013-10-12 | 1 | -5/+7 |
|\ \ | |/ | |||||
| * | Closes #19179: make table of XML vulnerabilities clearer by using "everyday" ↵ | Georg Brandl | 2013-10-12 | 1 | -5/+7 |
| | | | | | | | | booleans and explaining the table beforehand. | ||||
* | | merge with 3.3 | Georg Brandl | 2013-10-12 | 1 | -0/+26 |
|\ \ | |/ | |||||
| * | Closes #13203: add a FAQ section about seemingly duplicate id()s. | Georg Brandl | 2013-10-12 | 1 | -0/+26 |
| | | |||||
* | | Issue #19131: The aifc module now correctly reads and writes sampwidth of | Serhiy Storchaka | 2013-10-12 | 2 | -4/+8 |
|\ \ | |/ | | | | | compressed streams. | ||||
| * | Issue #19131: The aifc module now correctly reads and writes sampwidth of | Serhiy Storchaka | 2013-10-12 | 2 | -4/+8 |
| | | | | | | | | compressed streams. | ||||
* | | #19221: update whatsnew entry about UCD version. | Ezio Melotti | 2013-10-12 | 1 | -1/+1 |
| | | |||||
* | | Issue #19205: _osx_support uses the re module all over the place. Omit the ↵ | Christian Heimes | 2013-10-12 | 1 | -1/+3 |
| | | | | | | | | test for nw. | ||||
* | | Fix wrong exception in _bootlocale (apparently this error condition is never ↵ | Antoine Pitrou | 2013-10-12 | 1 | -1/+1 |
| | | | | | | | | triggered) | ||||
* | | Close #18754: Run Python child processes in isolated more in the test suite. | Victor Stinner | 2013-10-12 | 5 | -8/+27 |
| | | |||||
* | | Markup fix. | Georg Brandl | 2013-10-12 | 1 | -1/+1 |
| | | |||||
* | | Issue #19205: add debugging output for failing test on Snow Leopard | Christian Heimes | 2013-10-12 | 1 | -7/+12 |
| | | |||||
* | | merge | Christian Heimes | 2013-10-11 | 1 | -2/+3 |
|\ \ | |||||
| * | | test_os: report tests as skipped when os.statvfs() fails with ENOSYS | Victor Stinner | 2013-10-11 | 1 | -2/+3 |
| | | | |||||
* | | | Issue #19209: fix structseq test | Christian Heimes | 2013-10-11 | 1 | -1/+1 |
|/ / | |||||
* | | Issue #19209: Remove import of copyreg from the os module to speed up | Christian Heimes | 2013-10-11 | 5 | -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 startup | Christian Heimes | 2013-10-11 | 1 | -0/+2 |
| | | |||||
* | | Issue #19205 fix 406529adf156 | Christian Heimes | 2013-10-11 | 1 | -1/+1 |
| | | | | | | | | I forgot to hit save. | ||||
* | | Issue #19205: Don't import the 're' module in site and sysconfig module to | Christian Heimes | 2013-10-11 | 4 | -4/+24 |
| | | | | | | | | to speed up interpreter start. | ||||
* | | Issue #9548: Add a minimal "_bootlocale" module that is imported by the _io ↵ | Antoine Pitrou | 2013-10-11 | 6 | -22/+49 |
| | | | | | | | | module instead of the full locale module. | ||||
* | | Fix expected checksum for new unicodedata (after full rebuild) | Antoine Pitrou | 2013-10-11 | 1 | -1/+1 |
| | | |||||
* | | #19192: Give up on time.xmlrpc.com as an xmlrpc network test. | R David Murray | 2013-10-11 | 2 | -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 Hettinger | 2013-10-11 | 4 | -13/+13 |
| | | |||||
* | | merge 3.3 | Benjamin Peterson | 2013-10-11 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | replace hardcoded version | Benjamin Peterson | 2013-10-11 | 1 | -1/+1 |
| | | |||||
* | | merge 3.3 | Benjamin Peterson | 2013-10-11 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | make sure the docstring is never out of date wrt unicode data version | Benjamin Peterson | 2013-10-11 | 1 | -1/+1 |
| | | |||||
* | | merge heads | Benjamin Peterson | 2013-10-10 | 1 | -1/+7 |
|\ \ | |||||
| * | | #18764: p(rint) -> p in pdb docs. | R David Murray | 2013-10-10 | 1 | -1/+7 |
| | | | | | | | | | | | | | | | Missed changing the doc for the command itself, patch for that also by Connor Osborn. | ||||
* | | | merge 3.3 (#19220) | Benjamin Peterson | 2013-10-10 | 1 | -3/+1 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | remove url from docstring (closes #19220) | Benjamin Peterson | 2013-10-10 | 1 | -2/+1 |
| | | |||||
* | | upgrade unicode db to 6.3.0 (closes #19221) | Benjamin Peterson | 2013-10-10 | 8 | -17153/+17195 |
| | | |||||
* | | 18764: remove the problematic 'print' alias for the PDB 'p' command. | R David Murray | 2013-10-10 | 5 | -11/+31 |
| | | | | | | | | | | | | So that it no longer shadows the print function. Patch by Connor Osborn, doc and test changes by R. David Murray. |