| Commit message (Expand) | Author | Age | Files | Lines |
* | Patch #1720595: add T_BOOL to the range of structmember types. | Georg Brandl | 2008-01-21 | 1 | -1/+7 |
|
|
* | Add the correct build dir when building with pydebug. | Georg Brandl | 2008-01-21 | 1 | -0/+2 |
|
|
* | #1715: include sub-extension modules in pydoc text output. | Georg Brandl | 2008-01-21 | 2 | -1/+19 |
|
|
* | Follow PEP 8 in module docstring. | Walter Dörwald | 2008-01-21 | 1 | -5/+5 |
|
|
* | Issue #1882: when compiling code from a string, encoding cookies in the | Georg Brandl | 2008-01-21 | 1 | -1/+9 |
|
|
* | #1530959: change distutils build dir for --with-pydebug python builds. | Georg Brandl | 2008-01-21 | 1 | -0/+6 |
|
|
* | Clarify $ behavior in re docstring. #1631394. | Georg Brandl | 2008-01-21 | 1 | -3/+6 |
|
|
* | #1726198: replace while 1: fp.readline() with file iteration. | Georg Brandl | 2008-01-21 | 3 | -10/+3 |
|
|
* | Adapt pydoc to new doc URLs. | Georg Brandl | 2008-01-21 | 1 | -7/+6 |
|
|
* | Fix: #1836: Off-by-one bug in TimedRotatingFileHandler rollover calculation. ... | Vinay Sajip | 2008-01-21 | 1 | -2/+5 |
|
|
* | #1555501: document plistlib and move it to the general library. | Georg Brandl | 2008-01-21 | 1 | -1/+1 |
|
|
* | #1269: fix a bug in pstats.add_callers() and add a unit test file for pstats. | Georg Brandl | 2008-01-21 | 2 | -1/+28 |
|
|
* | #1876: fix typos in test_operator. | Georg Brandl | 2008-01-20 | 1 | -4/+4 |
|
|
* | Fix test_pyclbr after urllib change. | Georg Brandl | 2008-01-20 | 1 | -0/+1 |
|
|
* | #1669: don't allow shutil.rmtree() to be called on a symlink. | Georg Brandl | 2008-01-20 | 2 | -0/+22 |
|
|
* | #1648: add sys.gettrace() and sys.getprofile(). | Georg Brandl | 2008-01-20 | 2 | -0/+31 |
|
|
* | #1664522: in urllib, don't read non-existing directories in ftp mode, | Georg Brandl | 2008-01-20 | 1 | -3/+13 |
|
|
* | #856047: respect the ``no_proxy`` env var when checking for proxies | Georg Brandl | 2008-01-20 | 1 | -8/+44 |
|
|
* | #1178141: add addinfourl.code to get http status code from urllib. | Georg Brandl | 2008-01-20 | 3 | -5/+24 |
|
|
* | #1351692: in pprint, always call format() for dict and list items to enable | Georg Brandl | 2008-01-20 | 1 | -55/+60 |
|
|
* | Document that zipfile decryption is insanely slow and fix a typo and | Gregory P. Smith | 2008-01-20 | 1 | -1/+1 |
|
|
* | Fix zipfile decryption. The check for validity only worked on one | Gregory P. Smith | 2008-01-20 | 2 | -2/+32 |
|
|
* | Add an interactive test script for exercising curses | Andrew M. Kuchling | 2008-01-20 | 1 | -0/+46 |
|
|
* | Patch #1048820 from Stefan Wehr: add insert-mode editing to Textbox. | Andrew M. Kuchling | 2008-01-20 | 1 | -11/+25 |
|
|
* | Fixes/Accepts Patch for issue1189216 - Work properly with archives | Gregory P. Smith | 2008-01-19 | 1 | -2/+2 |
|
|
* | Fix issue 1300: Quote command line arguments that contain a '|' character in | Gregory P. Smith | 2008-01-19 | 2 | -3/+5 |
|
|
* | Undo an unnecessary else: and indentation that r60104 added. | Gregory P. Smith | 2008-01-19 | 1 | -58/+57 |
|
|
* | Fixes issue1336 - a race condition could occur when forking if the gc | Gregory P. Smith | 2008-01-19 | 1 | -58/+71 |
|
|
* | fix comment typos, use not arg instead of arg == "", add test coverage | Gregory P. Smith | 2008-01-19 | 2 | -3/+5 |
|
|
* | #1663329: add os.closerange() to close a range of fds, | Georg Brandl | 2008-01-19 | 2 | -7/+8 |
|
|
* | Bug 1277: make Maildir use the user-provided factory instead of hard-wiring M... | Andrew M. Kuchling | 2008-01-19 | 2 | -1/+18 |
|
|
* | Fix #1146: TextWrap vs words 1-character shorter than the width. | Georg Brandl | 2008-01-19 | 2 | -1/+19 |
|
|
* | Fix #1679: "0x" was taken as a valid integer literal. | Georg Brandl | 2008-01-19 | 3 | -1/+8 |
|
|
* | Fix #1693149. Now you can pass several modules separated by | Facundo Batista | 2008-01-19 | 1 | -3/+5 |
|
|
* | Patch #976880: add mmap .rfind() method, and 'end' paramter to .find(). | Andrew M. Kuchling | 2008-01-19 | 1 | -0/+36 |
|
|
* | Disabled test_xmlrpc:test_404. It's causing lots of false alarms. | Christian Heimes | 2008-01-19 | 3 | -4/+4 |
|
|
* | Patch #742598 from Michael Pomraning: add .timeout attribute to SocketServer ... | Andrew M. Kuchling | 2008-01-19 | 1 | -4/+41 |
|
|
* | Update for threading.local test. | Christian Heimes | 2008-01-19 | 1 | -2/+18 |
|
|
* | Added unit test to verify that threading.local doesn't cause ref leaks. It se... | Christian Heimes | 2008-01-19 | 1 | -1/+27 |
|
|
* | Fix issue #1822: MIMEMultipart.is_multipart() behaves correctly for a | Facundo Batista | 2008-01-19 | 2 | -0/+9 |
|
|
* | Several tweaks: add construction from strings and .from_decimal(), change | Jeffrey Yasskin | 2008-01-19 | 2 | -15/+130 |
|
|
* | This got fixed for classic classes in r60057, | Guido van Rossum | 2008-01-18 | 1 | -17/+0 |
|
|
* | Added bytes and b'' as aliases for str and '' | Christian Heimes | 2008-01-18 | 2 | -4/+28 |
|
|
* | Added LoggerAdapter class, changed copyright dates, made check for extra para... | Vinay Sajip | 2008-01-18 | 1 | -5/+95 |
|
|
* | Issue #1861: Add read-only attribute listing upcoming events in the order th... | Raymond Hettinger | 2008-01-17 | 1 | -7/+24 |
|
|
* | Fixes (accepts patch) issue1339 - http://bugs.python.org/issue1339 | Gregory P. Smith | 2008-01-17 | 1 | -10/+30 |
|
|
* | Comply with RFC 3207. | Gregory P. Smith | 2008-01-17 | 1 | -0/+8 |
|
|
* | Make starmap() match its pure python definition and accept any itertable inpu... | Raymond Hettinger | 2008-01-17 | 1 | -1/+2 |
|
|
* | Add queues will alternative fetch orders (priority based and stack based). | Raymond Hettinger | 2008-01-16 | 2 | -14/+57 |
|
|
* | Use 'g' instead of 'D' as the ctypes typecode for c_longdouble, for | Thomas Heller | 2008-01-16 | 1 | -1/+1 |
|
|