]> granicus.if.org Git - python/log
python
16 years agoremove py3k warnings about the threading api; update docs
Benjamin Peterson [Mon, 1 Sep 2008 23:12:58 +0000 (23:12 +0000)]
remove py3k warnings about the threading api; update docs

Reviewer: Benjamin Peterson

16 years agoIn Python3.0, "test.test_support" is renamed to "test.support".
Jesus Cea [Mon, 1 Sep 2008 20:48:16 +0000 (20:48 +0000)]
In Python3.0, "test.test_support" is renamed to "test.support".

16 years agoIssue #3751: str.rpartition would perform a left-partition when called with
Amaury Forgeot d'Arc [Mon, 1 Sep 2008 19:52:00 +0000 (19:52 +0000)]
Issue #3751: str.rpartition would perform a left-partition when called with
a unicode argument.

will backport.

16 years agoBug #3738: Documentation is now more accurate in describing handler close methods.
Vinay Sajip [Mon, 1 Sep 2008 17:44:14 +0000 (17:44 +0000)]
Bug #3738: Documentation is now more accurate in describing handler close methods.

16 years agoMerged revisions 65887,65889,65967-65968,65981 via svnmerge from
Benjamin Peterson [Mon, 1 Sep 2008 17:17:22 +0000 (17:17 +0000)]
Merged revisions 65887,65889,65967-65968,65981 via svnmerge from
svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3

........
  r65887 | benjamin.peterson | 2008-08-19 17:45:04 -0500 (Tue, 19 Aug 2008) | 1 line

  allow the raw_input fixer to handle calls after the raw_input (ie. raw_input().split())
........
  r65889 | benjamin.peterson | 2008-08-19 18:11:03 -0500 (Tue, 19 Aug 2008) | 1 line

  no need for 2.4 compatibility now
........
  r65967 | benjamin.peterson | 2008-08-21 18:43:37 -0500 (Thu, 21 Aug 2008) | 1 line

  allow a Call to have no arguments
........
  r65968 | benjamin.peterson | 2008-08-21 18:45:13 -0500 (Thu, 21 Aug 2008) | 1 line

  add a fixer for sys.exc_info etc by Jeff Balogh #2357
........
  r65981 | benjamin.peterson | 2008-08-22 15:41:30 -0500 (Fri, 22 Aug 2008) | 1 line

  add a fixer to add parenthese for list and gen comps #2367
........

16 years agorevert r66114 for Jesse
Benjamin Peterson [Mon, 1 Sep 2008 17:10:46 +0000 (17:10 +0000)]
revert r66114 for Jesse

16 years agoSubmit Nick's patch for issue 3589, reviewed by jnoller
Jesse Noller [Mon, 1 Sep 2008 16:47:25 +0000 (16:47 +0000)]
Submit Nick's patch for issue 3589, reviewed by jnoller

16 years agoAdded section about configuring logging in a library. Thanks to Thomas Heller for...
Vinay Sajip [Mon, 1 Sep 2008 15:08:07 +0000 (15:08 +0000)]
Added section about configuring logging in a library. Thanks to Thomas Heller for the idea.

16 years agologging: fixed lack of use of encoding attribute specified on a stream.
Vinay Sajip [Mon, 1 Sep 2008 14:33:59 +0000 (14:33 +0000)]
logging: fixed lack of use of encoding attribute specified on a stream.

16 years agoIssue #3748: platform.architecture() printed vogus message on windows.
Hirokazu Yamamoto [Mon, 1 Sep 2008 14:32:58 +0000 (14:32 +0000)]
Issue #3748: platform.architecture() printed vogus message on windows.
Reviewed by Marc-Andre Lemburg.

16 years agologging: fixed lack of use of encoding attribute specified on a stream.
Vinay Sajip [Mon, 1 Sep 2008 14:30:10 +0000 (14:30 +0000)]
logging: fixed lack of use of encoding attribute specified on a stream.

16 years agoIssue #3732: Backported r53335 to supress deprecation warning.
Hirokazu Yamamoto [Mon, 1 Sep 2008 14:24:04 +0000 (14:24 +0000)]
Issue #3732: Backported r53335 to supress deprecation warning.
Reviewed by Benjamin Peterson.

16 years agoFix compilation when --without-threads is given #3683
Benjamin Peterson [Mon, 1 Sep 2008 14:18:30 +0000 (14:18 +0000)]
Fix compilation when --without-threads is given #3683

Reviewer: Georg Brandl, Benjamin Peterson

16 years ago#3749: fix c'n'p errors.
Georg Brandl [Mon, 1 Sep 2008 14:15:55 +0000 (14:15 +0000)]
#3749: fix c'n'p errors.

16 years ago#3703 unhelpful _fileio.FileIO error message when trying to open a directory
Benjamin Peterson [Mon, 1 Sep 2008 14:13:43 +0000 (14:13 +0000)]
#3703 unhelpful _fileio.FileIO error message when trying to open a directory

Reviewer: Gregory P. Smith

16 years agoissue3715: docstring representation of hex escaped string needs to be double
Gregory P. Smith [Sun, 31 Aug 2008 16:34:18 +0000 (16:34 +0000)]
issue3715: docstring representation of hex escaped string needs to be double
escaped.

16 years agoUpdate patch/bug count
Andrew M. Kuchling [Sun, 31 Aug 2008 15:48:44 +0000 (15:48 +0000)]
Update patch/bug count

16 years agoLast batch of edits; remove the 'other changes' section
Andrew M. Kuchling [Sun, 31 Aug 2008 15:41:48 +0000 (15:41 +0000)]
Last batch of edits; remove the 'other changes' section

16 years agoEdit the library section, rearranging items to flow better and making lots of edits
Andrew M. Kuchling [Sun, 31 Aug 2008 14:29:31 +0000 (14:29 +0000)]
Edit the library section, rearranging items to flow better and making lots of edits

16 years agoUpdate bsddb code to version 4.7.3pre2. This code should
Jesus Cea [Sun, 31 Aug 2008 14:00:51 +0000 (14:00 +0000)]
Update bsddb code to version 4.7.3pre2. This code should
be compatible with Python 3.0, also.

  http://www.jcea.es/programacion/pybsddb.htm#bsddb3-4.7.3

16 years agoIssue 2235: document the ability to block inheritance of __hash__ in the language...
Nick Coghlan [Sun, 31 Aug 2008 13:10:50 +0000 (13:10 +0000)]
Issue 2235: document the ability to block inheritance of __hash__ in the language reference

16 years agoMore edits
Andrew M. Kuchling [Sun, 31 Aug 2008 02:24:08 +0000 (02:24 +0000)]
More edits

16 years agoMore edits; markup fixes
Andrew M. Kuchling [Sat, 30 Aug 2008 22:56:54 +0000 (22:56 +0000)]
More edits; markup fixes

16 years agoFix markup.
Georg Brandl [Sat, 30 Aug 2008 22:00:28 +0000 (22:00 +0000)]
Fix markup.

16 years ago#3707: fix inf. recursion in pydoc topic search. Rev'd by Antoine.
Georg Brandl [Sat, 30 Aug 2008 19:03:43 +0000 (19:03 +0000)]
#3707: fix inf. recursion in pydoc topic search. Rev'd by Antoine.

16 years agoEdit four more sections
Andrew M. Kuchling [Sat, 30 Aug 2008 16:44:54 +0000 (16:44 +0000)]
Edit four more sections

16 years agoCorrection from Antoine Pitrou: BufferedWriter and Reader support seek()
Andrew M. Kuchling [Sat, 30 Aug 2008 15:25:47 +0000 (15:25 +0000)]
Correction from Antoine Pitrou: BufferedWriter and Reader support seek()

16 years agoTidy up some sentences
Andrew M. Kuchling [Sat, 30 Aug 2008 15:21:23 +0000 (15:21 +0000)]
Tidy up some sentences

16 years agoPartial edits from revision and tidying pass
Andrew M. Kuchling [Sat, 30 Aug 2008 15:19:57 +0000 (15:19 +0000)]
Partial edits from revision and tidying pass

16 years agosuper() actually returns a super object.
Georg Brandl [Sat, 30 Aug 2008 13:17:39 +0000 (13:17 +0000)]
super() actually returns a super object.

16 years ago#3569: eval() also accepts "exec"able code objects.
Georg Brandl [Sat, 30 Aug 2008 10:03:09 +0000 (10:03 +0000)]
#3569: eval() also accepts "exec"able code objects.

16 years ago#3716: fix typo.
Georg Brandl [Sat, 30 Aug 2008 09:52:44 +0000 (09:52 +0000)]
#3716: fix typo.

16 years ago#3730: mention "server" attribute explicitly.
Georg Brandl [Sat, 30 Aug 2008 09:49:36 +0000 (09:49 +0000)]
#3730: mention "server" attribute explicitly.

16 years agoA collection of crashers, all variants of the idea
Armin Rigo [Fri, 29 Aug 2008 21:21:52 +0000 (21:21 +0000)]
A collection of crashers, all variants of the idea
of issue #3720.

16 years ago#3668: When PyArg_ParseTuple correctly parses a s* format, but raises an
Antoine Pitrou [Fri, 29 Aug 2008 18:39:48 +0000 (18:39 +0000)]
#3668: When PyArg_ParseTuple correctly parses a s* format, but raises an
exception afterwards (for a subsequent parameter), the user code will
not call PyBuffer_Release() and memory will leak.

Reviewed by Amaury Forgeot d'Arc.

16 years ago#3711: .dll isn't a valid Python extension anymore.
Georg Brandl [Thu, 28 Aug 2008 09:40:18 +0000 (09:40 +0000)]
#3711: .dll isn't a valid Python extension anymore.

16 years agoAdd various items
Andrew M. Kuchling [Wed, 27 Aug 2008 02:12:18 +0000 (02:12 +0000)]
Add various items

16 years agoAdd an item and a note
Andrew M. Kuchling [Wed, 27 Aug 2008 00:45:02 +0000 (00:45 +0000)]
Add an item and a note

16 years agoTrim whitespace; add a few updates
Andrew M. Kuchling [Wed, 27 Aug 2008 00:27:18 +0000 (00:27 +0000)]
Trim whitespace; add a few updates

16 years agoIssue #2534: speed up isinstance() and issubclass() by 50-70%, so as to
Antoine Pitrou [Tue, 26 Aug 2008 22:42:08 +0000 (22:42 +0000)]
Issue #2534: speed up isinstance() and issubclass() by 50-70%, so as to
match Python 2.5 speed despite the __instancecheck__ / __subclasscheck__
mechanism. In the process, fix a bug where isinstance() and issubclass(),
when given a tuple of classes as second argument, were looking up
__instancecheck__ / __subclasscheck__ on the tuple rather than on each
type object.

Reviewed by Benjamin Peterson and Raymond Hettinger.

16 years agosort of backport 66038 by aliasing PyObject_Bytes to PyObject_Str
Benjamin Peterson [Tue, 26 Aug 2008 17:08:40 +0000 (17:08 +0000)]
sort of backport 66038 by aliasing PyObject_Bytes to PyObject_Str

16 years agoTry to reduce the flakiness of this test
Neal Norwitz [Mon, 25 Aug 2008 03:52:40 +0000 (03:52 +0000)]
Try to reduce the flakiness of this test

16 years agoUse bytes as return type from recv_bytes() methods. Not sure why this only
Neal Norwitz [Mon, 25 Aug 2008 03:03:25 +0000 (03:03 +0000)]
Use bytes as return type from recv_bytes() methods.  Not sure why this only
affects some buildbots.

R=Brett
TESTED=./python -E -tt ./Lib/test/regrtest.py test_multiprocessing

16 years agoFix problem reported by pychecker where AuthenticationError wasn't imported.
Neal Norwitz [Mon, 25 Aug 2008 01:50:24 +0000 (01:50 +0000)]
Fix problem reported by pychecker where AuthenticationError wasn't imported.
Add some test coverage to this code.  More tests should be added (TODO added).

R=Brett
TESTED=./python -E -tt ./Lib/test/regrtest.py test_multiprocessing

16 years agoClarify that some attributes/methods are listed somewhat separately because they...
Brett Cannon [Sun, 24 Aug 2008 23:15:19 +0000 (23:15 +0000)]
Clarify that some attributes/methods are listed somewhat separately because they are not part of the threading API.

16 years ago#3662: Fix segfault introduced when fixing memory leaks.
Neal Norwitz [Sun, 24 Aug 2008 22:03:05 +0000 (22:03 +0000)]
#3662: Fix segfault introduced when fixing memory leaks.

TESTED=./python -E -tt ./Lib/test/regrtest.py test_fileio
R (approach from bug)=Amaury and Benjamin

16 years agoremove note about unimplemented feature
Benjamin Peterson [Sun, 24 Aug 2008 21:55:03 +0000 (21:55 +0000)]
remove note about unimplemented feature

16 years ago#3654: fix duplicate test method name. Review by Benjamin P.
Georg Brandl [Sun, 24 Aug 2008 18:11:07 +0000 (18:11 +0000)]
#3654: fix duplicate test method name. Review by Benjamin P.

16 years agogenerate py3k warnings on __getslice__, __delslice__, and __setslice__
Benjamin Peterson [Sun, 24 Aug 2008 18:10:20 +0000 (18:10 +0000)]
generate py3k warnings on __getslice__, __delslice__, and __setslice__

Reviewer: Brett Cannon

16 years agoUse the actual blacklist of leaky tests
Neal Norwitz [Sun, 24 Aug 2008 17:29:53 +0000 (17:29 +0000)]
Use the actual blacklist of leaky tests

16 years agoIgnore a couple more tests that report leaks inconsistently.
Neal Norwitz [Sun, 24 Aug 2008 17:27:43 +0000 (17:27 +0000)]
Ignore a couple more tests that report leaks inconsistently.

16 years agoFix:
Neal Norwitz [Sun, 24 Aug 2008 05:04:52 +0000 (05:04 +0000)]
Fix:
 * crashes on memory allocation failure found with failmalloc
 * memory leaks found with valgrind
 * compiler warnings in opt mode which would lead to invalid memory reads
 * problem using wrong name in decimal module reported by pychecker

Update the valgrind suppressions file with new leaks that are small/one-time
leaks we don't care about (ie, they are too hard to fix).

TBR=barry
TESTED=./python -E -tt ./Lib/test/regrtest.py -uall (both debug and opt modes)
  in opt mode:
  valgrind -q --leak-check=yes --suppressions=Misc/valgrind-python.supp \
    ./python -E -tt ./Lib/test/regrtest.py -uall,-bsddb,-compiler \
                        -x test_logging test_ssl test_multiprocessing
  valgrind -q --leak-check=yes --suppressions=Misc/valgrind-python.supp \
    ./python -E -tt ./Lib/test/regrtest.py test_multiprocessing
  for i in `seq 1 4000` ; do
    LD_PRELOAD=~/local/lib/libfailmalloc.so FAILMALLOC_INTERVAL=$i \
        ./python -c pass
  done

At least some of these fixes should probably be backported to 2.5.

16 years agofix warning
Benjamin Peterson [Sat, 23 Aug 2008 21:40:15 +0000 (21:40 +0000)]
fix warning

16 years ago#3643 add a few more checks to _testcapi to prevent segfaults
Benjamin Peterson [Sat, 23 Aug 2008 20:27:43 +0000 (20:27 +0000)]
#3643 add a few more checks to _testcapi to prevent segfaults

Author: Victor Stinner
Reviewer: Benjamin Peterson

16 years agoSmall updates to types member docs, backport from r65994.
Georg Brandl [Sat, 23 Aug 2008 15:15:31 +0000 (15:15 +0000)]
Small updates to types member docs, backport from r65994.

16 years agoFix bug 3625: test issues on 64bit windows. r=pitrou
Mark Hammond [Sat, 23 Aug 2008 00:59:14 +0000 (00:59 +0000)]
Fix bug 3625: test issues on 64bit windows. r=pitrou

16 years agod is the correct format string
Christian Heimes [Fri, 22 Aug 2008 21:23:47 +0000 (21:23 +0000)]
d is the correct format string

16 years agofix a few get_name() calls and turn then to .name
Benjamin Peterson [Fri, 22 Aug 2008 20:43:48 +0000 (20:43 +0000)]
fix a few get_name() calls and turn then to .name

Reviewer: Christian Heimes

16 years agoFixed two format strings in the _collections module. For example
Christian Heimes [Fri, 22 Aug 2008 20:10:27 +0000 (20:10 +0000)]
Fixed two format strings in the _collections module. For example
Modules/_collectionsmodule.c:674: warning: format '%i' expects type 'int', but argument 2 has type 'Py_ssize_t'
Reviewed by Benjamin Peterson

16 years agoSilenced a compiler warning in the sqlite module
Christian Heimes [Fri, 22 Aug 2008 19:55:54 +0000 (19:55 +0000)]
Silenced a compiler warning in the sqlite module
Modules/_sqlite/row.c:187: warning: suggest parentheses around && within ||
Reviewed by Benjamin Peterson

16 years agoSilenced compiler warning
Christian Heimes [Fri, 22 Aug 2008 19:47:25 +0000 (19:47 +0000)]
Silenced compiler warning
Objects/stringlib/find.h:97: warning: 'stringlib_contains_obj' defined but not used
Reviewed by Benjamin Peterson

16 years agoChanged type of numarenas from uint to size_t to silence a GCC warning on 64bit OSes...
Christian Heimes [Fri, 22 Aug 2008 19:34:15 +0000 (19:34 +0000)]
Changed type of numarenas from uint to size_t to silence a GCC warning on 64bit OSes. Reviewed by Benjamin Peterson.

16 years agoIssue #1342811: Fixed broken patch. Reviewed by benjamin.peterson.
Robert Schuppenies [Fri, 22 Aug 2008 08:03:43 +0000 (08:03 +0000)]
Issue #1342811: Fixed broken patch. Reviewed by benjamin.peterson.

16 years agoissue 3633: Solaris allows fullwidth Unicode digits in isxdigit, so
Mark Dickinson [Thu, 21 Aug 2008 21:38:38 +0000 (21:38 +0000)]
issue 3633: Solaris allows fullwidth Unicode digits in isxdigit, so
rewrite float.fromhex to only allow ASCII hex digits on all platforms.
(Tests for this are already present, but the test_float failures
on Solaris hadn't been noticed before.)

Reviewed by Antoine Pitrou.

16 years agoFix float.fromhex test to give additional information on failure. This
Mark Dickinson [Thu, 21 Aug 2008 20:02:24 +0000 (20:02 +0000)]
Fix float.fromhex test to give additional information on failure.  This
change is aimed at diagnosing issue 3633 (test_float fails on Solaris).

Reviewed by Benjamin Peterson

16 years agodone with the release
Barry Warsaw [Thu, 21 Aug 2008 02:12:56 +0000 (02:12 +0000)]
done with the release

16 years agoTagging 2.6b3
Barry Warsaw [Thu, 21 Aug 2008 01:15:57 +0000 (01:15 +0000)]
Tagging 2.6b3

16 years agoBump to 2.6b3. v2.6b3
Barry Warsaw [Thu, 21 Aug 2008 01:15:08 +0000 (01:15 +0000)]
Bump to 2.6b3.

16 years agoReverted r65900. See http://mail.python.org/pipermail/python-checkins/2008-August...
Hirokazu Yamamoto [Wed, 20 Aug 2008 16:15:28 +0000 (16:15 +0000)]
Reverted r65900. See http://mail.python.org/pipermail/python-checkins/2008-August/073116.html

16 years agoNews for the tp_flags change.
Guido van Rossum [Wed, 20 Aug 2008 15:01:50 +0000 (15:01 +0000)]
News for the tp_flags change.

16 years agoNews for the imageop fix.
Guido van Rossum [Wed, 20 Aug 2008 14:57:20 +0000 (14:57 +0000)]
News for the imageop fix.

16 years agofix up the multiprocessing docs a little
Benjamin Peterson [Wed, 20 Aug 2008 14:07:59 +0000 (14:07 +0000)]
fix up the multiprocessing docs a little

16 years agoIssue #3612: Added some missing basic types in ctypes.wintypes.
Hirokazu Yamamoto [Wed, 20 Aug 2008 13:14:07 +0000 (13:14 +0000)]
Issue #3612: Added some missing basic types in ctypes.wintypes.

16 years agofixed get_file_system in test_os.py ('path' is unicode on py3k and ansi on trunk)
Hirokazu Yamamoto [Wed, 20 Aug 2008 04:13:28 +0000 (04:13 +0000)]
fixed get_file_system in test_os.py ('path' is unicode on py3k and ansi on trunk)

16 years agofix silly errors of mine
Benjamin Peterson [Wed, 20 Aug 2008 02:15:42 +0000 (02:15 +0000)]
fix silly errors of mine

16 years agonewSymbolTable is not public API
Benjamin Peterson [Wed, 20 Aug 2008 01:44:45 +0000 (01:44 +0000)]
newSymbolTable is not public API

16 years agodeprecate some useless, noop methods in symtable
Benjamin Peterson [Wed, 20 Aug 2008 01:42:01 +0000 (01:42 +0000)]
deprecate some useless, noop methods in symtable

16 years agoadd a NEWS note for new args syntax
Benjamin Peterson [Wed, 20 Aug 2008 01:27:30 +0000 (01:27 +0000)]
add a NEWS note for new args syntax

16 years agofollow-up of issue3473: update the compiler package to recognize the new syntax.
Amaury Forgeot d'Arc [Wed, 20 Aug 2008 00:08:47 +0000 (00:08 +0000)]
follow-up of issue3473: update the compiler package to recognize the new syntax.

16 years agocheck that the parser module can handle the new keyword syntax
Benjamin Peterson [Tue, 19 Aug 2008 22:06:11 +0000 (22:06 +0000)]
check that the parser module can handle the new keyword syntax

16 years agoMerged revisions 65876 via svnmerge from
Benjamin Peterson [Tue, 19 Aug 2008 21:07:15 +0000 (21:07 +0000)]
Merged revisions 65876 via svnmerge from
svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3

........
  r65876 | benjamin.peterson | 2008-08-19 15:54:52 -0500 (Tue, 19 Aug 2008) | 1 line

  apply a fix I think will help Windows
........

16 years agoIssue 1179: [CVE-2007-4965] Integer overflow in imageop module.
Guido van Rossum [Tue, 19 Aug 2008 21:02:04 +0000 (21:02 +0000)]
Issue 1179: [CVE-2007-4965] Integer overflow in imageop module.

16 years agoHopeful fix for issue 1878: remove Py_TPFLAGS_HAVE_VERSION_TAG from
Guido van Rossum [Tue, 19 Aug 2008 20:13:02 +0000 (20:13 +0000)]
Hopeful fix for issue 1878: remove Py_TPFLAGS_HAVE_VERSION_TAG from
Py_TPFLAGS_DEFAULT when not building the core.

16 years agoallow keyword args to be passed in after *args #3473
Benjamin Peterson [Tue, 19 Aug 2008 19:52:46 +0000 (19:52 +0000)]
allow keyword args to be passed in after *args #3473

16 years agoCOM method code is windows specific
Thomas Heller [Tue, 19 Aug 2008 19:40:23 +0000 (19:40 +0000)]
COM method code is windows specific

16 years agofix a little typo
Benjamin Peterson [Tue, 19 Aug 2008 19:27:53 +0000 (19:27 +0000)]
fix a little typo

16 years agoFix a regression introduced by rev. 63792: ctypes function pointers
Thomas Heller [Tue, 19 Aug 2008 19:25:04 +0000 (19:25 +0000)]
Fix a regression introduced by rev. 63792: ctypes function pointers
that are COM methods must have a boolean True value.

16 years agosilence callable warning in hmac
Benjamin Peterson [Tue, 19 Aug 2008 19:07:38 +0000 (19:07 +0000)]
silence callable warning in hmac

16 years agoissue3352: clean up the multiprocessing API to remove many get_/set_ methods and...
Jesse Noller [Tue, 19 Aug 2008 19:06:19 +0000 (19:06 +0000)]
issue3352: clean up the multiprocessing API to remove many get_/set_ methods and convert them to properties. Update the docs and the examples included.

16 years agoget unparse to at least unparse its self
Benjamin Peterson [Tue, 19 Aug 2008 17:59:23 +0000 (17:59 +0000)]
get unparse to at least unparse its self

16 years agoFix strange character in the docstring.
Thomas Heller [Tue, 19 Aug 2008 17:47:13 +0000 (17:47 +0000)]
Fix strange character in the docstring.

16 years agoMerged revisions 65853-65854 via svnmerge from
Benjamin Peterson [Tue, 19 Aug 2008 16:41:34 +0000 (16:41 +0000)]
Merged revisions 65853-65854 via svnmerge from
svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3

........
  r65853 | benjamin.peterson | 2008-08-19 11:09:09 -0500 (Tue, 19 Aug 2008) | 1 line

  apply a patch for #3131. this solves the problem for the moment, but we should do some refactoring to get display logic out of RefactoringTool
........
  r65854 | benjamin.peterson | 2008-08-19 11:37:38 -0500 (Tue, 19 Aug 2008) | 1 line

  another quick fix to get lib2to3 to work
........

16 years agoFix grammar.
Georg Brandl [Mon, 18 Aug 2008 23:09:49 +0000 (23:09 +0000)]
Fix grammar.

16 years agoupdate the threading docs to account for recent changes
Benjamin Peterson [Mon, 18 Aug 2008 22:29:19 +0000 (22:29 +0000)]
update the threading docs to account for recent changes

16 years agoadd py3k warnings for old threading APIs
Benjamin Peterson [Mon, 18 Aug 2008 21:53:29 +0000 (21:53 +0000)]
add py3k warnings for old threading APIs

they will still live in 3.0 but it can't hurt

16 years ago#2234 distutils failed with mingw binutils 2.18.50.20080109.
Amaury Forgeot d'Arc [Mon, 18 Aug 2008 19:23:47 +0000 (19:23 +0000)]
#2234 distutils failed with mingw binutils 2.18.50.20080109.
Be less strict when parsing these version numbers,
they don't necessarily follow the python numbering scheme.

16 years agofix old API names in test_ssl
Benjamin Peterson [Mon, 18 Aug 2008 18:39:57 +0000 (18:39 +0000)]
fix old API names in test_ssl

16 years agopatch up multiprocessing until it's API can be changed too
Benjamin Peterson [Mon, 18 Aug 2008 18:31:58 +0000 (18:31 +0000)]
patch up multiprocessing until it's API can be changed too

16 years agobring back the old API
Benjamin Peterson [Mon, 18 Aug 2008 18:13:17 +0000 (18:13 +0000)]
bring back the old API

16 years agochange a few uses of the threading APIs
Benjamin Peterson [Mon, 18 Aug 2008 18:01:43 +0000 (18:01 +0000)]
change a few uses of the threading APIs