- 11 Şub, 2010 5 kayıt (commit)
-
-
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 16 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ı
-
Vinay Sajip yazdı
-
Antoine Pitrou yazdı
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Andrew M. Kuchling yazdı
-
Vinay Sajip yazdı
-
Andrew M. Kuchling yazdı
-
Georg Brandl yazdı
-
- 07 Şub, 2010 13 kayıt (commit)
-
-
Mark Dickinson yazdı
-
Ronald Oussoren yazdı
-
Michael Foord yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Antoine Pitrou yazdı
-
Mark Dickinson yazdı
-
Vinay Sajip yazdı
-
Mark Dickinson yazdı
Add missing global declarations for 'overflowok'; remove 'overflowrequired', which is no longer needed.
-
Vinay Sajip yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-