- 29 Jan, 2013 1 commit
-
-
Serhiy Storchaka authored
-
- 28 Jan, 2013 5 commits
-
-
Benjamin Peterson authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
- 27 Jan, 2013 4 commits
-
-
Serhiy Storchaka authored
--without-doc-strings option.
-
Stefan Krah authored
a ctypes build failure with clang.
-
Nadeem Vawda authored
-
Ned Deily authored
-
- 26 Jan, 2013 4 commits
-
-
Sandro Tosi authored
-
Stefan Krah authored
-
Serhiy Storchaka authored
are now initialized dynamically as needed.
-
Serhiy Storchaka authored
Now it requires almost 4x less memory and is almost 2x faster.
-
- 25 Jan, 2013 7 commits
-
-
Serhiy Storchaka authored
-
Ronald Oussoren authored
There already was a workaround for this for framework builds on OSX, this changeset enables the same workaround for shared libraries. Closes #1602133
-
doko@python.org authored
-
Serhiy Storchaka authored
interface and support all mandatory methods and properties.
-
doko@python.org authored
-
Serhiy Storchaka authored
if all other iterators were very advanced before.
-
Serhiy Storchaka authored
Increase memory limit in this test.
-
- 24 Jan, 2013 1 commit
-
-
Eli Bendersky authored
-
- 23 Jan, 2013 1 commit
-
-
Vinay Sajip authored
-
- 22 Jan, 2013 4 commits
-
-
Ezio Melotti authored
#11379: rephrase minidom documentation to use the term "minimal" instead of "lightweight". Patch by Éric Araujo.
-
Vinay Sajip authored
-
Serhiy Storchaka authored
with truncated header or footer. Added tests for reading truncated gzip and bzip2 files.
-
Vinay Sajip authored
-
- 21 Jan, 2013 6 commits
-
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
unicode-escape decoder requires memory for result corresponding to input size. Fixes test for issue #16335.
-
Christian Heimes authored
Python 2.7 has only assertRaisesRegexp, not assertRaisesRegex
-
Serhiy Storchaka authored
-
- 20 Jan, 2013 1 commit
-
-
Stefan Krah authored
-
- 19 Jan, 2013 6 commits
-
-
Serhiy Storchaka authored
-
Benjamin Peterson authored
-
Serhiy Storchaka authored
Fix a regression from changeset d544873d62e9 (issue #15989).
-
Ezio Melotti authored
-
Charles-François Natali authored
Patch by Jeffrey Armstrong.
-
Serhiy Storchaka authored
when result of PyInt_AsLong() or PyLong_AsLong() narrowed to int without checks. This is a backport of changesets 13e2e44db99d and 525407d89277.
-