]> granicus.if.org Git - python/log
python
18 years agoAdded SVN access for Steven Bethard and Talin, for PEP updating.
David Goodger [Thu, 27 Apr 2006 22:53:05 +0000 (22:53 +0000)]
Added SVN access for Steven Bethard and Talin, for PEP updating.

18 years agoDo the small-memory run of big-meormy tests using a prime number, rather
Thomas Wouters [Thu, 27 Apr 2006 22:38:32 +0000 (22:38 +0000)]
Do the small-memory run of big-meormy tests using a prime number, rather
than a convenient power-of-2-and-multiple-of-5, so incorrect testing
algorithms fail more easily.

18 years agoSome style fixes and size-calculation fixes. Also do the small-memory run
Thomas Wouters [Thu, 27 Apr 2006 22:37:50 +0000 (22:37 +0000)]
Some style fixes and size-calculation fixes. Also do the small-memory run
using a prime number, rather than a convenient power-of-2-and-multiple-of-5,
so incorrect testing algorithms fail more easily.

18 years agoRerun the libffi configuration if any of the files used for that
Thomas Heller [Thu, 27 Apr 2006 15:50:42 +0000 (15:50 +0000)]
Rerun the libffi configuration if any of the files used for that
are newer then fficonfig.py.

18 years agoSome more size-estimate fixes, for large-list-tests.
Thomas Wouters [Thu, 27 Apr 2006 13:46:59 +0000 (13:46 +0000)]
Some more size-estimate fixes, for large-list-tests.

18 years agomarkup fix
George Yoshida [Thu, 27 Apr 2006 13:41:07 +0000 (13:41 +0000)]
markup fix

18 years agoMention the xmlrpclib.Error base class, which is used in one of the examples
Andrew M. Kuchling [Thu, 27 Apr 2006 12:42:54 +0000 (12:42 +0000)]
Mention the xmlrpclib.Error base class, which is used in one of the examples

18 years ago[Bug #1477140] Import Error base class
Andrew M. Kuchling [Thu, 27 Apr 2006 12:38:35 +0000 (12:38 +0000)]
[Bug #1477140] Import Error base class

18 years ago[Bug #1477102] Add necessary import to example
Andrew M. Kuchling [Thu, 27 Apr 2006 12:34:39 +0000 (12:34 +0000)]
[Bug #1477102] Add necessary import to example

This may be a useful style question for the docs -- should examples show
the necessary imports, or should it be assumed that the reader will
figure it out?  In the What's New, I'm not consistent but usually opt
for omitting the imports.

18 years agoBump document version
Andrew M. Kuchling [Thu, 27 Apr 2006 12:23:07 +0000 (12:23 +0000)]
Bump document version

18 years agoNow that 2.5a2 is out, revert to the current date
Andrew M. Kuchling [Thu, 27 Apr 2006 12:22:37 +0000 (12:22 +0000)]
Now that 2.5a2 is out, revert to the current date

18 years agoTagging for release of Python 2.5a2
Anthony Baxter [Thu, 27 Apr 2006 02:13:47 +0000 (02:13 +0000)]
Tagging for release of Python 2.5a2

18 years ago2.5a2 v2.5a2
Anthony Baxter [Thu, 27 Apr 2006 02:13:13 +0000 (02:13 +0000)]
2.5a2

18 years ago2.5a2
Anthony Baxter [Thu, 27 Apr 2006 02:11:24 +0000 (02:11 +0000)]
2.5a2

18 years agoadd missing word
Fred Drake [Thu, 27 Apr 2006 00:20:14 +0000 (00:20 +0000)]
add missing word

18 years ago- update version numbers in file names again, until we have a better way
Fred Drake [Thu, 27 Apr 2006 00:02:24 +0000 (00:02 +0000)]
- update version numbers in file names again, until we have a better way
- elaborate instructions for Cygwin support (closes SF #839709)

18 years agoone more place to use the current Python version
Fred Drake [Wed, 26 Apr 2006 23:40:32 +0000 (23:40 +0000)]
one more place to use the current Python version

18 years agoFix build on MIPS for libffi. I haven't tested this yet because I
Hye-Shik Chang [Wed, 26 Apr 2006 19:20:26 +0000 (19:20 +0000)]
Fix build on MIPS for libffi.  I haven't tested this yet because I
don't have an access on MIPS machines.  Will be tested by buildbot. :)

18 years agoSome more test-size-estimate fixes: test_append and test_insert trigger a
Thomas Wouters [Wed, 26 Apr 2006 19:14:46 +0000 (19:14 +0000)]
Some more test-size-estimate fixes: test_append and test_insert trigger a
list resize, which overallocates.

18 years agoAdd tests for += and *= on strings, and fix the memory-use estimate for the
Thomas Wouters [Wed, 26 Apr 2006 18:46:01 +0000 (18:46 +0000)]
Add tests for += and *= on strings, and fix the memory-use estimate for the
list.extend tests (they were estimating half the actual use.)

18 years agoUse GS- and bufferoverlowU.lib where appropriate, for AMD64.
Martin v. Löwis [Wed, 26 Apr 2006 17:19:44 +0000 (17:19 +0000)]
Use GS- and bufferoverlowU.lib where appropriate, for AMD64.

18 years agoWhitespace normalization.
Tim Peters [Wed, 26 Apr 2006 17:11:16 +0000 (17:11 +0000)]
Whitespace normalization.

18 years agoThe result of SF patch #1471578: big-memory tests for strings, lists and
Thomas Wouters [Wed, 26 Apr 2006 15:53:30 +0000 (15:53 +0000)]
The result of SF patch #1471578: big-memory tests for strings, lists and
tuples. Lots to be added, still, but this will give big-memory people
something to play with in 2.5 alpha 2, and hopefully get more people to
write these tests.

18 years agoAdd labels to all sections
Andrew M. Kuchling [Wed, 26 Apr 2006 12:23:39 +0000 (12:23 +0000)]
Add labels to all sections

18 years ago[Bug #1475080] Fix example
Andrew M. Kuchling [Wed, 26 Apr 2006 12:21:06 +0000 (12:21 +0000)]
[Bug #1475080] Fix example

18 years agoFix an error in the last contextlib.closing example
Nick Coghlan [Wed, 26 Apr 2006 11:50:04 +0000 (11:50 +0000)]
Fix an error in the last contextlib.closing example

18 years agoFix this test on Solaris. There can be embedded \r, so don't just replace
Neal Norwitz [Wed, 26 Apr 2006 06:26:12 +0000 (06:26 +0000)]
Fix this test on Solaris.  There can be embedded \r, so don't just replace
the one at the end.

18 years agoPatch from Aldo Cortesi (OpenBSD buildbot owner).
Neal Norwitz [Wed, 26 Apr 2006 05:34:03 +0000 (05:34 +0000)]
Patch from Aldo Cortesi (OpenBSD buildbot owner).

After the patch (45590) to add extra debug stats to the gc module, Python
was crashing on OpenBSD due to:
Fatal Python error: Interpreter not initialized (version mismatch?)

This seems to occur due to calling collect() when initialized (in pythonrun.c)
is set to 0.  Now, the import will occur in the init function which
shouldn't suffer this problem.

18 years agominor adjustment suggested by Peter Gephardt
Fred Drake [Wed, 26 Apr 2006 05:19:39 +0000 (05:19 +0000)]
minor adjustment suggested by Peter Gephardt

18 years agomarkup fixes, cleanup
Fred Drake [Wed, 26 Apr 2006 05:15:41 +0000 (05:15 +0000)]
markup fixes, cleanup

18 years agoRev 45706 renamed stuff in contextlib.py, but didn't rename
Tim Peters [Wed, 26 Apr 2006 01:15:53 +0000 (01:15 +0000)]
Rev 45706 renamed stuff in contextlib.py, but didn't rename
uses of it in test_with.py.  As a result, test_with has been skipped
(due to failing imports) on all buildbot boxes since.  Alas, that's
not a test failure -- you have to pay attention to the

    1 skip unexpected on PLATFORM:
        test_with

kinds of output at the ends of test runs to notice that this got
broken.

It's likely that more renaming in test_with.py would be desirable.

18 years agoImplement MvL's improvement on __context__ in Condition;
Guido van Rossum [Tue, 25 Apr 2006 20:12:45 +0000 (20:12 +0000)]
Implement MvL's improvement on __context__ in Condition;
this can just call __context__ on the underlying lock.
(The same change for Semaphore does *not* work!)

18 years agoFix compiler warnings on Darwin.
Thomas Heller [Tue, 25 Apr 2006 18:26:08 +0000 (18:26 +0000)]
Fix compiler warnings on Darwin.
Patch by Brett Canon, see
https://sourceforge.net/tracker/?func=detail&atid=532156&aid=1475959&group_id=71702

18 years agoDefine MAXPATHLEN to be at least PATH_MAX, if that's defined. Python uses
Thomas Wouters [Tue, 25 Apr 2006 15:29:46 +0000 (15:29 +0000)]
Define MAXPATHLEN to be at least PATH_MAX, if that's defined. Python uses
MAXPATHLEN-sized buffers for various output-buffers (like to realpath()),
and that's correct on BSD platforms, but not Linux (which uses PATH_MAX, and
does not define MAXPATHLEN.) Cursory googling suggests Linux is following a
newer standard than BSD, but in cases like this, who knows. Using the
greater of PATH_MAX and 1024 as a fallback for MAXPATHLEN seems to be the
most portable solution.

18 years agoFix SF bug #1476111: SystemError in socket sendto. The AF_INET6 and
Thomas Wouters [Tue, 25 Apr 2006 15:08:10 +0000 (15:08 +0000)]
Fix SF bug #1476111: SystemError in socket sendto. The AF_INET6 and
AF_PACKET cases in getsockaddrarg were missing their own checks for
tuple-ness of the address argument, which means a confusing SystemError was
raised by PyArg_ParseTuple instead.

18 years agominor tweak
George Yoshida [Tue, 25 Apr 2006 14:09:58 +0000 (14:09 +0000)]
minor tweak

18 years agoSF bug/patch #1433877: string parameter to ioctl not null terminated
Thomas Wouters [Tue, 25 Apr 2006 13:53:23 +0000 (13:53 +0000)]
SF bug/patch #1433877: string parameter to ioctl not null terminated

The new char-array used in ioctl calls wasn't explicitly NUL-terminated;
quite probably the cause for the test_pty failures on Solaris that we
circumvented earlier. (I wasn't able to reproduce it with this patch, but it
has been somewhat elusive to start with.)

18 years agoRework context terminology
Andrew M. Kuchling [Tue, 25 Apr 2006 12:47:25 +0000 (12:47 +0000)]
Rework context terminology

18 years agoAdd two items; easy_install is now off the table, though pkgutil still is
Andrew M. Kuchling [Tue, 25 Apr 2006 12:31:38 +0000 (12:31 +0000)]
Add two items; easy_install is now off the table, though pkgutil still is

18 years agoFix markup glitch in unittest docs. Will backport.
Thomas Wouters [Tue, 25 Apr 2006 12:28:56 +0000 (12:28 +0000)]
Fix markup glitch in unittest docs. Will backport.

18 years agoFix latex typo
Nick Coghlan [Tue, 25 Apr 2006 11:05:56 +0000 (11:05 +0000)]
Fix latex typo

18 years agoMove the PEP 343 documentation and implementation closer to the
Nick Coghlan [Tue, 25 Apr 2006 10:56:51 +0000 (10:56 +0000)]
Move the PEP 343 documentation and implementation closer to the
terminology in the alpha 1 documentation.

 - "context manager" reverts to its alpha 1 definition
 - the term "context specifier" goes away entirely
 - contextlib.GeneratorContextManager is renamed GeneratorContext

There are still a number of changes relative to alpha 1:

  - the expression in the with statement is explicitly called the
    "context expression" in the language reference
  - the terms 'with statement context', 'context object' or 'with
    statement context' are used in several places instead of a bare
    'context'. The aim of this is to avoid ambiguity in relation to the
    runtime context set up when the block is executed, and the context
    objects that already exist in various application domains (such as
    decimal.Context)
  - contextlib.contextmanager is renamed to contextfactory
    This best reflects the nature of the function resulting from the
    use of that decorator
  - decimal.ContextManager is renamed to WithStatementContext
    Simple dropping the 'Manager' part wasn't possible due to the
    fact that decimal.Context already exists and means something
    different. WithStatementContext is ugly but workable.

A technically unrelated change snuck into this commit:
contextlib.closing now avoids the overhead of creating a
generator, since it's trivial to implement that particular
context manager directly.

18 years agoRevert previous change, SKIP had a versionadded elsewhere
Neal Norwitz [Tue, 25 Apr 2006 05:49:42 +0000 (05:49 +0000)]
Revert previous change, SKIP had a versionadded elsewhere

18 years agoRestore Walters name
Neal Norwitz [Tue, 25 Apr 2006 05:05:03 +0000 (05:05 +0000)]
Restore Walters name

18 years agoversionadded for SKIP
Neal Norwitz [Tue, 25 Apr 2006 05:04:35 +0000 (05:04 +0000)]
versionadded for SKIP

18 years agoPatch #1475231: add a new SKIP doctest option, thanks to
Tim Peters [Tue, 25 Apr 2006 03:31:36 +0000 (03:31 +0000)]
Patch #1475231:  add a new SKIP doctest option, thanks to
Edward Loper.

18 years agoPut break at correct level so *all* root HKEYs acutally get checked for
Trent Mick [Tue, 25 Apr 2006 00:34:50 +0000 (00:34 +0000)]
Put break at correct level so *all* root HKEYs acutally get checked for
an installed VC6. Otherwise only the first such tree gets checked and this
warning doesn't get displayed.

18 years agoWhitespace normalization.
Tim Peters [Mon, 24 Apr 2006 22:45:13 +0000 (22:45 +0000)]
Whitespace normalization.

18 years agoRevert addition of setuptools
Phillip J. Eby [Mon, 24 Apr 2006 20:53:13 +0000 (20:53 +0000)]
Revert addition of setuptools

18 years agoEdits, using the new term
Andrew M. Kuchling [Mon, 24 Apr 2006 14:30:47 +0000 (14:30 +0000)]
Edits, using the new term
'context specifier' in a few places

18 years agoStop test_tcl's testLoadTk from leaking the Tk commands 'loadtk' registers.
Thomas Wouters [Mon, 24 Apr 2006 11:37:13 +0000 (11:37 +0000)]
Stop test_tcl's testLoadTk from leaking the Tk commands 'loadtk' registers.

18 years agoMore reliable version of new command line tests that just checks the exit codes
Nick Coghlan [Mon, 24 Apr 2006 05:52:15 +0000 (05:52 +0000)]
More reliable version of new command line tests that just checks the exit codes

18 years agoBack out new command line tests (broke buildbot)
Nick Coghlan [Mon, 24 Apr 2006 05:24:26 +0000 (05:24 +0000)]
Back out new command line tests (broke buildbot)

18 years agoFix broken contextlib test from last checkin (I'd've sworn I tested that before check...
Nick Coghlan [Mon, 24 Apr 2006 04:59:28 +0000 (04:59 +0000)]
Fix broken contextlib test from last checkin (I'd've sworn I tested that before checking it in. . .)

18 years agoFix contextlib.nested to cope with exit methods raising and handling exceptions
Nick Coghlan [Mon, 24 Apr 2006 04:37:15 +0000 (04:37 +0000)]
Fix contextlib.nested to cope with exit methods raising and handling exceptions

18 years agoAdd unit tests for the -m and -c command line switches
Nick Coghlan [Mon, 24 Apr 2006 04:32:47 +0000 (04:32 +0000)]
Add unit tests for the -m and -c command line switches

18 years agoChange PEP 343 related documentation to use the term context specifier instead of...
Nick Coghlan [Mon, 24 Apr 2006 04:17:02 +0000 (04:17 +0000)]
Change PEP 343 related documentation to use the term context specifier instead of context object

18 years agoNote changes made to PEP 343 related documentation
Nick Coghlan [Mon, 24 Apr 2006 03:04:43 +0000 (03:04 +0000)]
Note changes made to PEP 343 related documentation

18 years agoBug #1337990: clarified that `doctest` does not support examples
Tim Peters [Mon, 24 Apr 2006 02:03:16 +0000 (02:03 +0000)]
Bug #1337990: clarified that `doctest` does not support examples
requiring both expected output and an exception.

I'll backport to 2.4 next.

18 years agoAdd two items
Andrew M. Kuchling [Sun, 23 Apr 2006 21:51:10 +0000 (21:51 +0000)]
Add two items

18 years agoEdits to the PEP 343 section
Andrew M. Kuchling [Sun, 23 Apr 2006 21:01:04 +0000 (21:01 +0000)]
Edits to the PEP 343 section

18 years agocorrect example
Skip Montanaro [Sun, 23 Apr 2006 19:32:14 +0000 (19:32 +0000)]
correct example

18 years agoit's always helpful if the example works...
Skip Montanaro [Sun, 23 Apr 2006 19:30:50 +0000 (19:30 +0000)]
it's always helpful if the example works...

18 years agominor tweak
Skip Montanaro [Sun, 23 Apr 2006 19:26:33 +0000 (19:26 +0000)]
minor tweak

18 years agofirst cut at trace module doc
Skip Montanaro [Sun, 23 Apr 2006 19:14:27 +0000 (19:14 +0000)]
first cut at trace module doc

18 years agoWhitespace normalization.
Tim Peters [Sun, 23 Apr 2006 18:13:45 +0000 (18:13 +0000)]
Whitespace normalization.

18 years agoBackdated NEWS entry to record the implementation of PEP 338 for alpha 1
Nick Coghlan [Sun, 23 Apr 2006 17:04:07 +0000 (17:04 +0000)]
Backdated NEWS entry to record the implementation of PEP 338 for alpha 1

18 years agoTake 2 on mentioning the with statement, this time without inadvertently killing...
Nick Coghlan [Sun, 23 Apr 2006 16:35:19 +0000 (16:35 +0000)]
Take 2 on mentioning the with statement, this time without inadvertently killing the Unicode examples

18 years agoAdd a (very) brief mention of the with statement to the end of chapter 8
Nick Coghlan [Sun, 23 Apr 2006 16:05:04 +0000 (16:05 +0000)]
Add a (very) brief mention of the with statement to the end of chapter 8

18 years agoUpdate with statement documentation to use same terminology as 2.5a1 implementation
Nick Coghlan [Sun, 23 Apr 2006 15:39:16 +0000 (15:39 +0000)]
Update with statement documentation to use same terminology as 2.5a1 implementation

18 years agoUpdated the sqlite3 module to the external pysqlite 2.2.2 version.
Gerhard Häring [Sun, 23 Apr 2006 15:24:26 +0000 (15:24 +0000)]
Updated the sqlite3 module to the external pysqlite 2.2.2 version.

18 years agoUpdate contextlib documentation to use the same terminology as the module implementation
Nick Coghlan [Sun, 23 Apr 2006 15:14:37 +0000 (15:14 +0000)]
Update contextlib documentation to use the same terminology as the module implementation

18 years agoAdd a Context Types section to parallel the Iterator Types section (uses the same...
Nick Coghlan [Sun, 23 Apr 2006 15:13:32 +0000 (15:13 +0000)]
Add a Context Types section to parallel the Iterator Types section (uses the same terminology as the 2.5a1 implementation)

18 years agoPatch 1471761 - test for broken poll at runtime
Ronald Oussoren [Sun, 23 Apr 2006 12:36:23 +0000 (12:36 +0000)]
Patch 1471761 - test for broken poll at runtime

This patch checks if poll is broken when the select module is loaded instead
of doing so at configure-time. This functionality is only active on Mac OS X.

18 years agoPatch 1471925 - Weak linking support for OSX
Ronald Oussoren [Sun, 23 Apr 2006 11:59:25 +0000 (11:59 +0000)]
Patch 1471925 - Weak linking support for OSX

This patch causes several symbols in the socket and posix module to be weakly
linked on OSX and disables usage of ftime on OSX. These changes make it possible
to use a binary build on OSX 10.4 on a 10.3 system.

18 years agowrap SyntaxError with \exception{}
George Yoshida [Sun, 23 Apr 2006 09:27:10 +0000 (09:27 +0000)]
wrap SyntaxError with \exception{}

18 years agoUpdate optparse to Optik 1.5.1.
Greg Ward [Sun, 23 Apr 2006 03:47:58 +0000 (03:47 +0000)]
Update optparse to Optik 1.5.1.

18 years agoRemove $CJKCodecs$ RCS tags. The CJKCodecs isn't maintained outside
Hye-Shik Chang [Sat, 22 Apr 2006 15:48:15 +0000 (15:48 +0000)]
Remove $CJKCodecs$ RCS tags.  The CJKCodecs isn't maintained outside
anymore.

18 years ago- add versionadded tag
George Yoshida [Sat, 22 Apr 2006 15:27:14 +0000 (15:27 +0000)]
- add versionadded tag
- make arbitrary arguments come last

18 years agoPort to Python 2.5. Drop .DEF file. Change output file names to .pyd.
Martin v. Löwis [Sat, 22 Apr 2006 15:19:54 +0000 (15:19 +0000)]
Port to Python 2.5. Drop .DEF file. Change output file names to .pyd.

18 years agoTypo fixes
George Yoshida [Sat, 22 Apr 2006 15:10:49 +0000 (15:10 +0000)]
Typo fixes

18 years agoFix more ssize_t issues.
Martin v. Löwis [Sat, 22 Apr 2006 11:40:03 +0000 (11:40 +0000)]
Fix more ssize_t issues.

18 years agoFix more ssize_t problems.
Martin v. Löwis [Sat, 22 Apr 2006 11:15:41 +0000 (11:15 +0000)]
Fix more ssize_t problems.

18 years agoAdd libctypes as a dep
Neal Norwitz [Sat, 22 Apr 2006 06:07:46 +0000 (06:07 +0000)]
Add libctypes as a dep

18 years agoWhitespace normalization.
Tim Peters [Sat, 22 Apr 2006 05:52:59 +0000 (05:52 +0000)]
Whitespace normalization.

18 years agoAdd Gregory K. Johnson's revised version of mailbox.py (funded by
Andrew M. Kuchling [Sat, 22 Apr 2006 02:32:43 +0000 (02:32 +0000)]
Add Gregory K. Johnson's revised version of mailbox.py (funded by
the 2005 Summer of Code).

The revision adds a number of new mailbox classes that support adding
and removing messages; these classes also support mailbox locking and
default to using email.Message instead of rfc822.Message.

The old mailbox classes are largely left alone for backward compatibility.
The exception is the Maildir class, which was present in the old module
and now inherits from the new classes.  The Maildir class's interface
is pretty simple, though, so I think it'll be compatible with existing
code.

(The change to the NEWS file also adds a missing word to a different
news item, which unfortunately required rewrapping the line.)

18 years agoMake copy of test_mailbox.py. We'll still want to check the backward
Andrew M. Kuchling [Sat, 22 Apr 2006 02:06:03 +0000 (02:06 +0000)]
Make copy of test_mailbox.py.  We'll still want to check the backward
compatibility classes in the new mailbox.py that I'll be committing in
a few minutes.

One change has been made: the tests use len(mbox) instead of len(mbox.boxes).
The 'boxes' attribute was never documented and contains some internal state
that seems unlikely to have been useful.

18 years agoFix comment typo
Andrew M. Kuchling [Sat, 22 Apr 2006 01:58:40 +0000 (01:58 +0000)]
Fix comment typo

18 years agoTypo fixes
Andrew M. Kuchling [Sat, 22 Apr 2006 01:51:41 +0000 (01:51 +0000)]
Typo fixes

18 years agoGuido wrote contextlib, not me, but thanks anyway. ;)
Phillip J. Eby [Fri, 21 Apr 2006 21:53:37 +0000 (21:53 +0000)]
Guido wrote contextlib, not me, but thanks anyway.  ;)

18 years agoSF bug #1473760 TempFile can hang on Windows.
Tim Peters [Fri, 21 Apr 2006 21:18:10 +0000 (21:18 +0000)]
SF bug #1473760 TempFile can hang on Windows.

Python 2.4 changed ntpath.abspath to do an import
inside the function.  As a result, due to Python's
import lock, anything calling abspath on Windows
(directly, or indirectly like tempfile.TemporaryFile)
hung when it was called from a thread spawned as a
side effect of importing a module.

This is a depressingly frequent problem, and
deserves a more general fix.  I'm settling for
a micro-fix here because this specific one accounts
for a report of Zope Corp's ZEO hanging on Windows,
and it was an odd way to change abspath to begin
with (ntpath needs a different implementation
depending on whether we're actually running on
Windows, and the _obvious_ way to arrange for that
is not to bury a possibly-failing import _inside_
the function).

Note that if/when other micro-fixes of this kind
get made, the new Lib/test/threaded_import_hangers.py
is a convenient place to add tests for them.

18 years agoDocumentation for ctypes.
Thomas Heller [Fri, 21 Apr 2006 18:29:17 +0000 (18:29 +0000)]
Documentation for ctypes.
I think that 'generic operating system services' is the best category.
Note that the Doc/lib/libctypes.latex file is generated from reST sources.
You are welcome to make typo fixes, and I'll try to keep the reST sources
in sync, but markup changes would be lost - they should be fixed in the tool
that creates the latex file.
The conversion script is external/ctypes/docs/manual/mkpydoc.py.

18 years agoMerge in changes from ctypes 0.9.9.6 upstream version.
Thomas Heller [Fri, 21 Apr 2006 16:51:04 +0000 (16:51 +0000)]
Merge in changes from ctypes 0.9.9.6 upstream version.

18 years agoMerge in changes from ctypes 0.9.9.6 upstream version.
Thomas Heller [Fri, 21 Apr 2006 16:48:56 +0000 (16:48 +0000)]
Merge in changes from ctypes 0.9.9.6 upstream version.

18 years agoWhitespace normalization.
Tim Peters [Fri, 21 Apr 2006 16:34:54 +0000 (16:34 +0000)]
Whitespace normalization.

18 years agoCorrect the grammar
George Yoshida [Fri, 21 Apr 2006 16:34:17 +0000 (16:34 +0000)]
Correct the grammar

18 years agoBackport p3yk r45619:
Hye-Shik Chang [Fri, 21 Apr 2006 16:28:34 +0000 (16:28 +0000)]
Backport p3yk r45619:

Add empty __init__ methods for stateful multibytecodec instances.
This resolves a problem found by Thomas Wouters:
http://mail.python.org/pipermail/python-dev/2006-April/064051.html

18 years agoFix a markup.
George Yoshida [Fri, 21 Apr 2006 16:21:12 +0000 (16:21 +0000)]
Fix a markup.
This generated a ugly code, "P>".

18 years agoPy_ssize_t issue; repr()'ing a very large string would result in a teensy
Thomas Wouters [Fri, 21 Apr 2006 13:54:43 +0000 (13:54 +0000)]
Py_ssize_t issue; repr()'ing a very large string would result in a teensy
string, because of a cast to int.

18 years agoUpgrade to vsextcomp 0.8 (and thus the SDK for W2k3SP1)
Martin v. Löwis [Fri, 21 Apr 2006 13:48:26 +0000 (13:48 +0000)]
Upgrade to vsextcomp 0.8 (and thus the SDK for W2k3SP1)