summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Merge from 3.3Nick Coghlan2012-11-051-16/+0
|\ \ \ \ | |/ / /
| * | | The migration to importlib eliminated this crasherNick Coghlan2012-11-051-16/+0
| | | | | | | | | | | | | | | | | | | | If anyone finds another recursive C path that bypasses the recursion limiting, they can add a new crasher example.
* | | | Issue #15641: Clean up deprecated classes from importlibAndrew Svetlov2012-11-055-834/+7
| | | | | | | | | | | | | | | | Patch by Taras Lyapun.
* | | | Revome extra .py suffixAndrew Svetlov2012-11-051-1/+1
| | | |
* | | | Issue #16218: Fix test for issue againAndrew Svetlov2012-11-051-18/+19
| | | |
* | | | (Merge 3.3) Close #15165: Fix test_email on Windows 64 bitsVictor Stinner2012-11-051-4/+4
|\ \ \ \ | |/ / / | | | | | | | | Use year 1990 instead of year 1970 to avoid issues with negative timestamps.
| * | | Close #15165: Fix test_email on Windows 64 bitsVictor Stinner2012-11-051-4/+4
| | | | | | | | | | | | | | | | Use year 1990 instead of year 1970 to avoid issues with negative timestamps.
* | | | Issue #15478: Fix test_pep277 on WindowsVictor Stinner2012-11-051-4/+0
| | | | | | | | | | | | | | | | | | | | os.listdir() now returns the original path in OSError.filename (on any platform), even if "*.*" was added to the path (on Windows).
* | | | Issue #15478: Oops, fix regression in os.open() on WindowsVictor Stinner2012-11-051-1/+1
| | | | | | | | | | | | | | | | os.open() uses _wopen() which sets errno, not the Windows error code.
* | | | Issue #16350: Fix zlib decompressor handling of unused_data with multiple ↵Nadeem Vawda2012-11-043-6/+41
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | calls to decompress() after EOF. Patch by Serhiy Storchaka.
| * | | Issue #16350: Fix zlib decompressor handling of unused_data with multiple ↵Nadeem Vawda2012-11-043-6/+41
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | calls to decompress() after EOF. Patch by Serhiy Storchaka.
| | * | Issue #16350: Fix zlib decompressor handling of unused_data with multiple ↵Nadeem Vawda2012-11-043-6/+40
| | |/ | | | | | | | | | | | | | | | calls to decompress() after EOF. Patch by Serhiy Storchaka.
* | | (Merge 3.3) Issue #8271: Fix compilation on WindowsVictor Stinner2012-11-041-1/+1
|\ \ \ | |/ /
| * | Issue #8271: Fix compilation on WindowsVictor Stinner2012-11-041-1/+1
| | |
* | | #5057: null merge with 3.3 (only add tests).Ezio Melotti2012-11-041-0/+3
|\ \ \ | |/ /
| * | #5057: null merge with 3.2 (only add tests).Ezio Melotti2012-11-041-0/+3
| |\ \ | | |/
| | * #5057: the peepholer no longer optimizes subscription on unicode literals ↵Ezio Melotti2012-11-043-24/+18
| | | | | | | | | | | | (e.g. u"foo"[0]) in order to produce compatible pyc files between narrow and wide builds.
* | | #8271: merge with 3.3.Ezio Melotti2012-11-044-37/+291
|\ \ \ | |/ /
| * | #8271: the utf-8 decoder now outputs the correct number of U+FFFD ↵Ezio Melotti2012-11-044-38/+292
| | | | | | | | | | | | characters when used with the "replace" error handler on invalid utf-8 sequences. Patch by Serhiy Storchaka, tests by Ezio Melotti.
* | | Fix copy&paste errors and reformulate the tests.Stefan Krah2012-11-041-14/+4
| | |
* | | Merge from 3.3Nick Coghlan2012-11-041-1/+1
|\ \ \ | |/ /
| * | Properly credit patchNick Coghlan2012-11-041-1/+1
| | |
* | | Issue #5765: Merge from 3.3Nick Coghlan2012-11-041-0/+7
|\ \ \ | |/ /
| * | Issue #5765: Also check the compiler when finding the recursion limitNick Coghlan2012-11-041-0/+7
| | |
* | | Issue #5765: Merge from 3.3Nick Coghlan2012-11-047-44/+108
|\ \ \ | |/ /
| * | Issue #5765: Apply a hard recursion limit in the compilerNick Coghlan2012-11-047-42/+106
| | | | | | | | | | | | | | | | | | | | | Previously, excessive nesting in expressions would blow the stack and segfault the interpreter. Now, a hard limit based on the configured recursion limit and a hardcoded scaling factor is applied.
* | | Issue #16402: Merge fix from 3.3Mark Dickinson2012-11-043-5/+17
|\ \ \ | |/ /
| * | Issue #16402: Merge fix from 3.2Mark Dickinson2012-11-043-5/+17
| |\ \ | | |/
| | * Issue #16402: In range slicing, fix shadowing of exceptions from __index__ ↵Mark Dickinson2012-11-043-5/+17
| | | | | | | | | | | | method.
* | | #16304: merge with 3.3.Ezio Melotti2012-11-041-3/+10
|\ \ \ | |/ /
| * | #16304: merge with 3.2.Ezio Melotti2012-11-041-3/+10
| |\ \ | | |/
| | * #16304: clarify match objects docs. Initial patch by Jan Duzinkiewicz.Ezio Melotti2012-11-041-3/+10
| | |
* | | Issue #15837: add some tests for random.shuffle().Antoine Pitrou2012-11-042-3/+37
| | | | | | | | | | | | Patch by Alessandro Moura.
* | | Fix compilation on WindowsChristian Heimes2012-11-031-1/+1
|\ \ \ | |/ /
| * | Fix compilation on WindowsChristian Heimes2012-11-031-1/+1
| |\ \ | | |/
| | * Fix compilation on WindowsChristian Heimes2012-11-031-1/+1
| | |
* | | Merge 3.3Éric Araujo2012-11-031-2/+3
|\ \ \ | |/ /
| * | Avoid fd leak in example. Caught by Serhiy.Éric Araujo2012-11-031-2/+3
| | |
* | | Branch mergeÉric Araujo2012-11-030-0/+0
|\ \ \ | |/ /
| * | Branch mergeÉric Araujo2012-11-033-4/+9
| |\ \
* | \ \ Branch mergeÉric Araujo2012-11-033-4/+9
|\ \ \ \
| * \ \ \ #16336: merge with 3.3.Ezio Melotti2012-11-033-4/+9
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | #16336: merge with 3.2.Ezio Melotti2012-11-033-4/+9
| | |\ \ \ | | | | |/ | | | |/|
| | | * | #16336: fix input checking in the surrogatepass error handler. Patch by ↵Ezio Melotti2012-11-033-4/+9
| | | | | | | | | | | | | | | | | | | | Serhiy Storchaka.
* | | | | Merge 3.3Éric Araujo2012-11-033-0/+34
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | Add examples for opener argument of open (#13424).Éric Araujo2012-11-033-0/+34
| |/ / | | | | | | | | | Patch by Guillaume Pratte.
* | | Merge typo fixes (and the fix for #8401 that I wrongly merged) with 3.3.Ezio Melotti2012-11-031-3/+3
|\ \ \ | |/ /
| * | Merge typo fixes with 3.2.Ezio Melotti2012-11-031-3/+3
| |\ \ | | |/
| | * Fix a couple typos in Misc/NEWS.Ezio Melotti2012-11-031-2/+2
| | |
| * | #8401: merge with 3.2.Ezio Melotti2012-11-033-0/+27
| |\ \ | | |/