- 13 Feb, 2003 7 commits
-
-
Andrew M. Kuchling authored
-
Mark Hammond authored
on a release 'python.exe' for a debug build of _ssl. It may happen that Python.exe is currently broken, and we are trying to rebuild from scratch.
-
Tim Peters authored
!HAVE_INET_ATON case. Repaired that, and tried to repair what looked like out-of-date comments.
-
Neal Norwitz authored
Needs review.
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
- 12 Feb, 2003 27 commits
-
-
Walter Dörwald authored
-
Neal Norwitz authored
-
Guido van Rossum authored
inet_aton() rather than inet_addr() -- the latter is obsolete because it has a problem: "255.255.255.255" is a valid address but indistinguishable from an error. (I'm not sure if inet_aton() exists everywhere -- in case it doesn't, I've left the old code in with an #ifdef.)
-
Neal Norwitz authored
Add missing INCREFs and re-indent returns to be consistent. Add \n\ for lines in docstring Add a pathetic test Add docs
-
Guido van Rossum authored
mostly from SF patch #683257, but I had to change unlock_import() to return an error value to avoid fatal error. Should this be backported? The patch requested this, but it's a new feature.
-
Guido van Rossum authored
folded; this will change in Python 2.4. On a 32-bit machine, this happens for 0x80000000 through 0xffffffff, and for octal constants in the same value range. No warning is issued if an explicit base is given, *or* if the string contains a sign (since in those cases no sign folding ever happens).
-
Guido van Rossum authored
Volunteers wanted to fix it!)
-
Guido van Rossum authored
-
Guido van Rossum authored
"Unsigned" (i.e., positive-looking, but really negative) hex/oct constants with a leading minus sign are once again properly negated. The micro-optimization for negated numeric constants did the wrong thing for such hex/oct constants. The patch avoids the optimization for all hex/oct constants. This needs to be backported to Python 2.2!
-
Guido van Rossum authored
"Unsigned" (i.e., positive-looking, but really negative) hex/oct constants with a leading minus sign are once again properly negated. The micro-optimization for negated numeric constants did the wrong thing for such hex/oct constants. The patch avoids the optimization for all hex/oct constants. This needs to be backported to Python 2.2!
-
Jack Jansen authored
- Fixed a bug for packages without MD5 checksum.
-
Jack Jansen authored
-
Just van Rossum authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
temporary location. This is needed to makethings work with the new buildtools based on bundlebuilder.
-
Jack Jansen authored
-
Jack Jansen authored
- Catch stderr as well as stdout - Fixed a bug with non-installable packages - Parse .pth files after installing, so you don't have to restart Python (or the IDE) after installing.
-
Jack Jansen authored
implementation and integrated it into the IDE.
-
Jack Jansen authored
-
Jack Jansen authored
-
Tim Peters authored
-
Guido van Rossum authored
now be a proxy for an X instance, as long as issubclass(x.__class__, X).
-
Guido van Rossum authored
-
Guido van Rossum authored
instance, as long as x.__class__ is X or a subclass thereof. Did a little cleanup of PyObject_IsInstance() too.
-
- 11 Feb, 2003 6 commits
-
-
Jack Jansen authored
-
Neal Norwitz authored
-
Tim Peters authored
attempts to merge the C list-batch and dict-batch code -- they worked, but it was a godawful mess to read.
-
Jack Jansen authored
applicable, and use a similar naming scheme for other fields. This has drastically changed the structure, as the PEP241 names aren't identifiers.
-
Guido van Rossum authored
-
Tim Peters authored
-