- 05 Mar, 2011 2 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
- 22 Haz, 2001 4 kayıt (commit)
-
-
cvs2svn yazdı
-
Tim Peters yazdı
-
Tim Peters yazdı
-
Guido van Rossum yazdı
changes to PCbuild, then I'll tag the tree and build the final tar file, and we can shove this puppy OUT OF THE DOOR...!
-
- 21 Haz, 2001 3 kayıt (commit)
-
-
Fred Drake yazdı
-
Fred Drake yazdı
licenses move to the back, so as not to annoy as many readers.
-
Fred Drake yazdı
-
- 20 Haz, 2001 3 kayıt (commit)
-
-
cvs2svn yazdı
'release20-maint'.
-
Fred Drake yazdı
-
Guido van Rossum yazdı
-
- 15 Haz, 2001 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 14 Haz, 2001 2 kayıt (commit)
-
-
Fred Drake yazdı
-
Guido van Rossum yazdı
the 2.0.1c1 release (which has already been built and pushed out to SF and py.org), but will be correct in the 2.0.1 final release. Does this require a matching update in the license as quoted in the docs?
-
- 13 Haz, 2001 8 kayıt (commit)
-
-
cvs2svn yazdı
-
Tim Peters yazdı
9-number gap looks odd here.
-
Tim Peters yazdı
-
Tim Peters yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
- 04 Haz, 2001 2 kayıt (commit)
-
-
Barry Warsaw yazdı
---------------------------- revision 1.3 date: 2001/04/10 15:01:20; author: gvanrossum; state: Exp; lines: +6 -0 Some other tests, when failing, don't always remove their TESTFN file. Try to do it for them, so our mkdir() operation doesn't fail. ---------------------------- revision 1.2 date: 2001/03/02 05:46:17; author: gvanrossum; state: Exp; lines: +3 -3 When catching errors from os.rmdir(), test for os.error, not IOError! ---------------------------- except I used OSError instead of os.error.
-
Barry Warsaw yazdı
was applied to urllib.py, but the corresponding change to test_urllib.py was not applied. Backport revision 1.6 of this file into the 2.0 maintenance branch. ---------------------------- revision 1.6 date: 2001/01/19 07:00:08; author: tim_one; state: Exp; lines: +8 -3 urllib.py very recently changed to produce uppercase escapes, but no corresponding changes were made to its std test. ----------------------------
-
- 08 May, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
branch.
-
- 04 May, 2001 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 25 Nis, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
interactive examples. Error noted by Dinu Gherman.
-
- 13 Nis, 2001 4 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Moshe Zadka yazdı
-
Guido van Rossum yazdı
references; clarified the version.
-
Guido van Rossum yazdı
license as for 2.1.
-
- 11 Nis, 2001 2 kayıt (commit)
-
-
Moshe Zadka yazdı
Quoting orignal message: ''' Fix from the Madusa mailing list: http://groups.yahoo.com/group/medusa/message/333 It's clear that Medusa should not be checking for an empty buffer via "buf is ''". The patch merely changes "is" to "==". However, there's a mystery here all the same: Python attempts to store null strings uniquely, so it's unclear why "buf is ''" ever returned false when buf actually was empty. *Some* string operations produce non-unique null strings, e.g. '''
-
Moshe Zadka yazdı
This fixes many bugs, and was proposed by Thomas Heller. Original log message: ''' Checkin updated version of patch #103933 . As Thomas says, fixes the bugs #131064, #129584, #127722. See the discussion in bug #131064 '''
-
- 31 Mar, 2001 6 kayıt (commit)
-
-
Moshe Zadka yazdı
didn't work, whether specified on the command-line or in setup.cfg. - distutils/command/build_ext.py - make docstrings raw - #128930 - distutils/command/build_ext.py - split rpath argument Suggested by AMK, but had to be massaged a bit from the cvs diff
-
Moshe Zadka yazdı
backported by Martin van Lowis
-
Moshe Zadka yazdı
filenames
-
Moshe Zadka yazdı
an invalid 401 request is being handled. - urllib.py - provide simple recovery/escape from apparent redirect recursion - #129288 - urllib.py - chanign %02x to %02X in quoting - urllib.py - HTTPS now works with string URLs
-
Moshe Zadka yazdı
-
Moshe Zadka yazdı
which can be called from a start tag handler. When the corresponding end tag is read the flag is cleared. However, it didn't get cleared when the start tag was for an empty element of the type <tag .../>. This modification fixes the problem.
-