- 17 Feb, 2002 1 commit
-
-
Tim Peters authored
4-space indents, and ambiguous space+tab indents. Added an XXX comment about a confusing part. Still doesn't build on Windows.
-
- 16 Feb, 2002 10 commits
-
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
Replaces calls to socket.send() (which isn't guaranteed to send all data) with the new socket.sendall() method.
-
Marc-André Lemburg authored
-
Marc-André Lemburg authored
-
Marc-André Lemburg authored
helper module _ssl. The support for the RAND_* APIs in _ssl is now only enabled for OpenSSL 0.9.5 and up since they were added in that release. Note that socketmodule.* should really be renamed to _socket.* -- unfortunately, this seems to lose the CVS history of the file. Please review and test... I was only able to test the header file chaos in socketmodule.c/h on Linux. The test run through fine and compiles don't give errors or warnings. WARNING: This patch does *not* include changes to the various non-Unix build process files.
-
Tim Peters authored
-
Tim Peters authored
Fix exit races in test_thread.py and test_threaded_import.py. I suspect the bug is provokable only under Linux (where child threads seem to get lots of cycles before they get killed after the main thread exits), or on multi-processor machines running other OSes. Bugfix candidate.
-
- 15 Feb, 2002 4 commits
-
-
Fred Drake authored
-
Skip Montanaro authored
-
Fred Drake authored
This closes SF bug #505150.
-
Fred Drake authored
This closes SF bug #517811.
-
- 14 Feb, 2002 5 commits
-
-
Fred Drake authored
LaTeX really falls flat on this one!
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
This also avoids directly accessing the module'd __dict__.
-
Martin v. Löwis authored
-
- 13 Feb, 2002 4 commits
-
-
Tim Peters authored
Expat installer from SF anymore, and the installer shouldn't install expat.dll anymore.
-
Michael W. Hudson authored
[ #513235 ] prevent readline filename completion
-
Martin v. Löwis authored
-
Tim Peters authored
Don't blame Mark! The horrid casting tricks were my idea to begin with. The rewrite works fine under VC6, and I *expect* will work fine under VC7.
-
- 12 Feb, 2002 5 commits
-
-
Jack Jansen authored
- Create the Python.framework/Versions/$(VERSION) dir if it doesn't exist - Override existing symlinks in the framework.
-
Martin v. Löwis authored
-
Tim Peters authored
rid of a redundant NULL-pointer check in the expected case.
-
Mark Hammond authored
Ensure we also build on VC7. Involves replacing largeint.h helper functions with msvc's native 64 bit integers.
-
Martin v. Löwis authored
-
- 11 Feb, 2002 11 commits
-
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Greg Ward authored
are preserved for redirected requests.
-
Marc-André Lemburg authored
-
Neal Norwitz authored
values in for loops (dircase, prefix, sitedir).
-
Neal Norwitz authored
into "raise Exception".
-
Neal Norwitz authored
-
Neal Norwitz authored
in a for loop.
-
Neal Norwitz authored
in a list comprehension.
-
Neal Norwitz authored
in a for loop.
-