- 28 May, 2009 2 commits
-
-
Philip Jenvey authored
-
Benjamin Peterson authored
-
- 27 May, 2009 4 commits
-
-
R. David Murray authored
function.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Raymond Hettinger authored
-
- 26 May, 2009 4 commits
-
-
Ronald Oussoren authored
-
Benjamin Peterson authored
-
Georg Brandl authored
-
Collin Winter authored
-
- 25 May, 2009 8 commits
-
-
Georg Brandl authored
in http://codereview.appspot.com/53094 and accepted by Guido. The construct is transformed into multiple With AST nodes so that there should be no problems with the semantics.
-
Michael Foord authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
It speeds up the with statement and correctly looks up the special methods involved.
-
Collin Winter authored
Issue 5670: special-case pickling of dicts. This nearly doubles the performance of dict pickling in cPickle.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
This removes ClassTestSuite and a good bit of hacks.
-
- 24 May, 2009 9 commits
-
-
Benjamin Peterson authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
It creates a python-2.7.pc file and a python.pc symlink in the $(LIBDIR)/pkgconfig directory. Patch by Clinton Roy.
-
Martin v. Löwis authored
the directory already exists.
-
Martin v. Löwis authored
installer if the package has extension modules. Also add NEWS entry for #5311.
-
Gregory P. Smith authored
-
Antoine Pitrou authored
than an int, which makes some operations possible under 64-bit Linux (e.g. DN_MULTISHOT with F_NOTIFY).
-
Antoine Pitrou authored
-
Senthil Kumaran authored
-
- 23 May, 2009 12 commits
-
-
Jeffrey Yasskin authored
lnotab-based tracing is very complicated and isn't documented very well. There were at least 3 comment blocks purporting to document co_lnotab, and none did a very good job. This patch unifies them into Objects/lnotab_notes.txt which tries to completely capture the current state of affairs. I also discovered that we've attached 2 layers of patches to the basic tracing scheme. The first layer avoids jumping to instructions that don't start a line, to avoid problems in if statements and while loops. The second layer discovered that jumps backward do need to trace at instructions that don't start a line, so it added extra lnotab entries for 'while' and 'for' loops, and added a special case for backward jumps within the same line. I replaced these patches by just treating forward and backward jumps differently.
-
R. David Murray authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
the dedicated C type `pid_t` instead of a C `int`. Some platforms have a process identifier type wider than the standard C integer type.
-
Eric Smith authored
-
R. David Murray authored
-
R. David Murray authored
are added later, and skip the existing test if SSL is not available.
-
R. David Murray authored
the socket. Patch by Farhan Ahmad, test by Marcin Bachry.
-
- 22 May, 2009 1 commit
-
-
Georg Brandl authored
-