- 03 Mar, 2005 20 kayıt (commit)
-
-
Peter Astrand yazdı
-
Peter Astrand yazdı
-
Peter Astrand yazdı
redirected, using select() or threads is unnecessary.
-
Peter Astrand yazdı
stdin/stdout/stderr redirected.
-
Fred Drake yazdı
- function names marked with \function should include parentheses - "standard error" instead of "stderr" for text - a boolean parameter takes true or false values, not just True or False
-
Raymond Hettinger yazdı
-
Martin v. Löwis yazdı
numbers in PyLong_AsLongLong, and update test suite accordingly. Backported to 2.4.
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
profile.py if available.
-
Martin v. Löwis yazdı
file size.
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
in LWPCookieJar. Backported to 2.4.
-
Martin v. Löwis yazdı
Backported to 2.4.
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
Backported to 2.4.
-
Martin v. Löwis yazdı
Backported to 2.4.
-
Martin v. Löwis yazdı
Partially fixes #1110242.
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Brett Cannon yazdı
with || expressions. Also clarifies intend of 'if' conditional.
-
- 02 Mar, 2005 3 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Piers Lauder yazdı
Fix bug in InternalDate regexp that failed to allow leading 0 in day - courtesy of Rimon Barr <rimon.barr@cornell.edu>
-
Skip Montanaro yazdı
field on systems that support shadow passwords.
-
- 01 Mar, 2005 5 kayıt (commit)
-
-
Martin v. Löwis yazdı
Will backport to 2.4.
-
Brett Cannon yazdı
-
Brett Cannon yazdı
individually as tests. Also improved output when the test fails.
-
Brett Cannon yazdı
-
Andrew M. Kuchling yazdı
-
- 28 Şub, 2005 2 kayıt (commit)
-
-
Raymond Hettinger yazdı
Combined efforts of many including Peter Harris, Hye-Shik Chang, Martin v. Löwis, Nick Coghlan, Paul Moore, and Raymond Hettinger.
-
Raymond Hettinger yazdı
and improve the speed of the if/elif/else blocks.
-
- 27 Şub, 2005 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
remove_history and replace_history. Will backport to 2.4.
-
- 24 Şub, 2005 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
Also add xdrlib._test into the test suite.
-
- 23 Şub, 2005 2 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 22 Şub, 2005 1 kayıt (commit)
-
-
Michael W. Hudson yazdı
Delete some advice that can never, ever have worked. There are a couple of XXX comments for bits I don't know how to update. It would be really good not to release Python 2.5 with these in place :) This file is way too big. There's basically no chance of it staying up to date.
-
- 21 Şub, 2005 4 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
Add a test in case the underlying assumptions ever change (i.e. the compiler starts generating code blocks that are not punctuated by RETURN_VALUE).
-
Raymond Hettinger yazdı
-
Peter Astrand yazdı
-
- 20 Şub, 2005 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
Afterwards, -0.5 loads in a single step and no longer requires a runtime UNARY_NEGATIVE operation.
-