- 18 Şub, 2010 6 kayıt (commit)
-
-
Michael Foord yazdı
-
Mark Dickinson yazdı
Doctest fixes for decimal.py: add an integer-argument doctest for logical_invert; don't use integer literals with a leading zero.
-
Mark Dickinson yazdı
of the 'canonical' and 'is_canonical' methods) now consistently accept integer arguments wherever a Decimal instance is accepted. Thanks Juan José Conti for the patch.
-
Andrew M. Kuchling yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
Visual Studio 2010, as msvcr100.dll is not a platform assembly anymore.
-
- 16 Şub, 2010 3 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
R. David Murray yazdı
and check_call into links.
-
- 15 Şub, 2010 3 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Eric Smith yazdı
-
Martin v. Löwis yazdı
-
- 14 Şub, 2010 6 kayıt (commit)
-
-
Mark Dickinson yazdı
-
Georg Brandl yazdı
-
Mark Dickinson yazdı
Silence more compiler warnings; fix an instance of potential undefined behaviour from signed overflow.
-
Mark Dickinson yazdı
-
Georg Brandl yazdı
-
Ezio Melotti yazdı
-
- 12 Şub, 2010 1 kayıt (commit)
-
-
Mark Dickinson yazdı
-
- 11 Şub, 2010 7 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Michael Foord yazdı
-
Ronald Oussoren yazdı
-
Ronald Oussoren yazdı
build (all other definition where correct).
-
Ronald Oussoren yazdı
compilition with libedit on OSX 10.5
-
R. David Murray yazdı
module dictionary has also been cleared.
-
R. David Murray yazdı
writeback=True values are written to the backing store when assigned to the shelf. Add test to confirm that this happens. Doc patch and added test by Robert Lehmann. I also fixed the cross references to the sync and close methods.
-
- 10 Şub, 2010 5 kayıt (commit)
-
-
R. David Murray yazdı
close method refers to an identifier in the global module namespace. This means that when __del__ is called during interpreter shutdown (if, for example, the calling program still has a pointer to the shelf), sometimes that global identifier would wind up being None, causing mysterious 'ignored' exceptions. This patch checks for the possible None value first before using the global, thus avoiding the error messages.
-
Ezio Melotti yazdı
#7712: add a temp_cwd context manager to test_support and use it in regrtest to run all the tests in a temporary directory, saving the original CWD in test_support.SAVEDCWD. Thanks to Florent Xicluna who helped with the patch.
-
Michael Foord yazdı
-
Michael Foord yazdı
-
Michael Foord yazdı
-
- 09 Şub, 2010 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
in XML processing instructions and comments. These raw characters are allowed by the XML specification, and are necessary when outputting e.g. PHP code in a processing instruction. Patch by Neil Muller.
-
- 08 Şub, 2010 8 kayıt (commit)
-
-
Michael Foord yazdı
-
Georg Brandl yazdı
-
Michael Foord yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-