Greg Ward
aa5372caa7
Remove unused 'search_dir()' method.
...
Comment tweak.
2000-07-27 01:58:45 +00:00
Greg Ward
7499847c53
Fix to call 'library_filename()' instead of the non-existent
...
'shared_library_filename()'.
2000-07-27 01:23:19 +00:00
Greg Ward
53c1bc3f9b
Typo fix from David Ascher.
2000-07-27 01:21:54 +00:00
Andrew M. Kuchling
8353f623d6
Comment out a debugging print (spotted by Michael Deegan)
2000-07-26 18:36:27 +00:00
Fredrik Lundh
2031893842
- changed windows pclose to make sure we don't return before the
...
underlying process has terminated
(bug fix from David Bolen)
2000-07-26 17:29:12 +00:00
Sjoerd Mullender
0765fe3a05
Make mode_t available for the declaration of _getpty().
2000-07-26 15:46:29 +00:00
Mark Hammond
4f570b9239
Patch #100873 - Use registry to find proxies for urllib on Win32
...
Note that this patch looks worse than it is - an existing function (getproxies() for all platforms other than Win/Mac) has been moved, renamed and indentation changed, but the body of that function is identical. Windows now allows the environment variables to override the registry.
2000-07-26 07:04:38 +00:00
Jeremy Hylton
4d6381dfee
Fix UCNs machine with >= 32bit longs
...
originally submitted by Bill Tutt
Note: This code is actually going to be replaced in 2.0 by /F's new
database. Until then, this patch keeps the test suite working.
2000-07-26 03:56:06 +00:00
Andrew M. Kuchling
1962fb59f3
Document tiget{flag,num,str}
2000-07-26 02:59:13 +00:00
Andrew M. Kuchling
70e89c11fe
Added wrappers for tiget{flag,num,str}, for querying terminfo capabilities
2000-07-26 02:57:20 +00:00
Peter Schneider-Kamp
fdee0f0aa7
added test case for fixed duplicate arguments bug in Python/compile.c
2000-07-25 22:15:45 +00:00
Fred Drake
1cb3a9ecef
Add entries for the distutils documents to the directories table.
2000-07-25 19:27:17 +00:00
Jeremy Hylton
ffe968b8fe
This script demonstrates use of the visitor interface of the compiler
...
package.
2000-07-25 16:43:23 +00:00
Fred Drake
9f2550f581
makedirs(), removedirs(): If the tail of the path is empty, do a second
...
split so the logic does not fail in corner cases.
This closes bug #407 .
2000-07-25 15:16:40 +00:00
Jeremy Hylton
0365180a74
a couple of nits from Patch #100933
2000-07-25 14:34:38 +00:00
Thomas Wouters
334fb8985b
Use 'void' directly instead of the ANY #define, now that all code is ANSI C.
...
Leave the actual #define in for API compatibility.
2000-07-25 12:56:38 +00:00
Andrew M. Kuchling
bf680266da
Modified version of patch #100963 from Mark Favas: has_key() is an
...
ncurses extension, so it's made conditional depending on STRICT_SYSV_CURSES
2000-07-25 12:37:41 +00:00
Andrew M. Kuchling
c1b4624447
Made an error message slightly more useful if select() returns something goofy
2000-07-25 00:51:31 +00:00
Andrew M. Kuchling
4463acbc32
Bug report and partial patch from Michael Deegan <michael@ucc.gu.uwa.edu.au>:
...
reversed tests resulted in an exception when you supplied the correct number
of arguments
2000-07-24 23:54:49 +00:00
Fred Drake
498c18f4d0
Only use one initialization file for LaTeX2HTML; more recent versions only
...
use the last one specified on the command line instead of all of them.
Smaller changes to reflect updated support.
2000-07-24 23:03:32 +00:00
Fredrik Lundh
82c330e591
-- updated to include known problems in SRE 0.9.6
...
(cf. test/output/test_sre)
2000-07-24 22:35:11 +00:00
Jack Jansen
4fb67f4659
Oops, WaitNextEvent was hand-coded, and it also needed the h->H conversion for PyArg_ParseTuple format strings.
2000-07-24 19:59:17 +00:00
Jack Jansen
5bdbabd203
Added more prototypes.
2000-07-24 19:52:52 +00:00
Jack Jansen
1f9f2f4c49
Added PyMac_getscript() which returns the pythonic name of the current script. Not ideal and not complete, but good enough for the time being. Idea and most of the code by Fredrik Lund.
2000-07-24 19:50:16 +00:00
Jack Jansen
12d86c8240
Declare fileno() with prototype if USE_GUSI2 defined. This isn't really the right place, but it will have to do for now.
2000-07-24 19:46:27 +00:00
Jack Jansen
bc66f950e8
If any of the builds in a group fails offer to stop the fullbuild process and open the failing projects in codewarrior.
2000-07-24 19:45:07 +00:00
Jack Jansen
919d3267ff
Added a "compile-time" flag PPC_ONLY, if set we make ppc-only applications without posting the dialog. This is the normal situation since 1.6alfa (no more 68k support).
2000-07-24 19:44:17 +00:00
Jack Jansen
5199c54e38
Put in an earlier include of sys/signal.h (within ifdef USE_GUSI) to forestal a multiple define.
2000-07-24 19:42:53 +00:00
Fred Drake
e1b304db37
Fix small typos and markup consistency nits.
2000-07-24 19:35:52 +00:00
Thomas Wouters
c44221271a
Remove unused variable and what looks like an ancient relic of an old
...
version of SSLeay (now known as OpenSSL.)
2000-07-24 16:26:35 +00:00
Thomas Wouters
1e0c2f4bee
Create a new section of pyport.h to hold all external function declarations
...
for systems that are missing those declarations from system include files.
Start by moving a pointy-haired ones from their previous locations to the
new section.
(The gethostname() one, for instance, breaks on several systems, because
some define it as (char *, size_t) and some as (char *, int).)
I purposely decided not to include the summary of used #defines like Tim did
in the first section of pyport.h. In my opinion, the number of #defines
likedly to be used by this section would make such an overview unwieldy. I
would suggest documenting the non-obvious ones, though.
2000-07-24 16:06:23 +00:00
Peter Schneider-Kamp
332c59c4ef
change some occurence of python15.dll to python20.dll
...
closes patch #100956
2000-07-24 16:02:00 +00:00
Thomas Wouters
5c669860e6
ANSIfy a bit more.
2000-07-24 15:49:08 +00:00
Thomas Wouters
ed77bac472
Fix floattime prototype ((void), not (double))
2000-07-24 15:26:39 +00:00
Thomas Wouters
58d0510245
ANSIfy some more forward declarations.
2000-07-24 14:43:35 +00:00
Thomas Wouters
8ec68fded2
Prototype yet another forward declaration.
2000-07-24 14:39:50 +00:00
Jack Jansen
ab48e905b5
Don't call BringToFront() on the dialog object, but call GetDialogWindow() to get a window object.
2000-07-24 14:07:15 +00:00
Thomas Wouters
4789b3ae05
... and yet more ANSIfications...
2000-07-24 11:36:47 +00:00
Thomas Wouters
770e4042db
ANSIfy yet another hidden function definition.
2000-07-24 11:26:25 +00:00
Thomas Wouters
eb61b6ebb6
Fix typo in previous patch.
2000-07-24 11:17:40 +00:00
Thomas Wouters
ccada2421b
*** empty log message ***
2000-07-24 11:09:37 +00:00
Thomas Wouters
94d8fea62e
Remove function-less prototype (old function that was removed ?) that
...
happens to be a C++ reserved word, too.
2000-07-24 10:58:31 +00:00
Fred Drake
1790dd4b66
Restore TestSkipped exception; appears to have disappeared in last checkin.
...
Make both TextFailed and TestSkipped subclasses of Error, which derives
from Exception. Docstrings have been added for the exceptions and module.
2000-07-24 06:55:00 +00:00
Eric S. Raymond
6899660a81
First round of curses documentation improvements; correct errors, flesh out
...
entry point descriptions.
2000-07-24 03:28:40 +00:00
Mark Hammond
46a733dfbf
Patch #100926 - Better error messages for socket exceptions on Windows. [Slight style differences from posted patch]
2000-07-24 01:45:11 +00:00
Thomas Wouters
e28c296f0f
Another missed ansification.
2000-07-23 22:21:32 +00:00
Thomas Wouters
c307352027
ANSIfy functions that were hiding inside a macro.
2000-07-23 22:09:59 +00:00
Fredrik Lundh
8a3ebf8ca8
-- SRE 0.9.6 sync. this includes:
...
+ added "regs" attribute
+ fixed "pos" and "endpos" attributes
+ reset "lastindex" and "lastgroup" in scanner methods
+ removed (?P#id) syntax; the "lastindex" and "lastgroup"
attributes are now always set
+ removed string module dependencies in sre_parse
+ better debugging support in sre_parse
+ various tweaks to build under 1.5.2
2000-07-23 21:46:17 +00:00
Tim Peters
4f1b2081e9
Removed all instances of RETSIGTYPE from the source code: signal
...
handlers "return void", according to ANSI C.
Removed the new Py_RETURN_FROM_SIGNAL_HANDLER macro.
Left RETSIGTYPE in the config stuff, because it's not clear to
me that others aren't relying on it (e.g., extension modules).
2000-07-23 21:18:09 +00:00
Fredrik Lundh
56055a4749
-- added code to the new Windows popen functions to make close
...
return the exit code. Only works on Windows NT/2000, due to
limitations in the Win9X shell.
(based on patch #100941 by David Bolen)
2000-07-23 19:47:12 +00:00