2008-01-21 |
Georg Brandl | Reformat some ugly code. |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Georg Brandl | Patch #1720595: add T_BOOL to the range of structmember... |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Georg Brandl | Add the correct build dir when building with pydebug. |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Georg Brandl | Add a "const" to make gcc happy. |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Georg Brandl | #1715: include sub-extension modules in pydoc text... |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Georg Brandl | Adapt to latest doctools refactoring. |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Walter Dörwald | Follow PEP 8 in module docstring. |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Georg Brandl | Use original location of document, which has translations. |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Georg Brandl | Add NEWS entry for #1882. |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Georg Brandl | Issue #1882: when compiling code from a string, encodin... |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Vinay Sajip | Updated to include news on recent logging fixes and... |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Georg Brandl | #1530959: change distutils build dir for --with-pydebug... |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Vinay Sajip | Minor documentation change - hyperlink tidied up. |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Georg Brandl | Clarify $ behavior in re docstring. #1631394. |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Georg Brandl | #1726198: replace while 1: fp.readline() with file... |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Georg Brandl | Fix old link. |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Georg Brandl | Adapt pydoc to new doc URLs. |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Vinay Sajip | Fix: #1836: Off-by-one bug in TimedRotatingFileHandler... |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Georg Brandl | #997912: acknowledge nested scopes in tutorial. |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Georg Brandl | Removing bundlebuilder docs again -- it's not to be... |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Georg Brandl | Add a stub for bundlebuilder documentation. |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Georg Brandl | #1555501: document plistlib and move it to the general... |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Georg Brandl | Fix example. |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Georg Brandl | mmap is an extension module. |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Georg Brandl | #1087741: make mmap.mmap the type of mmap objects,... |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Christian Heimes | A bunch of header files were not listed as dependencies... |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Georg Brandl | #1269: fix a bug in pstats.add_callers() and add a... |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Gregory P.... | Provide a sanity check during PyThreadState_DeleteCurre... |
commit | commitdiff | tree | snapshot |
2008-01-20 |
Georg Brandl | Fix markup. |
commit | commitdiff | tree | snapshot |
2008-01-20 |
Georg Brandl | #1219903: fix tp_richcompare docs. |
commit | commitdiff | tree | snapshot |
2008-01-20 |
Georg Brandl | Add blurb about executable scripts on Windows. #760657. |
commit | commitdiff | tree | snapshot |
2008-01-20 |
Georg Brandl | Switch mmap from old Py_FindMethod to new PyObject_Gene... |
commit | commitdiff | tree | snapshot |
2008-01-20 |
Georg Brandl | #1876: fix typos in test_operator. |
commit | commitdiff | tree | snapshot |
2008-01-20 |
Christian Heimes | Fixed a wrong assumption in configure.in and Include... |
commit | commitdiff | tree | snapshot |
2008-01-20 |
Georg Brandl | Fix test_pyclbr after urllib change. |
commit | commitdiff | tree | snapshot |
2008-01-20 |
Georg Brandl | #1669: don't allow shutil.rmtree() to be called on... |
commit | commitdiff | tree | snapshot |
2008-01-20 |
Georg Brandl | #1648: add sys.gettrace() and sys.getprofile(). |
commit | commitdiff | tree | snapshot |
2008-01-20 |
Georg Brandl | #652749: document the constants added to the builtins... |
commit | commitdiff | tree | snapshot |
2008-01-20 |
Georg Brandl | #799369: document possible sys.platform values. |
commit | commitdiff | tree | snapshot |
2008-01-20 |
Georg Brandl | #1664522: in urllib, don't read non-existing directorie... |
commit | commitdiff | tree | snapshot |
2008-01-20 |
Georg Brandl | #856047: respect the ``no_proxy`` env var when checking... |
commit | commitdiff | tree | snapshot |
2008-01-20 |
Georg Brandl | #1178141: add addinfourl.code to get http status code... |
commit | commitdiff | tree | snapshot |
2008-01-20 |
Georg Brandl | #1351692: in pprint, always call format() for dict... |
commit | commitdiff | tree | snapshot |
2008-01-20 |
Gregory P.... | Document that zipfile decryption is insanely slow and... |
commit | commitdiff | tree | snapshot |
2008-01-20 |
Gregory P.... | note for r60121 |
commit | commitdiff | tree | snapshot |
2008-01-20 |
Gregory P.... | Fix zipfile decryption. The check for validity only... |
commit | commitdiff | tree | snapshot |
2008-01-20 |
Andrew M. Kuchling | Add an interactive test script for exercising curses |
commit | commitdiff | tree | snapshot |
2008-01-20 |
Andrew M. Kuchling | Patch #1048820 from Stefan Wehr: add insert-mode editin... |
commit | commitdiff | tree | snapshot |
2008-01-19 |
Gregory P.... | Fixes/Accepts Patch for issue1189216 - Work properly... |
commit | commitdiff | tree | snapshot |
2008-01-19 |
Gregory P.... | Fix issue 1300: Quote command line arguments that conta... |
commit | commitdiff | tree | snapshot |
2008-01-19 |
Gregory P.... | Undo an unnecessary else: and indentation that r60104... |
commit | commitdiff | tree | snapshot |
2008-01-19 |
Georg Brandl | Missed one big file to split up. |
commit | commitdiff | tree | snapshot |
2008-01-19 |
Georg Brandl | Split the monstrous C API manual files in smaller parts. |
commit | commitdiff | tree | snapshot |
2008-01-19 |
Andrew M. Kuchling | Bug 1296: restore text describing OptionGroup |
commit | commitdiff | tree | snapshot |
2008-01-19 |
Gregory P.... | note about r60104 |
commit | commitdiff | tree | snapshot |
2008-01-19 |
Gregory P.... | Fixes issue1336 - a race condition could occur when... |
commit | commitdiff | tree | snapshot |
2008-01-19 |
Georg Brandl | #1509: fix sqlite3 docstrings and docs w.r.t. cursor... |
commit | commitdiff | tree | snapshot |
2008-01-19 |
Gregory P.... | fix comment typos, use not arg instead of arg == "... |
commit | commitdiff | tree | snapshot |
2008-01-19 |
Andrew M. Kuchling | Patch #1019808 from Federico Schwindt: Return correct... |
commit | commitdiff | tree | snapshot |
2008-01-19 |
Georg Brandl | #1411695: clarify behavior of xml.sax.utils.[un]escape. |
commit | commitdiff | tree | snapshot |
2008-01-19 |
Georg Brandl | #1663329: add os.closerange() to close a range of fds, |
commit | commitdiff | tree | snapshot |
2008-01-19 |
Andrew M. Kuchling | Bug 1277: make Maildir use the user-provided factory... |
commit | commitdiff | tree | snapshot |
2008-01-19 |
Georg Brandl | Fix #1146: TextWrap vs words 1-character shorter than... |
commit | commitdiff | tree | snapshot |
2008-01-19 |
Georg Brandl | Fix #1679: "0x" was taken as a valid integer literal. |
commit | commitdiff | tree | snapshot |
2008-01-19 |
Andrew M. Kuchling | Add item |
commit | commitdiff | tree | snapshot |
2008-01-19 |
Skip Montanaro | missing from r60088 checkin. |
commit | commitdiff | tree | snapshot |
2008-01-19 |
Facundo Batista | Comment in NEWS regarding the change in trace.py. |
commit | commitdiff | tree | snapshot |
2008-01-19 |
Facundo Batista | Fix #1693149. Now you can pass several modules separat... |
commit | commitdiff | tree | snapshot |
2008-01-19 |
Andrew M. Kuchling | Patch #976880: add mmap .rfind() method, and 'end'... |
commit | commitdiff | tree | snapshot |
2008-01-19 |
Andrew M. Kuchling | Sort two names into position |
commit | commitdiff | tree | snapshot |
2008-01-19 |
Georg Brandl | #1782: don't leak in error case in PyModule_AddXxxConst... |
commit | commitdiff | tree | snapshot |
2008-01-19 |
Georg Brandl | Clarify thread.join() docs. #1873. |
commit | commitdiff | tree | snapshot |
2008-01-19 |
Christian Heimes | Disabled test_xmlrpc:test_404. It's causing lots of... |
commit | commitdiff | tree | snapshot |
2008-01-19 |
Andrew M. Kuchling | Add item |
commit | commitdiff | tree | snapshot |
2008-01-19 |
Andrew M. Kuchling | Patch #742598 from Michael Pomraning: add .timeout... |
commit | commitdiff | tree | snapshot |
2008-01-19 |
Georg Brandl | Fix typos. |
commit | commitdiff | tree | snapshot |
2008-01-19 |
Andrew M. Kuchling | Polish sentence |
commit | commitdiff | tree | snapshot |
2008-01-19 |
Christian Heimes | Update for threading.local test. |
commit | commitdiff | tree | snapshot |
2008-01-19 |
Christian Heimes | Added unit test to verify that threading.local doesn... |
commit | commitdiff | tree | snapshot |
2008-01-19 |
Andrew M. Kuchling | Polish sentence |
commit | commitdiff | tree | snapshot |
2008-01-19 |
Facundo Batista | Fix issue #1822: MIMEMultipart.is_multipart() behaves... |
commit | commitdiff | tree | snapshot |
2008-01-19 |
Georg Brandl | Indentation normalization. |
commit | commitdiff | tree | snapshot |
2008-01-19 |
Georg Brandl | Amend curses docs by info how to write non-ascii charac... |
commit | commitdiff | tree | snapshot |
2008-01-19 |
Georg Brandl | Fix markup. |
commit | commitdiff | tree | snapshot |
2008-01-19 |
Jeffrey Yasskin | Several tweaks: add construction from strings and ... |
commit | commitdiff | tree | snapshot |
2008-01-18 |
Guido van Rossum | This got fixed for classic classes in r60057, |
commit | commitdiff | tree | snapshot |
2008-01-18 |
Raymond Hettinger | Better variable name in an example. |
commit | commitdiff | tree | snapshot |
2008-01-18 |
Guido van Rossum | Fix an edge case whereby the __del__() method of a... |
commit | commitdiff | tree | snapshot |
2008-01-18 |
Christian Heimes | Silence Coverity false alerts with CIDs #172, #183... |
commit | commitdiff | tree | snapshot |
2008-01-18 |
Christian Heimes | Added bytes and b'' as aliases for str and '' |
commit | commitdiff | tree | snapshot |
2008-01-18 |
Georg Brandl | Note that genexps are function scopes too and therefore... |
commit | commitdiff | tree | snapshot |
2008-01-18 |
Vinay Sajip | Added LoggerAdapter class, changed copyright dates... |
commit | commitdiff | tree | snapshot |
2008-01-18 |
Vinay Sajip | Added section on passing contextual information to... |
commit | commitdiff | tree | snapshot |
2008-01-18 |
Christian Heimes | Added win_add2path.py to Tools/scripts/ |
commit | commitdiff | tree | snapshot |
2008-01-18 |
Christian Heimes | Build _ctypes after the other extensions. Its build... |
commit | commitdiff | tree | snapshot |
2008-01-18 |
Christian Heimes | Coverity CID #168 |
commit | commitdiff | tree | snapshot |
2008-01-18 |
Christian Heimes | Coverity issue CID #169 |
commit | commitdiff | tree | snapshot |
2008-01-18 |
Christian Heimes | Coverity issue CID #182 |
commit | commitdiff | tree | snapshot |
2008-01-18 |
Christian Heimes | Coverity issue CID #167 |
commit | commitdiff | tree | snapshot |
2008-01-18 |
Christian Heimes | Coverity issue CID #197 |
commit | commitdiff | tree | snapshot |
next |