Antoine Pitrou
|
cc4edd59d6
|
Add link to the buffer protocol description from the memory description.
|
2010-12-12 20:01:43 +00:00 |
Antoine Pitrou
|
8abc93580d
|
Better explain the buffer interface (hopefully)
|
2010-12-12 19:59:47 +00:00 |
Antoine Pitrou
|
36730e8bc1
|
Make this a warning and fix indentation
|
2010-12-12 18:25:25 +00:00 |
Antoine Pitrou
|
19d6ce0f73
|
Obsolete aliases needn't be documented
|
2010-12-12 18:14:34 +00:00 |
Antoine Pitrou
|
b387ad6eec
|
Remove reference to stuff which is already obsolete in 2.x.
|
2010-12-12 18:12:40 +00:00 |
Antoine Pitrou
|
c58bde159f
|
SET_LINENO was removed in 2.3
|
2010-12-12 18:09:53 +00:00 |
Vinay Sajip
|
f234eb9c32
|
Logging documentation - further update.
|
2010-12-12 17:37:27 +00:00 |
Nick Coghlan
|
6b22f3fa17
|
Issue #10188 (partial resolution): tidy up some behaviour in the new tempfile.TemporaryDirectory context manager
|
2010-12-12 15:24:21 +00:00 |
Vinay Sajip
|
0e65cf0b6a
|
Logging documentation - further update.
|
2010-12-12 13:49:39 +00:00 |
Vinay Sajip
|
5286ccfdf8
|
Logging documentation - further update.
|
2010-12-12 13:25:29 +00:00 |
Vinay Sajip
|
a18b959473
|
Logging documentation update.
|
2010-12-12 13:20:55 +00:00 |
Benjamin Peterson
|
8c84b71c88
|
having three copies of the same test is surely a bit excessive
|
2010-12-12 01:46:43 +00:00 |
Benjamin Peterson
|
28a4dce6a8
|
remove (un)transform methods
|
2010-12-12 01:33:04 +00:00 |
Georg Brandl
|
18d378dc3d
|
Fix markup.
|
2010-12-11 22:19:34 +00:00 |
Barry Warsaw
|
ad6f877f98
|
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.
|
2010-12-11 21:32:01 +00:00 |
Martin v. Löwis
|
6d9839d011
|
Add versionchanged for parameter type changes.
|
2010-12-11 19:22:04 +00:00 |
Georg Brandl
|
ab3734fd97
|
Avoid AttributeError(_closed) when a TemporaryDirectory is deallocated whose mkdtemp call failed.
|
2010-12-11 19:10:30 +00:00 |
Martin v. Löwis
|
dd5909725c
|
Adjust PySlice_GetIndices documentation to signature change.
|
2010-12-11 18:17:22 +00:00 |
Georg Brandl
|
cc9d237fe7
|
Fix typo.
|
2010-12-10 19:22:11 +00:00 |
Alexander Belopolsky
|
532d091d05
|
Reverted accidental commit (from r87159)
|
2010-12-10 18:14:16 +00:00 |
Alexander Belopolsky
|
fc55789cae
|
Updated UCD version and unicode.org links to Unicode 6.0.0
|
2010-12-10 18:11:24 +00:00 |
Raymond Hettinger
|
070ec70cbe
|
Move nntp entry back to changed modules section and add entry for non-ascii import directories.
|
2010-12-10 17:45:13 +00:00 |
Vinay Sajip
|
5a27d40186
|
logging: added handler of last resort.
|
2010-12-10 11:42:57 +00:00 |
Georg Brandl
|
cf03ac0c64
|
#10668: fix wrong call of __init__.
|
2010-12-10 10:01:44 +00:00 |
Vinay Sajip
|
40e86f0df2
|
Fied typo
|
2010-12-10 09:11:23 +00:00 |
Vinay Sajip
|
129fd04440
|
test.support: Added TestHandler and Matcher classes for better support of assertions about logging.
|
2010-12-10 08:19:38 +00:00 |
Vinay Sajip
|
dfa0a2abcf
|
Minor documentation tweak.
|
2010-12-10 08:17:05 +00:00 |
Ezio Melotti
|
8f77630747
|
#10273: Remove a "Matches" that I missed in r86910. Thanks to RDM for noticing it.
|
2010-12-10 02:32:05 +00:00 |
Raymond Hettinger
|
522cc0a9a1
|
Reclassify some entries and remove a couple of minor ones.
|
2010-12-10 01:19:15 +00:00 |
Raymond Hettinger
|
21ec4bc296
|
Overview of email module and recategorize various entries.
|
2010-12-10 01:09:01 +00:00 |
Raymond Hettinger
|
5eb6390fc7
|
Doh! Example pasted twice, but only once in the right place.
|
2010-12-09 23:43:34 +00:00 |
Georg Brandl
|
c95c91880a
|
Guard against rogue tuples.
|
2010-12-09 18:26:02 +00:00 |
Georg Brandl
|
b56c0e24d6
|
#10661: give QName a nicer repr.
|
2010-12-09 18:10:27 +00:00 |
Georg Brandl
|
fb1720b0f5
|
Fix "seperate".
|
2010-12-09 18:08:43 +00:00 |
Raymond Hettinger
|
792c076cce
|
Entries for datetime, callable, and collections.Counter.
|
2010-12-09 16:41:54 +00:00 |
Hirokazu Yamamoto
|
5280275ffc
|
Fixed typo in comment.
|
2010-12-09 11:13:30 +00:00 |
Hirokazu Yamamoto
|
524f10359b
|
Should call Py_INCREF for Py_None (Modules/_ssl.c: PySSL_cipher)
|
2010-12-09 10:49:00 +00:00 |
Alexander Belopolsky
|
e239d23e8c
|
Issue #6697: Fixed instances of _PyUnicode_AsString() result not checked for NULL
|
2010-12-08 23:31:48 +00:00 |
R. David Murray
|
1b2bd3b348
|
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.
|
2010-12-08 22:53:00 +00:00 |
Victor Stinner
|
53a9dd776e
|
Issue #10546: UTF-16-LE and UTF-16-BE *do* support non-BMP characters
Fix the doc and add tests.
|
2010-12-08 22:25:45 +00:00 |
Alexander Belopolsky
|
84cc06288d
|
Edited the Unicode 6.0.0 entry to add unicode.org links and trim the summary.
|
2010-12-08 21:38:46 +00:00 |
Alexander Belopolsky
|
72572319fc
|
Added a datetime new features entry
|
2010-12-08 21:21:56 +00:00 |
Hirokazu Yamamoto
|
3405de03a6
|
Mention NASM which is needed to build openssl-1.0.0a original source.
(PC/VC6/readme.txt)
|
2010-12-08 14:47:07 +00:00 |
Raymond Hettinger
|
515fabbf96
|
Entry for inspect.getattr_static().
|
2010-12-08 11:33:19 +00:00 |
Raymond Hettinger
|
b1ff4024a8
|
Example of argparge with subparsers.
|
2010-12-08 11:19:45 +00:00 |
Raymond Hettinger
|
2ffa671de7
|
range() example
|
2010-12-08 10:18:21 +00:00 |
Senthil Kumaran
|
f34445f7bd
|
Fix Issue8194 - Fix incompatible API change in the parse_respones for xmlrpclib.
|
2010-12-08 08:04:49 +00:00 |
Raymond Hettinger
|
24a0941a0f
|
Nits.
|
2010-12-08 06:50:02 +00:00 |
Raymond Hettinger
|
83d8079ee7
|
Clean-ups.
|
2010-12-08 06:48:33 +00:00 |
Raymond Hettinger
|
b105519710
|
Add example for concurrent.futures.
|
2010-12-08 06:42:41 +00:00 |