]> granicus.if.org Git - python/log
python
16 years agoallow importing from a module named None if it has an 'as' clause
Benjamin Peterson [Sat, 13 Jun 2009 13:06:21 +0000 (13:06 +0000)]
allow importing from a module named None if it has an 'as' clause

16 years agoprevent import statements from assigning to None
Benjamin Peterson [Sat, 13 Jun 2009 03:46:30 +0000 (03:46 +0000)]
prevent import statements from assigning to None

16 years agokeep the slice.step field as NULL if no step expression is given
Benjamin Peterson [Sat, 13 Jun 2009 01:40:00 +0000 (01:40 +0000)]
keep the slice.step field as NULL if no step expression is given

16 years agoRevert r73401 per Raymond Hettinger's request.
Alexandre Vassalotti [Fri, 12 Jun 2009 23:03:35 +0000 (23:03 +0000)]
Revert r73401 per Raymond Hettinger's request.

The rational is the change might cause imcompatiblity problems with
PyYAML. In addition, Raymond wants to kept the different versions of
collections synchronized across Python versions.

16 years agoMake pickling of OrderedDict instances more efficient.
Alexandre Vassalotti [Fri, 12 Jun 2009 21:52:14 +0000 (21:52 +0000)]
Make pickling of OrderedDict instances more efficient.

16 years agoDelete outdated make file for building the parser with MSVC 6.
Alexandre Vassalotti [Fri, 12 Jun 2009 21:43:47 +0000 (21:43 +0000)]
Delete outdated make file for building the parser with MSVC 6.

16 years agoAdd const qualifier to PyErr_SetFromErrnoWithFilename and to
Alexandre Vassalotti [Fri, 12 Jun 2009 20:57:12 +0000 (20:57 +0000)]
Add const qualifier to PyErr_SetFromErrnoWithFilename and to
PyErr_SetFromErrnoWithUnicodeFilename.

16 years agoRe-enable testing of builtin open() in test_bufio in test_largefile
Antoine Pitrou [Fri, 12 Jun 2009 20:54:21 +0000 (20:54 +0000)]
Re-enable testing of builtin open() in test_bufio in test_largefile

16 years agoTry to restore the old test_file and test_univnewlines as new, different files
Antoine Pitrou [Fri, 12 Jun 2009 20:41:52 +0000 (20:41 +0000)]
Try to restore the old test_file and test_univnewlines as new, different files
(with the right revisions this time, hopefully)

16 years agoRestore the old test_file.py (for the builtin file object) as a new file named test_f...
Antoine Pitrou [Fri, 12 Jun 2009 20:36:25 +0000 (20:36 +0000)]
Restore the old test_file.py (for the builtin file object) as a new file named test_file2k.py

16 years agoIssue #6215: backport the 3.1 io lib
Antoine Pitrou [Fri, 12 Jun 2009 20:14:08 +0000 (20:14 +0000)]
Issue #6215: backport the 3.1 io lib

16 years agoClear reference to the static PyExc_RecursionErrorInst in _PyExc_Fini.
Alexandre Vassalotti [Fri, 12 Jun 2009 18:56:57 +0000 (18:56 +0000)]
Clear reference to the static PyExc_RecursionErrorInst in _PyExc_Fini.

16 years agoSupport AMD64 in msilib. Set Win64 on reglocator.
Martin v. Löwis [Fri, 12 Jun 2009 17:28:31 +0000 (17:28 +0000)]
Support AMD64 in msilib. Set Win64 on reglocator.
Fixes #6258.

16 years agoIssue 6261: Clarify behavior of random.uniform().
Raymond Hettinger [Thu, 11 Jun 2009 23:14:53 +0000 (23:14 +0000)]
Issue 6261: Clarify behavior of random.uniform().

16 years agoremove check for case handled in sub-function
Benjamin Peterson [Thu, 11 Jun 2009 22:29:23 +0000 (22:29 +0000)]
remove check for case handled in sub-function

16 years agoMove comment to correct line.
Raymond Hettinger [Thu, 11 Jun 2009 22:08:10 +0000 (22:08 +0000)]
Move comment to correct line.

16 years agoMerged revisions 72523,72950-72951,72994,73003,73033,73036-73040,73091-73093,73096...
Benjamin Peterson [Thu, 11 Jun 2009 22:06:46 +0000 (22:06 +0000)]
Merged revisions 72523,72950-72951,72994,73003,73033,73036-73040,73091-73093,73096,73179-73181,73192,73231,73244,73255-73256,73365 via svnmerge from
svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3

........
  r72523 | benjamin.peterson | 2009-05-09 14:42:26 -0500 (Sat, 09 May 2009) | 1 line

  remove parenthesis
........
  r72950 | benjamin.peterson | 2009-05-26 18:19:45 -0500 (Tue, 26 May 2009) | 1 line

  remove unused imports
........
  r72951 | benjamin.peterson | 2009-05-26 18:27:00 -0500 (Tue, 26 May 2009) | 1 line

  this is no longer executable
........
  r72994 | benjamin.peterson | 2009-05-28 15:32:54 -0500 (Thu, 28 May 2009) | 1 line

  fix test_all_fixers on Windows #6134
........
  r73003 | benjamin.peterson | 2009-05-28 21:57:28 -0500 (Thu, 28 May 2009) | 4 lines

  make 2to3 test utilities easier to use with other applications (3to2)

  Patch by Joe Amenta
........
  r73033 | benjamin.peterson | 2009-05-29 16:58:32 -0500 (Fri, 29 May 2009) | 1 line

  update grammar for multi with statement
........
  r73036 | benjamin.peterson | 2009-05-29 17:33:20 -0500 (Fri, 29 May 2009) | 1 line

  simplify fix_unicode
........
  r73037 | benjamin.peterson | 2009-05-29 17:53:03 -0500 (Fri, 29 May 2009) | 1 line

  add custom error for pattern syntax errors
........
  r73038 | benjamin.peterson | 2009-05-29 17:55:00 -0500 (Fri, 29 May 2009) | 1 line

  complain if details are attached to a token
........
  r73039 | benjamin.peterson | 2009-05-29 18:00:28 -0500 (Fri, 29 May 2009) | 1 line

  add a test for whitespace
........
  r73040 | benjamin.peterson | 2009-05-29 18:01:17 -0500 (Fri, 29 May 2009) | 1 line

  a fix for emacs highlighting
........
  r73091 | benjamin.peterson | 2009-05-31 20:55:25 -0500 (Sun, 31 May 2009) | 1 line

  deprecate set_prefix() and get_prefix() in favor of a prefix property
........
  r73092 | benjamin.peterson | 2009-05-31 21:00:51 -0500 (Sun, 31 May 2009) | 1 line

  change hideous java naming scheme
........
  r73093 | benjamin.peterson | 2009-05-31 21:01:39 -0500 (Sun, 31 May 2009) | 1 line

  remove dated comment
........
  r73096 | benjamin.peterson | 2009-05-31 21:40:53 -0500 (Sun, 31 May 2009) | 1 line

  group tests
........
  r73179 | benjamin.peterson | 2009-06-03 13:09:53 -0500 (Wed, 03 Jun 2009) | 1 line

  handle the case where there's multiple trailers #6185
........
  r73180 | benjamin.peterson | 2009-06-03 13:18:05 -0500 (Wed, 03 Jun 2009) | 1 line

  scrap __main__ section
........
  r73181 | benjamin.peterson | 2009-06-03 13:24:48 -0500 (Wed, 03 Jun 2009) | 1 line

  remove shebang lines and __main__ sections
........
  r73192 | benjamin.peterson | 2009-06-03 19:16:30 -0500 (Wed, 03 Jun 2009) | 4 lines

  actually test something here

  Thanks to Joe Amenta for noticing.y
........
  r73231 | benjamin.peterson | 2009-06-04 13:38:50 -0500 (Thu, 04 Jun 2009) | 1 line

  remove unused variable
........
  r73244 | benjamin.peterson | 2009-06-05 08:39:25 -0500 (Fri, 05 Jun 2009) | 1 line

  allow fixers to give different options in setUp
........
  r73255 | benjamin.peterson | 2009-06-06 11:23:46 -0500 (Sat, 06 Jun 2009) | 1 line

  fix the except fixer on one line suites #6222
........
  r73256 | benjamin.peterson | 2009-06-06 11:27:40 -0500 (Sat, 06 Jun 2009) | 1 line

  test one-line else and finally clauses
........
  r73365 | benjamin.peterson | 2009-06-11 17:01:32 -0500 (Thu, 11 Jun 2009) | 1 line

  normalize whitespace
........

16 years agoAdd example of how to do key lookups with bisect().
Raymond Hettinger [Thu, 11 Jun 2009 22:04:00 +0000 (22:04 +0000)]
Add example of how to do key lookups with bisect().

16 years agouse multi-with syntax
Benjamin Peterson [Thu, 11 Jun 2009 17:51:17 +0000 (17:51 +0000)]
use multi-with syntax

16 years agorevert r73361
Benjamin Peterson [Thu, 11 Jun 2009 17:49:38 +0000 (17:49 +0000)]
revert r73361

16 years agoremove duplicate check
Benjamin Peterson [Thu, 11 Jun 2009 16:25:52 +0000 (16:25 +0000)]
remove duplicate check

16 years agopep8-fied cygwinccompiler module
Tarek Ziadé [Thu, 11 Jun 2009 09:55:09 +0000 (09:55 +0000)]
pep8-fied cygwinccompiler module

16 years agoIssue #5262: Improved fix.
Vinay Sajip [Thu, 11 Jun 2009 09:53:35 +0000 (09:53 +0000)]
Issue #5262: Improved fix.

16 years agoIssue #5262: Fixed bug in next roll over time computation in TimedRotatingFileHandler.
Vinay Sajip [Thu, 11 Jun 2009 09:23:41 +0000 (09:23 +0000)]
Issue #5262: Fixed bug in next roll over time computation in TimedRotatingFileHandler.

16 years ago#6263 fixed syntax error in distutils.cygwinccompiler
Tarek Ziadé [Thu, 11 Jun 2009 09:13:36 +0000 (09:13 +0000)]
#6263 fixed syntax error in distutils.cygwinccompiler

16 years agoremoved the last string.split() call
Tarek Ziadé [Thu, 11 Jun 2009 08:43:26 +0000 (08:43 +0000)]
removed the last string.split() call

16 years agoFixed #5201: now distutils.sysconfig.parse_makefile() understands '53264' in Makefiles
Tarek Ziadé [Thu, 11 Jun 2009 08:12:20 +0000 (08:12 +0000)]
Fixed #5201: now distutils.sysconfig.parse_makefile() understands '53264' in Makefiles

16 years agoFix a typo spotted by Nick Coghlan.
Amaury Forgeot d'Arc [Wed, 10 Jun 2009 20:30:19 +0000 (20:30 +0000)]
Fix a typo spotted by Nick Coghlan.

16 years agoDistutils: started code cleanup and test coverage for cygwinccompiler
Tarek Ziadé [Wed, 10 Jun 2009 18:49:50 +0000 (18:49 +0000)]
Distutils: started code cleanup and test coverage for cygwinccompiler

16 years agoFix signed/unsigned compiler warning.
Raymond Hettinger [Wed, 10 Jun 2009 16:15:40 +0000 (16:15 +0000)]
Fix signed/unsigned compiler warning.

16 years agoIssue 6256: Fix stacklevel in warning message.
Raymond Hettinger [Wed, 10 Jun 2009 16:15:02 +0000 (16:15 +0000)]
Issue 6256: Fix stacklevel in warning message.

16 years agofix spelling
Benjamin Peterson [Wed, 10 Jun 2009 13:45:31 +0000 (13:45 +0000)]
fix spelling

16 years agoMissing import in test_curses, uncovered by some buildbots.
Amaury Forgeot d'Arc [Tue, 9 Jun 2009 23:37:11 +0000 (23:37 +0000)]
Missing import in test_curses, uncovered by some buildbots.
(There are still a few test files that don't use the standard layout)

16 years agoBoth kind of types are concerned.
Amaury Forgeot d'Arc [Tue, 9 Jun 2009 23:18:50 +0000 (23:18 +0000)]
Both kind of types are concerned.

16 years ago#6201: Fix test_winreg on Windows:
Amaury Forgeot d'Arc [Tue, 9 Jun 2009 23:08:13 +0000 (23:08 +0000)]
#6201: Fix test_winreg on Windows:
since the introduction of the SETUP_WITH opcode,
__enter__ and __exit__ methods must belong to the type,
and are not retrieved at the instance level (__dict__ or __getattr__).

Add a note in whatsnew about this incompatibility;
old style classes are not affected.

16 years agoAvoid invoking the parser/compiler just to test the presence of a function.
Amaury Forgeot d'Arc [Tue, 9 Jun 2009 22:53:16 +0000 (22:53 +0000)]
Avoid invoking the parser/compiler just to test the presence of a function.

16 years agoupdate symbol.py from with statement changes
Benjamin Peterson [Tue, 9 Jun 2009 21:13:43 +0000 (21:13 +0000)]
update symbol.py from with statement changes

16 years agoexplain why keyword names are not just NAME
Benjamin Peterson [Tue, 9 Jun 2009 17:29:51 +0000 (17:29 +0000)]
explain why keyword names are not just NAME

16 years agomake ast.c depend on the grammar
Benjamin Peterson [Tue, 9 Jun 2009 17:24:26 +0000 (17:24 +0000)]
make ast.c depend on the grammar

16 years agoRestored a test that was erroneously removed. See issue 6198.
Eric Smith [Tue, 9 Jun 2009 12:38:08 +0000 (12:38 +0000)]
Restored a test that was erroneously removed. See issue 6198.

16 years agoIssue 2947: document how return code handling translates from
R. David Murray [Tue, 9 Jun 2009 00:44:22 +0000 (00:44 +0000)]
Issue 2947: document how return code handling translates from
os.popen to subprocess.  Also fixes reference link in the
os.spawn documentation.

16 years agoremove error checks already done in set_context()
Benjamin Peterson [Mon, 8 Jun 2009 23:44:13 +0000 (23:44 +0000)]
remove error checks already done in set_context()

16 years agoremove useless assertion
Benjamin Peterson [Mon, 8 Jun 2009 22:18:32 +0000 (22:18 +0000)]
remove useless assertion

16 years agoThis is a fix for Issue5809: you shouldn't specify both --enable-framework and
Ronald Oussoren [Mon, 8 Jun 2009 21:12:41 +0000 (21:12 +0000)]
This is a fix for Issue5809: you shouldn't specify both --enable-framework and
--enable-shared

16 years agoThis checkin adds a symlink to the lib directory of a framework install
Ronald Oussoren [Mon, 8 Jun 2009 20:54:59 +0000 (20:54 +0000)]
This checkin adds a symlink to the lib directory of a framework install
of Python (on OSX), and the end result of that is that the combination of
``python-config --ldflags`` and ``python-config --libs`` refers to an actually
existing location.

I've done this in preference to changing python-config to specify
'-framework Python' for linking because that doesn't work when you have multiple
versions of python installed (because '-framework Python' will always link to
the 'Current' version of the framework, without a possibility to specify a
specific version).

16 years agoTypo fix.
Georg Brandl [Mon, 8 Jun 2009 18:41:36 +0000 (18:41 +0000)]
Typo fix.

16 years ago#6238: add fillchar to string.just function family.
Georg Brandl [Mon, 8 Jun 2009 16:03:41 +0000 (16:03 +0000)]
#6238: add fillchar to string.just function family.

16 years ago#6194: O_SHLOCK/O_EXLOCK are not really more platform independent than lockf().
Georg Brandl [Mon, 8 Jun 2009 13:34:52 +0000 (13:34 +0000)]
#6194: O_SHLOCK/O_EXLOCK are not really more platform independent than lockf().

16 years agoRemove period from end of headings.
Georg Brandl [Mon, 8 Jun 2009 07:57:35 +0000 (07:57 +0000)]
Remove period from end of headings.

16 years agobackport r73273
Benjamin Peterson [Sun, 7 Jun 2009 23:12:44 +0000 (23:12 +0000)]
backport r73273

16 years agoremove has_key
Benjamin Peterson [Sun, 7 Jun 2009 22:55:36 +0000 (22:55 +0000)]
remove has_key

16 years agouse booleans for flags
Benjamin Peterson [Sun, 7 Jun 2009 22:54:35 +0000 (22:54 +0000)]
use booleans for flags

16 years agoalways inherit from an appropiate base class
Benjamin Peterson [Sun, 7 Jun 2009 22:35:00 +0000 (22:35 +0000)]
always inherit from an appropiate base class

16 years agoinherit from object
Benjamin Peterson [Sun, 7 Jun 2009 22:33:11 +0000 (22:33 +0000)]
inherit from object

16 years agoAdd Ezio.
Georg Brandl [Sun, 7 Jun 2009 20:37:52 +0000 (20:37 +0000)]
Add Ezio.

16 years agohttp://bugs.python.org/issue6192
Kristján Valur Jónsson [Sun, 7 Jun 2009 16:43:23 +0000 (16:43 +0000)]
http://bugs.python.org/issue6192
Add a feature to disable the Nagle algorithm on sockets in TCPServer

16 years agobackport r73268
Benjamin Peterson [Sun, 7 Jun 2009 16:24:48 +0000 (16:24 +0000)]
backport r73268

16 years ago#6224: s/JPython/Jython/, and remove one link to a module nine years old.
Georg Brandl [Sat, 6 Jun 2009 18:21:58 +0000 (18:21 +0000)]
#6224: s/JPython/Jython/, and remove one link to a module nine years old.

16 years ago#6204: use a real reference instead of "see later".
Georg Brandl [Sat, 6 Jun 2009 17:51:31 +0000 (17:51 +0000)]
#6204: use a real reference instead of "see later".

16 years ago#6211: elaborate a bit on ways to call the function.
Georg Brandl [Sat, 6 Jun 2009 17:50:05 +0000 (17:50 +0000)]
#6211: elaborate a bit on ways to call the function.

16 years ago#6206: fix test__locale.
Georg Brandl [Sat, 6 Jun 2009 05:54:34 +0000 (05:54 +0000)]
#6206: fix test__locale.

16 years agoonly test for named pipe when os.stat doesn't raise #6209
Benjamin Peterson [Fri, 5 Jun 2009 19:09:28 +0000 (19:09 +0000)]
only test for named pipe when os.stat doesn't raise #6209

16 years agoFix unittest discovery tests for Windows. Issue 6199
Michael Foord [Fri, 5 Jun 2009 14:14:34 +0000 (14:14 +0000)]
Fix unittest discovery tests for Windows. Issue 6199

16 years agoreverting r72823 : Python trunk has to use latin-1 encoding
Tarek Ziadé [Fri, 5 Jun 2009 13:37:29 +0000 (13:37 +0000)]
reverting r72823 : Python trunk has to use latin-1 encoding

16 years agoRemoved tests so that test_float pass on Windows. See issue 6198.
Eric Smith [Fri, 5 Jun 2009 12:33:26 +0000 (12:33 +0000)]
Removed tests so that test_float pass on Windows. See issue 6198.

16 years agoFix test__locale on windows (Backport of r72365)
Hirokazu Yamamoto [Fri, 5 Jun 2009 05:15:58 +0000 (05:15 +0000)]
Fix test__locale on windows (Backport of r72365)

16 years agoAdd test for #3684.
Georg Brandl [Thu, 4 Jun 2009 18:59:58 +0000 (18:59 +0000)]
Add test for #3684.

16 years agoMinor documentation fixes for logging.
Eric Smith [Thu, 4 Jun 2009 17:58:15 +0000 (17:58 +0000)]
Minor documentation fixes for logging.

16 years ago#6175: document that inet_aton supports alternate input formats with less than three...
Georg Brandl [Thu, 4 Jun 2009 10:27:21 +0000 (10:27 +0000)]
#6175: document that inet_aton supports alternate input formats with less than three dots.

16 years ago#6176: fix man page section for flock(2).
Georg Brandl [Thu, 4 Jun 2009 10:22:31 +0000 (10:22 +0000)]
#6176: fix man page section for flock(2).

16 years ago#5967: note that the C slicing APIs do not support negative indices.
Georg Brandl [Thu, 4 Jun 2009 10:15:57 +0000 (10:15 +0000)]
#5967: note that the C slicing APIs do not support negative indices.

16 years agoBetter name for "Ctor".
Georg Brandl [Thu, 4 Jun 2009 10:10:41 +0000 (10:10 +0000)]
Better name for "Ctor".

16 years ago#3584: ignore trailing newlines when placing the caret for a SyntaxError location.
Georg Brandl [Thu, 4 Jun 2009 09:15:12 +0000 (09:15 +0000)]
#3584: ignore trailing newlines when placing the caret for a SyntaxError location.

16 years ago#5767: remove sgmlop support from xmlrpclib; the sgmlop parser does not do much valid...
Georg Brandl [Thu, 4 Jun 2009 08:58:32 +0000 (08:58 +0000)]
#5767: remove sgmlop support from xmlrpclib; the sgmlop parser does not do much validation and is no longer much faster than e.g. the cElementTree XMLParser.

16 years agoimproved test coverage for distutils.command.install and cleaned it up
Tarek Ziadé [Thu, 4 Jun 2009 07:31:52 +0000 (07:31 +0000)]
improved test coverage for distutils.command.install and cleaned it up

16 years agouse the offical api
Benjamin Peterson [Thu, 4 Jun 2009 01:40:29 +0000 (01:40 +0000)]
use the offical api

16 years agoAvoid PendingDeprecationWarnings emitted by deprecated unittest methods.
Georg Brandl [Wed, 3 Jun 2009 23:23:45 +0000 (23:23 +0000)]
Avoid PendingDeprecationWarnings emitted by deprecated unittest methods.

16 years ago#6174: fix indentation in code example.
Georg Brandl [Wed, 3 Jun 2009 21:21:09 +0000 (21:21 +0000)]
#6174: fix indentation in code example.

16 years agoFix for line wrap ugly.
Josiah Carlson [Wed, 3 Jun 2009 19:51:52 +0000 (19:51 +0000)]
Fix for line wrap ugly.

16 years agoThis fixes bug 5798 on OS X.
Josiah Carlson [Wed, 3 Jun 2009 19:46:21 +0000 (19:46 +0000)]
This fixes bug 5798 on OS X.
This should also fix disconnect behavior cross-platform.

16 years agoassertion message was dropped
Tarek Ziadé [Wed, 3 Jun 2009 11:20:44 +0000 (11:20 +0000)]
assertion message was dropped

16 years agomore cleanup and test coverage for distutils.extension
Tarek Ziadé [Wed, 3 Jun 2009 11:12:08 +0000 (11:12 +0000)]
more cleanup and test coverage for distutils.extension

16 years agoadded some tests for distutils.extension + code cleanup
Tarek Ziadé [Wed, 3 Jun 2009 10:26:26 +0000 (10:26 +0000)]
added some tests for distutils.extension + code cleanup

16 years agoUse the preferred form of raise statements in the docs.
Georg Brandl [Wed, 3 Jun 2009 07:25:35 +0000 (07:25 +0000)]
Use the preferred form of raise statements in the docs.

16 years agoRestore default testRunner argument in unittest.main to None. Issue 6177
Michael Foord [Tue, 2 Jun 2009 18:08:27 +0000 (18:08 +0000)]
Restore default testRunner argument in unittest.main to None. Issue 6177

16 years agoimproved distutils.spawn test coverage + cleaned it up
Tarek Ziadé [Tue, 2 Jun 2009 15:58:43 +0000 (15:58 +0000)]
improved distutils.spawn test coverage + cleaned it up

16 years agohttp://bugs.python.org/issue6117
Kristján Valur Jónsson [Tue, 2 Jun 2009 13:14:08 +0000 (13:14 +0000)]
http://bugs.python.org/issue6117
Fix O(n**2) performance problem in socket._fileobject

16 years agoTypo in socket.py. Thanks Pablo Torres Navarrete.
Mark Dickinson [Tue, 2 Jun 2009 07:39:26 +0000 (07:39 +0000)]
Typo in socket.py.  Thanks Pablo Torres Navarrete.

16 years agoFixes issue6169: it was possible for two ipaddr network addresses to compare
Gregory P. Smith [Tue, 2 Jun 2009 05:25:34 +0000 (05:25 +0000)]
Fixes issue6169: it was possible for two ipaddr network addresses to compare
as both < and > than eachother.

16 years agoFix compilation error with gcc 4.3.2
Antoine Pitrou [Mon, 1 Jun 2009 23:23:16 +0000 (23:23 +0000)]
Fix compilation error with gcc 4.3.2

16 years agoimproved distutils.dist test coverage, pep-8 compliancy
Tarek Ziadé [Mon, 1 Jun 2009 22:22:13 +0000 (22:22 +0000)]
improved distutils.dist test coverage, pep-8 compliancy

16 years ago#4547: When debugging a very large function, it was not always
Amaury Forgeot d'Arc [Mon, 1 Jun 2009 20:53:18 +0000 (20:53 +0000)]
#4547: When debugging a very large function, it was not always
possible to update the lineno attribute of the current frame.

16 years agoSync up __version__ number with the version of the ipaddr-py project this
Gregory P. Smith [Mon, 1 Jun 2009 17:40:41 +0000 (17:40 +0000)]
Sync up __version__ number with the version of the ipaddr-py project this
library came from that it matches.

Remove the former apache license text now that its been contributed to PSF to
avoid confusion.

16 years agoIssue #6158: package Sine-1000Hz-300ms.aif.
Martin v. Löwis [Mon, 1 Jun 2009 04:10:03 +0000 (04:10 +0000)]
Issue #6158: package Sine-1000Hz-300ms.aif.

16 years agoThe class for regexes isn't called RegexObject any more; correct the text
Andrew M. Kuchling [Mon, 1 Jun 2009 00:14:19 +0000 (00:14 +0000)]
The class for regexes isn't called RegexObject any more; correct the text

16 years agoImproved PanedWindow.add's docstring. 'subcomand' is a Tcl term, and the possible...
Guilherme Polo [Sun, 31 May 2009 21:31:21 +0000 (21:31 +0000)]
Improved PanedWindow.add's docstring. 'subcomand' is a Tcl term, and the possible options and values are the same accepted by paneconfigure (not configure).

16 years agoIssue 3848: document the fact that epoll register raises an IOError if
R. David Murray [Sun, 31 May 2009 19:15:57 +0000 (19:15 +0000)]
Issue 3848: document the fact that epoll register raises an IOError if
an fd is registered twice, and add some additional epoll tests.  Patch
by Christian Heimes.

16 years agoUninitialized file type would lead to __exit__ lookup failure when site.py
Antoine Pitrou [Sun, 31 May 2009 18:05:51 +0000 (18:05 +0000)]
Uninitialized file type would lead to __exit__ lookup failure when site.py
tries to read *.pth files on interpreter startup.

16 years ago__enter__ and __exit__ must be on the class
Benjamin Peterson [Sun, 31 May 2009 15:00:27 +0000 (15:00 +0000)]
__enter__ and __exit__ must be on the class

16 years agoremove function import
Benjamin Peterson [Sun, 31 May 2009 14:43:00 +0000 (14:43 +0000)]
remove function import