- 24 May, 2009 8 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
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 yazdı
the directory already exists.
-
Martin v. Löwis yazdı
installer if the package has extension modules. Also add NEWS entry for #5311.
-
Gregory P. Smith yazdı
-
Antoine Pitrou yazdı
than an int, which makes some operations possible under 64-bit Linux (e.g. DN_MULTISHOT with F_NOTIFY).
-
Antoine Pitrou yazdı
-
Senthil Kumaran yazdı
-
- 23 May, 2009 12 kayıt (commit)
-
-
Jeffrey Yasskin yazdı
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 yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
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 yazdı
-
R. David Murray yazdı
-
R. David Murray yazdı
are added later, and skip the existing test if SSL is not available.
-
R. David Murray yazdı
the socket. Patch by Farhan Ahmad, test by Marcin Bachry.
-
- 22 May, 2009 11 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Tarek Ziadé yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Philip Jenvey yazdı
deadlock. add a warning to subprocess docs about this, similar to Popen.wait's. refs http://bugs.jython.org/issue1351
-
Raymond Hettinger yazdı
-
- 21 May, 2009 1 kayıt (commit)
-
-
Michael Foord yazdı
Rename TestCase._result to _resultForDoCleanups to avoid potential clashes in TestCase subclasses. Issue 6072.
-
- 20 May, 2009 7 kayıt (commit)
-
-
Mark Dickinson yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Jeffrey Yasskin yazdı
a code object.
-
Mark Dickinson yazdı
-
Collin Winter yazdı
-
- 19 May, 2009 1 kayıt (commit)
-
-
Ronald Oussoren yazdı
-