- 30 Tem, 2003 4 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Barry Warsaw yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
- remove text about the long-moved Mac OS libref chapter
-
- 29 Tem, 2003 12 kayıt (commit)
-
-
Barry Warsaw yazdı
-
Tim Peters yazdı
The fix is confined to the Windows installer. Not a bugfix candidate: the need for the new -n switch added here was introduced by moving to the idlefork IDLE (so this change isn't needed or helpful before 2.3).
-
Andrew M. Kuchling yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Tim Peters yazdı
-
Tim Peters yazdı
-
Tim Peters yazdı
-
Tim Peters yazdı
-
Tim Peters yazdı
a wrong place over the weekend.
-
Tim Peters yazdı
-
Tim Peters yazdı
-
- 28 Tem, 2003 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 27 Tem, 2003 3 kayıt (commit)
-
-
Tim Peters yazdı
blurb about ZoneAlarm (etc) nags.
-
Kurt B. Kaiser yazdı
warnings from personal firewall software. Added the same text to README.txt, updated NEWS.txt for release. M NEWS.txt M PyShell.py M README.txt
-
Kurt B. Kaiser yazdı
-
- 25 Tem, 2003 4 kayıt (commit)
-
-
Barry Warsaw yazdı
-
cvs2svn yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
- 24 Tem, 2003 7 kayıt (commit)
-
-
Jack Jansen yazdı
which is really important. This is a stopgap measure, as only the generated C code is adapted. Fixes #776533.
-
Jack Jansen yazdı
-
Brett Cannon yazdı
LocaleTime instance to only be created once and thus not be recreated when the locale changed.
-
Mark Hammond yazdı
Our saved locale was not being freed. Also check correct variable for NULL.
-
Brett Cannon yazdı
caught when executing test_strptime, test_logging, and test_time in that order when the testing of "%c" occured. Suspect the cache was not being recreated (the test passed when test_logging was forced to re-establish the locale).
-
Fred Drake yazdı
-
Tim Peters yazdı
during the day tomorrow, so doing it earlier than I'd like.
-
- 23 Tem, 2003 9 kayıt (commit)
-
-
Jack Jansen yazdı
This makes test_coercion pass on Panther. Also added a note to NEWS that pythonw works again (it was broken in rc1).
-
Kurt B. Kaiser yazdı
by patch 769142. Fixed by patch 776062. KBK will backport net result to IDLE release22-maint and IDLEfork. 2. Update NEWS.txt and idlever for release.
-
Fred Drake yazdı
Closes SF bug #776181. Should be backported.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
problems than it solves. In stead, put a warning near the top of the welcome message. Fixes (or, rather works around) bug #764975.
-
Jack Jansen yazdı
to the name change of Python.app/Contents/MacOS/python to Python.app/Contents/MacOS/Python. Fixes #776116.
-
Tim Peters yazdı
-
Tim Peters yazdı
all I know, the original locale may be '' (I don't think that's possible, but ...), and if so we would certainly want to restore it.
-
Tim Peters yazdı
Obtain the original locale in the documented way. This way actually works for me. Restore the original locale at the end, instead of forcing to "C". Move the locale fiddling into the test driver instead of doing it as a side effect of merely importing the module. I don't know why the test is mucking with locale (and also added a comment saying so), but it surely has no justification for doing that as an import side-effect. Now whenever the locale-changing code executes, the locale-restoring code will also get run.
-