summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix markup.Georg Brandl2010-12-111-2/+4
|
* Create the hardlink between python-3.2m and python-3.2 in altbininstall targetBarry Warsaw2010-12-111-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öwis2010-12-111-0/+5
|
* Avoid AttributeError(_closed) when a TemporaryDirectory is deallocated whose ↵Georg Brandl2010-12-111-0/+2
| | | | mkdtemp call failed.
* Adjust PySlice_GetIndices documentation to signature change.Martin v. Löwis2010-12-111-2/+2
|
* Fix typo.Georg Brandl2010-12-101-2/+2
|
* Reverted accidental commit (from r87159)Alexander Belopolsky2010-12-102-29/+25
|
* Updated UCD version and unicode.org links to Unicode 6.0.0Alexander Belopolsky2010-12-103-33/+38
|
* Move nntp entry back to changed modules section and add entry for non-ascii ↵Raymond Hettinger2010-12-101-7/+13
| | | | import directories.
* logging: added handler of last resort.Vinay Sajip2010-12-103-14/+87
|
* #10668: fix wrong call of __init__.Georg Brandl2010-12-101-1/+1
|
* Fied typoVinay Sajip2010-12-101-1/+1
|
* test.support: Added TestHandler and Matcher classes for better support of ↵Vinay Sajip2010-12-102-2/+71
| | | | assertions about logging.
* Minor documentation tweak.Vinay Sajip2010-12-101-2/+2
|
* #10273: Remove a "Matches" that I missed in r86910. Thanks to RDM for ↵Ezio Melotti2010-12-102-5/+5
| | | | noticing it.
* Reclassify some entries and remove a couple of minor ones.Raymond Hettinger2010-12-101-43/+30
|
* Overview of email module and recategorize various entries.Raymond Hettinger2010-12-101-32/+45
|
* Doh! Example pasted twice, but only once in the right place.Raymond Hettinger2010-12-091-6/+1
|
* Guard against rogue tuples.Georg Brandl2010-12-091-1/+1
|
* #10661: give QName a nicer repr.Georg Brandl2010-12-091-0/+2
|
* Fix "seperate".Georg Brandl2010-12-092-2/+2
|
* Entries for datetime, callable, and collections.Counter.Raymond Hettinger2010-12-091-15/+41
|
* Fixed typo in comment.Hirokazu Yamamoto2010-12-091-1/+1
|
* Should call Py_INCREF for Py_None (Modules/_ssl.c: PySSL_cipher)Hirokazu Yamamoto2010-12-091-2/+4
|
* Issue #6697: Fixed instances of _PyUnicode_AsString() result not checked for ↵Alexander Belopolsky2010-12-0813-79/+145
| | | | NULL
* Have script_helper._assert_python strip refcount strings from stderr.R. David Murray2010-12-081-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 charactersVictor Stinner2010-12-082-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 Belopolsky2010-12-081-7/+10
|
* Added a datetime new features entryAlexander Belopolsky2010-12-081-0/+21
|
* Mention NASM which is needed to build openssl-1.0.0a original source.Hirokazu Yamamoto2010-12-081-2/+10
| | | | (PC/VC6/readme.txt)
* Entry for inspect.getattr_static().Raymond Hettinger2010-12-081-8/+9
|
* Example of argparge with subparsers.Raymond Hettinger2010-12-081-5/+24
|
* range() exampleRaymond Hettinger2010-12-081-1/+10
|
* Fix Issue8194 - Fix incompatible API change in the parse_respones for ↵Senthil Kumaran2010-12-081-2/+6
| | | | xmlrpclib.
* Nits.Raymond Hettinger2010-12-081-2/+1
|
* Clean-ups.Raymond Hettinger2010-12-081-12/+13
|
* Add example for concurrent.futures.Raymond Hettinger2010-12-081-5/+25
|
* Update whatsnew. Salt the random number seed.Raymond Hettinger2010-12-083-12/+21
|
* Fix for issue #10107: Without this patch IDLE on OSX doesn't warn about ↵Ronald Oussoren2010-12-073-1/+18
| | | | unsaved files when quitting.
* Two small changes to adjust framework builds to the new stable ABIRonald Oussoren2010-12-072-12/+29
| | | | | | | | | | | | | | 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.
* Issue #10637: Called CloseHandle twice in os.stat/os.lstat (Windows)Hirokazu Yamamoto2010-12-071-4/+4
|
* Martin's name with Unicode.Raymond Hettinger2010-12-071-1/+4
|
* Make the example a little more interesting and useful.Raymond Hettinger2010-12-071-0/+3
|
* Clean-ups and examples.Raymond Hettinger2010-12-071-7/+8
|
* Spelling.Raymond Hettinger2010-12-071-4/+4
|
* More cleanups and examples.Raymond Hettinger2010-12-071-33/+64
|
* Add example for the entry for argparseRaymond Hettinger2010-12-072-2/+60
|
* use the more direct APIBenjamin Peterson2010-12-071-3/+3
|
* add news noteBenjamin Peterson2010-12-071-0/+3
|
* return views from dict proxy items/values/keys #10630Benjamin Peterson2010-12-072-8/+14
|