summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Whitespace normalization.Tim Peters2004-01-1834-76/+69
|
* Add CJK codecsAndrew M. Kuchling2004-01-181-0/+14
|
* Add a news entry for importing of CJK codecs.Hye-Shik Chang2004-01-171-0/+2
|
* Add CJK codecs support as discussed on python-dev. (SF #873597)Hye-Shik Chang2004-01-1788-34/+43278
| | | | | Several style fixes are suggested by Martin v. Loewis and Marc-Andre Lemburg. Thanks!
* document PEP 11 progress so far.Skip Montanaro2004-01-171-0/+8
|
* Remove support for SunOS 4.Skip Montanaro2004-01-1711-82/+3
| | | | Remove BAD_EXEC_PROTOYPE (leftover from IRIX 4 demolition).
* More updates for zlib 1.2.1Martin v. Löwis2004-01-171-4/+4
|
* Update to 1.2.1 for release build too.Martin v. Löwis2004-01-171-1/+1
|
* Remove support for DYNIX, IRIX 4, --with-sgi-dl, --with-dl-dldSkip Montanaro2004-01-176-185/+5
|
* Remove support for systems defining __d6_pthread_create.Skip Montanaro2004-01-172-78/+2
|
* remove DGUX support.Skip Montanaro2004-01-174-37/+5
|
* Remove support for minix.Skip Montanaro2004-01-175-765/+66
| | | | Remove unused and unnecessary checks for sizeof(char).
* - add warning that hotshot doesn't work well with threadsFred Drake2004-01-161-3/+9
| | | | - fix some markup
* minor markup improvementsFred Drake2004-01-161-6/+6
|
* Make parameter names in docstring more mnemonicAndrew M. Kuchling2004-01-161-1/+1
|
* add a note about memory consumption and LaTeXFred Drake2004-01-131-0/+17
| | | | closes SF bug #721157
* - add comment about $CUSTOM_BUTTONSFred Drake2004-01-131-1/+2
| | | | | - use_icon(): fix the check for whether a supplemental link is being used
* markup changesFred Drake2004-01-131-93/+107
|
* __init__.py: keep it compatible with older python (True and False == 1 and 0)Gregory P. Smith2004-01-132-6/+17
| | | | test_basics.py: updated for the set_get_returns_none() default of 2 change.
* SF Patch #871704: Py_SequenceFast can mask errorsRaymond Hettinger2004-01-111-3/+11
| | | | | | | (Contributed by Greg Chapman.) Since this only changes the error message, I doubt that it should be backported.
* [Bug #873205] Update URLAndrew M. Kuchling2004-01-111-1/+1
|
* More cases of input parameters passed by reference without const.Jack Jansen2004-01-113-15/+19
|
* Added support for APIs in QuickTimeMusic.h. This one is a bit dodgy:Jack Jansen2004-01-113-1/+1636
| | | | | the header file seems to be hand-written and missing the "const" keywords for input parameters passed by reference.
* The format of the string data used in the imageop module is describedSjoerd Mullender2004-01-102-33/+120
| | | | | | | | | | | | | | | | | | as "This is the same format as used by gl.lrectwrite() and the imgfile module." This implies a certain byte order in multi-byte pixel formats. However, the code was originally written on an SGI (big-endian) and *uses* the fact that bytes are stored in a particular order in ints. This means that the code uses and produces different byte order on little-endian systems. This fix adds a module-level flag "backward_compatible" (default not set, and if not set, behaves as if set to 1--i.e. backward compatible) that can be used on a little-endian system to use the same byte order as the SGI. Using this flag it is then possible to prepare SGI-compatible images on a little-endian system. This patch is the result of a (small) discussion on python-dev and was submitted to SourceForge as patch #874358.
* Added support for APIs in MediaHandlers.h.Jack Jansen2004-01-092-1/+1940
|
* Update Windows build to use zlib 1.2.1Jeremy Hylton2004-01-092-9/+10
|
* Fix some digicool addresses I noticedAndrew M. Kuchling2004-01-084-5/+5
|
* add link to the red-dove.com page about the logging packageFred Drake2004-01-081-0/+7
|
* add new reference macro: \seelinkFred Drake2004-01-083-1/+33
|
* SF bug #872461: list.extend() described as experimentalRaymond Hettinger2004-01-081-3/+1
|
* __all__: Remove freenet_b64encode and freenet_b64decode.Barry Warsaw2004-01-071-1/+0
|
* Add the _bisectmodule.c source file to the pythoncore project - seems to ↵Thomas Heller2004-01-061-0/+3
| | | | have been forgotten.
* Update information about building bsddb, particularly re with and withoutMark Hammond2004-01-061-11/+18
| | | | strong crypto.
* SF Patch #864863: Bisect C implementationRaymond Hettinger2004-01-059-16/+261
| | | | (Contributed by Dmitry Vasiliev.)
* Small correction to exampleRaymond Hettinger2004-01-051-2/+3
|
* * Add various updates reflecting the last two weeks of checkins:Raymond Hettinger2004-01-051-3/+38
| | | | | | timeit, base64, MSVC++ 7.1 build, METH_COEXISTS, and optimizations. * Put in a comment suggesting an improvement to the rsplit() example.
* [SF #866875] Add a specialized routine for one characterHye-Shik Chang2004-01-052-59/+150
| | | | separaters on str.split() and str.rsplit().
* Allow passing NULL pointers by passing None. This also works for theJack Jansen2004-01-042-69/+88
| | | | | | | | factory functions, so you can call quicktime functions that are implemented as methods on NULL too. Still don't allow quicktime functions to return NULL pointers, though: I think this always signals an error condition.
* Show how to re-enable GC during timings.Raymond Hettinger2004-01-041-0/+12
|
* FIx unicodefilename support of posix.uname(). This fixes test_unicode_fileHye-Shik Chang2004-01-041-1/+2
| | | | failure on FreeBSD.
* Exercise sorted() where possibleRaymond Hettinger2004-01-041-3/+1
|
* Apply pre-sizing optimization to a broader class of objects.Raymond Hettinger2004-01-042-16/+8
| | | | | Formerly, the length was only fetched from sequence objects. Now, any object that reports its length can benefit from pre-sizing.
* Bump build numberMartin v. Löwis2004-01-041-2/+2
|
* Apply map/zip pre-sizing optimization to a broader class of objects.Raymond Hettinger2004-01-041-11/+7
| | | | | Formerly, the length was only fetched from sequence objects. Now, any object that reports its length can benefit from pre-sizing.
* Apply tuple/list pre-sizing optimization to a broader class of objects.Raymond Hettinger2004-01-042-9/+5
| | | | | | | | Formerly, length data fetched from sequence objects. Now, any object that reports its length can benefit from pre-sizing. On one sample timing, it gave a threefold speedup for list(s) where s was a set object.
* Convert return value to boolean.Raymond Hettinger2004-01-041-1/+1
|
* SF patch #868736: Disable GC for timeitRaymond Hettinger2004-01-041-1/+7
| | | | Make timings more consistent by temporarily disabling GC.
* Fix small factual error.Raymond Hettinger2004-01-041-1/+1
|
* Update to record .pyd files removed for Python 2.4.Tim Peters2004-01-041-8/+8
|
* That's it -- works as well under VC6 as it ever did now.Tim Peters2004-01-041-0/+41
|