]> granicus.if.org Git - python/log
python
21 years agoFix some digicool addresses I noticed
Andrew M. Kuchling [Thu, 8 Jan 2004 15:01:08 +0000 (15:01 +0000)]
Fix some digicool addresses I noticed

21 years agoadd link to the red-dove.com page about the logging package
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

21 years agoadd new reference macro: \seelink
Fred Drake [Thu, 8 Jan 2004 14:57:27 +0000 (14:57 +0000)]
add new reference macro: \seelink

21 years agoSF bug #872461: list.extend() described as experimental
Raymond Hettinger [Thu, 8 Jan 2004 00:31:50 +0000 (00:31 +0000)]
SF bug #872461:  list.extend() described as experimental

21 years ago__all__: Remove freenet_b64encode and freenet_b64decode.
Barry Warsaw [Wed, 7 Jan 2004 22:32:12 +0000 (22:32 +0000)]
__all__: Remove freenet_b64encode and freenet_b64decode.

21 years agoAdd the _bisectmodule.c source file to the pythoncore project - seems to have been...
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.

21 years agoUpdate information about building bsddb, particularly re with and without
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.

21 years agoSF Patch #864863: Bisect C implementation
Raymond Hettinger [Mon, 5 Jan 2004 10:13:35 +0000 (10:13 +0000)]
SF Patch #864863:  Bisect C implementation
(Contributed by Dmitry Vasiliev.)

21 years agoSmall correction to example
Raymond Hettinger [Mon, 5 Jan 2004 08:15:20 +0000 (08:15 +0000)]
Small correction to example

21 years ago* Add various updates reflecting the last two weeks of checkins:
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.

21 years ago[SF #866875] Add a specialized routine for one character
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().

21 years agoAllow passing NULL pointers by passing None. This also works for the
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.

21 years agoShow how to re-enable GC during timings.
Raymond Hettinger [Sun, 4 Jan 2004 21:19:18 +0000 (21:19 +0000)]
Show how to re-enable GC during timings.

21 years agoFIx unicodefilename support of posix.uname(). This fixes test_unicode_file
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.

21 years agoExercise sorted() where possible
Raymond Hettinger [Sun, 4 Jan 2004 11:14:51 +0000 (11:14 +0000)]
Exercise sorted() where possible

21 years agoApply pre-sizing optimization to a broader class of objects.
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.

21 years agoBump build number
Martin v. Löwis [Sun, 4 Jan 2004 09:58:33 +0000 (09:58 +0000)]
Bump build number

21 years agoApply map/zip pre-sizing optimization to a broader class of objects.
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.

21 years agoApply tuple/list pre-sizing optimization to a broader class of objects.
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.

21 years agoConvert return value to boolean.
Raymond Hettinger [Sun, 4 Jan 2004 04:00:13 +0000 (04:00 +0000)]
Convert return value to boolean.

21 years agoSF patch #868736: Disable GC for timeit
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.

21 years agoFix small factual error.
Raymond Hettinger [Sun, 4 Jan 2004 03:11:45 +0000 (03:11 +0000)]
Fix small factual error.

21 years agoUpdate to record .pyd files removed for Python 2.4.
Tim Peters [Sun, 4 Jan 2004 03:00:51 +0000 (03:00 +0000)]
Update to record .pyd files removed for Python 2.4.

21 years agoThat's it -- works as well under VC6 as it ever did now.
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.

21 years agoThe _tkinter subproject works with VC6 again.
Tim Peters [Sun, 4 Jan 2004 02:32:53 +0000 (02:32 +0000)]
The _tkinter subproject works with VC6 again.

21 years agoThe bz2 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.

21 years agoThe _ssl subproject may <heh> be working w/ 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.

21 years agoThe _bsddb subproject works again under VC6.
Tim Peters [Sun, 4 Jan 2004 02:12:55 +0000 (02:12 +0000)]
The _bsddb subproject works again under VC6.

21 years agoRemoved dead text about MS subprojects that no longer exist.
Tim Peters [Sun, 4 Jan 2004 02:04:35 +0000 (02:04 +0000)]
Removed dead text about MS subprojects that no longer exist.

21 years agoGetting closer (but not yet there) to being able to compile under VC6
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

21 years agoDocumentation for new RFC 3548 functions.
Barry Warsaw [Sun, 4 Jan 2004 01:14:01 +0000 (01:14 +0000)]
Documentation for new RFC 3548 functions.

21 years agoAdd note about new base64.py module support for RFC 3548.
Barry Warsaw [Sun, 4 Jan 2004 01:13:43 +0000 (01:13 +0000)]
Add note about new base64.py module support for RFC 3548.

21 years agoMore complete code coverage, including testing the new RFC 3548 support.
Barry Warsaw [Sun, 4 Jan 2004 01:13:02 +0000 (01:13 +0000)]
More complete code coverage, including testing the new RFC 3548 support.

21 years agoAdded more complete RFC 3548 support for Base64, Base32, and Base16
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.

21 years agoCosmetic fix for wrongly indented tabs with ts=4.
Hye-Shik Chang [Sat, 3 Jan 2004 19:35:43 +0000 (19:35 +0000)]
Cosmetic fix for wrongly indented tabs with ts=4.

21 years agoAdded interfaces for most of the stuff in QuickTimeComponents.h.
Jack Jansen [Sat, 3 Jan 2004 17:23:27 +0000 (17:23 +0000)]
Added interfaces for most of the stuff in QuickTimeComponents.h.

21 years agoTons of changes to get this closer to being buildable from this directory;
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.

21 years agoAdded support for ImageCompression.h APIs.
Jack Jansen [Fri, 2 Jan 2004 23:51:22 +0000 (23:51 +0000)]
Added support for ImageCompression.h APIs.

21 years agoUpdated for QuickTime 6.0, Universal Header 3.4.2.
Jack Jansen [Fri, 2 Jan 2004 23:27:42 +0000 (23:27 +0000)]
Updated for QuickTime 6.0, Universal Header 3.4.2.

21 years agoAdd comment to mollify Tim.
Jeremy Hylton [Fri, 2 Jan 2004 23:25:32 +0000 (23:25 +0000)]
Add comment to mollify Tim.

21 years agoMove VC6 project files here.
Martin v. Löwis [Fri, 2 Jan 2004 21:15:07 +0000 (21:15 +0000)]
Move VC6 project files here.

21 years agoUpdate build procedure to VC 7.1; make more modules builtin.
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.

21 years agoUpdate build procedure to VC 7.1.
Martin v. Löwis [Fri, 2 Jan 2004 21:13:59 +0000 (21:13 +0000)]
Update build procedure to VC 7.1.

21 years agoUpdate build procedure to VC 7.1 and newer versions of several packages.
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.

21 years agoThe script now takes an optional command-line argument to specify how many
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).

21 years ago[Bug #812325 ] tarfile.close() can write out more bytes to the output
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.

21 years agolist the Python Software Foundation on all the documents
Fred Drake [Fri, 2 Jan 2004 06:57:50 +0000 (06:57 +0000)]
list the Python Software Foundation on all the documents

21 years agoPythonLabs --> Python Software Foundation
Fred Drake [Fri, 2 Jan 2004 06:52:06 +0000 (06:52 +0000)]
PythonLabs --> Python Software Foundation

21 years ago- Print correct exception even if source file changed since shell was
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

21 years agoUse 'input' as variable name, even though it shadows a built-in
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

21 years agoin the section "The interpreter stack":
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)

21 years agoAdd sets to list of picklable objects.
Raymond Hettinger [Thu, 1 Jan 2004 05:53:51 +0000 (05:53 +0000)]
Add sets to list of picklable objects.

21 years agoclean up indexing for None, NotImplemented
Fred Drake [Thu, 1 Jan 2004 05:43:53 +0000 (05:43 +0000)]
clean up indexing for None, NotImplemented
closes SF bug #820344

21 years agofix reference to File Object documentation
Fred Drake [Thu, 1 Jan 2004 03:41:27 +0000 (03:41 +0000)]
fix reference to File Object documentation
closes SF bug #825810

21 years agoSF Patch 681780: Faster commonprefix (OS independent)
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

21 years agoSF patch #859286: documentation bool change fix
Raymond Hettinger [Wed, 31 Dec 2003 18:37:28 +0000 (18:37 +0000)]
SF patch #859286:  documentation bool change fix
(Contributed by George Yoshida.)

21 years ago* Simplify and speedup logic for tp_print.
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.

21 years agouse conventional whitespace in interactive example
Fred Drake [Wed, 31 Dec 2003 07:41:52 +0000 (07:41 +0000)]
use conventional whitespace in interactive example

21 years agoCorrect misrepresentation of print (it uses str(), not `...` for
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.

21 years ago- general markup cleanup
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

21 years agogeneral markup improvements
Fred Drake [Wed, 31 Dec 2003 05:01:23 +0000 (05:01 +0000)]
general markup improvements

21 years ago- add link to the datetime module
Fred Drake [Wed, 31 Dec 2003 04:52:36 +0000 (04:52 +0000)]
- add link to the datetime module

21 years ago- update description of isleap()
Fred Drake [Wed, 31 Dec 2003 04:51:56 +0000 (04:51 +0000)]
- update description of isleap()
- add link to the datetime module

21 years ago- use the same markup for the deprecation as for that of
Fred Drake [Wed, 31 Dec 2003 04:41:47 +0000 (04:41 +0000)]
- use the same markup for the deprecation as for that of
  file.xreadlines()

21 years ago- add a "See also" reference to the doctest module
Fred Drake [Wed, 31 Dec 2003 04:34:50 +0000 (04:34 +0000)]
- add a "See also" reference to the doctest module
- slightly simplify a couple of examples
- clean up some markup

21 years agoStrengthen the test for hash effectiveness
Raymond Hettinger [Wed, 31 Dec 2003 02:01:33 +0000 (02:01 +0000)]
Strengthen the test for hash effectiveness

21 years agoVarious fixups:
Raymond Hettinger [Wed, 31 Dec 2003 01:59:18 +0000 (01:59 +0000)]
Various fixups:
* Add comment on the future of the sets module.
* Change a variable from "input" to "data" to avoid shadowing a builtin.
* Added possible applications for str.rsplit() and itertools.tee().
* Repaired the example for sorted().
* Cleaned-up the example for operator.itemgetter().

21 years agofix truly evil markup typo
Fred Drake [Tue, 30 Dec 2003 23:08:14 +0000 (23:08 +0000)]
fix truly evil markup typo

21 years agominor cleanup of example
Fred Drake [Tue, 30 Dec 2003 23:01:19 +0000 (23:01 +0000)]
minor cleanup of example

21 years ago- we *really* don't care about Python 1.5 alphas any more!
Fred Drake [Tue, 30 Dec 2003 22:51:32 +0000 (22:51 +0000)]
- we *really* don't care about Python 1.5 alphas any more!
- note the interpreter's -S option

21 years agofix a variety of markup bugs
Fred Drake [Tue, 30 Dec 2003 22:21:18 +0000 (22:21 +0000)]
fix a variety of markup bugs

21 years agowork around whitespace bugs in the HTML version
Fred Drake [Tue, 30 Dec 2003 22:17:16 +0000 (22:17 +0000)]
work around whitespace bugs in the HTML version

21 years agofix markup errors
Fred Drake [Tue, 30 Dec 2003 20:48:59 +0000 (20:48 +0000)]
fix markup errors

21 years agolots of markup adjustments
Fred Drake [Tue, 30 Dec 2003 20:36:20 +0000 (20:36 +0000)]
lots of markup adjustments

21 years agomarkup fix
Fred Drake [Tue, 30 Dec 2003 17:17:17 +0000 (17:17 +0000)]
markup fix

21 years agoFixes to support CJKCodecs as per SF bug #852347. Actually, this
Barry Warsaw [Tue, 30 Dec 2003 16:52:25 +0000 (16:52 +0000)]
Fixes to support CJKCodecs as per SF bug #852347.  Actually, this
patch removes dependencies on the old unsupported KoreanCodecs package
and the alternative JapaneseCodecs package.  Since both of those
provide aliases for their codecs, this removal just makes the generic
codec names work.

We needed to make slight changes to __init__() as well.

This will be backported to Python 2.3 when its branch freeze is over.

21 years agoBump version number to 2.5.5
Barry Warsaw [Tue, 30 Dec 2003 16:49:40 +0000 (16:49 +0000)]
Bump version number to 2.5.5

21 years agoremove ancient cruft
Fred Drake [Tue, 30 Dec 2003 16:44:45 +0000 (16:44 +0000)]
remove ancient cruft

21 years ago- make "--" in code text not get converted to "-"
Fred Drake [Tue, 30 Dec 2003 16:19:28 +0000 (16:19 +0000)]
- make "--" in code text not get converted to "-"
- fix minor typo in comment

21 years ago- remove crufty markup that's no longer needed to make the
Fred Drake [Tue, 30 Dec 2003 16:18:23 +0000 (16:18 +0000)]
- remove crufty markup that's no longer needed to make the
  presentation work right (and didn't work anyway)
- fix minor typo

21 years agouse consistent email address for Tim
Fred Drake [Tue, 30 Dec 2003 16:15:35 +0000 (16:15 +0000)]
use consistent email address for Tim

21 years ago- update Tim's email address
Fred Drake [Tue, 30 Dec 2003 16:12:27 +0000 (16:12 +0000)]
- update Tim's email address
- remove spurious blank lines

21 years agoAdd IPV6_ socket options from RFCs 3493 and 3542. Fixes #867012.
Martin v. Löwis [Tue, 30 Dec 2003 11:14:01 +0000 (11:14 +0000)]
Add IPV6_ socket options from RFCs 3493 and 3542. Fixes #867012.

21 years agoFix gcc 3.3 warnings related to Py_UNICODE_WIDE.
Hye-Shik Chang [Mon, 29 Dec 2003 01:36:01 +0000 (01:36 +0000)]
Fix gcc 3.3 warnings related to Py_UNICODE_WIDE.

21 years agocomplete backout of listobject.c v2.171
Andrew MacIntyre [Sun, 28 Dec 2003 07:43:56 +0000 (07:43 +0000)]
complete backout of listobject.c v2.171

21 years agoRevert previous two checkins to repair test failure.
Jeremy Hylton [Fri, 26 Dec 2003 19:05:04 +0000 (19:05 +0000)]
Revert previous two checkins to repair test failure.

The special-case code that was removed could return a value indicating
success but leave an exception set.  test_fileinput failed in a debug
build as a result.

21 years agoFix name problem in previous checkin: Dict not List
Jeremy Hylton [Fri, 26 Dec 2003 17:17:49 +0000 (17:17 +0000)]
Fix name problem in previous checkin: Dict not List

21 years agoAt 2.2, the Py<type>_Check() family of API functions (macros) changed
Andrew MacIntyre [Fri, 26 Dec 2003 00:20:53 +0000 (00:20 +0000)]
At 2.2, the Py<type>_Check() family of API functions (macros) changed
semantics to include subtypes.  Most concrete object APIs then had
a Py<type>_CheckExact() macro added to test for an object's type
not including subtypes.

The PyDict_CheckExact() macro wasn't created at that time, so I've added
it for API completeness/symmetry - even though nobody has complained
about its absence in the time since 2.2 was released.

Not a backport candidate.

21 years agoreverting 2.29: the patch was Ok, but the commit msg wrong
Andrew MacIntyre [Fri, 26 Dec 2003 00:19:28 +0000 (00:19 +0000)]
reverting 2.29: the patch was Ok, but the commit msg wrong

21 years agouse the correct macro to access list size
Andrew MacIntyre [Fri, 26 Dec 2003 00:09:04 +0000 (00:09 +0000)]
use the correct macro to access list size

21 years agoAt 2.2, the Py<type>_Check() family of API functions (macros) changed
Andrew MacIntyre [Fri, 26 Dec 2003 00:07:51 +0000 (00:07 +0000)]
At 2.2, the Py<type>_Check() family of API functions (macros) changed
semantics to include subtypes.  Most concrete object APIs then had
a Py<type>_CheckExact() macro added to test for an object's type
not including subtypes.

The PyDict_CheckExact() macro wasn't created at that time, so I've added
it for API completeness/symmetry - even though nobody has complained
about its absence in the time since 2.2 was released.

Not a backport candidate.

21 years agoThe semantics of PyList_Check() and PyDict_Check() changed at 2.2, along
Andrew MacIntyre [Fri, 26 Dec 2003 00:02:23 +0000 (00:02 +0000)]
The semantics of PyList_Check() and PyDict_Check() changed at 2.2, along
with most other concrete object checks, but the docs weren't brought into
line.

PyList_CheckExact() was added at 2.2 but never documented.

backport candidate.

21 years agoThe semantics of PyList_Check() and PyDict_Check() changed at 2.2, along
Andrew MacIntyre [Thu, 25 Dec 2003 23:57:52 +0000 (23:57 +0000)]
The semantics of PyList_Check() and PyDict_Check() changed at 2.2, along
with most other concrete object checks, but the docs weren't brought into
line.

PyList_CheckExact() was added at 2.2 but never documented.

backport candidate.

21 years agoPerformance of list([]) in 2.3 came up in a thread on comp.lang.python,
Andrew MacIntyre [Thu, 25 Dec 2003 13:28:48 +0000 (13:28 +0000)]
Performance of list([]) in 2.3 came up in a thread on comp.lang.python,
which can be reviewed via
http://coding.derkeiler.com/Archive/Python/comp.lang.python/2003-12/1011.html

Duncan Booth investigated, and discovered that an "optimisation" was
in fact a pessimisation for small numbers of elements in a source list,
compared to not having the optimisation, although with large numbers
of elements in the source list the optimisation was quite beneficial.

He posted his change to comp.lang.python (but not to SF).

Further research has confirmed his assessment that the optimisation only
becomes a net win when the source list has more than 100 elements.

I also found that the optimisation could apply to tuples as well,
but the gains only arrive with source tuples larger than about 320
elements and are nowhere near as significant as the gains with lists,
(~95% gain @ 10000 elements for lists, ~20% gain @ 10000 elements for
tuples) so I haven't proceeded with this.

The code as it was applied the optimisation to list subclasses as
well, and this also appears to be a net loss for all reasonable sized
sources (~80-100% for up to 100 elements, ~20% for more than 500
elements; I tested up to 10000 elements).

Duncan also suggested special casing empty lists, which I've extended
to all empty sequences.

On the basis that list_fill() is only ever called with a list for the
result argument, testing for the source being the destination has
now happens before testing source types.

21 years agoadd definitions required for expat 1.95.7
Andrew MacIntyre [Thu, 25 Dec 2003 13:25:20 +0000 (13:25 +0000)]
add definitions required for expat 1.95.7

21 years ago[Bug #850823] Fix broken link
Andrew M. Kuchling [Tue, 23 Dec 2003 17:04:35 +0000 (17:04 +0000)]
[Bug #850823] Fix broken link

21 years ago[Bug #850818] Accept Gregory H. Ball's suggested rewrite of a confusing description
Andrew M. Kuchling [Tue, 23 Dec 2003 17:01:38 +0000 (17:01 +0000)]
[Bug #850818] Accept Gregory H. Ball's suggested rewrite of a confusing description

21 years ago[Bug #857821] Remove mention of deprecated string.{atol,atof} functions. (Patch...
Andrew M. Kuchling [Tue, 23 Dec 2003 16:53:34 +0000 (16:53 +0000)]
[Bug #857821] Remove mention of deprecated string.{atol,atof} functions.  (Patch from Gerrit Holl)

21 years agoFix silly typo
Andrew M. Kuchling [Tue, 23 Dec 2003 16:46:41 +0000 (16:46 +0000)]
Fix silly typo

21 years agoAs part of fixing bug #829532, add a test case that exercises os.makedirs
Andrew M. Kuchling [Tue, 23 Dec 2003 16:36:11 +0000 (16:36 +0000)]
As part of fixing bug #829532, add a test case that exercises os.makedirs