Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pwd_getpwuid(), pwd_getpwnam(): Patch # 868499, improvement to the error | Barry Warsaw | 2004-01-20 | 1 | -2/+4 |
| | | | | messages. | ||||
* | grp_getgrgid(), grp_getgrnam(): Patch # 868499, improvement to the error | Barry Warsaw | 2004-01-20 | 1 | -2/+2 |
| | | | | messages. | ||||
* | Add a Guido inspired example for groupby(). | Raymond Hettinger | 2004-01-20 | 2 | -1/+28 |
| | |||||
* | Add news item about change in encodings search function. | Marc-André Lemburg | 2004-01-20 | 1 | -0/+7 |
| | |||||
* | Removing TODO comment for None keys, as suggested by Neal Norwitz. | Gustavo Niemeyer | 2004-01-20 | 1 | -1/+1 |
| | |||||
* | When key is None, give up if _DB_get_type() returns -1 as well. | Gustavo Niemeyer | 2004-01-20 | 1 | -0/+2 |
| | |||||
* | Fixing #880531: raise TypeError when trying to use a None key with RECNO | Gustavo Niemeyer | 2004-01-20 | 1 | -0/+7 |
| | | | | or QUEUE database. | ||||
* | Let the default encodings search function lookup aliases before trying the ↵ | Marc-André Lemburg | 2004-01-20 | 1 | -18/+26 |
| | | | | codec import. This allows applications to install codecs which override (non-special-cased) builtin codecs. | ||||
* | Add some more code page aliases needed for completeness. | Marc-André Lemburg | 2004-01-20 | 1 | -0/+16 |
| | |||||
* | Fix a typo: s/iso_3022/iso2022/ | Hye-Shik Chang | 2004-01-20 | 1 | -1/+1 |
| | |||||
* | Test not the standard utf-8 codec but gb18030 which is the most complex | Hye-Shik Chang | 2004-01-20 | 1 | -4/+4 |
| | | | | codec in multibytecodec consumers. | ||||
* | For whatever reason, these files had \r\r\n line endings on Windows, | Tim Peters | 2004-01-18 | 1 | -8/+8 |
| | | | | | meaning they must have been checked in to CVS from a Linuxish box with Windowish \r\n line endings to begin with. | ||||
* | Revert another local change that snuck into a whitespace normalization | Tim Peters | 2004-01-18 | 1 | -2/+1 |
| | | | | patch. | ||||
* | Revert change accidentally checked in as part of a whitespace normalization | Tim Peters | 2004-01-18 | 1 | -9/+5 |
| | | | | patch. | ||||
* | Whitespace normalization. | Tim Peters | 2004-01-18 | 34 | -76/+69 |
| | |||||
* | Add CJK codecs | Andrew M. Kuchling | 2004-01-18 | 1 | -0/+14 |
| | |||||
* | Add a news entry for importing of CJK codecs. | Hye-Shik Chang | 2004-01-17 | 1 | -0/+2 |
| | |||||
* | Add CJK codecs support as discussed on python-dev. (SF #873597) | Hye-Shik Chang | 2004-01-17 | 88 | -34/+43278 |
| | | | | | Several style fixes are suggested by Martin v. Loewis and Marc-Andre Lemburg. Thanks! | ||||
* | document PEP 11 progress so far. | Skip Montanaro | 2004-01-17 | 1 | -0/+8 |
| | |||||
* | Remove support for SunOS 4. | Skip Montanaro | 2004-01-17 | 11 | -82/+3 |
| | | | | Remove BAD_EXEC_PROTOYPE (leftover from IRIX 4 demolition). | ||||
* | More updates for zlib 1.2.1 | Martin v. Löwis | 2004-01-17 | 1 | -4/+4 |
| | |||||
* | Update to 1.2.1 for release build too. | Martin v. Löwis | 2004-01-17 | 1 | -1/+1 |
| | |||||
* | Remove support for DYNIX, IRIX 4, --with-sgi-dl, --with-dl-dld | Skip Montanaro | 2004-01-17 | 6 | -185/+5 |
| | |||||
* | Remove support for systems defining __d6_pthread_create. | Skip Montanaro | 2004-01-17 | 2 | -78/+2 |
| | |||||
* | remove DGUX support. | Skip Montanaro | 2004-01-17 | 4 | -37/+5 |
| | |||||
* | Remove support for minix. | Skip Montanaro | 2004-01-17 | 5 | -765/+66 |
| | | | | Remove unused and unnecessary checks for sizeof(char). | ||||
* | - add warning that hotshot doesn't work well with threads | Fred Drake | 2004-01-16 | 1 | -3/+9 |
| | | | | - fix some markup | ||||
* | minor markup improvements | Fred Drake | 2004-01-16 | 1 | -6/+6 |
| | |||||
* | Make parameter names in docstring more mnemonic | Andrew M. Kuchling | 2004-01-16 | 1 | -1/+1 |
| | |||||
* | add a note about memory consumption and LaTeX | Fred Drake | 2004-01-13 | 1 | -0/+17 |
| | | | | closes SF bug #721157 | ||||
* | - add comment about $CUSTOM_BUTTONS | Fred Drake | 2004-01-13 | 1 | -1/+2 |
| | | | | | - use_icon(): fix the check for whether a supplemental link is being used | ||||
* | markup changes | Fred Drake | 2004-01-13 | 1 | -93/+107 |
| | |||||
* | __init__.py: keep it compatible with older python (True and False == 1 and 0) | Gregory P. Smith | 2004-01-13 | 2 | -6/+17 |
| | | | | test_basics.py: updated for the set_get_returns_none() default of 2 change. | ||||
* | SF Patch #871704: Py_SequenceFast can mask errors | Raymond Hettinger | 2004-01-11 | 1 | -3/+11 |
| | | | | | | | (Contributed by Greg Chapman.) Since this only changes the error message, I doubt that it should be backported. | ||||
* | [Bug #873205] Update URL | Andrew M. Kuchling | 2004-01-11 | 1 | -1/+1 |
| | |||||
* | More cases of input parameters passed by reference without const. | Jack Jansen | 2004-01-11 | 3 | -15/+19 |
| | |||||
* | Added support for APIs in QuickTimeMusic.h. This one is a bit dodgy: | Jack Jansen | 2004-01-11 | 3 | -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 described | Sjoerd Mullender | 2004-01-10 | 2 | -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 Jansen | 2004-01-09 | 2 | -1/+1940 |
| | |||||
* | Update Windows build to use zlib 1.2.1 | Jeremy Hylton | 2004-01-09 | 2 | -9/+10 |
| | |||||
* | Fix some digicool addresses I noticed | Andrew M. Kuchling | 2004-01-08 | 4 | -5/+5 |
| | |||||
* | add link to the red-dove.com page about the logging package | Fred Drake | 2004-01-08 | 1 | -0/+7 |
| | |||||
* | add new reference macro: \seelink | Fred Drake | 2004-01-08 | 3 | -1/+33 |
| | |||||
* | SF bug #872461: list.extend() described as experimental | Raymond Hettinger | 2004-01-08 | 1 | -3/+1 |
| | |||||
* | __all__: Remove freenet_b64encode and freenet_b64decode. | Barry Warsaw | 2004-01-07 | 1 | -1/+0 |
| | |||||
* | Add the _bisectmodule.c source file to the pythoncore project - seems to ↵ | Thomas Heller | 2004-01-06 | 1 | -0/+3 |
| | | | | have been forgotten. | ||||
* | Update information about building bsddb, particularly re with and without | Mark Hammond | 2004-01-06 | 1 | -11/+18 |
| | | | | strong crypto. | ||||
* | SF Patch #864863: Bisect C implementation | Raymond Hettinger | 2004-01-05 | 9 | -16/+261 |
| | | | | (Contributed by Dmitry Vasiliev.) | ||||
* | Small correction to example | Raymond Hettinger | 2004-01-05 | 1 | -2/+3 |
| | |||||
* | * Add various updates reflecting the last two weeks of checkins: | Raymond Hettinger | 2004-01-05 | 1 | -3/+38 |
| | | | | | | timeit, base64, MSVC++ 7.1 build, METH_COEXISTS, and optimizations. * Put in a comment suggesting an improvement to the rsplit() example. |