]>
granicus.if.org Git - python/log
Tarek Ziadé [Fri, 3 Jul 2009 19:14:49 +0000 (19:14 +0000)]
cleaned distutils.file_util
Tarek Ziadé [Fri, 3 Jul 2009 19:01:12 +0000 (19:01 +0000)]
basic tests to raise distutils.file_util coverage
Benjamin Peterson [Fri, 3 Jul 2009 14:08:20 +0000 (14:08 +0000)]
another cStringIO restriction
Tarek Ziadé [Fri, 3 Jul 2009 09:01:07 +0000 (09:01 +0000)]
cleaned up distutils.command.build_py
Tarek Ziadé [Fri, 3 Jul 2009 08:22:56 +0000 (08:22 +0000)]
Fixed #6403 : package path usage for build_ext
Benjamin Peterson [Thu, 2 Jul 2009 22:56:16 +0000 (22:56 +0000)]
condense with assertRaises
Benjamin Peterson [Thu, 2 Jul 2009 21:38:36 +0000 (21:38 +0000)]
test that compile() accepts the future flag
R. David Murray [Thu, 2 Jul 2009 18:19:20 +0000 (18:19 +0000)]
Issue 6389: add documentation for the 'mode' flags defined in the
stat module.
Benjamin Peterson [Thu, 2 Jul 2009 18:16:45 +0000 (18:16 +0000)]
when print() gets unicode arguments, sep and end should be unicode by default #4618
Benjamin Peterson [Thu, 2 Jul 2009 17:06:17 +0000 (17:06 +0000)]
only order comparisons are removed in py3k #6119
Benjamin Peterson [Thu, 2 Jul 2009 16:51:56 +0000 (16:51 +0000)]
remove this test; a module level warning is enough
Jesus Cea [Thu, 2 Jul 2009 14:30:18 +0000 (14:30 +0000)]
multiprocessing doesn't compile in Solaris because a typo
Tarek Ziadé [Thu, 2 Jul 2009 14:20:47 +0000 (14:20 +0000)]
pep8-fied and cleaned up distutils.util
Tarek Ziadé [Thu, 2 Jul 2009 12:51:56 +0000 (12:51 +0000)]
cleaned up the bdist_dumb module
Tarek Ziadé [Thu, 2 Jul 2009 12:47:54 +0000 (12:47 +0000)]
raising bdist_dumb test coverage
Benjamin Peterson [Wed, 1 Jul 2009 23:45:19 +0000 (23:45 +0000)]
small optimization: avoid popping the current block until we have to
Benjamin Peterson [Wed, 1 Jul 2009 13:34:35 +0000 (13:34 +0000)]
proxy the __exit__ call
R. David Murray [Wed, 1 Jul 2009 02:49:10 +0000 (02:49 +0000)]
Make punctuation prettier and break up run-on sentence.
Benjamin Peterson [Wed, 1 Jul 2009 00:49:09 +0000 (00:49 +0000)]
Merged revisions 73379,73388,73507,73722 via svnmerge from
svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3
........
r73379 | benjamin.peterson | 2009-06-11 18:06:21 -0500 (Thu, 11 Jun 2009) | 1 line
use a real conditional expresion
........
r73388 | benjamin.peterson | 2009-06-12 09:44:29 -0500 (Fri, 12 Jun 2009) | 1 line
fix typo in last fix
........
r73507 | benjamin.peterson | 2009-06-22 13:32:04 -0500 (Mon, 22 Jun 2009) | 1 line
remove svn:executable property
........
r73722 | benjamin.peterson | 2009-06-30 19:44:30 -0500 (Tue, 30 Jun 2009) | 1 line
replace fail* with assert*
........
Benjamin Peterson [Wed, 1 Jul 2009 00:36:41 +0000 (00:36 +0000)]
fix a few cases where automated fail -> assert translation messed up
Thanks Joe Amenta
Benjamin Peterson [Tue, 30 Jun 2009 23:30:12 +0000 (23:30 +0000)]
use assert* methods in test_unittest
Benjamin Peterson [Tue, 30 Jun 2009 22:57:08 +0000 (22:57 +0000)]
convert usage of fail* to assert*
Ezio Melotti [Tue, 30 Jun 2009 22:56:16 +0000 (22:56 +0000)]
Fixed a backslash that was not supposed to be there
Ezio Melotti [Tue, 30 Jun 2009 22:51:06 +0000 (22:51 +0000)]
Fixed defaultTestCase -> defaultTestResult
Benjamin Peterson [Tue, 30 Jun 2009 22:14:33 +0000 (22:14 +0000)]
provide a dummy __exit__ on windows
Jesse Noller [Tue, 30 Jun 2009 17:11:52 +0000 (17:11 +0000)]
Resolves issues 5155, 5313, 5331 - bad file descriptor error with processes in processes
Georg Brandl [Tue, 30 Jun 2009 16:35:11 +0000 (16:35 +0000)]
#6371: fix link targets.
Georg Brandl [Tue, 30 Jun 2009 16:18:55 +0000 (16:18 +0000)]
#6384: Add a heading for the exception hierarchy.
Georg Brandl [Tue, 30 Jun 2009 16:17:28 +0000 (16:17 +0000)]
#6374: add a bit of explanation about shell=True on Windows.
Georg Brandl [Tue, 30 Jun 2009 16:15:43 +0000 (16:15 +0000)]
#6376: fix copy-n-paste oversight.
Mark Dickinson [Tue, 30 Jun 2009 15:32:30 +0000 (15:32 +0000)]
Issue #6347: Add inttypes.h to the pyport.h #includes; fixes a build
failure on HP-UX 11.00.
Raymond Hettinger [Mon, 29 Jun 2009 19:10:29 +0000 (19:10 +0000)]
Issue 6370: Performance issue with collections.Counter().
Jesse Noller [Mon, 29 Jun 2009 18:24:26 +0000 (18:24 +0000)]
Issue 5740: multiprocessing.connection.* authkey fixes
Jesse Noller [Mon, 29 Jun 2009 18:20:34 +0000 (18:20 +0000)]
Bug 5906: add a documentation note for unix daemons vs. multiprocessing daemons
Tarek Ziadé [Mon, 29 Jun 2009 16:13:39 +0000 (16:13 +0000)]
Fixed 6365: wrong inplace location for build_ext if the extension had dots
Hirokazu Yamamoto [Mon, 29 Jun 2009 15:52:21 +0000 (15:52 +0000)]
Issue #6368: Fixed unused variable warning on Unix.
Georg Brandl [Mon, 29 Jun 2009 14:44:49 +0000 (14:44 +0000)]
Fix error handling in PyCode_Optimize, by Alexander Schremmer at EuroPython sprint.
Hirokazu Yamamoto [Mon, 29 Jun 2009 14:29:31 +0000 (14:29 +0000)]
Fixed NEWS.
Antoine Pitrou [Mon, 29 Jun 2009 14:14:56 +0000 (14:14 +0000)]
Backport fix for buglet from py3k
Hirokazu Yamamoto [Mon, 29 Jun 2009 13:25:16 +0000 (13:25 +0000)]
Issue #6344: Fixed a crash of mmap.read() when passed a negative argument.
Reviewed by Amaury Forgeot d'Arc.
Hirokazu Yamamoto [Mon, 29 Jun 2009 11:27:03 +0000 (11:27 +0000)]
Issue #4856: Py_GetFileAttributesEx[AW] are not needed because GetFileAttributesEx[AW]
won't fail with ERROR_CALL_NOT_IMPLEMENTED on win NT.
Reviewed by Amaury Forgeot d'Arc.
Benjamin Peterson [Mon, 29 Jun 2009 03:30:55 +0000 (03:30 +0000)]
update to sphinx 0.6.2
Alexandre Vassalotti [Mon, 29 Jun 2009 01:01:51 +0000 (01:01 +0000)]
Update docstrings for sys.getdlopenflags() and sys.setdlopenflags().
Mark Dickinson [Sun, 28 Jun 2009 22:37:13 +0000 (22:37 +0000)]
Remove unused stdint.h includes
Mark Dickinson [Sun, 28 Jun 2009 21:48:15 +0000 (21:48 +0000)]
More Decimal quote fixing; backport of r73642
Kristján Valur Jónsson [Sun, 28 Jun 2009 21:04:17 +0000 (21:04 +0000)]
http://bugs.python.org/issue6267
Cumulative patch to http and xmlrpc
Benjamin Peterson [Sun, 28 Jun 2009 19:27:55 +0000 (19:27 +0000)]
return locals and cells in get_locals() not bound globals, though
Benjamin Peterson [Sun, 28 Jun 2009 16:14:07 +0000 (16:14 +0000)]
use stack macros
Benjamin Peterson [Sun, 28 Jun 2009 16:08:02 +0000 (16:08 +0000)]
add two generic macros for peeking and setting in the stack
Martin v. Löwis [Sun, 28 Jun 2009 12:24:23 +0000 (12:24 +0000)]
Fix types in logic to compute help file name.
Georg Brandl [Sun, 28 Jun 2009 12:10:18 +0000 (12:10 +0000)]
Remove stray pychecker directive.
Hirokazu Yamamoto [Sun, 28 Jun 2009 10:23:00 +0000 (10:23 +0000)]
Issue #4856: Remove checks for win NT.
Martin v. Löwis [Sun, 28 Jun 2009 09:32:39 +0000 (09:32 +0000)]
Issue 5390: Add uninstall icon independent of whether file
extensions are installed.
Ezio Melotti [Sun, 28 Jun 2009 00:07:45 +0000 (00:07 +0000)]
Fixed a wrong apostrophe
Ezio Melotti [Sat, 27 Jun 2009 23:45:39 +0000 (23:45 +0000)]
stmt and setup can contain multiple statements, see #5896
Benjamin Peterson [Sat, 27 Jun 2009 14:16:23 +0000 (14:16 +0000)]
link to extensive generator docs in the reference manual
Benjamin Peterson [Fri, 26 Jun 2009 23:37:06 +0000 (23:37 +0000)]
document is_declared_global()
Benjamin Peterson [Fri, 26 Jun 2009 16:49:06 +0000 (16:49 +0000)]
mark 3.1 as stable docs
Gregory P. Smith [Fri, 26 Jun 2009 07:50:21 +0000 (07:50 +0000)]
Fixes the last problem mentioned in issue1202.
Amaury Forgeot d'Arc [Thu, 25 Jun 2009 22:29:29 +0000 (22:29 +0000)]
#2016 Fix a crash in function call when the **kwargs dictionary is mutated
during the function call setup.
This even gives a slight speedup, probably because tuple allocation
is faster than PyMem_NEW.
Amaury Forgeot d'Arc [Thu, 25 Jun 2009 21:29:32 +0000 (21:29 +0000)]
Fix a compilation warning on Windows
R. David Murray [Thu, 25 Jun 2009 17:29:39 +0000 (17:29 +0000)]
Issue 6340: update by Gregor Lingl of his tdemo_chaos demo program.
Functionally equivalent, clearer code, English comments.
R. David Murray [Thu, 25 Jun 2009 14:21:06 +0000 (14:21 +0000)]
Add a couple of missing function alias declarations to the turtle docs.
Kristján Valur Jónsson [Wed, 24 Jun 2009 09:17:04 +0000 (09:17 +0000)]
http://bugs.python.org/issue6192
Move the newly introduced disable_nagle_algorithm flag into the StreamRequestHandler, where it is more appropriate.
Georg Brandl [Wed, 24 Jun 2009 06:41:19 +0000 (06:41 +0000)]
#6332: fix word dupes throughout the source.
Raymond Hettinger [Tue, 23 Jun 2009 22:20:04 +0000 (22:20 +0000)]
Add procedural note.
Amaury Forgeot d'Arc [Tue, 23 Jun 2009 21:53:46 +0000 (21:53 +0000)]
Remove last remnants of the ipaddr package.
The changes in mcast.py come from the first version of the patch for issue5379.
Raymond Hettinger [Tue, 23 Jun 2009 21:32:28 +0000 (21:32 +0000)]
Issue 6305: Clarify error message for large arguments to itertools.islice().
Amaury Forgeot d'Arc [Tue, 23 Jun 2009 21:09:09 +0000 (21:09 +0000)]
Remove the ipaddr module per discussion on python-dev
Raymond Hettinger [Tue, 23 Jun 2009 20:59:43 +0000 (20:59 +0000)]
Issue 6329: Fix iteration for memoryviews.
R. David Murray [Tue, 23 Jun 2009 18:02:46 +0000 (18:02 +0000)]
Fix issue 5230 by having pydoc's safeimport check to see if the import
error was thrown from itself in order to decide if the module can't be
found. Thanks to Lucas Prado Melo for collaborating on the fix and tests.
Nick Coghlan [Tue, 23 Jun 2009 10:51:02 +0000 (10:51 +0000)]
Remove markup from docstring
Nick Coghlan [Tue, 23 Jun 2009 10:19:30 +0000 (10:19 +0000)]
Issue 6288: Update contextlib.nested() docstring to reflect new documentation
Benjamin Peterson [Tue, 23 Jun 2009 03:01:56 +0000 (03:01 +0000)]
remove some unused symtable constants
Benjamin Peterson [Tue, 23 Jun 2009 01:18:57 +0000 (01:18 +0000)]
fix grammar
R. David Murray [Mon, 22 Jun 2009 22:11:04 +0000 (22:11 +0000)]
Improve English phrasing.
Amaury Forgeot d'Arc [Mon, 22 Jun 2009 19:33:48 +0000 (19:33 +0000)]
#4490 Fix sample code run by "python -m xml.sax.xmlreader"
Benjamin Peterson [Sun, 21 Jun 2009 23:03:36 +0000 (23:03 +0000)]
remove tmpname support since it's no longer used
Benjamin Peterson [Sun, 21 Jun 2009 23:01:07 +0000 (23:01 +0000)]
don't need to add the name 'lambda' as assigned
Steven Bethard [Sun, 21 Jun 2009 21:03:41 +0000 (21:03 +0000)]
Fix memory bug in bdist_msi. (Commit okayed in issue6319.)
Vinay Sajip [Sun, 21 Jun 2009 17:37:27 +0000 (17:37 +0000)]
Issue #6314: logging.basicConfig() performs extra checks on the "level" argument.
Guilherme Polo [Sun, 21 Jun 2009 17:22:50 +0000 (17:22 +0000)]
Issue #5450: Moved tests involving loading tk from Lib/test/test_tcl to
Lib/lib-tk/test/test_tkinter/test_loadtk in order to follow the behaviour of
test_ttkguionly.
Tarek Ziadé [Sat, 20 Jun 2009 13:57:20 +0000 (13:57 +0000)]
Fixed #6164 AIX specific linker argument in Distutils unixcompiler
Benjamin Peterson [Fri, 19 Jun 2009 22:21:12 +0000 (22:21 +0000)]
use closures
Benjamin Peterson [Fri, 19 Jun 2009 22:16:28 +0000 (22:16 +0000)]
show that this one isn't used
Benjamin Peterson [Fri, 19 Jun 2009 22:09:17 +0000 (22:09 +0000)]
add missing assertion #6313
Benjamin Peterson [Fri, 19 Jun 2009 22:07:47 +0000 (22:07 +0000)]
remove duplicate test
Facundo Batista [Fri, 19 Jun 2009 18:02:28 +0000 (18:02 +0000)]
Issue #6274. Fixed a potential FD leak in subprocess.py.
Amaury Forgeot d'Arc [Thu, 18 Jun 2009 22:32:50 +0000 (22:32 +0000)]
#6189: The subprocess.py module should be kept compatible with python 2.2
(On windows, you still have to change one line to use pywin32
instead of the _subprocess helper module)
Georg Brandl [Thu, 18 Jun 2009 22:24:26 +0000 (22:24 +0000)]
#6276: Remove usage of nested() in favor of new with statement with multiple managers.
Nick Coghlan [Wed, 17 Jun 2009 12:12:15 +0000 (12:12 +0000)]
Issue 6288: update the contextlib.nested() docs to explain why it has been deprecated and should generally be avoided
Georg Brandl [Wed, 17 Jun 2009 09:43:31 +0000 (09:43 +0000)]
#6255: document PyInt_FromSize_t.
Georg Brandl [Wed, 17 Jun 2009 09:36:21 +0000 (09:36 +0000)]
#6295: clarify blocking behavior of getch().
Hirokazu Yamamoto [Wed, 17 Jun 2009 07:05:33 +0000 (07:05 +0000)]
Issue #6215: Fixed to use self.open() instead of open() or io.open().
Benjamin Peterson [Wed, 17 Jun 2009 03:23:04 +0000 (03:23 +0000)]
remove unused 'encoding' member from the compiler struct
Raymond Hettinger [Wed, 17 Jun 2009 01:43:47 +0000 (01:43 +0000)]
Add usage note.
Benjamin Peterson [Tue, 16 Jun 2009 23:13:09 +0000 (23:13 +0000)]
add underscores
Mark Dickinson [Tue, 16 Jun 2009 20:31:12 +0000 (20:31 +0000)]
Acknowledge the role of the MPFR library in creating cmath_testcases.txt
Georg Brandl [Tue, 16 Jun 2009 17:43:44 +0000 (17:43 +0000)]
Remove unused macro.
Georg Brandl [Tue, 16 Jun 2009 17:41:33 +0000 (17:41 +0000)]
Add tabularcolumns directive for tables with bullet lists in them.