| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix #9333. The symlink function is always available now, raising OSError | Brian Curtin | 2010-12-28 | 11 | -46/+55 |
|
|
* | 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 |
|
|
* | #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 that... | Georg Brandl | 2010-12-28 | 2 | -8/+15 |
|
|
* | Rewrap. | Georg Brandl | 2010-12-28 | 1 | -13/+13 |
|
|
* | Remove history; adapt a bit more to reST, since this will once be part of the... | Georg Brandl | 2010-12-28 | 1 | -160/+153 |
|
|
* | #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 |
|
|
* | #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 altinstall... | Georg Brandl | 2010-12-28 | 3 | -2/+39 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | Issue #8966: Remove the documentation of ctypes.set_conversion_mode() | Victor Stinner | 2010-12-28 | 1 | -16/+0 |
|
|
* | Issue #10780: PyErr_SetFromWindowsErrWithFilename() and | Victor Stinner | 2010-12-28 | 4 | -6/+11 |
|
|
* | Issue #10778: decoding_fgets() decodes the filename from the filesystem | Victor Stinner | 2010-12-27 | 1 | -6/+11 |
|
|
* | Issue #10779: PyErr_WarnExplicit() decodes the filename from the filesystem | Victor Stinner | 2010-12-27 | 4 | -4/+8 |
|
|
* | #7056: runtest and runtest_inner don't use testdir, so drop it from their sigs | R. David Murray | 2010-12-27 | 1 | -14/+8 |
|
|
* | Issue #10626: test_logging now preserves logger disabled states. | Vinay Sajip | 2010-12-27 | 1 | -2/+4 |
|
|
* | Issue #10626: test_logging now preserves logger disabled states. | Vinay Sajip | 2010-12-27 | 1 | -1/+9 |
|
|
* | Issue #10774: test_logging now removes temp files created during tests. | Vinay Sajip | 2010-12-27 | 2 | -7/+12 |
|
|
* | Skip test that does not raise an error on Windows. | R. David Murray | 2010-12-27 | 1 | -0/+2 |
|
|
* | Issue #9738: Ooops, fix typos in my previous commit (r87506) | Victor Stinner | 2010-12-27 | 2 | -2/+2 |
|
|
* | Issue #9738: Document encodings of AST, compiler, parser and PyRun functions | Victor Stinner | 2010-12-27 | 6 | -49/+111 |
|
|
* | Issue #9738: document encodings of unicode functions | Victor Stinner | 2010-12-27 | 2 | -6/+9 |
|
|
* | Issue #9738: Document encodings of error and warning functions | Victor Stinner | 2010-12-27 | 3 | -24/+78 |
|
|
* | Escape file path before searching for it in output via regex | R. David Murray | 2010-12-27 | 1 | -3/+7 |
|
|
* | Added logging documentation cross-references. | Vinay Sajip | 2010-12-26 | 2 | -4/+30 |
|
|
* | #5258/#10642: print fn, line, traceback and continue when .pth file is broken | R. David Murray | 2010-12-26 | 3 | -9/+71 |
|
|
* | Improved logging cookbook for logging with multiprocessing. | Vinay Sajip | 2010-12-26 | 1 | -0/+100 |
|
|
* | Fix typo (#10770) | Éric Araujo | 2010-12-26 | 1 | -1/+1 |
|
|
* | revert 87478 | Terry Reedy | 2010-12-26 | 1 | -1/+1 |
|
|
* | Remove unexistent parameter (#3216) | Éric Araujo | 2010-12-26 | 1 | -1/+1 |
|
|
* | Fix typo spotted by Rodrigo Bernardo Pimentel (#9891) | Éric Araujo | 2010-12-26 | 1 | -1/+1 |
|
|
* | Issue #10763: subprocess.communicate() closes stdout and stderr if both are | Victor Stinner | 2010-12-25 | 3 | -14/+24 |
|
|
* | Assign closed handles to None to make errors more obvious if they are used. | Brian Quinlan | 2010-12-25 | 1 | -2/+2 |
|
|
* | Better reporting of test failures on Windows. | Brian Quinlan | 2010-12-24 | 1 | -3/+15 |
|
|
* | #1693546: don't add quotes around RFC 2231 encoded values. | R. David Murray | 2010-12-24 | 3 | -5/+52 |
|
|
* | Match current tracker name, though I do not know if still active. | Terry Reedy | 2010-12-24 | 1 | -1/+1 |
|
|
* | Adopt symmetric names for arguments (actual/expected --> first/second). | Raymond Hettinger | 2010-12-24 | 2 | -15/+15 |
|
|
* | Logging documentation updates. | Vinay Sajip | 2010-12-24 | 1 | -8/+7 |
|
|
* | Keep helper functions private. | Raymond Hettinger | 2010-12-24 | 1 | -2/+2 |
|
|
* | Put diff output in useful order (when the elements were first seen). | Raymond Hettinger | 2010-12-24 | 2 | -11/+13 |
|
|
* | Add direct tests for the util functions. | Raymond Hettinger | 2010-12-24 | 1 | -1/+13 |
|
|