]>
granicus.if.org Git - python/log
Georg Brandl [Thu, 15 Sep 2005 11:16:28 +0000 (11:16 +0000)]
fix typo
Georg Brandl [Thu, 15 Sep 2005 10:46:13 +0000 (10:46 +0000)]
bug [ 868706 ] Calling builtin function 'eval' from C causes seg fault.
Brett Cannon [Thu, 15 Sep 2005 02:34:56 +0000 (02:34 +0000)]
Clear out the regex cache when the TimeRE cache is invalidated by a locale
change.
Fixes bug #
1290505 .
Georg Brandl [Wed, 14 Sep 2005 20:53:32 +0000 (20:53 +0000)]
*** empty log message ***
Georg Brandl [Wed, 14 Sep 2005 20:51:40 +0000 (20:51 +0000)]
bug [
1007046 ] os.startfile() doesn't accept Unicode filenames
Georg Brandl [Wed, 14 Sep 2005 20:42:00 +0000 (20:42 +0000)]
bug [
1274828 ] splitunc not documented
Georg Brandl [Wed, 14 Sep 2005 19:38:29 +0000 (19:38 +0000)]
Complete format code support in getargs.c::skipitem(), which is called when
evaluating keyword arguments.
CVS: ----------------------------------------------------------------------
CVS: Enter Log. Lines beginning with `CVS:' are removed automatically
CVS:
CVS: Committing in .
CVS:
CVS: Modified Files:
CVS: Python/getargs.c
CVS: ----------------------------------------------------------------------
Georg Brandl [Wed, 14 Sep 2005 19:29:53 +0000 (19:29 +0000)]
Complete format code support in getargs.c::skipitem(), which is called when
evaluating keyword arguments.
Guido van Rossum [Wed, 14 Sep 2005 18:09:42 +0000 (18:09 +0000)]
- Changes donated by Elemental Security to make it work on AIX 5.3
with IBM's 64-bit compiler (SF patch #
1284289 ). This also closes SF
bug #105470: test_pwd fails on 64bit system (Opteron).
Guido van Rossum [Wed, 14 Sep 2005 17:49:54 +0000 (17:49 +0000)]
- Changes donated by Elemental Security to make it work on HP-UX 11 on
Itanium2 with HP's 64-bit compiler (SF patch #
1225212 ).
Georg Brandl [Wed, 14 Sep 2005 17:25:02 +0000 (17:25 +0000)]
comma nit
Gustavo Niemeyer [Wed, 14 Sep 2005 08:54:39 +0000 (08:54 +0000)]
Bug #
1202493 : Fixing SRE parser to handle '{}' as perl does, rather than
considering it exactly like a '*'.
Georg Brandl [Wed, 14 Sep 2005 06:56:20 +0000 (06:56 +0000)]
Patch #
1290454 : Fix reload() error message when parent module is not in
sys.modules.
Andrew M. Kuchling [Tue, 13 Sep 2005 19:56:06 +0000 (19:56 +0000)]
Add more links to the 'What Next?' section; rewrite to be briefer
Raymond Hettinger [Mon, 12 Sep 2005 22:50:37 +0000 (22:50 +0000)]
Speed-up escape()
Georg Brandl [Mon, 12 Sep 2005 12:49:38 +0000 (12:49 +0000)]
Better wording for integer ref entry.
Andrew M. Kuchling [Mon, 12 Sep 2005 12:45:37 +0000 (12:45 +0000)]
Shorten run-on sentence
Andrew M. Kuchling [Mon, 12 Sep 2005 12:44:20 +0000 (12:44 +0000)]
Update link
Andrew M. Kuchling [Mon, 12 Sep 2005 12:43:57 +0000 (12:43 +0000)]
Update link
Raymond Hettinger [Sun, 11 Sep 2005 18:21:52 +0000 (18:21 +0000)]
Add FAQ entry regarding non-expoential representation.
Raymond Hettinger [Sun, 11 Sep 2005 16:34:05 +0000 (16:34 +0000)]
Minor cleanup.
Raymond Hettinger [Sat, 10 Sep 2005 18:17:54 +0000 (18:17 +0000)]
Corrected version of 1.170
Raymond Hettinger [Sat, 10 Sep 2005 14:30:09 +0000 (14:30 +0000)]
Revert 1.170. Add tests.
Raymond Hettinger [Sat, 10 Sep 2005 06:49:04 +0000 (06:49 +0000)]
Simplify and speed-up unquote().
Raymond Hettinger [Sat, 10 Sep 2005 02:27:41 +0000 (02:27 +0000)]
Simplify and speed-up quote_plus().
Raymond Hettinger [Fri, 9 Sep 2005 22:27:13 +0000 (22:27 +0000)]
SF #
1285086 : urllib.quote is too slow
Simplify and speed-up quote() function.
Vinay Sajip [Thu, 8 Sep 2005 18:14:16 +0000 (18:14 +0000)]
Added _handlerList to allow shutdown to flush and close handlers in reverse order of creation (see SF#
1282539 )
Hye-Shik Chang [Wed, 7 Sep 2005 07:40:05 +0000 (07:40 +0000)]
Quote docstring with r"" to keep '\r\n' in example code.
Fred Drake [Wed, 7 Sep 2005 05:17:07 +0000 (05:17 +0000)]
note that the return and yield statements cannot be used at the top level in
exec statements; people coming from certain other languages seem to be
confused by this on a regular basis
Fred Drake [Wed, 7 Sep 2005 04:57:56 +0000 (04:57 +0000)]
- fix typo report by email, only 1.5 years late
- fix several consistency nits relating to \method{...()}
Neal Norwitz [Mon, 5 Sep 2005 16:16:49 +0000 (16:16 +0000)]
break sets a breakpoint rather than stopping the loop.
It *appears* a flag is necessary instead.
This was tested in gdb 6.0.
Backport candidate
Georg Brandl [Sun, 4 Sep 2005 18:30:19 +0000 (18:30 +0000)]
Clarify what is meant with "whole numbers".
Georg Brandl [Sat, 3 Sep 2005 07:49:53 +0000 (07:49 +0000)]
bug [
1274069 ] bz2module.c compiler warning
Georg Brandl [Sat, 3 Sep 2005 07:27:26 +0000 (07:27 +0000)]
- Correct PyBool_FromLong's return type and its description.
- Unify function description mode ("Return X" vs "Returns X")
Vinay Sajip [Fri, 2 Sep 2005 11:20:33 +0000 (11:20 +0000)]
Changed _srcfile determination to support py2exe.
Andrew M. Kuchling [Thu, 1 Sep 2005 14:08:38 +0000 (14:08 +0000)]
Remove statement about meaning of constants; arguably it's incorrect
Walter Dörwald [Thu, 1 Sep 2005 12:04:29 +0000 (12:04 +0000)]
Fix rest markup and typos.
Walter Dörwald [Thu, 1 Sep 2005 11:56:53 +0000 (11:56 +0000)]
SF bug #
1235646 : codecs.StreamRecoder.next() now reencodes the data it reads
from the input stream, so that the output is a byte string in the correct
encoding instead of a unicode string.
Georg Brandl [Thu, 1 Sep 2005 06:25:34 +0000 (06:25 +0000)]
Reverting previous checkin. This breaks too much of HTMLParser to be applied
without thought. Anyway, such malformed HTML is better handled by something
like BeautifulSoup.
Neal Norwitz [Thu, 1 Sep 2005 00:45:28 +0000 (00:45 +0000)]
No need to import exceptions, they are builtins
Neal Norwitz [Thu, 1 Sep 2005 00:39:02 +0000 (00:39 +0000)]
Remove unused import
Neil Schemenauer [Wed, 31 Aug 2005 23:02:05 +0000 (23:02 +0000)]
Fix bug in last checkin (2.231). To match previous behavior, unicode
subclasses should be substituted as-is and not have tp_str called on
them.
Georg Brandl [Wed, 31 Aug 2005 22:48:45 +0000 (22:48 +0000)]
patch [
1242454 ] shutil.copytree() quits too soon after an error.
Georg Brandl [Wed, 31 Aug 2005 22:21:15 +0000 (22:21 +0000)]
Whitespace normalization.
Georg Brandl [Wed, 31 Aug 2005 22:08:45 +0000 (22:08 +0000)]
bug [ 761452 ] HTMLParser chokes on my.yahoo.com output
Andrew M. Kuchling [Wed, 31 Aug 2005 17:49:38 +0000 (17:49 +0000)]
Typo fix
Andrew M. Kuchling [Wed, 31 Aug 2005 16:52:40 +0000 (16:52 +0000)]
From c.l.py comments: link to zlib manual, and disclaim completeness
Andrew M. Kuchling [Wed, 31 Aug 2005 14:43:10 +0000 (14:43 +0000)]
Update URLs
Andrew M. Kuchling [Wed, 31 Aug 2005 13:50:17 +0000 (13:50 +0000)]
Explain what file descriptors are; this change has been sitting in my tree for a while
Walter Dörwald [Wed, 31 Aug 2005 11:03:12 +0000 (11:03 +0000)]
SF bug #
1277016 : Turn sentence fragment into a complete sentence.
Piers Lauder [Wed, 31 Aug 2005 10:50:03 +0000 (10:50 +0000)]
updated __version__
Piers Lauder [Wed, 31 Aug 2005 10:46:29 +0000 (10:46 +0000)]
changed select() so readonly flag is treated as a boolean
Walter Dörwald [Tue, 30 Aug 2005 10:23:14 +0000 (10:23 +0000)]
SF bug #
1251300 : On UCS-4 builds the "unicode-internal" codec will now complain
about illegal code points. The codec now supports PEP 293 style error handlers.
(This is a variant of the Nik Haldimann's patch that detects truncated data)
Neal Norwitz [Tue, 30 Aug 2005 03:34:46 +0000 (03:34 +0000)]
SF #
1275796 , fix distutils typo "sortcut" -> "shortcut"
Andrew M. Kuchling [Tue, 30 Aug 2005 01:28:15 +0000 (01:28 +0000)]
Add to-do list
Andrew M. Kuchling [Tue, 30 Aug 2005 01:27:40 +0000 (01:27 +0000)]
Remove rexec howto; it's kind of pointless now
Andrew M. Kuchling [Tue, 30 Aug 2005 01:25:05 +0000 (01:25 +0000)]
Commit the howto source to the main Python repository, with Fred's approval
Brett Cannon [Mon, 29 Aug 2005 18:25:55 +0000 (18:25 +0000)]
Fix logic error introduced in last commit. Also add a comment to explain what
the code is doing.
Andrew M. Kuchling [Mon, 29 Aug 2005 13:30:12 +0000 (13:30 +0000)]
Add missing \end, noted by George Yoshida
Brett Cannon [Sat, 27 Aug 2005 19:25:59 +0000 (19:25 +0000)]
fix bug where str.find() was being misused where __contains__ should have been
used.
Andrew M. Kuchling [Sat, 27 Aug 2005 18:45:47 +0000 (18:45 +0000)]
Write section on PEP 342
Georg Brandl [Sat, 27 Aug 2005 17:10:35 +0000 (17:10 +0000)]
patch [
1274550 ] libtarfile.tex: external URL changed
Georg Brandl [Sat, 27 Aug 2005 17:04:58 +0000 (17:04 +0000)]
patch [
1274630 ] documentation fixes
Georg Brandl [Sat, 27 Aug 2005 17:04:58 +0000 (17:04 +0000)]
patch [
1274630 ] documentation fixes
Martin v. Löwis [Sat, 27 Aug 2005 10:07:56 +0000 (10:07 +0000)]
Patch #
1168594 : set sizes of non-regular files to zero. Fixes #
1167128 .
Will backport to 2.4.
Tim Peters [Fri, 26 Aug 2005 15:20:46 +0000 (15:20 +0000)]
Whitespace normalization (via reindent.py).
Tim Peters [Fri, 26 Aug 2005 14:33:57 +0000 (14:33 +0000)]
testSeekBackwardsFromEnd(): Repair obvious syntax error.
Georg Brandl [Fri, 26 Aug 2005 13:23:54 +0000 (13:23 +0000)]
Add list() around xreadlines()
Georg Brandl [Fri, 26 Aug 2005 13:21:50 +0000 (13:21 +0000)]
*** empty log message ***
Georg Brandl [Fri, 26 Aug 2005 12:56:22 +0000 (12:56 +0000)]
__new__ is a static method
Georg Brandl [Fri, 26 Aug 2005 08:51:34 +0000 (08:51 +0000)]
patch [ 810023 ] Fix for off-by-one bug in urllib.URLopener.retrieve
Raymond Hettinger [Fri, 26 Aug 2005 08:39:56 +0000 (08:39 +0000)]
SF bug #
1072182 : bad arg type to isspace in struct module
Georg Brandl [Fri, 26 Aug 2005 08:34:00 +0000 (08:34 +0000)]
patch [ 756021 ] Allow socket.inet_aton("255.255.255.255") on Windows
Georg Brandl [Fri, 26 Aug 2005 06:43:52 +0000 (06:43 +0000)]
typo
Georg Brandl [Fri, 26 Aug 2005 06:42:30 +0000 (06:42 +0000)]
Disallow keyword arguments for type constructors that don't use them.
(fixes bug #
1119418 )
Georg Brandl [Thu, 25 Aug 2005 22:40:16 +0000 (22:40 +0000)]
bug [
1248199 ] shelve .sync operation not documented
Georg Brandl [Thu, 25 Aug 2005 22:14:15 +0000 (22:14 +0000)]
bug [
1262320 ] minidom.py alternate newl support is broken
Georg Brandl [Thu, 25 Aug 2005 22:02:43 +0000 (22:02 +0000)]
bug [
1262320 ] minidom.py alternate newl support is broken
Georg Brandl [Thu, 25 Aug 2005 21:56:45 +0000 (21:56 +0000)]
bug [
1261229 ] __new__ is class method
Georg Brandl [Thu, 25 Aug 2005 20:41:38 +0000 (20:41 +0000)]
Minor spelling nit.
Georg Brandl [Thu, 25 Aug 2005 13:10:41 +0000 (13:10 +0000)]
Correcting my last BZ2 entry. Adding one for #
1215928 .
Georg Brandl [Thu, 25 Aug 2005 12:51:16 +0000 (12:51 +0000)]
Once upon a time, I used to know TeX...
Martin v. Löwis [Thu, 25 Aug 2005 11:03:38 +0000 (11:03 +0000)]
Make IDNA return an empty string when the input is empty. Fixes #
1163178 .
Will backport to 2.4.
Georg Brandl [Thu, 25 Aug 2005 07:32:42 +0000 (07:32 +0000)]
Correct test suite for #848017.
Martin v. Löwis [Thu, 25 Aug 2005 07:11:31 +0000 (07:11 +0000)]
Patch #
1160164 : Use ReleaseItanium for zlib build.
Will backport to 2.4.
Georg Brandl [Wed, 24 Aug 2005 22:34:21 +0000 (22:34 +0000)]
patch #848017: make Cookie more RFC-compliant.
Georg Brandl [Wed, 24 Aug 2005 22:20:32 +0000 (22:20 +0000)]
Bug #735248: Fix urllib2.parse_http_list.
Georg Brandl [Wed, 24 Aug 2005 21:42:14 +0000 (21:42 +0000)]
Add findnocoding.py and pysource.py.
Georg Brandl [Wed, 24 Aug 2005 20:29:32 +0000 (20:29 +0000)]
Bug
1016563 : Bug in urllib2 proxy auth
Georg Brandl [Wed, 24 Aug 2005 18:46:39 +0000 (18:46 +0000)]
Patch [
1062060 ] fix for
1016880 urllib.urlretrieve silently truncates dwnld
Georg Brandl [Wed, 24 Aug 2005 18:32:30 +0000 (18:32 +0000)]
Patch [ 784089 ] A program to scan python files and list those require coding
Martin v. Löwis [Wed, 24 Aug 2005 14:55:22 +0000 (14:55 +0000)]
Patch #
1167716 : Support Unicode filenames in mkpath. Fixes #
1121494 .
Will backport to 2.4.
Raymond Hettinger [Wed, 24 Aug 2005 12:13:23 +0000 (12:13 +0000)]
Correct names of sha modules.
Georg Brandl [Wed, 24 Aug 2005 09:08:57 +0000 (09:08 +0000)]
patch [
1141428 ] more __contains__ tests
Georg Brandl [Wed, 24 Aug 2005 09:02:29 +0000 (09:02 +0000)]
[
1113421 ] New tutorial tests in test_generators.py
Martin v. Löwis [Wed, 24 Aug 2005 08:39:24 +0000 (08:39 +0000)]
Forward UnicodeDecodeError into SyntaxError for source encoding errors.
Will backport to 2.4.
Martin v. Löwis [Wed, 24 Aug 2005 07:38:12 +0000 (07:38 +0000)]
Return complete lines from codec stream readers
even if there is an exception in later lines, resulting in
correct line numbers for decoding errors in source code. Fixes #
1178484 .
Will backport to 2.4.
Georg Brandl [Wed, 24 Aug 2005 07:36:17 +0000 (07:36 +0000)]
bug [
1192315 ] 'clear -1' in pdb
Georg Brandl [Wed, 24 Aug 2005 07:31:33 +0000 (07:31 +0000)]
bug [
1190204 ] 3.29 site is confusing re site-packages on Windows
Georg Brandl [Wed, 24 Aug 2005 07:26:55 +0000 (07:26 +0000)]
bug [
1193849 ] os.path.expanduser documentation wrt. empty $HOME