]>
granicus.if.org Git - python/log
Antoine Pitrou [Sun, 12 Dec 2010 18:25:25 +0000 (18:25 +0000)]
Make this a warning and fix indentation
Antoine Pitrou [Sun, 12 Dec 2010 18:14:34 +0000 (18:14 +0000)]
Obsolete aliases needn't be documented
Antoine Pitrou [Sun, 12 Dec 2010 18:12:40 +0000 (18:12 +0000)]
Remove reference to stuff which is already obsolete in 2.x.
Antoine Pitrou [Sun, 12 Dec 2010 18:09:53 +0000 (18:09 +0000)]
SET_LINENO was removed in 2.3
Vinay Sajip [Sun, 12 Dec 2010 17:37:27 +0000 (17:37 +0000)]
Logging documentation - further update.
Nick Coghlan [Sun, 12 Dec 2010 15:24:21 +0000 (15:24 +0000)]
Issue #10188 (partial resolution): tidy up some behaviour in the new tempfile.TemporaryDirectory context manager
Vinay Sajip [Sun, 12 Dec 2010 13:49:39 +0000 (13:49 +0000)]
Logging documentation - further update.
Vinay Sajip [Sun, 12 Dec 2010 13:25:29 +0000 (13:25 +0000)]
Logging documentation - further update.
Vinay Sajip [Sun, 12 Dec 2010 13:20:55 +0000 (13:20 +0000)]
Logging documentation update.
Benjamin Peterson [Sun, 12 Dec 2010 01:46:43 +0000 (01:46 +0000)]
having three copies of the same test is surely a bit excessive
Benjamin Peterson [Sun, 12 Dec 2010 01:33:04 +0000 (01:33 +0000)]
remove (un)transform methods
Georg Brandl [Sat, 11 Dec 2010 22:19:34 +0000 (22:19 +0000)]
Fix markup.
Barry Warsaw [Sat, 11 Dec 2010 21:32:01 +0000 (21:32 +0000)]
Create the hardlink between python-3.2m and python-3.2 in altbininstall target
instead of bininstall target so it shows up when you do 'make altinstall'.
Closes issue 10677.
Martin v. Löwis [Sat, 11 Dec 2010 19:22:04 +0000 (19:22 +0000)]
Add versionchanged for parameter type changes.
Georg Brandl [Sat, 11 Dec 2010 19:10:30 +0000 (19:10 +0000)]
Avoid AttributeError(_closed) when a TemporaryDirectory is deallocated whose mkdtemp call failed.
Martin v. Löwis [Sat, 11 Dec 2010 18:17:22 +0000 (18:17 +0000)]
Adjust PySlice_GetIndices documentation to signature change.
Georg Brandl [Fri, 10 Dec 2010 19:22:11 +0000 (19:22 +0000)]
Fix typo.
Alexander Belopolsky [Fri, 10 Dec 2010 18:14:16 +0000 (18:14 +0000)]
Reverted accidental commit (from r87159)
Alexander Belopolsky [Fri, 10 Dec 2010 18:11:24 +0000 (18:11 +0000)]
Updated UCD version and unicode.org links to Unicode 6.0.0
Raymond Hettinger [Fri, 10 Dec 2010 17:45:13 +0000 (17:45 +0000)]
Move nntp entry back to changed modules section and add entry for non-ascii import directories.
Vinay Sajip [Fri, 10 Dec 2010 11:42:57 +0000 (11:42 +0000)]
logging: added handler of last resort.
Georg Brandl [Fri, 10 Dec 2010 10:01:44 +0000 (10:01 +0000)]
#10668: fix wrong call of __init__.
Vinay Sajip [Fri, 10 Dec 2010 09:11:23 +0000 (09:11 +0000)]
Fied typo
Vinay Sajip [Fri, 10 Dec 2010 08:19:38 +0000 (08:19 +0000)]
test.support: Added TestHandler and Matcher classes for better support of assertions about logging.
Vinay Sajip [Fri, 10 Dec 2010 08:17:05 +0000 (08:17 +0000)]
Minor documentation tweak.
Ezio Melotti [Fri, 10 Dec 2010 02:32:05 +0000 (02:32 +0000)]
#10273: Remove a "Matches" that I missed in r86910. Thanks to RDM for noticing it.
Raymond Hettinger [Fri, 10 Dec 2010 01:19:15 +0000 (01:19 +0000)]
Reclassify some entries and remove a couple of minor ones.
Raymond Hettinger [Fri, 10 Dec 2010 01:09:01 +0000 (01:09 +0000)]
Overview of email module and recategorize various entries.
Raymond Hettinger [Thu, 9 Dec 2010 23:43:34 +0000 (23:43 +0000)]
Doh! Example pasted twice, but only once in the right place.
Georg Brandl [Thu, 9 Dec 2010 18:26:02 +0000 (18:26 +0000)]
Guard against rogue tuples.
Georg Brandl [Thu, 9 Dec 2010 18:10:27 +0000 (18:10 +0000)]
#10661: give QName a nicer repr.
Georg Brandl [Thu, 9 Dec 2010 18:08:43 +0000 (18:08 +0000)]
Fix "seperate".
Raymond Hettinger [Thu, 9 Dec 2010 16:41:54 +0000 (16:41 +0000)]
Entries for datetime, callable, and collections.Counter.
Hirokazu Yamamoto [Thu, 9 Dec 2010 11:13:30 +0000 (11:13 +0000)]
Fixed typo in comment.
Hirokazu Yamamoto [Thu, 9 Dec 2010 10:49:00 +0000 (10:49 +0000)]
Should call Py_INCREF for Py_None (Modules/_ssl.c: PySSL_cipher)
Alexander Belopolsky [Wed, 8 Dec 2010 23:31:48 +0000 (23:31 +0000)]
Issue #6697: Fixed instances of _PyUnicode_AsString() result not checked for NULL
R. David Murray [Wed, 8 Dec 2010 22:53:00 +0000 (22:53 +0000)]
Have script_helper._assert_python strip refcount strings from stderr.
This makes the output of the function and those that depend on it
independent of whether or not they are being run under a debug
build.
Victor Stinner [Wed, 8 Dec 2010 22:25:45 +0000 (22:25 +0000)]
Issue #10546: UTF-16-LE and UTF-16-BE *do* support non-BMP characters
Fix the doc and add tests.
Alexander Belopolsky [Wed, 8 Dec 2010 21:38:46 +0000 (21:38 +0000)]
Edited the Unicode 6.0.0 entry to add unicode.org links and trim the summary.
Alexander Belopolsky [Wed, 8 Dec 2010 21:21:56 +0000 (21:21 +0000)]
Added a datetime new features entry
Hirokazu Yamamoto [Wed, 8 Dec 2010 14:47:07 +0000 (14:47 +0000)]
Mention NASM which is needed to build openssl-1.0.0a original source.
(PC/VC6/readme.txt)
Raymond Hettinger [Wed, 8 Dec 2010 11:33:19 +0000 (11:33 +0000)]
Entry for inspect.getattr_static().
Raymond Hettinger [Wed, 8 Dec 2010 11:19:45 +0000 (11:19 +0000)]
Example of argparge with subparsers.
Raymond Hettinger [Wed, 8 Dec 2010 10:18:21 +0000 (10:18 +0000)]
range() example
Senthil Kumaran [Wed, 8 Dec 2010 08:04:49 +0000 (08:04 +0000)]
Fix Issue8194 - Fix incompatible API change in the parse_respones for xmlrpclib.
Raymond Hettinger [Wed, 8 Dec 2010 06:50:02 +0000 (06:50 +0000)]
Nits.
Raymond Hettinger [Wed, 8 Dec 2010 06:48:33 +0000 (06:48 +0000)]
Clean-ups.
Raymond Hettinger [Wed, 8 Dec 2010 06:42:41 +0000 (06:42 +0000)]
Add example for concurrent.futures.
Raymond Hettinger [Wed, 8 Dec 2010 01:13:53 +0000 (01:13 +0000)]
Update whatsnew. Salt the random number seed.
Ronald Oussoren [Tue, 7 Dec 2010 15:28:10 +0000 (15:28 +0000)]
Fix for issue #10107: Without this patch IDLE on OSX doesn't warn about unsaved files when quitting.
Ronald Oussoren [Tue, 7 Dec 2010 14:41:05 +0000 (14:41 +0000)]
Two small changes to adjust framework builds to the new stable ABI
Both the Makefile and the script that is used on OSX to create the binary
installer refer to the directory containing the Makefile using the name
'config'. This name was changed with the new ABI (with default build flags
it is now named config-3.2m). This patch ensures that both files use the
correct name.
The build-installer.py script contains one other change: it now tests for the
Tcl/Tk framework version by looking at the 'Current' symlink in the framework
instead of runnning a script. This makes it possible to verify the version
that is in the SDK that's used during the build instead of the version that
is installed on the system.
Hirokazu Yamamoto [Tue, 7 Dec 2010 10:24:37 +0000 (10:24 +0000)]
Issue #10637: Called CloseHandle twice in os.stat/os.lstat (Windows)
Raymond Hettinger [Tue, 7 Dec 2010 09:55:02 +0000 (09:55 +0000)]
Martin's name with Unicode.
Raymond Hettinger [Tue, 7 Dec 2010 09:44:21 +0000 (09:44 +0000)]
Make the example a little more interesting and useful.
Raymond Hettinger [Tue, 7 Dec 2010 09:37:11 +0000 (09:37 +0000)]
Clean-ups and examples.
Raymond Hettinger [Tue, 7 Dec 2010 09:24:30 +0000 (09:24 +0000)]
Spelling.
Raymond Hettinger [Tue, 7 Dec 2010 08:52:41 +0000 (08:52 +0000)]
More cleanups and examples.
Raymond Hettinger [Tue, 7 Dec 2010 06:45:30 +0000 (06:45 +0000)]
Add example for the entry for argparse
Benjamin Peterson [Tue, 7 Dec 2010 04:04:02 +0000 (04:04 +0000)]
use the more direct API
Benjamin Peterson [Tue, 7 Dec 2010 03:47:37 +0000 (03:47 +0000)]
add news note
Benjamin Peterson [Tue, 7 Dec 2010 03:46:27 +0000 (03:46 +0000)]
return views from dict proxy items/values/keys #10630
Raymond Hettinger [Tue, 7 Dec 2010 02:04:56 +0000 (02:04 +0000)]
Add entry for new pdb features
Raymond Hettinger [Tue, 7 Dec 2010 01:47:52 +0000 (01:47 +0000)]
Add entry for the new sysconfig module.
David Malcolm [Tue, 7 Dec 2010 00:32:04 +0000 (00:32 +0000)]
Fix typo
Raymond Hettinger [Mon, 6 Dec 2010 23:31:36 +0000 (23:31 +0000)]
Note improvements to the docs.
Georg Brandl [Mon, 6 Dec 2010 22:25:25 +0000 (22:25 +0000)]
Don't use deprecated aliases.
Georg Brandl [Mon, 6 Dec 2010 22:02:48 +0000 (22:02 +0000)]
Remove visible XXX comments.
Raymond Hettinger [Mon, 6 Dec 2010 04:31:40 +0000 (04:31 +0000)]
Typo fixups.
Martin v. Löwis [Sun, 5 Dec 2010 23:07:58 +0000 (23:07 +0000)]
Automate build for python3.dll.
Package missing files.
Georg Brandl [Sun, 5 Dec 2010 11:45:06 +0000 (11:45 +0000)]
Retagging 3.2b1.
Georg Brandl [Sun, 5 Dec 2010 11:42:38 +0000 (11:42 +0000)]
Fix title.
Georg Brandl [Sun, 5 Dec 2010 11:41:32 +0000 (11:41 +0000)]
Remove tag.
Georg Brandl [Sun, 5 Dec 2010 11:40:48 +0000 (11:40 +0000)]
Take PyUnicode_TransformDecimalToASCII out of the limited API.
Georg Brandl [Sun, 5 Dec 2010 09:24:00 +0000 (09:24 +0000)]
Tagging 3.2b1.
Raymond Hettinger [Sun, 5 Dec 2010 08:35:21 +0000 (08:35 +0000)]
Nits and todos
Georg Brandl [Sun, 5 Dec 2010 07:59:29 +0000 (07:59 +0000)]
Apply rest of #10628, and add a few todo comments.
Georg Brandl [Sun, 5 Dec 2010 07:51:39 +0000 (07:51 +0000)]
Temporarily disable newly failing test for the release.
Nick Coghlan [Sun, 5 Dec 2010 07:17:25 +0000 (07:17 +0000)]
More fine-grained monitoring of alterations to logging state
Raymond Hettinger [Sun, 5 Dec 2010 07:06:47 +0000 (07:06 +0000)]
Spelling
Raymond Hettinger [Sun, 5 Dec 2010 07:02:45 +0000 (07:02 +0000)]
Update the unittest section.
Nick Coghlan [Sun, 5 Dec 2010 06:45:03 +0000 (06:45 +0000)]
Issue 10626 investigation: regrtest now checks for alterations to the logging state in the current process (and yes, test_pydoc alters it)
Raymond Hettinger [Sun, 5 Dec 2010 06:35:16 +0000 (06:35 +0000)]
New string format character.
Raymond Hettinger [Sun, 5 Dec 2010 05:39:54 +0000 (05:39 +0000)]
Optimization notes.
Hirokazu Yamamoto [Sun, 5 Dec 2010 04:16:47 +0000 (04:16 +0000)]
Should use posix_error here.
Raymond Hettinger [Sun, 5 Dec 2010 04:04:21 +0000 (04:04 +0000)]
Describe the transform/untranform methods
Raymond Hettinger [Sun, 5 Dec 2010 02:56:21 +0000 (02:56 +0000)]
Note the updates to range objects.
Hirokazu Yamamoto [Sun, 5 Dec 2010 02:48:08 +0000 (02:48 +0000)]
Sorry, I had introduced tab in source code.
Hirokazu Yamamoto [Sun, 5 Dec 2010 02:41:46 +0000 (02:41 +0000)]
Avoid possible zombi process.
Hirokazu Yamamoto [Sun, 5 Dec 2010 02:04:16 +0000 (02:04 +0000)]
Now can reproduce the error on AMD64 Windows Server 2008
even where os.symlink is not supported.
Raymond Hettinger [Sun, 5 Dec 2010 01:01:52 +0000 (01:01 +0000)]
Optimization of Timsort.
Raymond Hettinger [Sun, 5 Dec 2010 00:39:18 +0000 (00:39 +0000)]
Start the argparse entry.
Raymond Hettinger [Sat, 4 Dec 2010 23:42:12 +0000 (23:42 +0000)]
Mention itertools.accumulate().
Raymond Hettinger [Sat, 4 Dec 2010 22:56:25 +0000 (22:56 +0000)]
Fill-in stub for concurrent.futures
Raymond Hettinger [Sat, 4 Dec 2010 20:51:36 +0000 (20:51 +0000)]
Doc nit.
Georg Brandl [Sat, 4 Dec 2010 19:09:24 +0000 (19:09 +0000)]
Bump to 3.2b1.
Georg Brandl [Sat, 4 Dec 2010 19:06:18 +0000 (19:06 +0000)]
Fix markup errors.
Georg Brandl [Sat, 4 Dec 2010 19:06:14 +0000 (19:06 +0000)]
Update suspicious exceptions.
Georg Brandl [Sat, 4 Dec 2010 19:01:29 +0000 (19:01 +0000)]
Update pydoc topics.
Antoine Pitrou [Sat, 4 Dec 2010 18:36:03 +0000 (18:36 +0000)]
Silence compile error
Gregory P. Smith [Sat, 4 Dec 2010 18:11:44 +0000 (18:11 +0000)]
clarify the docs and new warning message.