]> granicus.if.org Git - python/log
python
20 years agoClarify that it's not necessary to subclass from TestCase to create a
Johannes Gijsbers [Sun, 7 Nov 2004 16:02:07 +0000 (16:02 +0000)]
Clarify that it's not necessary to subclass from TestCase to create a
test case. As Jeremy put it: "subclassing is an implementation
technique, not a type declaration".

20 years agoPatch #1061904 / bug #878275: give a nicer error message when someone
Johannes Gijsbers [Sun, 7 Nov 2004 15:46:25 +0000 (15:46 +0000)]
Patch #1061904 / bug #878275: give a nicer error message when someone
accidentally derives from TestSuite instead of TestCase.

20 years agoWhen using shell=True on Windows, don't display a shell window by default. Fixes...
Peter Astrand [Sun, 7 Nov 2004 14:30:34 +0000 (14:30 +0000)]
When using shell=True on Windows, don't display a shell window by default. Fixes #1057061.

20 years agoFix apparently trivial buffer overflow (SF bug 1060396).
Jeremy Hylton [Sun, 7 Nov 2004 14:24:25 +0000 (14:24 +0000)]
Fix apparently trivial buffer overflow (SF bug 1060396).

memset() wrote one past the end of the buffer, which was likely to be unused padding or a yet-to-be-initialized local variable.  This routine is already tested by test_socket.

20 years agoIf close() fails in file_dealloc, then print an error message to
Peter Astrand [Sun, 7 Nov 2004 14:15:28 +0000 (14:15 +0000)]
If close() fails in file_dealloc, then print an error message to
stderr. close() can fail if the user is out-of-quota, for example.
Fixes #959379.

20 years agoPatch #1061857: add documentation for previously undocumented
Johannes Gijsbers [Sun, 7 Nov 2004 14:14:27 +0000 (14:14 +0000)]
Patch #1061857: add documentation for previously undocumented
TimedRotatingFileHandler class. Thanks Jeroen Vloothuis!

20 years agoSF patch 1025636: Check for NULL returns in compile.c:com_import_stmt
Jeremy Hylton [Sun, 7 Nov 2004 14:04:00 +0000 (14:04 +0000)]
SF patch 1025636: Check for NULL returns in compile.c:com_import_stmt

There is no test for this change, because there is no way to provoke memory errors on demand.  Test suite passes, though.

20 years agoBug #1055168: calling pdb.set_trace() calls Bdb.set_trace, which made
Johannes Gijsbers [Sun, 7 Nov 2004 11:35:30 +0000 (11:35 +0000)]
Bug #1055168: calling pdb.set_trace() calls Bdb.set_trace, which made
the debugger enter inside pdb.set_trace.

Patch #1061767: make pdb.set_trace enter enter at the stack frame
calling pdb.set_trace().

20 years agoBump version for 2.4c1
Martin v. Löwis [Sun, 7 Nov 2004 10:08:29 +0000 (10:08 +0000)]
Bump version for 2.4c1

20 years agoSF bug #1061457: spelling error in win installer
Raymond Hettinger [Sun, 7 Nov 2004 07:08:25 +0000 (07:08 +0000)]
SF bug #1061457:  spelling error in win installer

20 years agoSF patch #1061780: use a new -m option in pdb and profile invocations
Raymond Hettinger [Sun, 7 Nov 2004 06:18:37 +0000 (06:18 +0000)]
SF patch #1061780:  use a new -m option in pdb and profile invocations

Doc patch submitted by Ilya Sandler.

20 years agoWhitespace normalization.
Tim Peters [Sun, 7 Nov 2004 04:52:29 +0000 (04:52 +0000)]
Whitespace normalization.

20 years agoMove the AC_MSG_RESULT function call for checking for pthread options up into
Brett Cannon [Sun, 7 Nov 2004 01:24:12 +0000 (01:24 +0000)]
Move the AC_MSG_RESULT function call for checking for pthread options up into
the 'if' statement that performed the test.  Not all platforms run the test and
on those tests configure outputted a rogue 'no' line.

20 years agoAdd comment about removal of CoreServices/CoreFoundation compilation against
Brett Cannon [Sun, 7 Nov 2004 01:19:00 +0000 (01:19 +0000)]
Add comment about removal of CoreServices/CoreFoundation compilation against
the core on OS X (also specifically mention removal of
PyMac_GetAppletScriptFile() ).

20 years agoEssentially SF patch 1061679: add missing __all__ to pickletools.py.
Tim Peters [Sat, 6 Nov 2004 23:45:48 +0000 (23:45 +0000)]
Essentially SF patch 1061679:  add missing __all__ to pickletools.py.
Harmless.

20 years agoComment cleanup.
Brett Cannon [Sat, 6 Nov 2004 19:56:45 +0000 (19:56 +0000)]
Comment cleanup.

20 years agoregenerated configure from configure.in
Anthony Baxter [Sat, 6 Nov 2004 04:45:33 +0000 (04:45 +0000)]
regenerated configure from configure.in

20 years agoDon't choke on modes like rb or wb.
Raymond Hettinger [Sat, 6 Nov 2004 00:31:51 +0000 (00:31 +0000)]
Don't choke on modes like rb or wb.

20 years agoget_boundary(): Fix for SF bug #1060941. RFC 2046 says boundaries may begin
Barry Warsaw [Sat, 6 Nov 2004 00:04:52 +0000 (00:04 +0000)]
get_boundary(): Fix for SF bug #1060941.  RFC 2046 says boundaries may begin
-- but not end -- with whitespace.

I will backport to Python 2.3.

20 years agotest_boundary_with_leading_space(): Test case for SF bug #1060941. RFC 2046
Barry Warsaw [Sat, 6 Nov 2004 00:04:20 +0000 (00:04 +0000)]
test_boundary_with_leading_space(): Test case for SF bug #1060941.  RFC 2046
says boundaries may begin -- but not end -- with whitespace.

I will backport to Python 2.3.

20 years agoSF bug #1060825: Error in difflib docs
Raymond Hettinger [Fri, 5 Nov 2004 16:38:08 +0000 (16:38 +0000)]
SF bug #1060825:  Error in difflib docs

20 years agoSF patch #1035255: Remove CoreServices / CoreFoundation dependencies in core
Raymond Hettinger [Fri, 5 Nov 2004 07:02:59 +0000 (07:02 +0000)]
SF patch #1035255: Remove CoreServices / CoreFoundation dependencies in core
(Contributed by Bob Ippolito.)

This patch trims down the Python core on Darwin by making it
independent of CoreFoundation and CoreServices. It does this by:

Changed linker flags in configure/configure.in
Removed the unused PyMac_GetAppletScriptFile
Moved the implementation of PyMac_StrError to the MacOS module
Moved the implementation of PyMac_GetFullPathname to the
Carbon.File module

20 years ago- remove some bogus <meta> tags from the document head
Fred Drake [Fri, 5 Nov 2004 06:42:22 +0000 (06:42 +0000)]
- remove some bogus <meta> tags from the document head
- clean up some of the generated markup

20 years agogenerate the "type" attribute on the favicon link
Fred Drake [Fri, 5 Nov 2004 05:06:08 +0000 (05:06 +0000)]
generate the "type" attribute on the favicon link

20 years agoswitch remaining icon references to the PNG icons
Fred Drake [Fri, 5 Nov 2004 04:51:05 +0000 (04:51 +0000)]
switch remaining icon references to the PNG icons

20 years agoadd encouragement to contribute without learning LaTeX
Fred Drake [Fri, 5 Nov 2004 04:23:25 +0000 (04:23 +0000)]
add encouragement to contribute without learning LaTeX
(closes SF bug #948517)

20 years ago- make the default image type PNG, to match mkhowto
Fred Drake [Fri, 5 Nov 2004 04:05:06 +0000 (04:05 +0000)]
- make the default image type PNG, to match mkhowto
- add a command-line option to control the image type

20 years agoPoint out some platform vagaries in stat() and utime().
Tim Peters [Thu, 4 Nov 2004 21:27:48 +0000 (21:27 +0000)]
Point out some platform vagaries in stat() and utime().

Bugfix candidate (the vagaries aren't new <wink>), but I don't intend to
backport this.

20 years agoMistakes in the "sequence types" page:
Armin Rigo [Thu, 4 Nov 2004 11:29:09 +0000 (11:29 +0000)]
Mistakes in the "sequence types" page:

* explanation for example with lists of lists made confusing use of
  the word "contains" to mean "is built out of".

* wrong formula for slices with step.  Is it ok to use LaTeX formulas
  (which become images in the html document)?  This version needs one
  because it's based on a fraction.  Just writing "\code{(j-i)/k}" here would
  be ambiguous because it looks like a rounding-down-to-the-previous-integer
  division, which is not what we need here.  Of course we could write
  "\code{float(j-i)/k}" but it just looks confusing.

20 years agomarkup nit
Fred Drake [Thu, 4 Nov 2004 05:45:44 +0000 (05:45 +0000)]
markup nit

20 years agopost-release
Anthony Baxter [Thu, 4 Nov 2004 05:23:17 +0000 (05:23 +0000)]
post-release

20 years agoFix bug 1052242. Also includes rewrite of test case using unittest and
Skip Montanaro [Thu, 4 Nov 2004 04:31:30 +0000 (04:31 +0000)]
Fix bug 1052242.  Also includes rewrite of test case using unittest and
avoiding use of popen.

20 years agofix markup in "title" attribute for \citetitle{}
Fred Drake [Thu, 4 Nov 2004 03:23:04 +0000 (03:23 +0000)]
fix markup in "title" attribute for \citetitle{}
(closes SF patch #1054715; backporting to release23-maint branch)

20 years agoThis commit was manufactured by cvs2svn to create tag 'r24b2'. v2.4b2
cvs2svn [Wed, 3 Nov 2004 06:21:37 +0000 (06:21 +0000)]
This commit was manufactured by cvs2svn to create tag 'r24b2'.

20 years agorelease shenanigans
Anthony Baxter [Wed, 3 Nov 2004 06:21:37 +0000 (06:21 +0000)]
release shenanigans

20 years agoExclude badsyntax from compileall; adjust options to what Makefile.pre.in does.
Martin v. Löwis [Tue, 2 Nov 2004 22:59:56 +0000 (22:59 +0000)]
Exclude badsyntax from compileall; adjust options to what Makefile.pre.in does.
Fixes #1049003.

20 years agoBump buildno for 2.4b2.
Martin v. Löwis [Tue, 2 Nov 2004 22:28:07 +0000 (22:28 +0000)]
Bump buildno for 2.4b2.

20 years agofix accidental commit
Fred Drake [Tue, 2 Nov 2004 19:20:43 +0000 (19:20 +0000)]
fix accidental commit

20 years agoclarify discussion of iteration in the section on the "for" statement
Fred Drake [Tue, 2 Nov 2004 19:18:20 +0000 (19:18 +0000)]
clarify discussion of iteration in the section on the "for" statement
(SF bug #829073)

20 years agoclarify discussion of iteration in the section on the "for" statement
Fred Drake [Tue, 2 Nov 2004 19:18:20 +0000 (19:18 +0000)]
clarify discussion of iteration in the section on the "for" statement
(SF bug #829073)

20 years agoclarify trailing comma in function argument list
Fred Drake [Tue, 2 Nov 2004 18:57:33 +0000 (18:57 +0000)]
clarify trailing comma in function argument list
(SF bug #798652)

20 years ago- show how to use file.write() with a non-string value
Fred Drake [Tue, 2 Nov 2004 18:24:26 +0000 (18:24 +0000)]
- show how to use file.write() with a non-string value
  (closes SF bug #621057)
- add missing whitespace around assignment operator

20 years agorelease bit
Anthony Baxter [Tue, 2 Nov 2004 13:03:54 +0000 (13:03 +0000)]
release bit

20 years agoMaintain peepholer's cumlc invariant by updating the running total
Raymond Hettinger [Tue, 2 Nov 2004 04:20:10 +0000 (04:20 +0000)]
Maintain peepholer's cumlc invariant by updating the running total
everytime a LOAD_CONSTANT is encountered, created, or overwritten.

Added two tests to cover cases affected by the patch.

20 years agoBump-up block size.
Raymond Hettinger [Tue, 2 Nov 2004 02:11:35 +0000 (02:11 +0000)]
Bump-up block size.

20 years ago* Bumped up the sleep() delay to four seconds so this test will run
Raymond Hettinger [Mon, 1 Nov 2004 22:27:14 +0000 (22:27 +0000)]
* Bumped up the sleep() delay to four seconds so this test will run
  reliably on WinME with FAT32.
* Native speaker rewrite of the comment block.
* Removed unnecessary backslashes from the multi-line function defintions.

20 years agoAdd error checks for the bz2, cStringIO and operator modules.
Walter Dörwald [Mon, 1 Nov 2004 17:10:19 +0000 (17:10 +0000)]
Add error checks for the bz2, cStringIO and operator modules.

Add function names to various PyArg_ParseTuple calls in bz2module.c.

20 years agogc_list_move(): Make this truly equivalent to remove+append. While
Tim Peters [Mon, 1 Nov 2004 16:39:57 +0000 (16:39 +0000)]
gc_list_move():  Make this truly equivalent to remove+append.  While
nothing in gc currently cares, the original coding could screw up if,
e.g., you tried to move a node to the list it's already in, and the node
was already the last in its list.

20 years agoSimplify and future proof NOP counting in the peepholer.
Raymond Hettinger [Mon, 1 Nov 2004 15:19:11 +0000 (15:19 +0000)]
Simplify and future proof NOP counting in the peepholer.
No longer assumes that the input is NOP free.

20 years agoBug #1057993: Use sleep() always instead of os.utime() possibly broken
Hye-Shik Chang [Mon, 1 Nov 2004 08:26:09 +0000 (08:26 +0000)]
Bug #1057993: Use sleep() always instead of os.utime() possibly broken
in some platforms.

20 years agoSF bug #1030118, this should have named the email.Utils module as the one
Barry Warsaw [Mon, 1 Nov 2004 03:59:24 +0000 (03:59 +0000)]
SF bug #1030118, this should have named the email.Utils module as the one
containing these functions.  (I will backport to Python 2.3)

20 years agoSF patch #1056967, changes the semantics of Template.safe_substitute() to not
Barry Warsaw [Mon, 1 Nov 2004 03:52:43 +0000 (03:52 +0000)]
SF patch #1056967, changes the semantics of Template.safe_substitute() to not
raise a ValueError for dangling delimiters (the delimiter itself is returned).

20 years agotest_on_error(): Rewrite so it works on WinXP too. Unsure about 95/98/ME.
Tim Peters [Mon, 1 Nov 2004 02:40:52 +0000 (02:40 +0000)]
test_on_error():  Rewrite so it works on WinXP too.  Unsure about 95/98/ME.

20 years agogc list function cleanup.
Tim Peters [Mon, 1 Nov 2004 01:39:08 +0000 (01:39 +0000)]
gc list function cleanup.

Introduced gc_list_move(), which captures the common gc_list_remove() +
gc_list_append() sequence.  In fact, no uses of gc_list_append() remained
(they were all in a gc_list_move() sequence), so commented that one out.

gc_list_merge():  assert that `from` != `to`; that was an implicit
precondition, now verified in a debug build.

Others:  added comments about their purpose.

20 years agohandle_weakrefs(): Simplification -- there's no need to make a second
Tim Peters [Sun, 31 Oct 2004 22:12:43 +0000 (22:12 +0000)]
handle_weakrefs():  Simplification -- there's no need to make a second
pass over the unreachable weakrefs-with-callbacks to unreachable objects.

20 years agoBug #1057535: add link in time module to calendar.timegm().
Johannes Gijsbers [Sun, 31 Oct 2004 12:19:34 +0000 (12:19 +0000)]
Bug #1057535: add link in time module to calendar.timegm().

20 years agoBug #1048941: shutil.rmtree error handling was always broken
Johannes Gijsbers [Sun, 31 Oct 2004 12:05:31 +0000 (12:05 +0000)]
Bug #1048941: shutil.rmtree error handling was always broken

Rewrite rmtree again, this time without os.walk(). Error handling had been
broken since Python 2.3, and the os.walk() version inherited this.

20 years agoSF patch #1056231: typo in comment (unicodeobject.h)
Raymond Hettinger [Sun, 31 Oct 2004 05:46:59 +0000 (05:46 +0000)]
SF patch #1056231: typo in comment (unicodeobject.h)

20 years agoSF 1055820: weakref callback vs gc vs threads
Tim Peters [Sat, 30 Oct 2004 23:09:22 +0000 (23:09 +0000)]
SF 1055820: weakref callback vs gc vs threads

In cyclic gc, clear weakrefs to unreachable objects before allowing any
Python code (weakref callbacks or __del__ methods) to run.

This is a critical bugfix, affecting all versions of Python since weakrefs
were introduced.  I'll backport to 2.3.

20 years agoFixed a comment and added another one.
Armin Rigo [Sat, 30 Oct 2004 21:08:59 +0000 (21:08 +0000)]
Fixed a comment and added another one.

20 years agoAdopt some peepholer suggestions from Armin Rigo:
Raymond Hettinger [Sat, 30 Oct 2004 08:55:08 +0000 (08:55 +0000)]
Adopt some peepholer suggestions from Armin Rigo:

* Use simpler, faster two pass algorithm for markblocks().
* Free the blocks variable if not NULL and exiting without change.
* Verify that the rest of the compiler has not set an exception.
* Make the test for tuple of constants less restrictive.
* Embellish the comment for chained conditional jumps.

20 years agoadd xml:id attributes wherever we generate the IDs (old patch saved up)
Fred Drake [Fri, 29 Oct 2004 19:47:52 +0000 (19:47 +0000)]
add xml:id attributes wherever we generate the IDs (old patch saved up)

20 years agostyle consistency:
Fred Drake [Fri, 29 Oct 2004 14:35:42 +0000 (14:35 +0000)]
style consistency:
- always include a space after the "#" that starts a comment
- easier to read imports

20 years agoAdded network logging example
Vinay Sajip [Fri, 29 Oct 2004 12:30:28 +0000 (12:30 +0000)]
Added network logging example

20 years agoWrote down the invariants of some common objects whose structure is
Armin Rigo [Thu, 28 Oct 2004 16:32:00 +0000 (16:32 +0000)]
Wrote down the invariants of some common objects whose structure is
exposed in header files.  Fixed a few comments in these headers.

As we might have expected, writing down invariants systematically exposed a
(minor) bug.  In this case, function objects have a writeable func_code
attribute, which could be set to code objects with the wrong number of
free variables.  Calling the resulting function segfaulted the interpreter.
Added a corresponding test.

20 years agoTrigger a few error cases in Modules/_codecsmodule.c.
Walter Dörwald [Thu, 28 Oct 2004 13:04:26 +0000 (13:04 +0000)]
Trigger a few error cases in Modules/_codecsmodule.c.

20 years agoFix bug of implementation of algorithm for calculating the date from year, week
Brett Cannon [Thu, 28 Oct 2004 04:49:21 +0000 (04:49 +0000)]
Fix bug of implementation of algorithm for calculating the date from year, week
of the year, and day of the week.  Was not taking into consideration properly
the issue of when %U is used for the week of the year but the year starts on
Monday.

Closes bug #1045381 again.

20 years agoFix [1055540 ] bdist_wininst broken for pure Python distributions
Mark Hammond [Wed, 27 Oct 2004 21:54:33 +0000 (21:54 +0000)]
Fix [1055540 ] bdist_wininst broken for pure Python distributions

20 years agoSF patch #1053375.
Raymond Hettinger [Wed, 27 Oct 2004 06:21:46 +0000 (06:21 +0000)]
SF patch #1053375.
(Contributed by Facundo Batista.)

Code simplification by eliminating the unnecessary and error-prone
convolutions for the previously weird sign convention in _WorkRep().
Makes the code more understandable, more reliable, and a bit faster.

20 years agoAdd a comment explains why we should modify mtime here.
Hye-Shik Chang [Wed, 27 Oct 2004 03:12:05 +0000 (03:12 +0000)]
Add a comment explains why we should modify mtime here.

20 years agoRemoved newly redundant embedded import.
Tim Peters [Wed, 27 Oct 2004 02:44:10 +0000 (02:44 +0000)]
Removed newly redundant embedded import.

20 years agoWhitespace normalization.
Tim Peters [Wed, 27 Oct 2004 02:43:25 +0000 (02:43 +0000)]
Whitespace normalization.

20 years agoPaper over bug 1054615 by passing sane values to os.utime().
Tim Peters [Wed, 27 Oct 2004 02:33:15 +0000 (02:33 +0000)]
Paper over bug 1054615 by passing sane values to os.utime().

The underlying bug still exists, but also existed in 2.3.4:
import.c's load_source_module() returns NULL if
PyOS_GetLastModificationTime() returns -1, but
PyOS_GetLastModificationTime() doesn't set any exception when it returns
-1, and neither does load_source_module() when it gets back -1.  This
leads to "SystemError: NULL result without error in PyObject_Call"
on an import that fails in this way.

20 years agoUpdate optparse module and test suite to Optik 1.5a2.
Greg Ward [Wed, 27 Oct 2004 02:20:04 +0000 (02:20 +0000)]
Update optparse module and test suite to Optik 1.5a2.

20 years agoVery few little improvements.
Facundo Batista [Tue, 26 Oct 2004 23:38:46 +0000 (23:38 +0000)]
Very few little improvements.

20 years agoIn paragraph 1, changed
Tim Peters [Tue, 26 Oct 2004 14:38:48 +0000 (14:38 +0000)]
In paragraph 1, changed
    Python software
to
    this software ("Python")

20 years ago- Added tests for the string load/dump function.
Just van Rossum [Tue, 26 Oct 2004 11:02:08 +0000 (11:02 +0000)]
- Added tests for the string load/dump function.
- Added a chunk of plist data as generated by Cocoa's NSDictionary and
  verify we output the same (including formatting)
- Changed the "literal" plist code to match the raw test data

20 years agoMade <data> output match Apple's exactly. To do that I had to add a custom
Just van Rossum [Tue, 26 Oct 2004 10:30:55 +0000 (10:30 +0000)]
Made <data> output match Apple's exactly. To do that I had to add a custom
version of base64.encodestring() so I could control the line length of the
base64 output.

20 years agoalso escape '>', to closer match Apple's plist output
Just van Rossum [Tue, 26 Oct 2004 10:11:00 +0000 (10:11 +0000)]
also escape '>', to closer match Apple's plist output

20 years agoPatch #1044395: Allow configure option --enable-shared in FreeBSD.
Hye-Shik Chang [Tue, 26 Oct 2004 09:53:46 +0000 (09:53 +0000)]
Patch #1044395: Allow configure option --enable-shared in FreeBSD.
(Submitted by James William Pye, Patch revised by Jiwon Seo)

20 years agoSF #737473: Show up-to-date source code in tracebacks always.
Hye-Shik Chang [Tue, 26 Oct 2004 09:16:42 +0000 (09:16 +0000)]
SF #737473: Show up-to-date source code in tracebacks always.
And add an optional argument 'filename' to linecache.checkcache()
to enable checking caches per-file.

20 years agoSF bug #1053819: Segfault in tuple_of_constants
Raymond Hettinger [Tue, 26 Oct 2004 08:59:14 +0000 (08:59 +0000)]
SF bug #1053819:  Segfault in tuple_of_constants

Peepholer could be fooled into misidentifying a tuple_of_constants.
Added code to count consecutive occurrences of LOAD_CONST.
Use the count to weed out the misidentified cases.
Added a unittest.

20 years agoDeprecating Dict class; going through a few hoops to get the warnings right.
Just van Rossum [Tue, 26 Oct 2004 07:38:16 +0000 (07:38 +0000)]
Deprecating Dict class; going through a few hoops to get the warnings right.

20 years ago- Removed Date class. We don't really need it for b/w compatibility since
Just van Rossum [Tue, 26 Oct 2004 07:20:26 +0000 (07:20 +0000)]
- Removed Date class. We don't really need it for b/w compatibility since
  a) the functionality depended on PyXML before and b) hardly worked to
  begin with.
- Instead, output and require upon input datetime.datetime objects.

20 years ago- added two more convenience functions: readPlistFromString() and
Just van Rossum [Tue, 26 Oct 2004 06:50:50 +0000 (06:50 +0000)]
- added two more convenience functions: readPlistFromString() and
  writePlistToString()
- use these two in the resource functions.
- Tweaked module doc string.

20 years agoSF 1053956: help() not in tutorial index
Raymond Hettinger [Tue, 26 Oct 2004 03:53:35 +0000 (03:53 +0000)]
SF 1053956:  help() not in tutorial index

20 years agoSF bug #1054139: serious string hashing error in 2.4b1
Raymond Hettinger [Tue, 26 Oct 2004 01:52:37 +0000 (01:52 +0000)]
SF bug #1054139:  serious string hashing error in 2.4b1

_PyString_Resize() readied strings for mutation but did not invalidate
the cached hash value.

20 years agoadd missing line break
Fred Drake [Mon, 25 Oct 2004 21:35:17 +0000 (21:35 +0000)]
add missing line break

20 years agoUpdated doc strings.
Just van Rossum [Mon, 25 Oct 2004 16:10:53 +0000 (16:10 +0000)]
Updated doc strings.

20 years agoDeprecate Plist class
Just van Rossum [Mon, 25 Oct 2004 16:09:10 +0000 (16:09 +0000)]
Deprecate Plist class

20 years agoRemoved superfluous **kwargs constructor cruft: this class predates
Just van Rossum [Mon, 25 Oct 2004 16:04:20 +0000 (16:04 +0000)]
Removed superfluous **kwargs constructor cruft: this class predates
the dict(**kwargs) feature.

20 years ago- improve the explanation of the -*- coding: ... -*- marker
Fred Drake [Mon, 25 Oct 2004 16:03:49 +0000 (16:03 +0000)]
- improve the explanation of the -*- coding: ... -*- marker
- fix a minor formatting nit that affected the typeset version

20 years agoPatch from Bob Ippolito, slighly edited:
Just van Rossum [Mon, 25 Oct 2004 15:10:42 +0000 (15:10 +0000)]
Patch from Bob Ippolito, slighly edited:
1052399 ] plistlib: add plst resource functionality, fix bugs

20 years agoWhitespace normalization.
Tim Peters [Mon, 25 Oct 2004 03:19:41 +0000 (03:19 +0000)]
Whitespace normalization.

20 years agoformat_paragraph_event(): Patch 961387 introduced a bug here, causing
Tim Peters [Sun, 24 Oct 2004 23:45:42 +0000 (23:45 +0000)]
format_paragraph_event():  Patch 961387 introduced a bug here, causing
the indentation of a comment block to be ignored when reformatting the
block, leading to overly long reformatted lines (too wide by an amount
equal to the indentation width).  Looks like a typo in the original
patch, a 1-character repair.

20 years agoSF bug #1052503: pdb runcall should accept keyword arguments
Raymond Hettinger [Sun, 24 Oct 2004 00:32:24 +0000 (00:32 +0000)]
SF bug #1052503:  pdb runcall should accept keyword arguments

20 years agoSF bug #1048870: call arg of lambda not updating
Raymond Hettinger [Sun, 24 Oct 2004 00:10:06 +0000 (00:10 +0000)]
SF bug #1048870:  call arg of lambda not updating

20 years agoConverted some stinking hard tabs. Left the fragrant hard tabs alone.
Tim Peters [Sat, 23 Oct 2004 03:48:57 +0000 (03:48 +0000)]
Converted some stinking hard tabs.  Left the fragrant hard tabs alone.

20 years agoMove to version 2 of the PSF license, approved by the Board earlier today.
Tim Peters [Sat, 23 Oct 2004 03:43:54 +0000 (03:43 +0000)]
Move to version 2 of the PSF license, approved by the Board earlier today.

20 years agoAdded example of multiple destinations
Vinay Sajip [Fri, 22 Oct 2004 21:43:15 +0000 (21:43 +0000)]
Added example of multiple destinations