2010-12-28 |
Georg Brandl | Add sys.flags.quiet attribute for the new -q option... |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Brian Curtin | This file was obsolted by a number of adjustments to... |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Brian Curtin | Minor doc update for #9333. Took out the phrasing about... |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Senthil Kumaran | Fix Issue10759 - html.parser.unescape() fails on HTML... |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Brian Curtin | Fix #9333. The symlink function is always available... |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Victor Stinner | Issue #10783: Fix test_sys, pack('c', ' ') => pack... |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Victor Stinner | Issue #10783: struct.pack() doesn't encode implicitly... |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Georg Brandl | #10609: fix non-working dbm example. |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Georg Brandl | #10739: document that on Windows, socket.makefile(... |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Georg Brandl | Rewrap. |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Georg Brandl | Remove history; adapt a bit more to reST, since this... |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Georg Brandl | #10781: clarify that *encoding* is not a parameter... |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Georg Brandl | #10742: document readonly attribute of memoryviews. |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Georg Brandl | #10767: update README in crashers; not all may have... |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Victor Stinner | Issue #9738: Fix typo, ASCII-encoding string => ASCII... |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Georg Brandl | Add news entry and clarify another. |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Georg Brandl | #10768: fix ScrolledText widget construction, and make... |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Georg Brandl | #10777: fix iteration over dict keys while mutating... |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Georg Brandl | #10679: install idle, pydoc, 2to3 scripts with X.Y... |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Georg Brandl | Fix advice: call PyType_Ready to fill in ob_type of... |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Georg Brandl | Remove confusing paragraph -- this is relevant only... |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Georg Brandl | Replace sys.maxint mention by sys.maxsize. |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Victor Stinner | Issue #10780: Remove commas at the end of the argument... |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Victor Stinner | Issue #8966: Remove the documentation of ctypes.set_con... |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Victor Stinner | Issue #10780: PyErr_SetFromWindowsErrWithFilename(... |
commit | commitdiff | tree | snapshot |
2010-12-27 |
Victor Stinner | Issue #10778: decoding_fgets() decodes the filename... |
commit | commitdiff | tree | snapshot |
2010-12-27 |
Victor Stinner | Issue #10779: PyErr_WarnExplicit() decodes the filename... |
commit | commitdiff | tree | snapshot |
2010-12-27 |
R. David Murray | #7056: runtest and runtest_inner don't use testdir... |
commit | commitdiff | tree | snapshot |
2010-12-27 |
Vinay Sajip | Issue #10626: test_logging now preserves logger disable... |
commit | commitdiff | tree | snapshot |
2010-12-27 |
Vinay Sajip | Issue #10626: test_logging now preserves logger disable... |
commit | commitdiff | tree | snapshot |
2010-12-27 |
Vinay Sajip | Issue #10774: test_logging now removes temp files creat... |
commit | commitdiff | tree | snapshot |
2010-12-27 |
R. David Murray | Skip test that does not raise an error on Windows. |
commit | commitdiff | tree | snapshot |
2010-12-27 |
Victor Stinner | Issue #9738: Ooops, fix typos in my previous commit... |
commit | commitdiff | tree | snapshot |
2010-12-27 |
Victor Stinner | Issue #9738: Document encodings of AST, compiler, parse... |
commit | commitdiff | tree | snapshot |
2010-12-27 |
Victor Stinner | Issue #9738: document encodings of unicode functions |
commit | commitdiff | tree | snapshot |
2010-12-27 |
Victor Stinner | Issue #9738: Document encodings of error and warning... |
commit | commitdiff | tree | snapshot |
2010-12-27 |
R. David Murray | Escape file path before searching for it in output... |
commit | commitdiff | tree | snapshot |
2010-12-26 |
Vinay Sajip | Added logging documentation cross-references. |
commit | commitdiff | tree | snapshot |
2010-12-26 |
R. David Murray | #5258/#10642: print fn, line, traceback and continue... |
commit | commitdiff | tree | snapshot |
2010-12-26 |
Vinay Sajip | Improved logging cookbook for logging with multiprocessing. |
commit | commitdiff | tree | snapshot |
2010-12-26 |
Éric Araujo | Fix typo (#10770) |
commit | commitdiff | tree | snapshot |
2010-12-26 |
Terry Reedy | revert 87478 |
commit | commitdiff | tree | snapshot |
2010-12-26 |
Éric Araujo | Remove unexistent parameter (#3216) |
commit | commitdiff | tree | snapshot |
2010-12-26 |
Éric Araujo | Fix typo spotted by Rodrigo Bernardo Pimentel (#9891) |
commit | commitdiff | tree | snapshot |
2010-12-25 |
Victor Stinner | Issue #10763: subprocess.communicate() closes stdout... |
commit | commitdiff | tree | snapshot |
2010-12-25 |
Brian Quinlan | Assign closed handles to None to make errors more obvio... |
commit | commitdiff | tree | snapshot |
2010-12-24 |
Brian Quinlan | Better reporting of test failures on Windows. |
commit | commitdiff | tree | snapshot |
2010-12-24 |
R. David Murray | #1693546: don't add quotes around RFC 2231 encoded... |
commit | commitdiff | tree | snapshot |
2010-12-24 |
Terry Reedy | Match current tracker name, though I do not know if... |
commit | commitdiff | tree | snapshot |
2010-12-24 |
Raymond Hettinger | Adopt symmetric names for arguments (actual/expected... |
commit | commitdiff | tree | snapshot |
2010-12-24 |
Vinay Sajip | Logging documentation updates. |
commit | commitdiff | tree | snapshot |
2010-12-24 |
Raymond Hettinger | Keep helper functions private. |
commit | commitdiff | tree | snapshot |
2010-12-24 |
Raymond Hettinger | Put diff output in useful order (when the elements... |
commit | commitdiff | tree | snapshot |
2010-12-24 |
Raymond Hettinger | Add direct tests for the util functions. |
commit | commitdiff | tree | snapshot |
2010-12-24 |
Raymond Hettinger | Add news entry for 87471. |
commit | commitdiff | tree | snapshot |
2010-12-24 |
Raymond Hettinger | Improve diff for assertCountEqual() to actually show... |
commit | commitdiff | tree | snapshot |
2010-12-24 |
Alexander Belopolsky | Added an XXX note to describe timedelta/timedelta feature. |
commit | commitdiff | tree | snapshot |
2010-12-24 |
Senthil Kumaran | Fix some mistakes- Issue3243 (r87399) Correcting the... |
commit | commitdiff | tree | snapshot |
2010-12-24 |
Raymond Hettinger | Fix docstring. |
commit | commitdiff | tree | snapshot |
2010-12-24 |
Raymond Hettinger | Fix docs and comment for r87454. |
commit | commitdiff | tree | snapshot |
2010-12-24 |
Raymond Hettinger | Add test for r87454. |
commit | commitdiff | tree | snapshot |
2010-12-24 |
Alexander Belopolsky | Issue #9063: Corrected the tzinfo example. |
commit | commitdiff | tree | snapshot |
2010-12-23 |
Benjamin Peterson | update comment |
commit | commitdiff | tree | snapshot |
2010-12-23 |
Éric Araujo | Fix syntax typo |
commit | commitdiff | tree | snapshot |
2010-12-23 |
Terry Reedy | Issue 10730: mimetypes module - add .svgz to mimetypes... |
commit | commitdiff | tree | snapshot |
2010-12-23 |
Benjamin Peterson | kill some function imports |
commit | commitdiff | tree | snapshot |
2010-12-23 |
Benjamin Peterson | use native tenary condition |
commit | commitdiff | tree | snapshot |
2010-12-23 |
Benjamin Peterson | fix docstring |
commit | commitdiff | tree | snapshot |
2010-12-23 |
Raymond Hettinger | Fix buglet. If the input was an iterator, the fallback... |
commit | commitdiff | tree | snapshot |
2010-12-23 |
R. David Murray | #1155362: allow hh:mm:ss-uuuu like we allow hh:mm:ss... |
commit | commitdiff | tree | snapshot |
2010-12-23 |
R. David Murray | #4496: remove misleading comment and note that self... |
commit | commitdiff | tree | snapshot |
2010-12-23 |
Éric Araujo | Fix typo in superclass method name |
commit | commitdiff | tree | snapshot |
2010-12-23 |
Éric Araujo | Nits: use a real boolean, make one docstring more simil... |
commit | commitdiff | tree | snapshot |
2010-12-23 |
Éric Araujo | Fix small inaccuracy: there is no index function |
commit | commitdiff | tree | snapshot |
2010-12-23 |
Alexander Belopolsky | Issue #10587: Document the meaning of str methods. |
commit | commitdiff | tree | snapshot |
2010-12-23 |
Alexander Belopolsky | Issue #10254: Fixed a crash and a regression introduced... |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Antoine Pitrou | Fix ResourceWarning in test_normalization |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Michael Foord | Another trivial typo correction in whatsnew |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Vinay Sajip | Logging documentation updates. |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Michael Foord | Minor typo corrections in whatsnew |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Raymond Hettinger | Add todo |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Gregory P.... | fix a compiler warning about err_msg potentially being... |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Alexander Belopolsky | Removed unneeded #include |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Alexander Belopolsky | Both PEP 3131 and the current implementation use NFKC... |
commit | commitdiff | tree | snapshot |
2010-12-21 |
R. David Murray | #4871: check that zipfile password is bytes, and give... |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Antoine Pitrou | Issue #10750: The `raw` attribute of buffered IO object... |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Raymond Hettinger | Document the alternate format for :ref:. |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Raymond Hettinger | Reference the release schedule |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Raymond Hettinger | Deprecate assertDictContainsSubset() |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Antoine Pitrou | Suggest sys.maxsize as a reliable way to know whether... |
commit | commitdiff | tree | snapshot |
2010-12-21 |
R. David Murray | Make test_compileall more robust by using -S to keep... |
commit | commitdiff | tree | snapshot |
2010-12-21 |
R. David Murray | Fix the change made for issue 1243654. |
commit | commitdiff | tree | snapshot |
2010-12-20 |
R. David Murray | Revert incorrect patch made at the wrong time. |
commit | commitdiff | tree | snapshot |
2010-12-20 |
R. David Murray | Make test_compileall more robust by using -S to keep... |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Vinay Sajip | Logging documentation updates. |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Vinay Sajip | Logging documentation reorganised. |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Georg Brandl | Tag 3.2 beta 2. |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Georg Brandl | #3243 follow-up: remove debugging print and fix docs... v3.2b2 |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Senthil Kumaran | Issue3243 - Support iterable bodies in httplib. Patch... |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Georg Brandl | Bump to 3.2b2. |
commit | commitdiff | tree | snapshot |
next |