]> granicus.if.org Git - python/log
python
18 years agoPatch #1490190: posixmodule now includes os.chflags() and os.lchflags()
Martin v. Löwis [Mon, 19 Feb 2007 10:55:19 +0000 (10:55 +0000)]
Patch #1490190: posixmodule now includes os.chflags() and os.lchflags()
functions on platforms where the underlying system calls are available.

18 years agoMoved misplaced news item.
Lars Gustäbel [Mon, 19 Feb 2007 09:54:47 +0000 (09:54 +0000)]
Moved misplaced news item.

18 years agoProvide an example of defaultdict with non-zero constant factory function.
Raymond Hettinger [Mon, 19 Feb 2007 09:14:10 +0000 (09:14 +0000)]
Provide an example of defaultdict with non-zero constant factory function.

18 years agoAdd test for merge stability
Raymond Hettinger [Mon, 19 Feb 2007 07:30:21 +0000 (07:30 +0000)]
Add test for merge stability

18 years agoUse C heapreplace() instead of slower _siftup() in pure python.
Raymond Hettinger [Mon, 19 Feb 2007 06:59:32 +0000 (06:59 +0000)]
Use C heapreplace() instead of slower _siftup() in pure python.

18 years agoAdd tie-breaker count to preserve sort stability.
Raymond Hettinger [Mon, 19 Feb 2007 05:28:28 +0000 (05:28 +0000)]
Add tie-breaker count to preserve sort stability.

18 years agoAdd merge() function to heapq.
Raymond Hettinger [Mon, 19 Feb 2007 04:08:43 +0000 (04:08 +0000)]
Add merge() function to heapq.

18 years agoExtend work on revision 52962: Eliminate redundant calls to PyObject_Hash().
Raymond Hettinger [Mon, 19 Feb 2007 02:03:19 +0000 (02:03 +0000)]
Extend work on revision 52962:  Eliminate redundant calls to PyObject_Hash().

18 years agoMinor fix for currentframe (SF #1652788).
Vinay Sajip [Fri, 16 Feb 2007 22:36:24 +0000 (22:36 +0000)]
Minor fix for currentframe (SF #1652788).

18 years agoMake the __import__ call in encodings.__init__ absolute with a level 0 call.
Brett Cannon [Fri, 16 Feb 2007 19:33:01 +0000 (19:33 +0000)]
Make the __import__ call in encodings.__init__ absolute with a level 0 call.

18 years agoUpdate the encoding package's search function to use absolute imports when
Brett Cannon [Thu, 15 Feb 2007 22:54:39 +0000 (22:54 +0000)]
Update the encoding package's search function to use absolute imports when
calling __import__.  This helps make the expected search locations for encoding
modules be more explicit.

One could use an explicit value for __path__ when making the call to __import__
to force the exact location searched for encodings.  This would give the most
strict search path possible if one is worried about malicious code being
imported.  The unfortunate side-effect of that is that if __path__ was modified
on 'encodings' on purpose in a safe way it would not be picked up in future
__import__ calls.

18 years agoAdd missing \versionadded.
Georg Brandl [Thu, 15 Feb 2007 11:29:55 +0000 (11:29 +0000)]
Add missing \versionadded.

18 years agoPatch #1494140: Add documentation for the new struct.Struct object.
Georg Brandl [Thu, 15 Feb 2007 11:29:04 +0000 (11:29 +0000)]
Patch #1494140: Add documentation for the new struct.Struct object.

18 years agoMake functools.wraps() docs a bit clearer.
Georg Brandl [Thu, 15 Feb 2007 10:37:59 +0000 (10:37 +0000)]
Make functools.wraps() docs a bit clearer.

18 years agoPatch #1397848: add the reasoning behind no-resize-on-shrinkage.
Martin v. Löwis [Thu, 15 Feb 2007 09:51:35 +0000 (09:51 +0000)]
Patch #1397848: add the reasoning behind no-resize-on-shrinkage.

18 years agoA missing binary mode in AppendTest caused failures in Windows
Lars Gustäbel [Wed, 14 Feb 2007 14:45:12 +0000 (14:45 +0000)]
A missing binary mode in AppendTest caused failures in Windows
Buildbot.

18 years agoIgnore directory time stamps when considering
Martin v. Löwis [Wed, 14 Feb 2007 11:30:56 +0000 (11:30 +0000)]
Ignore directory time stamps when considering
whether to rerun libffi configure.

18 years agoUpdate 1432399 to removal of _BT_SOCKADDR_MEMB.
Martin v. Löwis [Wed, 14 Feb 2007 11:30:07 +0000 (11:30 +0000)]
Update 1432399 to removal of _BT_SOCKADDR_MEMB.

18 years agoPatch #1432399: Add HCI sockets.
Martin v. Löwis [Wed, 14 Feb 2007 10:07:37 +0000 (10:07 +0000)]
Patch #1432399: Add HCI sockets.

18 years agoStrip the '.gz' extension from the filename that is written to the
Lars Gustäbel [Tue, 13 Feb 2007 16:24:00 +0000 (16:24 +0000)]
Strip the '.gz' extension from the filename that is written to the
gzip header.

18 years agoPatch #1647484: Renamed GzipFile's filename attribute to name. The
Lars Gustäbel [Tue, 13 Feb 2007 16:09:24 +0000 (16:09 +0000)]
Patch #1647484: Renamed GzipFile's filename attribute to name. The
filename attribute is still accessible as a property that emits a
DeprecationWarning.

18 years agoPatch #1657276: Make NETLINK_DNRTMSG conditional.
Martin v. Löwis [Tue, 13 Feb 2007 12:14:19 +0000 (12:14 +0000)]
Patch #1657276: Make NETLINK_DNRTMSG conditional.
Will backport.

18 years agoBug #1658794: Remove extraneous 'this'.
Martin v. Löwis [Tue, 13 Feb 2007 12:08:24 +0000 (12:08 +0000)]
Bug #1658794: Remove extraneous 'this'.
Will backport to 2.5.

18 years agoPatch #1517891: Make 'a' create the file if it doesn't exist.
Martin v. Löwis [Tue, 13 Feb 2007 10:10:39 +0000 (10:10 +0000)]
Patch #1517891: Make 'a' create the file if it doesn't exist.
Fixes #1514451.

18 years agoPatch #698833: Support file decryption in zipfile.
Martin v. Löwis [Tue, 13 Feb 2007 09:49:38 +0000 (09:49 +0000)]
Patch #698833: Support file decryption in zipfile.

18 years agoPatch #685268: Consider a package's __path__ in imputil.
Martin v. Löwis [Tue, 13 Feb 2007 08:34:45 +0000 (08:34 +0000)]
Patch #685268: Consider a package's __path__ in imputil.
Will backport.

18 years agoFix the line to what is my guess at the original author's meaning.
Armin Rigo [Mon, 12 Feb 2007 16:23:24 +0000 (16:23 +0000)]
Fix the line to what is my guess at the original author's meaning.
(The line has no effect anyway, but is present because it's
customary call the base class __init__).

18 years agoPatch 1463026: Support default namespace in XMLGenerator.
Martin v. Löwis [Mon, 12 Feb 2007 12:21:10 +0000 (12:21 +0000)]
Patch 1463026: Support default namespace in XMLGenerator.
Fixes #847665. Will backport.

18 years agoBug #1656581: Point out that external file objects are supposed to be
Lars Gustäbel [Mon, 12 Feb 2007 09:25:53 +0000 (09:25 +0000)]
Bug #1656581: Point out that external file objects are supposed to be
at position 0.

18 years agoModify Parser/asdl_c.py so that the __version__ number for Python/Python-ast.c
Brett Cannon [Mon, 12 Feb 2007 03:51:02 +0000 (03:51 +0000)]
Modify Parser/asdl_c.py so that the __version__ number for Python/Python-ast.c
is specified at the top of the file.  Also add a note that Python/Python-ast.c
needs to be committed separately after a change to the AST grammar to capture
the revision number of the change (which is what __version__ is set to).

18 years agoCheck in changed Python-ast.c from a cosmetic change to Python.asdl (in
Brett Cannon [Sun, 11 Feb 2007 19:44:41 +0000 (19:44 +0000)]
Check in changed Python-ast.c from a cosmetic change to Python.asdl (in
r53731).

18 years agofix trace.py --ignore-dir
Skip Montanaro [Sun, 11 Feb 2007 18:24:37 +0000 (18:24 +0000)]
fix trace.py --ignore-dir

18 years agoChange a very minor inconsistency (that is purely cosmetic) in the AST
Brett Cannon [Sun, 11 Feb 2007 05:36:00 +0000 (05:36 +0000)]
Change a very minor inconsistency (that is purely cosmetic) in the AST
definition.

18 years agoBug #1656078: typo in in profile docs.
Georg Brandl [Fri, 9 Feb 2007 18:48:41 +0000 (18:48 +0000)]
Bug #1656078: typo in in profile docs.

18 years agoUpdate broken link. Will backport to 2.5.
Martin v. Löwis [Fri, 9 Feb 2007 12:58:49 +0000 (12:58 +0000)]
Update broken link. Will backport to 2.5.

18 years agoBug #1600860: Search for shared python library in LIBDIR, not
Martin v. Löwis [Fri, 9 Feb 2007 12:36:48 +0000 (12:36 +0000)]
Bug #1600860: Search for shared python library in LIBDIR, not
lib/python/config, on "linux" and "gnu" systems.
Will backport.

18 years agoBug #1653736: Properly discard third argument to slot_nb_inplace_power.
Martin v. Löwis [Fri, 9 Feb 2007 12:19:32 +0000 (12:19 +0000)]
Bug #1653736: Properly discard third argument to slot_nb_inplace_power.
Will backport.

18 years agoCorrected some bugs in AutoComplete. Also, Page Up/Down in ACW implemented;
Kurt B. Kaiser [Thu, 8 Feb 2007 22:58:18 +0000 (22:58 +0000)]
Corrected some bugs in AutoComplete.  Also, Page Up/Down in ACW implemented;
mouse and cursor selection in ACWindow implemented; double Tab inserts current
selection and closes ACW (similar to double-click and Return); scroll wheel now
works in ACW.  Added AutoComplete instructions to IDLE Help.

18 years agoBug #1653736: Complain about keyword arguments to time.isoformat.
Martin v. Löwis [Thu, 8 Feb 2007 09:13:36 +0000 (09:13 +0000)]
Bug #1653736: Complain about keyword arguments to time.isoformat.
Will backport to 2.5.

18 years agoFix docstring bug
Raymond Hettinger [Thu, 8 Feb 2007 01:42:35 +0000 (01:42 +0000)]
Fix docstring bug

18 years agoBypass set specific optimizations for set and frozenset subclasses.
Raymond Hettinger [Thu, 8 Feb 2007 00:50:39 +0000 (00:50 +0000)]
Bypass set specific optimizations for set and frozenset subclasses.

18 years agoDo not let overflows in enumerate() and count() pass silently.
Raymond Hettinger [Thu, 8 Feb 2007 00:07:32 +0000 (00:07 +0000)]
Do not let overflows in enumerate() and count() pass silently.

18 years agoSilence compiler warning
Raymond Hettinger [Wed, 7 Feb 2007 23:49:03 +0000 (23:49 +0000)]
Silence compiler warning

18 years agoBug #1575169: operator.isSequenceType() now returns False for subclasses of dict.
Raymond Hettinger [Wed, 7 Feb 2007 22:24:07 +0000 (22:24 +0000)]
Bug #1575169: operator.isSequenceType() now returns False for subclasses of dict.

18 years agoCheck for a common user error with defaultdict().
Raymond Hettinger [Wed, 7 Feb 2007 21:42:17 +0000 (21:42 +0000)]
Check for a common user error with defaultdict().

18 years agoSF: 1397711 Set docs conflated immutable and hashable
Raymond Hettinger [Wed, 7 Feb 2007 21:04:20 +0000 (21:04 +0000)]
SF: 1397711 Set docs conflated immutable and hashable

18 years agoSF #1615701: make d.update(m) honor __getitem__() and keys() in dict subclasses
Raymond Hettinger [Wed, 7 Feb 2007 20:08:22 +0000 (20:08 +0000)]
SF #1615701:  make d.update(m) honor __getitem__() and keys() in dict subclasses

18 years agoHandle AttributeError during calltip lookup
Kurt B. Kaiser [Wed, 7 Feb 2007 08:07:13 +0000 (08:07 +0000)]
Handle AttributeError during calltip lookup

18 years ago[ 1621265 ] Auto-completion list placement
Kurt B. Kaiser [Wed, 7 Feb 2007 03:39:41 +0000 (03:39 +0000)]
1621265 ] Auto-completion list placement
Move AC window below input line unless not enough space, then put it above.
Patch: Tal Einat

18 years agonarrow exception per [ 1540849 ] except too broad
Kurt B. Kaiser [Tue, 6 Feb 2007 19:21:19 +0000 (19:21 +0000)]
narrow exception per [ 1540849 ] except too broad

18 years agoUpdated patch (CodeContext.061217.patch) to
Kurt B. Kaiser [Tue, 6 Feb 2007 19:09:43 +0000 (19:09 +0000)]
Updated patch (CodeContext.061217.patch) to
1362975 ] CodeContext - Improved text indentation
Tal Einat 16Dec06

18 years agoPatch #1652681: create nonexistent files in append mode and
Lars Gustäbel [Tue, 6 Feb 2007 18:38:13 +0000 (18:38 +0000)]
Patch #1652681: create nonexistent files in append mode and
allow appending to empty files.

18 years agoApplied patch 1124861.3.patch to solve bug #1124861: Automatically create pipes on...
Peter Astrand [Tue, 6 Feb 2007 15:37:50 +0000 (15:37 +0000)]
Applied patch 1124861.3.patch to solve bug #1124861: Automatically create pipes on Windows, if GetStdHandle fails. Will backport.

18 years agoClean up ModifiedInterpreter.runcode() structure
Kurt B. Kaiser [Tue, 6 Feb 2007 03:21:40 +0000 (03:21 +0000)]
Clean up ModifiedInterpreter.runcode() structure

18 years ago1. Calltips now 'handle' tuples in the argument list (display '<tuple>' :)
Kurt B. Kaiser [Mon, 5 Feb 2007 23:02:16 +0000 (23:02 +0000)]
1. Calltips now 'handle' tuples in the argument list (display '<tuple>' :)
   Suggested solution by Christos Georgiou, Bug 791968.
2. Clean up tests, were not failing when they should have been.
4. Remove some camelcase and an unneeded try/except block.

18 years agoAdd 'raw' support to configHandler. Patch 1650174 Tal Einat.
Kurt B. Kaiser [Mon, 5 Feb 2007 06:03:18 +0000 (06:03 +0000)]
Add 'raw' support to configHandler. Patch 1650174 Tal Einat.

18 years agoWe had several if statements checking the value of a fd. This is unsafe, since valid...
Peter Astrand [Fri, 2 Feb 2007 19:06:36 +0000 (19:06 +0000)]
We had several if statements checking the value of a fd. This is unsafe, since valid fds might be zero. We should check for not None instead.

18 years agoBug #1648179: set.update() not recognizing __iter__ overrides in dict subclasses.
Raymond Hettinger [Thu, 1 Feb 2007 21:02:59 +0000 (21:02 +0000)]
Bug #1648179:  set.update() not recognizing __iter__ overrides in dict subclasses.

18 years agoNo more raising of string exceptions!
Brett Cannon [Tue, 30 Jan 2007 21:34:36 +0000 (21:34 +0000)]
No more raising of string exceptions!

The next step of PEP 352 (for 2.6) causes raising a string exception to trigger
a TypeError.  Trying to catch a string exception raises a DeprecationWarning.
References to string exceptions has been removed from the docs since they are
now just an error.

18 years agoBug #1648191: typo in docs.
Georg Brandl [Tue, 30 Jan 2007 20:21:30 +0000 (20:21 +0000)]
Bug #1648191: typo in docs.

18 years agoWhitespace normalization.
Tim Peters [Tue, 30 Jan 2007 03:03:46 +0000 (03:03 +0000)]
Whitespace normalization.

18 years agoMore edits
Andrew M. Kuchling [Mon, 29 Jan 2007 21:28:48 +0000 (21:28 +0000)]
More edits

18 years agoVarious minor edits
Andrew M. Kuchling [Mon, 29 Jan 2007 20:55:40 +0000 (20:55 +0000)]
Various minor edits

18 years agoMinor edits to the curses HOWTO
Andrew M. Kuchling [Mon, 29 Jan 2007 20:21:43 +0000 (20:21 +0000)]
Minor edits to the curses HOWTO

18 years agoAdd a test for slicing an exception.
Brett Cannon [Mon, 29 Jan 2007 04:41:44 +0000 (04:41 +0000)]
Add a test for slicing an exception.

18 years agoUse the thread lock's context manager instead of a try/finally statement.
Brett Cannon [Sun, 28 Jan 2007 20:58:00 +0000 (20:58 +0000)]
Use the thread lock's context manager instead of a try/finally statement.

18 years agoBug #1645944: os.access now returns bool but docstring is not updated
Georg Brandl [Sat, 27 Jan 2007 19:38:50 +0000 (19:38 +0000)]
Bug #1645944: os.access now returns bool but docstring is not updated

18 years agoPatch #1634778: add missing encoding aliases for iso8859_15 and
Georg Brandl [Sat, 27 Jan 2007 17:59:42 +0000 (17:59 +0000)]
Patch #1634778: add missing encoding aliases for iso8859_15 and
iso8859_16.

18 years agoPatch #1638243: the compiler package is now able to correctly compile
Georg Brandl [Sat, 27 Jan 2007 17:43:02 +0000 (17:43 +0000)]
Patch #1638243: the compiler package is now able to correctly compile
a with statement; previously, executing code containing a with statement
compiled by the compiler package crashed the interpreter.

18 years agofix typo (extraneous ")")
Fred Drake [Fri, 26 Jan 2007 16:28:44 +0000 (16:28 +0000)]
fix typo (extraneous ")")

18 years agoRemove specific mention of my name and email address from modules. Not really
Brett Cannon [Thu, 25 Jan 2007 23:30:39 +0000 (23:30 +0000)]
Remove specific mention of my name and email address from modules.  Not really
needed and all bug reports should go to the bug tracker, not directly to me.
Plus I am not the only person to have edited these files at this point.

18 years agoFix time.strptime's %U support. Basically rewrote the algorithm to be more
Brett Cannon [Thu, 25 Jan 2007 20:22:02 +0000 (20:22 +0000)]
Fix time.strptime's %U support.  Basically rewrote the algorithm to be more
generic so that one only has to shift certain values based on whether the week
was specified to start on Monday or Sunday.  Cut out a lot of edge case code
compared to the previous version.  Also broke algorithm out into its own
function (that is private to the module).

Fixes bug #1643943 (thanks Biran Nahas for the report).

18 years agoAdd item
Andrew M. Kuchling [Thu, 25 Jan 2007 20:02:13 +0000 (20:02 +0000)]
Add item

18 years agoFix for #1643874: When calling SysAllocString, create a PyCObject
Thomas Heller [Thu, 25 Jan 2007 18:34:14 +0000 (18:34 +0000)]
Fix for #1643874: When calling SysAllocString, create a PyCObject
which will eventually call SysFreeString to free the BSTR resource.

18 years agoStrengthen warning about using lock()
Andrew M. Kuchling [Wed, 24 Jan 2007 20:06:41 +0000 (20:06 +0000)]
Strengthen warning about using lock()

18 years agoPort test_popen.py to unittest.
Walter Dörwald [Wed, 24 Jan 2007 00:42:19 +0000 (00:42 +0000)]
Port test_popen.py to unittest.

18 years agoFix crasher for when an object's __del__ creates a new weakref to itself.
Brett Cannon [Tue, 23 Jan 2007 23:21:22 +0000 (23:21 +0000)]
Fix crasher for when an object's __del__ creates a new weakref to itself.
Patch only fixes new-style classes; classic classes still buggy.

Closes bug #1377858.  Already backported.

18 years agoMake PyTraceBack_Here use the current thread, not the
Martin v. Löwis [Tue, 23 Jan 2007 21:11:47 +0000 (21:11 +0000)]
Make PyTraceBack_Here use the current thread, not the
frame's thread state. Fixes #1579370.
Will backport.

18 years agoAdd news entry about last checkin (oops.)
Thomas Wouters [Tue, 23 Jan 2007 13:50:49 +0000 (13:50 +0000)]
Add news entry about last checkin (oops.)

18 years agoSF patch #1630975: Fix crash when replacing sys.stdout in sitecustomize
Thomas Wouters [Tue, 23 Jan 2007 13:42:00 +0000 (13:42 +0000)]
SF patch #1630975: Fix crash when replacing sys.stdout in sitecustomize

When running the interpreter in an environment that would cause it to set
stdout/stderr/stdin's encoding, having a sitecustomize that would replace
them with something other than PyFile objects would crash the interpreter.
Fix it by simply ignoring the encoding-setting for non-files.

This could do with a test, but I can think of no maintainable and portable
way to test this bug, short of adding a sitecustomize.py to the buildsystem
and have it always run with it (hmmm....)

18 years agoPatch #1507247: tarfile.py: use current umask for intermediate
Lars Gustäbel [Tue, 23 Jan 2007 11:17:33 +0000 (11:17 +0000)]
Patch #1507247: tarfile.py: use current umask for intermediate
directories.

18 years agoBug #1627316: handle error in condition/ignore pdb commands more gracefully.
Georg Brandl [Mon, 22 Jan 2007 21:23:41 +0000 (21:23 +0000)]
Bug #1627316: handle error in condition/ignore pdb commands more gracefully.

18 years agoBug #1249573: fix rfc822.parsedate not accepting a certain date format
Georg Brandl [Mon, 22 Jan 2007 21:10:33 +0000 (21:10 +0000)]
Bug #1249573: fix rfc822.parsedate not accepting a certain date format

18 years agoMake comment match the code
Andrew M. Kuchling [Mon, 22 Jan 2007 20:27:50 +0000 (20:27 +0000)]
Make comment match the code

18 years agoImprove pattern used for mbox 'From' lines; add a simple test
Andrew M. Kuchling [Mon, 22 Jan 2007 20:26:40 +0000 (20:26 +0000)]
Improve pattern used for mbox 'From' lines; add a simple test

18 years agoUse new email module names (#1637162, #1637159, #1637157).
Georg Brandl [Mon, 22 Jan 2007 19:40:21 +0000 (19:40 +0000)]
Use new email module names (#1637162, #1637159, #1637157).

18 years agoPatch #1627441: close sockets properly in urllib2.
Georg Brandl [Sun, 21 Jan 2007 10:35:10 +0000 (10:35 +0000)]
Patch #1627441: close sockets properly in urllib2.

18 years agoBug #1486663: don't reject keyword arguments for subclasses of builtin
Georg Brandl [Sun, 21 Jan 2007 10:28:43 +0000 (10:28 +0000)]
Bug #1486663: don't reject keyword arguments for subclasses of builtin
types.

18 years agoPatch #1610575: Add support for _Bool to struct.
Martin v. Löwis [Sun, 21 Jan 2007 09:33:07 +0000 (09:33 +0000)]
Patch #1610575: Add support for _Bool to struct.

18 years agoPort test_new.py to unittest.
Walter Dörwald [Sat, 20 Jan 2007 23:07:28 +0000 (23:07 +0000)]
Port test_new.py to unittest.

18 years agoresource.RUSAGE_BOTH might not exist.
Walter Dörwald [Sat, 20 Jan 2007 19:03:17 +0000 (19:03 +0000)]
resource.RUSAGE_BOTH might not exist.

18 years agoAdd argument tests an calls of resource.getrusage().
Walter Dörwald [Sat, 20 Jan 2007 18:19:33 +0000 (18:19 +0000)]
Add argument tests an calls of resource.getrusage().

18 years agoPort test_resource.py to unittest.
Walter Dörwald [Sat, 20 Jan 2007 17:28:31 +0000 (17:28 +0000)]
Port test_resource.py to unittest.

18 years agoMerge 53501 and 53502 from 25 branch:
Martin v. Löwis [Sat, 20 Jan 2007 14:05:39 +0000 (14:05 +0000)]
Merge 53501 and 53502 from 25 branch:
Add /GS- for AMD64 and Itanium builds where missing.

18 years agoSF# 1635892: Fix docs for betavariate's input parameters .
Raymond Hettinger [Fri, 19 Jan 2007 18:07:18 +0000 (18:07 +0000)]
SF# 1635892:  Fix docs for betavariate's input parameters .

18 years agoAdd UUIDs for 2.5.1 and 2.5.2
Martin v. Löwis [Fri, 19 Jan 2007 18:01:38 +0000 (18:01 +0000)]
Add UUIDs for 2.5.1 and 2.5.2

18 years agoPrefix AST symbols with _Py_. Fixes #1637022.
Martin v. Löwis [Fri, 19 Jan 2007 06:42:22 +0000 (06:42 +0000)]
Prefix AST symbols with _Py_. Fixes #1637022.
Will backport.

18 years agoSF #1635217, Fix unbalanced paren
Neal Norwitz [Fri, 19 Jan 2007 05:53:33 +0000 (05:53 +0000)]
SF #1635217, Fix unbalanced paren

18 years agoThis test doesn't pass on Windows. The cause seems to be that chmod
Neal Norwitz [Thu, 18 Jan 2007 06:20:55 +0000 (06:20 +0000)]
This test doesn't pass on Windows.  The cause seems to be that chmod
doesn't support the same funcationality as on Unix.  I'm not sure if
this fix is the best (or if it will even work)--it's a test to see
if the buildbots start passing again.

It might be better to not even run this test if it's windows (or non-posix).

18 years agoadd missing version entry
Fred Drake [Thu, 18 Jan 2007 05:42:30 +0000 (05:42 +0000)]
add missing version entry