Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove mentions of the Demo directory. | Georg Brandl | 2010-12-30 | 10 | -30/+16 |
| | |||||
* | Harmonize docstrings. Move redemo from Tools/scripts to Tools/demo. Add a ↵ | Georg Brandl | 2010-12-30 | 15 | -151/+196 |
| | | | | README file to Tools/demo. | ||||
* | Remove the actual Demo dir. | Georg Brandl | 2010-12-30 | 0 | -0/+0 |
| | |||||
* | More cleanup: Move some demos into a dedicated Tools/demo dir, move 2to3 ↵ | Georg Brandl | 2010-12-30 | 164 | -12436/+25 |
| | | | | demo to Tools, and remove all the other Demo content. | ||||
* | Issue 10786: unittest.TextTestRunner default stream no longer bound at ↵ | Michael Foord | 2010-12-30 | 3 | -1/+24 |
| | | | | import time | ||||
* | Fix NameErrors. | Georg Brandl | 2010-12-30 | 1 | -3/+4 |
| | |||||
* | Clean up tools: remove "world" and "framer", move single SSL script to scripts/. | Georg Brandl | 2010-12-30 | 15 | -1559/+0 |
| | |||||
* | Remove some of the old demos. (Put a few somewhere else.) | Georg Brandl | 2010-12-30 | 69 | -7628/+47 |
| | |||||
* | Build and install libpython3.so. | Martin v. Löwis | 2010-12-30 | 4 | -1/+32 |
| | |||||
* | Issue #10542: Document that identifiers use XID_Start XID_Continue*. | Martin v. Löwis | 2010-12-30 | 1 | -1/+5 |
| | |||||
* | Fix Issue10793 - hashlib documentation issue on return type of digest | Senthil Kumaran | 2010-12-30 | 1 | -1/+1 |
| | |||||
* | Fix same typo in docs. | R. David Murray | 2010-12-29 | 1 | -1/+1 |
| | |||||
* | Minor clarification | Terry Reedy | 2010-12-29 | 1 | -2/+2 |
| | |||||
* | Fix a comment typo and update another comment to match Python3 reality | R. David Murray | 2010-12-29 | 1 | -2/+2 |
| | |||||
* | Fix Issue 10753 - Don't quote ;=, in the PATH_INFO envvar. | Senthil Kumaran | 2010-12-29 | 3 | -1/+10 |
| | |||||
* | Issue #10783: rephrase the changelog (new try) | Victor Stinner | 2010-12-29 | 2 | -2/+2 |
| | |||||
* | Close stdout, clear ResourceWarning | Brian Curtin | 2010-12-29 | 1 | -0/+1 |
| | |||||
* | Fix #9333 on Windows XP, where os.symlink is not a possibility. | Brian Curtin | 2010-12-29 | 1 | -1/+1 |
| | |||||
* | Rephrase PyUnicode_CompareWithASCIIString() documentation | Victor Stinner | 2010-12-28 | 1 | -2/+3 |
| | |||||
* | Issue #10783: rephrase the changelog (NEWS, What's new) | Victor Stinner | 2010-12-28 | 2 | -3/+2 |
| | |||||
* | Don't ignore pgen error (on "make Parser/pgen.stamp") | Victor Stinner | 2010-12-28 | 1 | -1/+1 |
| | |||||
* | Compile pgenmain.c and printgrammar.c with PGEN defined | Victor Stinner | 2010-12-28 | 2 | -0/+4 |
| | |||||
* | Does not install a logging handler. Fixes issue 10626. | Brian Quinlan | 2010-12-28 | 2 | -12/+3 |
| | |||||
* | Issue 10738: Fix webbrowser.Opera.raise_opts value. | Terry Reedy | 2010-12-28 | 2 | -5/+3 |
| | |||||
* | #9824: encode , and ; in cookie values so that browsers don't split on them | R. David Murray | 2010-12-28 | 3 | -0/+16 |
| | | | | | | | | There is a small chance of backward incompatibility here, but only for non-SimpleCookie applications reading SimpleCookie generated cookies. Even then, any such ap is likely to be handling escaped values already, and it would take a fairly perverse implementation of unescaping to fail to unescape these newly escaped chars, so the risk seems minimal. | ||||
* | Add sys.flags.quiet attribute for the new -q option, as noted missing by ↵ | Georg Brandl | 2010-12-28 | 6 | -4/+14 |
| | | | | Eric in #1772833. | ||||
* | This file was obsolted by a number of adjustments to the os.symlink tests | Brian Curtin | 2010-12-28 | 1 | -206/+0 |
| | | | | on Windows, and is no longer needed by any tests or Lib/test/support.py | ||||
* | Minor doc update for #9333. Took out the phrasing about os.symlink not | Brian Curtin | 2010-12-28 | 1 | -6/+9 |
| | | | | existing and mentioned the OSError possibility. | ||||
* | Fix Issue10759 - html.parser.unescape() fails on HTML entities with ↵ | Senthil Kumaran | 2010-12-28 | 2 | -7/+15 |
| | | | | incorrect syntax | ||||
* | Fix #9333. The symlink function is always available now, raising OSError | Brian Curtin | 2010-12-28 | 11 | -46/+55 |
| | | | | when the user doesn't hold the symbolic link privilege rather than hiding it. | ||||
* | Issue #10783: Fix test_sys, pack('c', ' ') => pack('c', b' ') | Victor Stinner | 2010-12-28 | 1 | -1/+1 |
| | |||||
* | Issue #10783: struct.pack() doesn't encode implicitly unicode to UTF-8 | Victor Stinner | 2010-12-28 | 6 | -107/+83 |
| | | | | | | | * Replace "bytes" by "bytes object" in struct error messages * Document the API change in What's new in Python 3.2 * Fix test_wave * Remove also ugly implicit conversions in test_struct | ||||
* | #10609: fix non-working dbm example. | Georg Brandl | 2010-12-28 | 1 | -4/+2 |
| | |||||
* | #10739: document that on Windows, socket.makefile() does not make a file ↵ | Georg Brandl | 2010-12-28 | 2 | -8/+15 |
| | | | | that has a true file descriptor usable where such a thing is expected. | ||||
* | Rewrap. | Georg Brandl | 2010-12-28 | 1 | -13/+13 |
| | |||||
* | Remove history; adapt a bit more to reST, since this will once be part of ↵ | Georg Brandl | 2010-12-28 | 1 | -160/+153 |
| | | | | the dev guide. | ||||
* | #10781: clarify that *encoding* is not a parameter for Node objects in general. | Georg Brandl | 2010-12-28 | 1 | -3/+3 |
| | |||||
* | #10742: document readonly attribute of memoryviews. | Georg Brandl | 2010-12-28 | 1 | -0/+4 |
| | |||||
* | #10767: update README in crashers; not all may have a bug entry and/or be fixed. | Georg Brandl | 2010-12-28 | 1 | -14/+10 |
| | |||||
* | Issue #9738: Fix typo, ASCII-encoding string => ASCII-encoded string | Victor Stinner | 2010-12-28 | 1 | -1/+1 |
| | |||||
* | Add news entry and clarify another. | Georg Brandl | 2010-12-28 | 1 | -2/+4 |
| | |||||
* | #10768: fix ScrolledText widget construction, and make the example work from ↵ | Georg Brandl | 2010-12-28 | 2 | -4/+5 |
| | | | | the interactive shell. | ||||
* | #10777: fix iteration over dict keys while mutating the dict. | Georg Brandl | 2010-12-28 | 3 | -1/+13 |
| | |||||
* | #10679: install idle, pydoc, 2to3 scripts with X.Y suffix for make ↵ | Georg Brandl | 2010-12-28 | 3 | -2/+39 |
| | | | | altinstall; create symlinks for make install. | ||||
* | Fix advice: call PyType_Ready to fill in ob_type of custom types. | Georg Brandl | 2010-12-28 | 1 | -3/+3 |
| | |||||
* | Remove confusing paragraph -- this is relevant only to advanced users anyway ↵ | Georg Brandl | 2010-12-28 | 1 | -8/+0 |
| | | | | and does not belong into the tutorial. | ||||
* | Replace sys.maxint mention by sys.maxsize. | Georg Brandl | 2010-12-28 | 1 | -1/+1 |
| | |||||
* | Issue #10780: Remove commas at the end of the argument list | Victor Stinner | 2010-12-28 | 1 | -2/+2 |
| | | | | Forbidden in C, stupid language! | ||||
* | Issue #8966: Remove the documentation of ctypes.set_conversion_mode() | Victor Stinner | 2010-12-28 | 1 | -16/+0 |
| | | | | Function removed by r83195. | ||||
* | Issue #10780: PyErr_SetFromWindowsErrWithFilename() and | Victor Stinner | 2010-12-28 | 4 | -6/+11 |
| | | | | | PyErr_SetExcFromWindowsErrWithFilename() decode the filename from the filesystem encoding instead of UTF-8. |