Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Better explain the buffer interface (hopefully) | Antoine Pitrou | 2010-12-12 | 2 | -16/+26 |
| | |||||
* | Make this a warning and fix indentation | Antoine Pitrou | 2010-12-12 | 1 | -6/+6 |
| | |||||
* | Obsolete aliases needn't be documented | Antoine Pitrou | 2010-12-12 | 1 | -4/+0 |
| | |||||
* | Remove reference to stuff which is already obsolete in 2.x. | Antoine Pitrou | 2010-12-12 | 1 | -82/+0 |
| | |||||
* | SET_LINENO was removed in 2.3 | Antoine Pitrou | 2010-12-12 | 1 | -5/+0 |
| | |||||
* | Logging documentation - further update. | Vinay Sajip | 2010-12-12 | 1 | -51/+101 |
| | |||||
* | Issue #10188 (partial resolution): tidy up some behaviour in the new ↵ | Nick Coghlan | 2010-12-12 | 4 | -14/+79 |
| | | | | tempfile.TemporaryDirectory context manager | ||||
* | Logging documentation - further update. | Vinay Sajip | 2010-12-12 | 1 | -0/+5 |
| | |||||
* | Logging documentation - further update. | Vinay Sajip | 2010-12-12 | 1 | -0/+8 |
| | |||||
* | Logging documentation update. | Vinay Sajip | 2010-12-12 | 1 | -144/+420 |
| | |||||
* | having three copies of the same test is surely a bit excessive | Benjamin Peterson | 2010-12-12 | 1 | -296/+0 |
| | |||||
* | remove (un)transform methods | Benjamin Peterson | 2010-12-12 | 9 | -274/+6 |
| | |||||
* | Fix markup. | Georg Brandl | 2010-12-11 | 1 | -2/+4 |
| | |||||
* | Create the hardlink between python-3.2m and python-3.2 in altbininstall target | Barry Warsaw | 2010-12-11 | 1 | -5/+5 |
| | | | | | instead of bininstall target so it shows up when you do 'make altinstall'. Closes issue 10677. | ||||
* | Add versionchanged for parameter type changes. | Martin v. Löwis | 2010-12-11 | 1 | -0/+5 |
| | |||||
* | Avoid AttributeError(_closed) when a TemporaryDirectory is deallocated whose ↵ | Georg Brandl | 2010-12-11 | 1 | -0/+2 |
| | | | | mkdtemp call failed. | ||||
* | Adjust PySlice_GetIndices documentation to signature change. | Martin v. Löwis | 2010-12-11 | 1 | -2/+2 |
| | |||||
* | Fix typo. | Georg Brandl | 2010-12-10 | 1 | -2/+2 |
| | |||||
* | Reverted accidental commit (from r87159) | Alexander Belopolsky | 2010-12-10 | 2 | -29/+25 |
| | |||||
* | Updated UCD version and unicode.org links to Unicode 6.0.0 | Alexander Belopolsky | 2010-12-10 | 3 | -33/+38 |
| | |||||
* | Move nntp entry back to changed modules section and add entry for non-ascii ↵ | Raymond Hettinger | 2010-12-10 | 1 | -7/+13 |
| | | | | import directories. | ||||
* | logging: added handler of last resort. | Vinay Sajip | 2010-12-10 | 3 | -14/+87 |
| | |||||
* | #10668: fix wrong call of __init__. | Georg Brandl | 2010-12-10 | 1 | -1/+1 |
| | |||||
* | Fied typo | Vinay Sajip | 2010-12-10 | 1 | -1/+1 |
| | |||||
* | test.support: Added TestHandler and Matcher classes for better support of ↵ | Vinay Sajip | 2010-12-10 | 2 | -2/+71 |
| | | | | assertions about logging. | ||||
* | Minor documentation tweak. | Vinay Sajip | 2010-12-10 | 1 | -2/+2 |
| | |||||
* | #10273: Remove a "Matches" that I missed in r86910. Thanks to RDM for ↵ | Ezio Melotti | 2010-12-10 | 2 | -5/+5 |
| | | | | noticing it. | ||||
* | Reclassify some entries and remove a couple of minor ones. | Raymond Hettinger | 2010-12-10 | 1 | -43/+30 |
| | |||||
* | Overview of email module and recategorize various entries. | Raymond Hettinger | 2010-12-10 | 1 | -32/+45 |
| | |||||
* | Doh! Example pasted twice, but only once in the right place. | Raymond Hettinger | 2010-12-09 | 1 | -6/+1 |
| | |||||
* | Guard against rogue tuples. | Georg Brandl | 2010-12-09 | 1 | -1/+1 |
| | |||||
* | #10661: give QName a nicer repr. | Georg Brandl | 2010-12-09 | 1 | -0/+2 |
| | |||||
* | Fix "seperate". | Georg Brandl | 2010-12-09 | 2 | -2/+2 |
| | |||||
* | Entries for datetime, callable, and collections.Counter. | Raymond Hettinger | 2010-12-09 | 1 | -15/+41 |
| | |||||
* | Fixed typo in comment. | Hirokazu Yamamoto | 2010-12-09 | 1 | -1/+1 |
| | |||||
* | Should call Py_INCREF for Py_None (Modules/_ssl.c: PySSL_cipher) | Hirokazu Yamamoto | 2010-12-09 | 1 | -2/+4 |
| | |||||
* | Issue #6697: Fixed instances of _PyUnicode_AsString() result not checked for ↵ | Alexander Belopolsky | 2010-12-08 | 13 | -79/+145 |
| | | | | NULL | ||||
* | Have script_helper._assert_python strip refcount strings from stderr. | R. David Murray | 2010-12-08 | 1 | -1/+3 |
| | | | | | | 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. | ||||
* | Issue #10546: UTF-16-LE and UTF-16-BE *do* support non-BMP characters | Victor Stinner | 2010-12-08 | 2 | -2/+14 |
| | | | | Fix the doc and add tests. | ||||
* | Edited the Unicode 6.0.0 entry to add unicode.org links and trim the summary. | Alexander Belopolsky | 2010-12-08 | 1 | -7/+10 |
| | |||||
* | Added a datetime new features entry | Alexander Belopolsky | 2010-12-08 | 1 | -0/+21 |
| | |||||
* | Mention NASM which is needed to build openssl-1.0.0a original source. | Hirokazu Yamamoto | 2010-12-08 | 1 | -2/+10 |
| | | | | (PC/VC6/readme.txt) | ||||
* | Entry for inspect.getattr_static(). | Raymond Hettinger | 2010-12-08 | 1 | -8/+9 |
| | |||||
* | Example of argparge with subparsers. | Raymond Hettinger | 2010-12-08 | 1 | -5/+24 |
| | |||||
* | range() example | Raymond Hettinger | 2010-12-08 | 1 | -1/+10 |
| | |||||
* | Fix Issue8194 - Fix incompatible API change in the parse_respones for ↵ | Senthil Kumaran | 2010-12-08 | 1 | -2/+6 |
| | | | | xmlrpclib. | ||||
* | Nits. | Raymond Hettinger | 2010-12-08 | 1 | -2/+1 |
| | |||||
* | Clean-ups. | Raymond Hettinger | 2010-12-08 | 1 | -12/+13 |
| | |||||
* | Add example for concurrent.futures. | Raymond Hettinger | 2010-12-08 | 1 | -5/+25 |
| | |||||
* | Update whatsnew. Salt the random number seed. | Raymond Hettinger | 2010-12-08 | 3 | -12/+21 |
| |