]> granicus.if.org Git - python/log
python
22 years agoBump Windows build number for 2.3b1.
Tim Peters [Thu, 24 Apr 2003 16:55:35 +0000 (16:55 +0000)]
Bump Windows build number for 2.3b1.

22 years agoSF bug 665835: filter() treatment of str and tuple inconsistent
Raymond Hettinger [Thu, 24 Apr 2003 16:52:47 +0000 (16:52 +0000)]
SF bug 665835: filter() treatment of str and tuple inconsistent

As a side issue on this bug, it was noted that list and tuple iterators
used macros to directly access containers and would not recognize
__getitem__ overrides.  If the method is overridden, the patch returns
a generic sequence iterator which calls the __getitem__ method; otherwise,
it returns a high custom iterator with direct access to container elements.

22 years agoBump version number to 2.3b1.
Tim Peters [Thu, 24 Apr 2003 16:45:34 +0000 (16:45 +0000)]
Bump version number to 2.3b1.

22 years agoFix case
Andrew M. Kuchling [Thu, 24 Apr 2003 16:45:05 +0000 (16:45 +0000)]
Fix case

22 years agoAdd some more items
Andrew M. Kuchling [Thu, 24 Apr 2003 16:38:20 +0000 (16:38 +0000)]
Add some more items

22 years agoBump the release information.
Fred Drake [Thu, 24 Apr 2003 16:37:21 +0000 (16:37 +0000)]
Bump the release information.

22 years agoFix docstring typo
Andrew M. Kuchling [Thu, 24 Apr 2003 16:36:49 +0000 (16:36 +0000)]
Fix docstring typo

22 years agoAdd cross-references between urllib.urlencode() and cgi.parse_qs[l]().
Fred Drake [Thu, 24 Apr 2003 16:22:47 +0000 (16:22 +0000)]
Add cross-references between urllib.urlencode() and cgi.parse_qs[l]().
Closes SF bug #724751.

22 years agoThis test now uses the separate getargs_X functions from _testcapimodule.
Thomas Heller [Thu, 24 Apr 2003 16:15:29 +0000 (16:15 +0000)]
This test now uses the separate getargs_X functions from _testcapimodule.

22 years agoNew support functions for test_getargs2.
Thomas Heller [Thu, 24 Apr 2003 16:14:27 +0000 (16:14 +0000)]
New support functions for test_getargs2.
Theres now a separate function for each of the format codes
b, B, H, I, k, i, l, L, K.

22 years agoWhitespace normalization.
Tim Peters [Thu, 24 Apr 2003 16:02:54 +0000 (16:02 +0000)]
Whitespace normalization.

22 years agoGet rid of some hard coded tabs
Barry Warsaw [Thu, 24 Apr 2003 15:58:47 +0000 (15:58 +0000)]
Get rid of some hard coded tabs

22 years agoSF patch 695710: fix bug 678519: cStringIO self iterator
Raymond Hettinger [Thu, 24 Apr 2003 15:50:11 +0000 (15:50 +0000)]
SF patch 695710: fix bug 678519: cStringIO self iterator
(requested by GvR. patch contributed by Michael Stone)

22 years agoSF Patch 549151: urllib2 POSTs on redirect
Raymond Hettinger [Thu, 24 Apr 2003 15:32:12 +0000 (15:32 +0000)]
SF Patch 549151: urllib2 POSTs on redirect
(contributed by John J Lee)

22 years agoNote the platform module.
Fred Drake [Thu, 24 Apr 2003 15:24:46 +0000 (15:24 +0000)]
Note the platform module.

22 years agoAdded a comment about backward compatibility requirements and a link
Barry Warsaw [Thu, 24 Apr 2003 14:28:08 +0000 (14:28 +0000)]
Added a comment about backward compatibility requirements and a link
to the PyBSDDB project at SourceForge.

22 years agoMention deprecation of rotor module
Andrew M. Kuchling [Thu, 24 Apr 2003 13:23:43 +0000 (13:23 +0000)]
Mention deprecation of rotor module

22 years ago[Patch #679505] Document that the rotor module is deprecated
Andrew M. Kuchling [Thu, 24 Apr 2003 13:19:56 +0000 (13:19 +0000)]
[Patch #679505] Document that the rotor module is deprecated

22 years ago[Patch #679505] Document that this module is deprecated
Andrew M. Kuchling [Thu, 24 Apr 2003 13:19:09 +0000 (13:19 +0000)]
[Patch #679505] Document that this module is deprecated

22 years ago[Patch #679505] Silence DeprecationWarning when testing rotor module
Andrew M. Kuchling [Thu, 24 Apr 2003 13:18:25 +0000 (13:18 +0000)]
[Patch #679505] Silence DeprecationWarning when testing rotor module

22 years ago[Patch #679505] Trigger DeprecationWarning on importing the rotor module
Andrew M. Kuchling [Thu, 24 Apr 2003 13:17:13 +0000 (13:17 +0000)]
[Patch #679505] Trigger DeprecationWarning on importing the rotor module

22 years agoReformatted a bit to remove the lengthy re.compile() from the function
Marc-André Lemburg [Thu, 24 Apr 2003 11:46:35 +0000 (11:46 +0000)]
Reformatted a bit to remove the lengthy re.compile() from the function
definitions.

22 years agoNew module platform.py, submitted by Marc-Andre Lemburg.
Marc-André Lemburg [Thu, 24 Apr 2003 11:36:11 +0000 (11:36 +0000)]
New module platform.py, submitted by Marc-Andre Lemburg.

There's no separate documentation for this module yet - apart from the
doc-strings which explain the APIs.

22 years agoSF 686323: Minor array module enhancements
Raymond Hettinger [Thu, 24 Apr 2003 10:41:55 +0000 (10:41 +0000)]
SF 686323: Minor array module enhancements
Allows use of tuples for the initializer.

22 years agoRevert the previous enhancement to the bytecode optimizer.
Raymond Hettinger [Thu, 24 Apr 2003 05:45:23 +0000 (05:45 +0000)]
Revert the previous enhancement to the bytecode optimizer.
The additional code complexity and new NOP opcode were not worth it.

22 years agoFix docstring for URLOpener.retrieve() in regards to opening a local file
Brett Cannon [Thu, 24 Apr 2003 02:43:20 +0000 (02:43 +0000)]
Fix docstring for URLOpener.retrieve() in regards to opening a local file

22 years agoFixed docs for urlretrieve() to match code in the case of opening a local file.
Brett Cannon [Thu, 24 Apr 2003 02:31:14 +0000 (02:31 +0000)]
Fixed docs for urlretrieve() to match code in the case of opening a local file.

Also some typos and removed trailing whitespace on the lines.

22 years agofix some markup errors
Fred Drake [Wed, 23 Apr 2003 20:38:41 +0000 (20:38 +0000)]
fix some markup errors

22 years agoclarify - restrict version mention to the trunk version
Skip Montanaro [Wed, 23 Apr 2003 20:35:14 +0000 (20:35 +0000)]
clarify - restrict version mention to the trunk version

22 years agoadded note about character set limitations in passwords.
Skip Montanaro [Wed, 23 Apr 2003 20:22:12 +0000 (20:22 +0000)]
added note about character set limitations in passwords.

22 years agoDocument the new functions PyInt_AsUnsignedLongMask(), PyInt_AsUnsignedLongLongMask(),
Thomas Heller [Wed, 23 Apr 2003 19:51:05 +0000 (19:51 +0000)]
Document the new functions PyInt_AsUnsignedLongMask(), PyInt_AsUnsignedLongLongMask(),
PyLong_AsUnsignedLongMask(), PyLong_AsUnsignedLongLongMask().

22 years agoMax OS X returns "*" as the password in grp.getgrall()
Walter Dörwald [Wed, 23 Apr 2003 19:50:24 +0000 (19:50 +0000)]
Max OS X returns "*" as the password in grp.getgrall()
and "" in grep.getgrgid(). Adjust the test to work
around this problem. This should fix SF bug #724771.

22 years agoClarified new fsync() docs.
Tim Peters [Wed, 23 Apr 2003 19:47:14 +0000 (19:47 +0000)]
Clarified new fsync() docs.

22 years agoMention the new getargs.c format codes.
Thomas Heller [Wed, 23 Apr 2003 19:35:25 +0000 (19:35 +0000)]
Mention the new getargs.c format codes.

22 years agoDocument the new format codes B, H, I, k, K.
Thomas Heller [Wed, 23 Apr 2003 19:27:35 +0000 (19:27 +0000)]
Document the new format codes B, H, I, k, K.

22 years agoSF patch 557704: netrc module can't handle all passwords
Raymond Hettinger [Wed, 23 Apr 2003 19:06:08 +0000 (19:06 +0000)]
SF patch 557704: netrc module can't handle all passwords

Revised netrc.py to include the additional ascii punctuation
characters.  Omitted the other logic changes.  See
Lib/netrc.py 1.17.

Since this is more of a feature request than a bug,
including in Py2.3 but not recommending for backporting.

22 years agoSF 557704: netrc module can't handle all passwords
Raymond Hettinger [Wed, 23 Apr 2003 18:59:54 +0000 (18:59 +0000)]
SF 557704: netrc module can't handle all passwords

Expanded the range of allowable characters to include ascii punctuation.
Allows resource files to have a larger character set for passwords.
(Idea contributed by Bram Moolenaar.)

22 years agoSF Patch 685051: fix for 680789: reprs in arraymodule
Raymond Hettinger [Wed, 23 Apr 2003 17:27:00 +0000 (17:27 +0000)]
SF Patch 685051:  fix for 680789: reprs in arraymodule
(contributed by logistix; substantially reworked by rhettinger).

To create a representation of non-string arrays, array_repr() was
starting with a base Python string object and repeatedly using +=
to concatenate the representation of individual objects.

Logistix had the idea to convert to an intermediate tuple form and
then join it all at once.  I took advantage of existing tools and
formed a list with array_tolist() and got its representation through
PyObject_Repr(v) which already has a fast implementation for lists.

22 years agoUpdate the package list whenever we build distfiles.
Fred Drake [Wed, 23 Apr 2003 15:04:52 +0000 (15:04 +0000)]
Update the package list whenever we build distfiles.
This is used on www.python.org.

22 years agosome more error-message enhancements
Alex Martelli [Wed, 23 Apr 2003 13:34:35 +0000 (13:34 +0000)]
some more error-message enhancements

22 years agoFix SF bug #723801, logging.setLoggerClass() doesn't support new-style classes
Neal Norwitz [Wed, 23 Apr 2003 13:12:19 +0000 (13:12 +0000)]
Fix SF bug #723801, logging.setLoggerClass() doesn't support new-style classes

22 years agocomplete and clarify some error messages for range()
Alex Martelli [Wed, 23 Apr 2003 13:00:44 +0000 (13:00 +0000)]
complete and clarify some error messages for range()

22 years agoImprove the message about metatype/metaclass conflicts.
Guido van Rossum [Wed, 23 Apr 2003 12:07:22 +0000 (12:07 +0000)]
Improve the message about metatype/metaclass conflicts.

22 years agoSF patch #725904, Minor changes to logging from module author (Vinay Sajip)
Neal Norwitz [Wed, 23 Apr 2003 03:49:43 +0000 (03:49 +0000)]
SF patch #725904, Minor changes to logging from module author (Vinay Sajip)
 - upgrade to version 0.4.8

22 years agoEnable os.fsync() for Windows, mapping it to MS's _commit() there. The
Tim Peters [Wed, 23 Apr 2003 02:39:17 +0000 (02:39 +0000)]
Enable os.fsync() for Windows, mapping it to MS's _commit() there.  The
docs here are best-guess:  the MS docs I could find weren't clear, and
some even claimed _commit() has no effect on Win32 systems (which is
easily shown to be false just by trying it).

22 years agoPyObject_IsTrue() can return an error condition.
Raymond Hettinger [Wed, 23 Apr 2003 00:14:18 +0000 (00:14 +0000)]
PyObject_IsTrue() can return an error condition.
Adding code to handle it properly.

22 years agoAdd comment on performance.
Raymond Hettinger [Wed, 23 Apr 2003 00:09:42 +0000 (00:09 +0000)]
Add comment on performance.
Fix missing right parenthesis.
Add three examples.

22 years agoUpdate to the new PyGILState APIs to simplify and correct thread-state
Mark Hammond [Tue, 22 Apr 2003 23:13:27 +0000 (23:13 +0000)]
Update to the new PyGILState APIs to simplify and correct thread-state
management.  Old code still #ifdef'd out - I may remove this in a sec,
but for now, let's get it in and things passing the tests again!

22 years agoFix by Lars Gustaebel for bug 721871: don't get upset if the prefix
Jack Jansen [Tue, 22 Apr 2003 22:03:11 +0000 (22:03 +0000)]
Fix by Lars Gustaebel for bug 721871: don't get upset if the prefix
field contains garbage after the first NUL character.

22 years agomarkup corrections
Fred Drake [Tue, 22 Apr 2003 18:54:53 +0000 (18:54 +0000)]
markup corrections

22 years agoDo a little more searching for the data file for the test: this allows
Fred Drake [Tue, 22 Apr 2003 18:15:05 +0000 (18:15 +0000)]
Do a little more searching for the data file for the test: this allows
using a build directory just inside the source directory and saving
just one copy of the test data in the source tree, rather than having
a copy in each build directory.

22 years agoMade MAX_UNTIL/MIN_UNTIL code more coherent about mark protection,
Gustavo Niemeyer [Tue, 22 Apr 2003 15:39:09 +0000 (15:39 +0000)]
Made MAX_UNTIL/MIN_UNTIL code more coherent about mark protection,
accordingly to further discussions with Greg Chapman in patch #712900.

22 years agoOnly produce a dotted module name when writing output to a separate
Jeremy Hylton [Tue, 22 Apr 2003 15:35:51 +0000 (15:35 +0000)]
Only produce a dotted module name when writing output to a separate
directory.

22 years ago- explain the start argument to sum()
Fred Drake [Tue, 22 Apr 2003 14:52:08 +0000 (14:52 +0000)]
- explain the start argument to sum()
- various adjustments to sum() markup and explanation

22 years agoIf not icon file is specified use the default Python Applet icons.
Jack Jansen [Tue, 22 Apr 2003 14:33:48 +0000 (14:33 +0000)]
If not icon file is specified use the default Python Applet icons.
Fixes 719303.

22 years agoFix some markup nits.
Fred Drake [Tue, 22 Apr 2003 14:30:53 +0000 (14:30 +0000)]
Fix some markup nits.

22 years agoOnly return a warning message about not all files being unpacked if there
Jack Jansen [Tue, 22 Apr 2003 13:56:19 +0000 (13:56 +0000)]
Only return a warning message about not all files being unpacked if there
were indeed files that weren't unpacked.

22 years agoAllow setting the auto dispose flag on window objects.
Jack Jansen [Tue, 22 Apr 2003 13:55:23 +0000 (13:55 +0000)]
Allow setting the auto dispose flag on window objects.

22 years agoHiding packages was done incorrectly. Fixed.
Jack Jansen [Tue, 22 Apr 2003 13:53:33 +0000 (13:53 +0000)]
Hiding packages was done incorrectly. Fixed.

22 years agoPyGILState cleanup was too early - destructors called via module cleanup may use...
Mark Hammond [Tue, 22 Apr 2003 11:18:00 +0000 (11:18 +0000)]
PyGILState cleanup was too early - destructors called via module cleanup may use the API.

22 years agoChange test_pwd and test_grp so they can handle duplicate user
Walter Dörwald [Tue, 22 Apr 2003 11:05:57 +0000 (11:05 +0000)]
Change test_pwd and test_grp so they can handle duplicate user
and group names. This should fix SF bug #724771.

22 years agofixed a potential refcount bug (thanks Raymond!).
Alex Martelli [Tue, 22 Apr 2003 09:24:48 +0000 (09:24 +0000)]
fixed a potential refcount bug (thanks Raymond!).

22 years agoAdding new built-in function sum, with docs and tests.
Alex Martelli [Tue, 22 Apr 2003 08:12:33 +0000 (08:12 +0000)]
Adding new built-in function sum, with docs and tests.

22 years agoImproved the bytecode optimizer.
Raymond Hettinger [Tue, 22 Apr 2003 06:49:11 +0000 (06:49 +0000)]
Improved the bytecode optimizer.
* Can now test for basic blocks.
* Optimize inverted comparisions.
* Optimize unary_not followed by a conditional jump.
* Added a new opcode, NOP, to keep code size constant.
* Applied NOP to previous transformations where appropriate.

Note, the NOP would not be necessary if other functions were
added to re-target jump addresses and update the co_lnotab mapping.
That would yield slightly faster and cleaner bytecode at the
expense of optimizer simplicity and of keeping it decoupled
from the line-numbering structure.

22 years agominor cleanups and whitespace normalisation
Andrew MacIntyre [Tue, 22 Apr 2003 03:21:42 +0000 (03:21 +0000)]
minor cleanups and whitespace normalisation

22 years agoGet test_capi & test_getargs2 to pass on alphas
Neal Norwitz [Tue, 22 Apr 2003 01:28:57 +0000 (01:28 +0000)]
Get test_capi & test_getargs2 to pass on alphas
  * UINT_MAX -> ULONG_MAX since we are dealing with longs
  * ParseTuple needs &int for 'i' and &long for 'l'
    There may be a better way to do this, but this works.

22 years agoAdd helper function to get module name taking packages into account.
Jeremy Hylton [Mon, 21 Apr 2003 22:49:17 +0000 (22:49 +0000)]
Add helper function to get module name taking packages into account.

22 years agoHolistic refactoring.
Jeremy Hylton [Mon, 21 Apr 2003 22:04:46 +0000 (22:04 +0000)]
Holistic refactoring.

Remove "." in coverage output for lines with comments.
Silence complaints in coverage output about unexecuted docstrings.

Eliminate use of inspect module in favor of direct access to frame and
code objects.  We're in a trace function here:  Efficiency counts!

Remove unused code.  Reflow long lines.

Remove backwards compatibility for stored trace output from Zooko's
experiment to add calledfuncs to the pickled dict.

Move code to generate per-file coverage stats to a separate routine.

Replace use of parser module with call to compile.

22 years agoAdd a useful docstring to enumerate.
Jeremy Hylton [Mon, 21 Apr 2003 20:26:25 +0000 (20:26 +0000)]
Add a useful docstring to enumerate.

22 years agoMakefile & config.c:
Andrew MacIntyre [Mon, 21 Apr 2003 14:33:04 +0000 (14:33 +0000)]
Makefile & config.c:
- restructure build for modules now in Python DLL

README.os2emx
- clean out old cruft no longer appropriate now that EMX port builds
  from CVS
- reflect move of modules into core DLL
- add section on building from source

22 years agoMakefile:
Andrew MacIntyre [Mon, 21 Apr 2003 14:28:01 +0000 (14:28 +0000)]
Makefile:
- add _csv module to the build list
- various cleanups

config.c:
- various cleanups

pyconfig.h:
- various cleanups

22 years agoapply Mark Hammond's PEP 311 changes to the EMX ripoff of the Windows
Andrew MacIntyre [Mon, 21 Apr 2003 14:22:36 +0000 (14:22 +0000)]
apply Mark Hammond's PEP 311 changes to the EMX ripoff of the Windows
popen[234]() code

22 years ago- DosSetExtLIBPATH objects to a NULL pointer, but a pointer to a NULL
Andrew MacIntyre [Mon, 21 Apr 2003 14:19:51 +0000 (14:19 +0000)]
- DosSetExtLIBPATH objects to a NULL pointer, but a pointer to a NULL
  string does what is expected (ie unset [BEGIN|END]LIBPATH)

- set the size of the DosQuerySysInfo buffer correctly; it was safe,
  but incorrect (allowing a 1 element overrun)

22 years agoTest suite for optparse. This is a slightly-edited copy of
Greg Ward [Mon, 21 Apr 2003 02:41:25 +0000 (02:41 +0000)]
Test suite for optparse.  This is a slightly-edited copy of
test/test_optik.py (rev 1.19) from the Optik CVS.

22 years agoUpdate to Optik 1.4.1; here are the relevant bits of the change log:
Greg Ward [Mon, 21 Apr 2003 02:40:34 +0000 (02:40 +0000)]
Update to Optik 1.4.1; here are the relevant bits of the change log:

  * Fixed some long-hidden bugs revealed by the new PyUnit-based
    test suite (thanks to Johannes Gijsbers the new test suite,
    improved tests that caught the bugs, and the bug fixes).

  * Make store_true/store_false store True/False rather than 1/0.

Details available in Optik's CVS repository.

22 years agoMore work on bug #672491 and patch #712900.
Gustavo Niemeyer [Sun, 20 Apr 2003 07:35:44 +0000 (07:35 +0000)]
More work on bug #672491 and patch #712900.

I've applied a modified version of Greg Chapman's patch. I've included
the fixes without introducing the reorganization mentioned, for the sake
of stability. Also, the second fix mentioned in the patch don't fix the
mentioned problem anymore, because of the change introduced by patch
#720991 (by Greg as well). The new fix wasn't complicated though, and is
included as well.

As a note. It seems that there are other places that require the
"protection" of LASTMARK_SAVE()/LASTMARK_RESTORE(), and are just waiting
for someone to find how to break them. Particularly, I belive that every
recursion of SRE_MATCH() should be protected by these macros. I won't
do that right now since I'm not completely sure about this, and we don't
have much time for testing until the next release.

22 years ago- Changed shlex.split() method to have more useful and
Gustavo Niemeyer [Sun, 20 Apr 2003 01:57:03 +0000 (01:57 +0000)]
- Changed shlex.split() method to have more useful and
  meaningful parameters.

22 years ago- Included examples documenting how the lastindex member of
Gustavo Niemeyer [Sun, 20 Apr 2003 01:48:59 +0000 (01:48 +0000)]
- Included examples documenting how the lastindex member of
  match objects work.

22 years agoFinally added a -h option to print the module docstring and exit. ;)
Barry Warsaw [Sun, 20 Apr 2003 00:59:24 +0000 (00:59 +0000)]
Finally added a -h option to print the module docstring and exit. ;)

22 years ago- Fixed bug #672491. This change restores the behavior of lastindex/lastgroup
Gustavo Niemeyer [Sun, 20 Apr 2003 00:45:13 +0000 (00:45 +0000)]
- Fixed bug #672491. This change restores the behavior of lastindex/lastgroup
  to be compliant with previous python versions, by backing out the changes
  made in revision 2.84 which affected this. The bugfix for backtracking is
  still maintained.

22 years agoPatch #553171: Add writeback parameter. Also add protocol parameter.
Martin v. Löwis [Sat, 19 Apr 2003 20:59:03 +0000 (20:59 +0000)]
Patch #553171: Add writeback parameter. Also add protocol parameter.

22 years agohandle_system_exit(): This leaked the current exception info, in
Tim Peters [Sat, 19 Apr 2003 18:47:02 +0000 (18:47 +0000)]
handle_system_exit():  This leaked the current exception info, in
particular leaving the traceback object (and everything reachable
from it) alive throughout shutdown.  The patch is mostly from Guido.

Bugfix candidate.

22 years agoDocstring clarifications.
Tim Peters [Sat, 19 Apr 2003 18:21:04 +0000 (18:21 +0000)]
Docstring clarifications.

22 years ago- bool() called without arguments now returns False rather than
Guido van Rossum [Sat, 19 Apr 2003 18:15:10 +0000 (18:15 +0000)]
- bool() called without arguments now returns False rather than
  raising an exception.  This is consistent with calling the
  constructors for the other builtin types -- called without argument
  they all return the false value of that type.  (SF patch #724135)
  Thanks to Alex Martelli.

22 years ago- Several methods of nntplib.NNTP have grown an optional file argument
Guido van Rossum [Sat, 19 Apr 2003 18:04:57 +0000 (18:04 +0000)]
- Several methods of nntplib.NNTP have grown an optional file argument
  which specifies a file where to divert the command's output
  (already supported by the body() method).  (SF patch #720468)
  Thanks to Terry Carroll.

22 years agoNew PyGILState_ API - implements pep 311, from patch 684256.
Mark Hammond [Sat, 19 Apr 2003 15:41:53 +0000 (15:41 +0000)]
New PyGILState_ API - implements pep 311, from patch 684256.

22 years agoMention the bz2 module
Andrew M. Kuchling [Sat, 19 Apr 2003 15:38:47 +0000 (15:38 +0000)]
Mention the bz2 module
Various rewrites

22 years agoNew file.
Martin v. Löwis [Sat, 19 Apr 2003 12:57:57 +0000 (12:57 +0000)]
New file.

22 years agoFully support 32-bit codes. Enable BIGCHARSET in UCS-4 builds.
Martin v. Löwis [Sat, 19 Apr 2003 12:56:08 +0000 (12:56 +0000)]
Fully support 32-bit codes. Enable BIGCHARSET in UCS-4 builds.

22 years agoPatch #681152: Support escaped Unicode characters in classes. Fixes #612074.
Martin v. Löwis [Sat, 19 Apr 2003 08:37:24 +0000 (08:37 +0000)]
Patch #681152: Support escaped Unicode characters in classes. Fixes #612074.
Will backport to 2.2.

22 years agoPatch #716969: Detect thread creation failure. Will backport to 2.2.
Martin v. Löwis [Sat, 19 Apr 2003 07:44:52 +0000 (07:44 +0000)]
Patch #716969: Detect thread creation failure. Will backport to 2.2.

22 years agoMake _strptime escape regex syntax in format string to prevent use in internal regex.
Brett Cannon [Sat, 19 Apr 2003 04:00:56 +0000 (04:00 +0000)]
Make _strptime escape regex syntax in format string to prevent use in internal regex.

22 years agoas_string(): Added some text to the docstring to make it clear that
Barry Warsaw [Fri, 18 Apr 2003 23:04:35 +0000 (23:04 +0000)]
as_string(): Added some text to the docstring to make it clear that
it's a convenience only and give hints on what to do for more
flexibility.

22 years agoAdded some more documentation to as_string() to make it clear that
Barry Warsaw [Fri, 18 Apr 2003 23:03:53 +0000 (23:03 +0000)]
Added some more documentation to as_string() to make it clear that
it's a convenience only.  Give an example of what to do for more
flexibility.

22 years agoChange email address.
Martin v. Löwis [Fri, 18 Apr 2003 22:04:34 +0000 (22:04 +0000)]
Change email address.

22 years agoFix spelling of cedillas.
Martin v. Löwis [Fri, 18 Apr 2003 21:48:56 +0000 (21:48 +0000)]
Fix spelling of cedillas.

22 years agoCorrect methoddesc environments.
Martin v. Löwis [Fri, 18 Apr 2003 21:48:13 +0000 (21:48 +0000)]
Correct methoddesc environments.

22 years agoAdd lib/libstringprep.tex lib/libdocxmlrpc.tex.
Martin v. Löwis [Fri, 18 Apr 2003 21:45:26 +0000 (21:45 +0000)]
Add lib/libstringprep.tex lib/libdocxmlrpc.tex.

22 years agoPatch #536883: SimpleXMLRPCServer auto-docing subclass.
Martin v. Löwis [Fri, 18 Apr 2003 21:04:39 +0000 (21:04 +0000)]
Patch #536883: SimpleXMLRPCServer auto-docing subclass.

22 years agoSkip nameprep test 3.43, as we do allow unassigned characters. The test
Martin v. Löwis [Fri, 18 Apr 2003 20:21:00 +0000 (20:21 +0000)]
Skip nameprep test 3.43, as we do allow unassigned characters. The test
fails only in UCS-2 mode, since it tests a non-BMP character.