]>
granicus.if.org Git - python/log
Barry Warsaw [Tue, 20 Jan 2004 21:06:00 +0000 (21:06 +0000)]
grp_getgrgid(), grp_getgrnam(): Patch # 868499, improvement to the error
messages.
Raymond Hettinger [Tue, 20 Jan 2004 20:04:40 +0000 (20:04 +0000)]
Add a Guido inspired example for groupby().
Marc-André Lemburg [Tue, 20 Jan 2004 18:24:34 +0000 (18:24 +0000)]
Add news item about change in encodings search function.
Gustavo Niemeyer [Tue, 20 Jan 2004 15:24:29 +0000 (15:24 +0000)]
Removing TODO comment for None keys, as suggested by Neal Norwitz.
Gustavo Niemeyer [Tue, 20 Jan 2004 15:20:03 +0000 (15:20 +0000)]
When key is None, give up if _DB_get_type() returns -1 as well.
Gustavo Niemeyer [Tue, 20 Jan 2004 15:14:55 +0000 (15:14 +0000)]
Fixing #880531: raise TypeError when trying to use a None key with RECNO
or QUEUE database.
Marc-André Lemburg [Tue, 20 Jan 2004 09:40:14 +0000 (09:40 +0000)]
Let the default encodings search function lookup aliases before trying the codec import. This allows applications to install codecs which override (non-special-cased) builtin codecs.
Marc-André Lemburg [Tue, 20 Jan 2004 09:38:52 +0000 (09:38 +0000)]
Add some more code page aliases needed for completeness.
Hye-Shik Chang [Tue, 20 Jan 2004 09:33:30 +0000 (09:33 +0000)]
Fix a typo: s/iso_3022/iso2022/
Hye-Shik Chang [Tue, 20 Jan 2004 09:11:48 +0000 (09:11 +0000)]
Test not the standard utf-8 codec but gb18030 which is the most complex
codec in multibytecodec consumers.
Tim Peters [Sun, 18 Jan 2004 21:03:23 +0000 (21:03 +0000)]
For whatever reason, these files had \r\r\n line endings on Windows,
meaning they must have been checked in to CVS from a Linuxish box with
Windowish \r\n line endings to begin with.
Tim Peters [Sun, 18 Jan 2004 20:39:35 +0000 (20:39 +0000)]
Revert another local change that snuck into a whitespace normalization
patch.
Tim Peters [Sun, 18 Jan 2004 20:31:02 +0000 (20:31 +0000)]
Revert change accidentally checked in as part of a whitespace normalization
patch.
Tim Peters [Sun, 18 Jan 2004 20:29:55 +0000 (20:29 +0000)]
Whitespace normalization.
Andrew M. Kuchling [Sun, 18 Jan 2004 15:55:51 +0000 (15:55 +0000)]
Add CJK codecs
Hye-Shik Chang [Sat, 17 Jan 2004 14:59:36 +0000 (14:59 +0000)]
Add a news entry for importing of CJK codecs.
Hye-Shik Chang [Sat, 17 Jan 2004 14:29:29 +0000 (14:29 +0000)]
Add CJK codecs support as discussed on python-dev. (SF #873597)
Several style fixes are suggested by Martin v. Loewis and
Marc-Andre Lemburg. Thanks!
Skip Montanaro [Sat, 17 Jan 2004 14:22:44 +0000 (14:22 +0000)]
document PEP 11 progress so far.
Skip Montanaro [Sat, 17 Jan 2004 14:19:44 +0000 (14:19 +0000)]
Remove support for SunOS 4.
Remove BAD_EXEC_PROTOYPE (leftover from IRIX 4 demolition).
Martin v. Löwis [Sat, 17 Jan 2004 11:20:17 +0000 (11:20 +0000)]
More updates for zlib 1.2.1
Martin v. Löwis [Sat, 17 Jan 2004 11:10:34 +0000 (11:10 +0000)]
Update to 1.2.1 for release build too.
Skip Montanaro [Sat, 17 Jan 2004 04:04:13 +0000 (04:04 +0000)]
Remove support for DYNIX, IRIX 4, --with-sgi-dl, --with-dl-dld
Skip Montanaro [Sat, 17 Jan 2004 03:04:46 +0000 (03:04 +0000)]
Remove support for systems defining __d6_pthread_create.
Skip Montanaro [Sat, 17 Jan 2004 00:29:32 +0000 (00:29 +0000)]
remove DGUX support.
Skip Montanaro [Sat, 17 Jan 2004 00:16:12 +0000 (00:16 +0000)]
Remove support for minix.
Remove unused and unnecessary checks for sizeof(char).
Fred Drake [Fri, 16 Jan 2004 17:30:16 +0000 (17:30 +0000)]
- add warning that hotshot doesn't work well with threads
- fix some markup
Fred Drake [Fri, 16 Jan 2004 16:07:04 +0000 (16:07 +0000)]
minor markup improvements
Andrew M. Kuchling [Fri, 16 Jan 2004 13:18:42 +0000 (13:18 +0000)]
Make parameter names in docstring more mnemonic
Fred Drake [Tue, 13 Jan 2004 23:56:03 +0000 (23:56 +0000)]
add a note about memory consumption and LaTeX
closes SF bug #721157
Fred Drake [Tue, 13 Jan 2004 23:43:58 +0000 (23:43 +0000)]
- add comment about $CUSTOM_BUTTONS
- use_icon(): fix the check for whether a supplemental link is being
used
Fred Drake [Tue, 13 Jan 2004 23:41:32 +0000 (23:41 +0000)]
markup changes
Gregory P. Smith [Tue, 13 Jan 2004 19:59:57 +0000 (19:59 +0000)]
__init__.py: keep it compatible with older python (True and False == 1 and 0)
test_basics.py: updated for the set_get_returns_none() default of 2 change.
Raymond Hettinger [Sun, 11 Jan 2004 23:26:51 +0000 (23:26 +0000)]
SF Patch #871704: Py_SequenceFast can mask errors
(Contributed by Greg Chapman.)
Since this only changes the error message, I doubt that it should be
backported.
Andrew M. Kuchling [Sun, 11 Jan 2004 23:00:16 +0000 (23:00 +0000)]
[Bug #873205] Update URL
Jack Jansen [Sun, 11 Jan 2004 22:52:12 +0000 (22:52 +0000)]
More cases of input parameters passed by reference without const.
Jack Jansen [Sun, 11 Jan 2004 22:27:42 +0000 (22:27 +0000)]
Added support for APIs in QuickTimeMusic.h. This one is a bit dodgy:
the header file seems to be hand-written and missing the "const" keywords
for input parameters passed by reference.
Sjoerd Mullender [Sat, 10 Jan 2004 20:43:43 +0000 (20:43 +0000)]
The format of the string data used in the imageop module is described
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.
Jack Jansen [Fri, 9 Jan 2004 23:18:47 +0000 (23:18 +0000)]
Added support for APIs in MediaHandlers.h.
Jeremy Hylton [Fri, 9 Jan 2004 16:05:07 +0000 (16:05 +0000)]
Update Windows build to use zlib 1.2.1
Andrew M. Kuchling [Thu, 8 Jan 2004 15:01:08 +0000 (15:01 +0000)]
Fix some digicool addresses I noticed
Fred Drake [Thu, 8 Jan 2004 14:59:02 +0000 (14:59 +0000)]
add link to the red-dove.com page about the logging package
Fred Drake [Thu, 8 Jan 2004 14:57:27 +0000 (14:57 +0000)]
add new reference macro: \seelink
Raymond Hettinger [Thu, 8 Jan 2004 00:31:50 +0000 (00:31 +0000)]
SF bug #872461: list.extend() described as experimental
Barry Warsaw [Wed, 7 Jan 2004 22:32:12 +0000 (22:32 +0000)]
__all__: Remove freenet_b64encode and freenet_b64decode.
Thomas Heller [Tue, 6 Jan 2004 19:27:38 +0000 (19:27 +0000)]
Add the _bisectmodule.c source file to the pythoncore project - seems to have been forgotten.
Mark Hammond [Tue, 6 Jan 2004 04:04:01 +0000 (04:04 +0000)]
Update information about building bsddb, particularly re with and without
strong crypto.
Raymond Hettinger [Mon, 5 Jan 2004 10:13:35 +0000 (10:13 +0000)]
SF Patch #864863: Bisect C implementation
(Contributed by Dmitry Vasiliev.)
Raymond Hettinger [Mon, 5 Jan 2004 08:15:20 +0000 (08:15 +0000)]
Small correction to example
Raymond Hettinger [Mon, 5 Jan 2004 00:29:57 +0000 (00:29 +0000)]
* Add various updates reflecting the last two weeks of checkins:
timeit, base64, MSVC++ 7.1 build, METH_COEXISTS, and optimizations.
* Put in a comment suggesting an improvement to the rsplit() example.
Hye-Shik Chang [Mon, 5 Jan 2004 00:29:51 +0000 (00:29 +0000)]
[SF #866875] Add a specialized routine for one character
separaters on str.split() and str.rsplit().
Jack Jansen [Sun, 4 Jan 2004 22:33:33 +0000 (22:33 +0000)]
Allow passing NULL pointers by passing None. This also works for the
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.
Raymond Hettinger [Sun, 4 Jan 2004 21:19:18 +0000 (21:19 +0000)]
Show how to re-enable GC during timings.
Hye-Shik Chang [Sun, 4 Jan 2004 13:54:25 +0000 (13:54 +0000)]
FIx unicodefilename support of posix.uname(). This fixes test_unicode_file
failure on FreeBSD.
Raymond Hettinger [Sun, 4 Jan 2004 11:14:51 +0000 (11:14 +0000)]
Exercise sorted() where possible
Raymond Hettinger [Sun, 4 Jan 2004 11:00:08 +0000 (11:00 +0000)]
Apply pre-sizing optimization to a broader class of objects.
Formerly, the length was only fetched from sequence objects.
Now, any object that reports its length can benefit from pre-sizing.
Martin v. Löwis [Sun, 4 Jan 2004 09:58:33 +0000 (09:58 +0000)]
Bump build number
Raymond Hettinger [Sun, 4 Jan 2004 08:54:44 +0000 (08:54 +0000)]
Apply map/zip pre-sizing optimization to a broader class of objects.
Formerly, the length was only fetched from sequence objects.
Now, any object that reports its length can benefit from pre-sizing.
Raymond Hettinger [Sun, 4 Jan 2004 06:08:16 +0000 (06:08 +0000)]
Apply tuple/list pre-sizing optimization to a broader class of objects.
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.
Raymond Hettinger [Sun, 4 Jan 2004 04:00:13 +0000 (04:00 +0000)]
Convert return value to boolean.
Raymond Hettinger [Sun, 4 Jan 2004 03:47:51 +0000 (03:47 +0000)]
SF patch #868736: Disable GC for timeit
Make timings more consistent by temporarily disabling GC.
Raymond Hettinger [Sun, 4 Jan 2004 03:11:45 +0000 (03:11 +0000)]
Fix small factual error.
Tim Peters [Sun, 4 Jan 2004 03:00:51 +0000 (03:00 +0000)]
Update to record .pyd files removed for Python 2.4.
Tim Peters [Sun, 4 Jan 2004 02:51:36 +0000 (02:51 +0000)]
That's it -- works as well under VC6 as it ever did now.
Tim Peters [Sun, 4 Jan 2004 02:32:53 +0000 (02:32 +0000)]
The _tkinter subproject works with VC6 again.
Tim Peters [Sun, 4 Jan 2004 02:30:49 +0000 (02:30 +0000)]
The bz2 subproject works with VC6 again.
Tim Peters [Sun, 4 Jan 2004 02:27:33 +0000 (02:27 +0000)]
The _ssl subproject may <heh> be working w/ VC6 again.
Tim Peters [Sun, 4 Jan 2004 02:12:55 +0000 (02:12 +0000)]
The _bsddb subproject works again under VC6.
Tim Peters [Sun, 4 Jan 2004 02:04:35 +0000 (02:04 +0000)]
Removed dead text about MS subprojects that no longer exist.
Tim Peters [Sun, 4 Jan 2004 02:00:47 +0000 (02:00 +0000)]
Getting closer (but not yet there) to being able to compile under VC6
again. Removed the following subprojects and folded them into pythoncore,
to match what's being done under VC7. We *can* build the core DLL
under VC6 again after this:
datetime.dsp
winreg.dsp
parser.dsp
_sre.dsp
_csv.dsp
mmap.dsp
_symtable.dsp
Barry Warsaw [Sun, 4 Jan 2004 01:14:01 +0000 (01:14 +0000)]
Documentation for new RFC 3548 functions.
Barry Warsaw [Sun, 4 Jan 2004 01:13:43 +0000 (01:13 +0000)]
Add note about new base64.py module support for RFC 3548.
Barry Warsaw [Sun, 4 Jan 2004 01:13:02 +0000 (01:13 +0000)]
More complete code coverage, including testing the new RFC 3548 support.
Barry Warsaw [Sun, 4 Jan 2004 01:12:26 +0000 (01:12 +0000)]
Added more complete RFC 3548 support for Base64, Base32, and Base16
encoding and decoding, including optional case folding and optional
alternative alphabets.
Hye-Shik Chang [Sat, 3 Jan 2004 19:35:43 +0000 (19:35 +0000)]
Cosmetic fix for wrongly indented tabs with ts=4.
Jack Jansen [Sat, 3 Jan 2004 17:23:27 +0000 (17:23 +0000)]
Added interfaces for most of the stuff in QuickTimeComponents.h.
Tim Peters [Sat, 3 Jan 2004 05:45:59 +0000 (05:45 +0000)]
Tons of changes to get this closer to being buildable from this directory;
still far away, but a lot closer than it was.
Jack Jansen [Fri, 2 Jan 2004 23:51:22 +0000 (23:51 +0000)]
Added support for ImageCompression.h APIs.
Jack Jansen [Fri, 2 Jan 2004 23:27:42 +0000 (23:27 +0000)]
Updated for QuickTime 6.0, Universal Header 3.4.2.
Jeremy Hylton [Fri, 2 Jan 2004 23:25:32 +0000 (23:25 +0000)]
Add comment to mollify Tim.
Martin v. Löwis [Fri, 2 Jan 2004 21:15:07 +0000 (21:15 +0000)]
Move VC6 project files here.
Martin v. Löwis [Fri, 2 Jan 2004 21:14:37 +0000 (21:14 +0000)]
Update build procedure to VC 7.1; make more modules builtin.
Martin v. Löwis [Fri, 2 Jan 2004 21:13:59 +0000 (21:13 +0000)]
Update build procedure to VC 7.1.
Martin v. Löwis [Fri, 2 Jan 2004 21:13:28 +0000 (21:13 +0000)]
Update build procedure to VC 7.1 and newer versions of several packages.
Alex Martelli [Fri, 2 Jan 2004 17:11:54 +0000 (17:11 +0000)]
The script now takes an optional command-line argument to specify how many
loops to run (default remains 50,000 if no argument is specified).
Andrew M. Kuchling [Fri, 2 Jan 2004 15:44:29 +0000 (15:44 +0000)]
[Bug #812325 ] tarfile.close() can write out more bytes to the output
than are specified by the buffer size. The patch calls .__write()
to ensure that any full blocks are written out.
Fred Drake [Fri, 2 Jan 2004 06:57:50 +0000 (06:57 +0000)]
list the Python Software Foundation on all the documents
Fred Drake [Fri, 2 Jan 2004 06:52:06 +0000 (06:52 +0000)]
PythonLabs --> Python Software Foundation
Kurt B. Kaiser [Fri, 2 Jan 2004 04:04:04 +0000 (04:04 +0000)]
- Print correct exception even if source file changed since shell was
restarted. IDLEfork Patch 869012 Noam Raphael
Modified Files:
NEWS.txt run.py
Andrew M. Kuchling [Thu, 1 Jan 2004 18:33:34 +0000 (18:33 +0000)]
Use 'input' as variable name, even though it shadows a built-in
Remove applications of rsplit() and random numbers
Typo fixes; minor tweaks
Fred Drake [Thu, 1 Jan 2004 07:21:14 +0000 (07:21 +0000)]
in the section "The interpreter stack":
- rearranged a bit to avoid duplicated information
- provide more complete (and hopefully less confusing) descriptions of
the return values for most of these functions
(close SF bug #563298)
Raymond Hettinger [Thu, 1 Jan 2004 05:53:51 +0000 (05:53 +0000)]
Add sets to list of picklable objects.
Fred Drake [Thu, 1 Jan 2004 05:43:53 +0000 (05:43 +0000)]
clean up indexing for None, NotImplemented
closes SF bug #820344
Fred Drake [Thu, 1 Jan 2004 03:41:27 +0000 (03:41 +0000)]
fix reference to File Object documentation
closes SF bug #825810
Raymond Hettinger [Wed, 31 Dec 2003 22:44:29 +0000 (22:44 +0000)]
SF Patch 681780: Faster commonprefix (OS independent)
Improved based on discussions at:
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/252177
http://groups.google.com/groups?th=
fc7b54f11af6b24e &seekm=bss2so$om$00$1@news.t-online.com
Raymond Hettinger [Wed, 31 Dec 2003 18:37:28 +0000 (18:37 +0000)]
SF patch #859286: documentation bool change fix
(Contributed by George Yoshida.)
Raymond Hettinger [Wed, 31 Dec 2003 14:08:58 +0000 (14:08 +0000)]
* Simplify and speedup logic for tp_print.
* Speed-up intersection whenever PyDict_Next can be used.
Fred Drake [Wed, 31 Dec 2003 07:41:52 +0000 (07:41 +0000)]
use conventional whitespace in interactive example
Guido van Rossum [Wed, 31 Dec 2003 06:32:38 +0000 (06:32 +0000)]
Correct misrepresentation of print (it uses str(), not `...` for
conversion). Hopefully I've not messed up the formatting.
Fred Drake [Wed, 31 Dec 2003 05:18:46 +0000 (05:18 +0000)]
- general markup cleanup
- rearrange so two small sections become one; this avoids an extra
page in the HTML format
Fred Drake [Wed, 31 Dec 2003 05:01:23 +0000 (05:01 +0000)]
general markup improvements