- 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 16 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
-
Antoine Pitrou authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Andrew M. Kuchling authored
-
Vinay Sajip authored
-
Andrew M. Kuchling authored
-
Georg Brandl authored
-
- 07 Feb, 2010 10 commits
-
-
Mark Dickinson authored
-
Ronald Oussoren authored
-
Michael Foord authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Antoine Pitrou authored
-
Mark Dickinson authored
-
Vinay Sajip authored
-
Mark Dickinson authored
Add missing global declarations for 'overflowok'; remove 'overflowrequired', which is no longer needed.
-
Vinay Sajip authored
-