- 18 Feb, 2010 5 commits
-
-
Mark Dickinson authored
Doctest fixes for decimal.py: add an integer-argument doctest for logical_invert; don't use integer literals with a leading zero.
-
Mark Dickinson authored
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 authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
Visual Studio 2010, as msvcr100.dll is not a platform assembly anymore.
-
- 16 Feb, 2010 3 commits
-
-
Ezio Melotti authored
-
Ezio Melotti authored
-
R. David Murray authored
and check_call into links.
-
- 15 Feb, 2010 3 commits
-
-
Martin v. Löwis authored
-
Eric Smith authored
-
Martin v. Löwis authored
-
- 14 Feb, 2010 6 commits
-
-
Mark Dickinson authored
-
Georg Brandl authored
-
Mark Dickinson authored
Silence more compiler warnings; fix an instance of potential undefined behaviour from signed overflow.
-
Mark Dickinson authored
-
Georg Brandl authored
-
Ezio Melotti authored
-
- 12 Feb, 2010 1 commit
-
-
Mark Dickinson authored
-
- 11 Feb, 2010 7 commits
-
-
Ezio Melotti authored
-
Michael Foord authored
-
Ronald Oussoren authored
-
Ronald Oussoren authored
build (all other definition where correct).
-
Ronald Oussoren authored
compilition with libedit on OSX 10.5
-
R. David Murray authored
module dictionary has also been cleared.
-
R. David Murray authored
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 Feb, 2010 5 commits
-
-
R. David Murray authored
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 authored
#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 authored
-
Michael Foord authored
-
Michael Foord authored
-
- 09 Feb, 2010 1 commit
-
-
Antoine Pitrou authored
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 Feb, 2010 9 commits
-
-
Michael Foord authored
-
Georg Brandl authored
-
Michael Foord authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Vinay Sajip authored
-