- 18 Jan, 2003 1 commit
-
-
Tim Peters authored
Patch from Brett Cannon: First, the 'y' directive now handles [00, 68] as a suffix for the 21st century while [69, 99] is treated as the suffix for the 20th century (this is for Open Group compatibility). strptime now returns default values that make it a valid date ... the ability to pass in a regex object to use instead of a format string (and the inverse ability to have strptime return a regex object) has been removed. This is in preparation for a future patch that will add some caching internally to get a speed boost.
-
- 17 Jan, 2003 16 commits
-
-
Jack Jansen authored
- AskFileForSave didn't work for string return values - filterProc didn't work.
-
Jack Jansen authored
the AEDesc data shouldn't be disposed when the Python object is. Added a C call AEDesc_NewBorrowed() to create these objects and a Python method old=AEDesc.AutoDispose(onoff) to change auto-dispose state.
-
Fred Drake authored
-
Fred Drake authored
-
Tim Peters authored
Not anymore it ain't.
-
Fred Drake authored
sometimes.
-
Tim Peters authored
function can't handle, don't raise IOError -- that doesn't make sense. Raise ValueError instead. Bugfix candidate.
-
Just van Rossum authored
-
Raymond Hettinger authored
* Use Sets module to more clearly articulate a couple of tests.
-
Raymond Hettinger authored
-
Jack Jansen authored
-
Jack Jansen authored
are going to replace StandardGetFile() and friends. Main differences are that these allow you to ask for specific datatypes to be returned (FSSpec, FSRef, string, unicode or subtypes thereof) and that they provide access to underlying features of Navigation Services through keyword arguments.
-
Gregory P. Smith authored
underlying DB has already been closed (and thus all of its cursors). This fixes a potential segfault. SF pybsddb bug id 667343 bugfix: close the DB object when raising an exception due to an error during DB.open. This prevents an exception when closing the environment about not all databases being closed. SF pybsddb bug id 667340
-
Gregory P. Smith authored
closes sourceforge pybsddb bug id 669533.
-
Gregory P. Smith authored
coredump or segmentation violation. Sourceforge patch ID 664896: http://sourceforge.net/tracker/index.php?func=detail&aid=664896&group_id=13900&atid=313900 The bug was reported on the pybsddb-users mailing list.
-
Kurt B. Kaiser authored
M EditorWindow.py M NEWS.txt M TODO.txt
-
- 16 Jan, 2003 11 commits
-
-
Kurt B. Kaiser authored
-
Michael W. Hudson authored
-
Raymond Hettinger authored
Strengthen slicing tests. Improved variable names.
-
Raymond Hettinger authored
Add backwards compatibility test.
-
Raymond Hettinger authored
Added random test from bisect to augment the finite precomputed checks.
-
Raymond Hettinger authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Mark Hammond authored
case, the test module created is actually a sub-package of 'test', thus the module is named 'test.areallylongpackage...' - this caused failure. Replace the hard-coded module names with __name__ attributes, which correctly reflects any hierarchy.
-
- 15 Jan, 2003 12 commits
-
-
Jack Jansen authored
so just continue testing. Fixes #668787.
-
Mark Hammond authored
-
Jack Jansen authored
_strptime can now handle getting two empty strings as the timezone information.
-
Jack Jansen authored
Fixes #661762, bugfix candidate.
-
Jack Jansen authored
FSSpec.SetDates() and GetDates(). Closes #662836.
-
Skip Montanaro authored
(Someone please review what I wrote for accuracy.)
-
Raymond Hettinger authored
* Add doctest for example in the library reference manual
-
Neil Schemenauer authored
-
Raymond Hettinger authored
Note, that list.sort() is undefined for lists of sets. Add the ... prompt to the example so it runs in doctest.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-