]> git.ipfire.org Git - thirdparty/Python/cpython.git/log
thirdparty/Python/cpython.git
20 years ago[Bug #1123268] Fix typo
Andrew M. Kuchling [Wed, 1 Jun 2005 23:22:39 +0000 (23:22 +0000)] 
[Bug #1123268] Fix typo

20 years ago[Bug #1194249] Fix duplicate assignment in example code
Andrew M. Kuchling [Wed, 1 Jun 2005 15:27:26 +0000 (15:27 +0000)] 
[Bug #1194249] Fix duplicate assignment in example code

20 years agoSF bug #1202395: Description of string.lstrip() needs improvement
Raymond Hettinger [Tue, 31 May 2005 10:28:07 +0000 (10:28 +0000)] 
SF bug #1202395:  Description of string.lstrip() needs improvement

Clarify the role of the chars argument in the strip() methods.

20 years agoBackport fix to decorator grammar update.
Raymond Hettinger [Fri, 27 May 2005 11:23:44 +0000 (11:23 +0000)] 
Backport fix to decorator grammar update.

20 years agoSF bug #1209671: dict.popitem documentation should mention empty dict case
Raymond Hettinger [Fri, 27 May 2005 10:45:14 +0000 (10:45 +0000)] 
SF bug #1209671:  dict.popitem documentation should mention empty dict case

20 years agofix description of the input range of unichr()
Fred Drake [Wed, 25 May 2005 05:42:51 +0000 (05:42 +0000)] 
fix description of the input range of unichr()
(closes SF bug #1120777)

20 years agoupdate documentation on what constitutes a line in a source file
Fred Drake [Wed, 25 May 2005 05:30:36 +0000 (05:30 +0000)] 
update documentation on what constitutes a line in a source file
(closes SF bug #1167922)

20 years agoSF bug #1201807: Glossary listing bug
Raymond Hettinger [Sat, 14 May 2005 17:20:25 +0000 (17:20 +0000)] 
SF bug #1201807:  Glossary listing bug

20 years agobackport
Skip Montanaro [Thu, 12 May 2005 13:45:11 +0000 (13:45 +0000)] 
backport

20 years agobackport from head
Skip Montanaro [Thu, 12 May 2005 13:43:40 +0000 (13:43 +0000)] 
backport from head

20 years agoSF bug #1193890: calendar.weekheader not found in __all__
Raymond Hettinger [Tue, 10 May 2005 03:22:21 +0000 (03:22 +0000)] 
SF bug #1193890:  calendar.weekheader not found in __all__

20 years agoFix a docstring with mismatched opening and closing quotes.
Brett Cannon [Sat, 30 Apr 2005 05:51:59 +0000 (05:51 +0000)] 
Fix a docstring with mismatched opening and closing quotes.

Backport of fix for bug #1192777.

20 years agoSF bug #1190451: 6.9 First sentence is confusing
Raymond Hettinger [Thu, 28 Apr 2005 07:19:39 +0000 (07:19 +0000)] 
SF bug #1190451:  6.9 First sentence is confusing

* Fixed incorrect wording:  expression->exception
* Noted the specific exception reported by "raise" when the is nothing
  to re-raise.
* Eliminated several instances of "e.g." as recommended in the style guide.

20 years agoBackport 1.270
Raymond Hettinger [Thu, 28 Apr 2005 00:21:16 +0000 (00:21 +0000)] 
Backport 1.270

20 years agoFix typo.
Raymond Hettinger [Tue, 26 Apr 2005 05:20:03 +0000 (05:20 +0000)] 
Fix typo.

20 years agoBackport my recent fix (rev. 2.40 of Python/pystate.c):
Michael W. Hudson [Sun, 24 Apr 2005 19:32:34 +0000 (19:32 +0000)] 
Backport my recent fix (rev. 2.40 of Python/pystate.c):

Fix:

1176893 ] Readline segfault

by unsilly-ing PyGILState_Release().

Backport candidate.

20 years agoBackport checkin (and the appropriate fix to the test):
Walter Dörwald [Thu, 21 Apr 2005 21:53:43 +0000 (21:53 +0000)] 
Backport checkin (and the appropriate fix to the test):
If the data read from the bytestream in readline() ends in a '\r' read one more
byte, even if the user has passed a size parameter. This extra byte shouldn't
cause a buffer overflow in the tokenizer. The original plan was to return a line
ending in '\r', which might be recognizable as a complete line and skip any '\n'
that was read afterwards. Unfortunately this didn't work, as the tokenizer only
recognizes '\n' as line ends, which in turn lead to joined lines and
SyntaxErrors, so this special treatment of a split '\r\n' has been dropped. (It
can only happen with a temporarily exhausted bytestream now anyway.)
Fixes parts of SF bugs #1163244 and #1175396.

20 years agoCorrect swapped descriptions of empty string splits.
Raymond Hettinger [Tue, 19 Apr 2005 04:31:38 +0000 (04:31 +0000)] 
Correct swapped descriptions of empty string splits.

20 years agoBackport:
Jack Jansen [Sun, 17 Apr 2005 21:31:58 +0000 (21:31 +0000)] 
Backport:
Updated to work with current Python docs setup, and added a minimal README.

20 years agoThis commit was manufactured by cvs2svn to create branch
cvs2svn [Sun, 17 Apr 2005 21:31:58 +0000 (21:31 +0000)] 
This commit was manufactured by cvs2svn to create branch
'release24-maint'.

20 years agoSF bug #1183742: PyDict_Copy() can return non-NULL value on error
Raymond Hettinger [Fri, 15 Apr 2005 16:07:09 +0000 (16:07 +0000)] 
SF bug #1183742: PyDict_Copy() can return non-NULL value on error

20 years agoBackport relevant part of checkin:
Walter Dörwald [Thu, 14 Apr 2005 20:23:39 +0000 (20:23 +0000)] 
Backport relevant part of checkin:
SF patch #1180062 by George Yoshida:
(Doc/lib/libfunctional.tex: "in an new object" should read "in a new object")
Doc/lib/libsubprocess.tex: argument name is wrong; comma is missing

20 years agoget_method() returns a method name, not take it as an argument
Fred Drake [Wed, 13 Apr 2005 01:12:21 +0000 (01:12 +0000)] 
get_method() returns a method name, not take it as an argument
(backported from trunk revision 1.22)

20 years agoSF bug #1180392: StringIO's docs should mention overwriting of initial value
Raymond Hettinger [Mon, 11 Apr 2005 01:04:32 +0000 (01:04 +0000)] 
SF bug #1180392: StringIO's docs should mention overwriting of initial value

* Added a note that the initial file position is zero even if the object
  is freshly initialized.

20 years agoSF bug #1179957: Missing def'n of equality for set element
Raymond Hettinger [Sun, 10 Apr 2005 17:36:26 +0000 (17:36 +0000)] 
SF bug #1179957:  Missing def'n of equality for set element

20 years agoSF patch 1179503: fix typos in rpc.py
Raymond Hettinger [Sun, 10 Apr 2005 16:23:49 +0000 (16:23 +0000)] 
SF patch 1179503:  fix typos in rpc.py

20 years agoBackport my recent raw_input() vs no threads build vs SIGINT argh:
Michael W. Hudson [Thu, 7 Apr 2005 10:19:47 +0000 (10:19 +0000)] 
Backport my recent raw_input() vs no threads build vs SIGINT argh:

In a threads-disabled build, typing Ctrl-C into a raw_input() crashed,
because (essentially) I didn't realise that PY_BEGIN/END_ALLOW_THREADS
actually expanded to nothing under a no-threads build, so if you somehow
NULLed out the threadstate (e.g. by calling PyThread_SaveThread) it would
stay NULLed when you return to Python.  Argh!

20 years agoSF bug #1178269 Clarify when isMappingType/isSequenceType is True.
Raymond Hettinger [Thu, 7 Apr 2005 05:37:47 +0000 (05:37 +0000)] 
SF bug #1178269 Clarify when isMappingType/isSequenceType is True.

20 years agoSF bug #1178255: 256 should read 255 in operator module docs
Raymond Hettinger [Thu, 7 Apr 2005 04:39:35 +0000 (04:39 +0000)] 
SF bug #1178255: 256 should read 255 in operator module docs

20 years agoBackport checkin:
Walter Dörwald [Mon, 4 Apr 2005 21:56:28 +0000 (21:56 +0000)] 
Backport checkin:
Fix for SF bug #1175396: readline() will now read one more character, if
the last character read is "\r" (and size is None, i.e. we're allowed to
call read() multiple times), so that we can return the correct line ending
(this additional character might be a "\n").

If the stream is temporarily exhausted, we might return the wrong line ending
(if the last character read is "\r" and the next one (after the byte stream
provides more data) is "\n", but at least the atcr member ensures that we
get the correct number of lines (i.e. this "\n" will not be treated as
another line ending).

20 years agoBackport from 1.27:
Hye-Shik Chang [Mon, 4 Apr 2005 15:28:18 +0000 (15:28 +0000)] 
Backport from 1.27:

Fix testcase for 64bit BSD systems: long is 8 bytes for those systems
so there's no need to pad after off_t members.  And a small typo fix.

20 years agoCorrected SMTPHandler docs and added info about threadName attribute of LogRecord
Vinay Sajip [Thu, 31 Mar 2005 20:23:04 +0000 (20:23 +0000)] 
Corrected SMTPHandler docs and added info about threadName attribute of LogRecord

20 years agoAdded optional encoding argument to File based handlers and improved error handling...
Vinay Sajip [Thu, 31 Mar 2005 20:12:55 +0000 (20:12 +0000)] 
Added optional encoding argument to File based handlers and improved error handling for SysLogHandler

20 years agoMinor changes to imports
Vinay Sajip [Thu, 31 Mar 2005 20:11:45 +0000 (20:11 +0000)] 
Minor changes to imports

20 years agoMisc. changes
Vinay Sajip [Thu, 31 Mar 2005 20:10:38 +0000 (20:10 +0000)] 
Misc. changes

20 years ago(This is only relevant to the MacPython binary release process)
Bob Ippolito [Thu, 31 Mar 2005 17:38:00 +0000 (17:38 +0000)] 
(This is only relevant to the MacPython binary release process)
Set the Python version to 2.4 in the postflight script used when building
Mac OS X installer distributions.  Previously it was set to 2.3, so it
wouldn't build a working installer.

20 years agoBackport checkin:
Walter Dörwald [Thu, 31 Mar 2005 14:16:30 +0000 (14:16 +0000)] 
Backport checkin:
Since PyPI only accepts UTF-8 encoded data now, make sure that the data is
properly encoded and include the encoding in the Content-Type header.

20 years agoI meant to check this in with the last check in (CVS disturbs me
Michael W. Hudson [Thu, 31 Mar 2005 10:28:30 +0000 (10:28 +0000)] 
I meant to check this in with the last check in (CVS disturbs me
sometimes)

20 years agoBackport:
Michael W. Hudson [Thu, 31 Mar 2005 10:22:43 +0000 (10:22 +0000)] 
Backport:

Fix for rather inaccurately titled bug

1165306 ] Property access with decorator makes interpreter crash

Don't allow the creation of unbound methods with NULL im_class, because
attempting to call such crashes.

Backport candidate.

20 years agoBackport:
Michael W. Hudson [Thu, 31 Mar 2005 10:20:34 +0000 (10:20 +0000)] 
Backport:

Fixes for

1166660 ] The readline module can cause python to segfault

It seems to me that the code I'm rewriting here attempted to call any
user-supplied hook functions using the thread state of the thread that
called the hook-setting function, as opposed to that of the thread
that is currently executing.  This doesn't work, in general.

Fix this by using the PyGILState API (It wouldn't be that hard to
define a dummy version of said API when #ifndef WITH_THREAD, would
it?).

Also, check the conversion to integer of the return value of a hook
function for errors (this problem was mentioned in the ipython bug
report linked to in the above bug).

20 years agoSF bug #1770766: weakref proxy has incorrect __nonzero__ behavior.
Raymond Hettinger [Thu, 31 Mar 2005 04:07:55 +0000 (04:07 +0000)] 
SF bug #1770766:  weakref proxy has incorrect __nonzero__ behavior.

20 years agoThis commit was manufactured by cvs2svn to create tag 'r241'. v2.4.1
cvs2svn [Wed, 30 Mar 2005 03:01:43 +0000 (03:01 +0000)] 
This commit was manufactured by cvs2svn to create tag 'r241'.

20 years ago*** empty log message ***
Anthony Baxter [Wed, 30 Mar 2005 03:01:43 +0000 (03:01 +0000)] 
*** empty log message ***

20 years agoprepare for Python 2.4.1 final
Fred Drake [Tue, 29 Mar 2005 15:57:11 +0000 (15:57 +0000)] 
prepare for Python 2.4.1 final

20 years agoupdates to NEWS
Anthony Baxter [Tue, 29 Mar 2005 12:38:37 +0000 (12:38 +0000)] 
updates to NEWS

20 years agobackport of 1.122
Anthony Baxter [Tue, 29 Mar 2005 12:35:54 +0000 (12:35 +0000)] 
backport of 1.122
SF patch 1167316:  doctest.py fails self-test if run directly.

20 years ago2.4.1 preparations.
Anthony Baxter [Tue, 29 Mar 2005 12:33:34 +0000 (12:33 +0000)] 
2.4.1 preparations.

20 years agoMove exception finalisation later in the shutdown process - this
Anthony Baxter [Tue, 29 Mar 2005 12:32:50 +0000 (12:32 +0000)] 
Move exception finalisation later in the shutdown process - this
fixes the crash seen in bug #1165761

20 years agopatch [1171767] - Darwin 8's headers disable functionality when
Bob Ippolito [Mon, 28 Mar 2005 23:23:34 +0000 (23:23 +0000)] 
patch [1171767] - Darwin 8's headers disable functionality when
POSIX is enabled.  This prevents the toolbox glue, all of Carbon,
and various other non-POSIX features from compiling.  The POSIX
symbols are  still used by default, so turning off the #define
doesn't hurt.

Additionally, linker flags have changed for Darwin 8, and are
different for Darwin 8/gcc4 (default) and Darwin 8/gcc3.3.

Approved by Anthony

20 years agoMention that DEBUG_LEAK includes DEBUG_SAVEALL. Fixes #1170460.
Martin v. Löwis [Mon, 28 Mar 2005 15:29:29 +0000 (15:29 +0000)] 
Mention that DEBUG_LEAK includes DEBUG_SAVEALL. Fixes #1170460.

20 years agoAdd 0 to _POSIX_SEMAPHORES.
Martin v. Löwis [Mon, 28 Mar 2005 12:36:19 +0000 (12:36 +0000)] 
Add 0 to _POSIX_SEMAPHORES.

20 years ago2.4.1 buildno
Anthony Baxter [Mon, 28 Mar 2005 09:04:20 +0000 (09:04 +0000)] 
2.4.1 buildno

20 years agoSF #1169212: fix silly typo in explaining AFMT macros: U16 is unsigned
Greg Ward [Mon, 28 Mar 2005 02:32:41 +0000 (02:32 +0000)] 
SF #1169212: fix silly typo in explaining AFMT macros: U16 is unsigned
and S16 is signed.  Duh.  Clarify surrounding text a bit and refer to
OSS docs.

20 years agoSF patch #1171417: bug fix for islice() in docs
Raymond Hettinger [Sun, 27 Mar 2005 20:16:49 +0000 (20:16 +0000)] 
SF patch #1171417:  bug fix for islice() in docs

20 years ago- Fixed decimal operator and comparison methods to return NotImplemented
Raymond Hettinger [Sun, 27 Mar 2005 10:55:27 +0000 (10:55 +0000)] 
- Fixed decimal operator and comparison methods to return NotImplemented
  instead of raising a TypeError when interacting with other types.
  Allows other classes to successfully implement __radd__ style methods.

20 years agocorrect ontosys url - closes 1167329
Skip Montanaro [Mon, 21 Mar 2005 19:40:03 +0000 (19:40 +0000)] 
correct ontosys url - closes 1167329

20 years agofix two typos in python(1)
Matthias Klose [Sun, 20 Mar 2005 14:18:04 +0000 (14:18 +0000)] 
fix two typos in python(1)

20 years agoSF #1086675: restore "Extending optparse" section (which was dropped
Greg Ward [Sat, 19 Mar 2005 17:15:03 +0000 (17:15 +0000)] 
SF #1086675: restore "Extending optparse" section (which was dropped
in Python 2.4).

20 years agoRegenerate from Optik reST source to ensure CVS Id tags are up-to-date.
Greg Ward [Sat, 19 Mar 2005 17:05:48 +0000 (17:05 +0000)] 
Regenerate from Optik reST source to ensure CVS Id tags are up-to-date.

20 years agoList all option attributes (closes SF #993601).
Greg Ward [Sat, 19 Mar 2005 17:04:33 +0000 (17:04 +0000)] 
List all option attributes (closes SF #993601).

20 years agoBeef up optparse reference docs -- now much closer to documenting the
Greg Ward [Sat, 19 Mar 2005 16:28:37 +0000 (16:28 +0000)] 
Beef up optparse reference docs -- now much closer to documenting the
full API of Optik 1.5a2 (which is what's included with Python 2.4.x).
Closes SF #1099324, partially addresses SF #993601.

20 years agoFix typo.
Walter Dörwald [Fri, 18 Mar 2005 10:59:04 +0000 (10:59 +0000)] 
Fix typo.

20 years agoThis commit was manufactured by cvs2svn to create tag 'r241c2'. v2.4.1c2
cvs2svn [Thu, 17 Mar 2005 03:06:56 +0000 (03:06 +0000)] 
This commit was manufactured by cvs2svn to create tag 'r241c2'.

20 years ago2.4.1c2
Anthony Baxter [Thu, 17 Mar 2005 03:06:56 +0000 (03:06 +0000)] 
2.4.1c2

20 years agoupdate patchlevel
Fred Drake [Wed, 16 Mar 2005 23:43:21 +0000 (23:43 +0000)] 
update patchlevel

20 years ago2.4.1rc2 setup
Anthony Baxter [Wed, 16 Mar 2005 14:34:23 +0000 (14:34 +0000)] 
2.4.1rc2 setup

20 years agoPatch #1163249 - Correctly handle _POSIX_SEMAPHORES == -1 to mean no
Anthony Baxter [Wed, 16 Mar 2005 04:13:29 +0000 (04:13 +0000)] 
Patch #1163249 - Correctly handle _POSIX_SEMAPHORES == -1 to mean no
support for posix semaphores.

20 years agoDecimal special values did not hash properly.
Raymond Hettinger [Tue, 15 Mar 2005 23:36:19 +0000 (23:36 +0000)] 
Decimal special values did not hash properly.

20 years agoReuse componentids for *.dll across minor releases.
Martin v. Löwis [Tue, 15 Mar 2005 00:37:45 +0000 (00:37 +0000)] 
Reuse componentids for *.dll across minor releases.
Indicate to the user when this is an upgrade installation.
Make CHM file non-advertised.

20 years agoConfigure bug reporting address.
Martin v. Löwis [Mon, 14 Mar 2005 21:24:51 +0000 (21:24 +0000)] 
Configure bug reporting address.

20 years agoBackport checkin:
Walter Dörwald [Mon, 14 Mar 2005 19:26:47 +0000 (19:26 +0000)] 
Backport checkin:
Add default value for "whence" argument.

20 years agoBackport checkin:
Walter Dörwald [Mon, 14 Mar 2005 19:20:19 +0000 (19:20 +0000)] 
Backport checkin:
Reset internal buffers when seek() is called. This fixes SF bug #1156259.

20 years agoAdd more UUIDs. Update custom actions for Itanium
Martin v. Löwis [Mon, 14 Mar 2005 17:17:04 +0000 (17:17 +0000)] 
Add more UUIDs. Update custom actions for Itanium

20 years agoBackport of change to os.access to encode Unicode file names with
Martin v. Löwis [Sun, 13 Mar 2005 22:18:26 +0000 (22:18 +0000)] 
Backport of change to os.access to encode Unicode file names with
the file system encoding.

20 years agoPatch #1159931: a test case for the buggy cases fixed by the last checkin.
Johannes Gijsbers [Sat, 12 Mar 2005 16:48:50 +0000 (16:48 +0000)] 
Patch #1159931: a test case for the buggy cases fixed by the last checkin.

20 years agoBackport of patch #1159931/bug #1143895: inspect.getsource failed when
Johannes Gijsbers [Sat, 12 Mar 2005 16:38:39 +0000 (16:38 +0000)] 
Backport of patch #1159931/bug #1143895: inspect.getsource failed when
functions, etc., had comments after the colon, and some other cases.
This patch take a simpler approach that doesn't rely on looking for a
':'. Test cases are not backported, as test_inspect.py has been
rewritten using unittest on the trunk.

Thanks Simon Percivall!

20 years agoFix test_socket's test for socket.getfqdn() to also accept the result from
Brett Cannon [Sat, 12 Mar 2005 06:15:56 +0000 (06:15 +0000)] 
Fix test_socket's test for socket.getfqdn() to also accept the result from
socket.gethostname() as a valid return value.

Also clarified the docs as they were a little hazy on the subject matter.

20 years agoBug #1160802: Can't build Zope on Windows w/ 2.4.1c1.
Tim Peters [Fri, 11 Mar 2005 17:20:43 +0000 (17:20 +0000)] 
Bug #1160802:  Can't build Zope on Windows w/ 2.4.1c1.

MSVCCompiler.initialize():  set self.initialized to True, as suggested
by AMK.  Else we keep growing the PATH endlessly, with each new C
extension built, until putenv() complains.

This doesn't appear to be an issue on the HEAD (MSVCCompiler initializes
itself via __init__() on the HEAD).

Also added a "2.4.1c2" section to NEWS.  Not meant to imply that Anthony
will do a 2.4.1c2 release, just needed to a place to put the news about the
MSVCCompiler bugfix.

20 years agodamn.
Anthony Baxter [Thu, 10 Mar 2005 13:45:23 +0000 (13:45 +0000)] 
damn.

20 years agoThis commit was manufactured by cvs2svn to create tag 'r241c1'. v2.4.1c1
cvs2svn [Thu, 10 Mar 2005 04:59:14 +0000 (04:59 +0000)] 
This commit was manufactured by cvs2svn to create tag 'r241c1'.

20 years ago- fix generated Texinfo markup for \deprecated
Fred Drake [Thu, 10 Mar 2005 04:59:14 +0000 (04:59 +0000)] 
- fix generated Texinfo markup for \deprecated
- add support for additional markup: \leq, \textbar, \textit
- add a comment about the non-support for the Euro character

20 years agobump buildno for 2.4c1
Anthony Baxter [Thu, 10 Mar 2005 04:51:47 +0000 (04:51 +0000)] 
bump buildno for 2.4c1

20 years agofix broken usage comment
Fred Drake [Thu, 10 Mar 2005 04:04:13 +0000 (04:04 +0000)] 
fix broken usage comment
(ported from trunk revision 1.112)

20 years agoadd missing entries from GNU info conversion table
Fred Drake [Thu, 10 Mar 2005 03:57:02 +0000 (03:57 +0000)] 
add missing entries from GNU info conversion table

20 years agocorrect several markup errors caught by the GNU info conversion
Fred Drake [Thu, 10 Mar 2005 03:47:24 +0000 (03:47 +0000)] 
correct several markup errors caught by the GNU info conversion

20 years agoSF bug #1160187: Setup file needs entries for collections, itertools, strop
Raymond Hettinger [Wed, 9 Mar 2005 23:47:44 +0000 (23:47 +0000)] 
SF bug #1160187:  Setup file needs entries for collections, itertools, strop

20 years agobackport v1.216: add support for another DB library naming convention \n(FreeBSD...
Andrew MacIntyre [Wed, 9 Mar 2005 22:27:24 +0000 (22:27 +0000)] 
backport v1.216: add support for another DB library naming convention \n(FreeBSD ports) - patch #1146231

20 years agopre-release magic
Anthony Baxter [Wed, 9 Mar 2005 11:54:29 +0000 (11:54 +0000)] 
pre-release magic

20 years agotabstop delenda est
Anthony Baxter [Wed, 9 Mar 2005 11:45:49 +0000 (11:45 +0000)] 
tabstop delenda est

20 years agobackport
Skip Montanaro [Wed, 9 Mar 2005 03:02:17 +0000 (03:02 +0000)] 
backport

20 years agobackport from head
Skip Montanaro [Wed, 9 Mar 2005 02:57:55 +0000 (02:57 +0000)] 
backport from head

20 years agoSF #818006: revert addition of 'closed', 'mode', and 'name' attributes
Greg Ward [Wed, 9 Mar 2005 00:55:19 +0000 (00:55 +0000)] 
SF #818006: revert addition of 'closed', 'mode', and 'name' attributes
to oss_audio_device objects.

20 years agoBuild with --disable-unicode again. Fixes #1158607.
Martin v. Löwis [Tue, 8 Mar 2005 15:05:18 +0000 (15:05 +0000)] 
Build with --disable-unicode again. Fixes #1158607.

20 years agoSF #1156412: document the __new__() static method.
Greg Ward [Tue, 8 Mar 2005 01:08:42 +0000 (01:08 +0000)] 
SF #1156412: document the __new__() static method.

20 years agoSF #818006: add useful read-only attributes to oss_audio_device object:
Greg Ward [Mon, 7 Mar 2005 01:32:03 +0000 (01:32 +0000)] 
SF #818006: add useful read-only attributes to oss_audio_device object:
'closed', 'name', and 'mode' (as recommended by
http://python.org/doc/current/lib/bltin-file-objects.html).

20 years agoEnsure that warnings.filters is properly restored after fiddling with it
Greg Ward [Mon, 7 Mar 2005 01:10:33 +0000 (01:10 +0000)] 
Ensure that warnings.filters is properly restored after fiddling with it
(this was breaking test_warnings).

20 years agoMention SF #1149508 (textwrap and hyphenated numbers).
Greg Ward [Sat, 5 Mar 2005 02:48:03 +0000 (02:48 +0000)] 
Mention SF #1149508 (textwrap and hyphenated numbers).

20 years agoSF #1149508: ensure textwrap handles hyphenated numbers correctly,
Greg Ward [Sat, 5 Mar 2005 02:38:33 +0000 (02:38 +0000)] 
SF #1149508: ensure textwrap handles hyphenated numbers correctly,
eg. "2004-03-04" is not broken across lines.

20 years agoPatches #925152, #1118602: Avoid reading after the end of the buffer
Martin v. Löwis [Fri, 4 Mar 2005 14:38:07 +0000 (14:38 +0000)] 
Patches #925152, #1118602: Avoid reading after the end of the buffer
in pyexpat.GetInputContext.

20 years agoPatch #1075887: Don't require MSVC in distutils if there is nothing
Martin v. Löwis [Fri, 4 Mar 2005 13:51:55 +0000 (13:51 +0000)] 
Patch #1075887: Don't require MSVC in distutils if there is nothing
to build. Will backport to 2.4