| 2004-08-15 |
Raymond Hettinger | Add a notes section to the docs: |
commit | commitdiff | tree |
| 2004-08-15 |
Raymond Hettinger | SF patch #872326: generator expression implementation |
commit | commitdiff | tree |
| 2004-08-15 |
Matthias Klose | - Bug #891637, patch #1005466: fix inspect.getargs... |
commit | commitdiff | tree |
| 2004-08-15 |
Skip Montanaro | Add get_history_item and replace_history_item functions... |
commit | commitdiff | tree |
| 2004-08-15 |
Skip Montanaro | Match the def'n of _XOPEN_SOURCE on Solaris 8/9 to... |
commit | commitdiff | tree |
| 2004-08-15 |
Johannes Gijsbers | Quote \r\n correctly, remove random indentation (patch... |
commit | commitdiff | tree |
| 2004-08-15 |
Brett Cannon | Correct the order of application for decorators. Meant... |
commit | commitdiff | tree |
| 2004-08-15 |
Brett Cannon | Fix incorrect comment for (struct compiling)->c_cellvars |
commit | commitdiff | tree |
| 2004-08-14 |
Johannes Gijsbers | Let cgi.parse_header() properly unquote headers (patch... |
commit | commitdiff | tree |
| 2004-08-14 |
Johannes Gijsbers | bug #989672: pdb.doc and the help messages for the... |
commit | commitdiff | tree |
| 2004-08-14 |
Johannes Gijsbers | bug #990669: os.path.realpath() will resolve symlinks... |
commit | commitdiff | tree |
| 2004-08-14 |
Johannes Gijsbers | Catch OSError raised when src or dst argument to os... |
commit | commitdiff | tree |
| 2004-08-14 |
Johannes Gijsbers | bug 990669: os.path.normpath may alter the meaning... |
commit | commitdiff | tree |
| 2004-08-14 |
Johannes Gijsbers | bug #851123: shutil.copyfile will raise an exception... |
commit | commitdiff | tree |
| 2004-08-14 |
Johannes Gijsbers | Unwrap too-smart loop: we can't use `src` for both... |
commit | commitdiff | tree |
| 2004-08-14 |
Johannes Gijsbers | Raise an exception when src and dst refer to the same... |
commit | commitdiff | tree |
| 2004-08-14 |
Johannes Gijsbers | Reset old locale after running tests. Not doing so... |
commit | commitdiff | tree |
| 2004-08-13 |
Tim Peters | Removed item about an asyncore patch that got backed... |
commit | commitdiff | tree |
| 2004-08-13 |
Tim Peters | Another microburst of snail-like progress. |
commit | commitdiff | tree |
| 2004-08-13 |
Andrew M. Kuchling | Back out patch #982681 |
commit | commitdiff | tree |
| 2004-08-13 |
Brett Cannon | 'inspect' was not listing the functions in a module... |
commit | commitdiff | tree |
| 2004-08-13 |
Martin v. Löwis | Help compiling icons into an exe, for use with MSI... |
commit | commitdiff | tree |
| 2004-08-13 |
Raymond Hettinger | Convert weak iterators to generator form. |
commit | commitdiff | tree |
| 2004-08-13 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree |
| 2004-08-13 |
Tim Peters | Doctest has new traceback gimmicks in 2.4. While tryin... |
commit | commitdiff | tree |
| 2004-08-13 |
Neal Norwitz | SF patch #1005778, Fix seg fault if list object is... |
commit | commitdiff | tree |
| 2004-08-13 |
Fred Drake | make exception propogation more efficient; this avoids... |
commit | commitdiff | tree |
| 2004-08-13 |
Fred Drake | include at least one example of an exception passing... |
commit | commitdiff | tree |
| 2004-08-13 |
Neal Norwitz | SF #1005913, Patch to allow building of paper-*/dist... |
commit | commitdiff | tree |
| 2004-08-13 |
Neal Norwitz | Fix the version number in which changes were made |
commit | commitdiff | tree |
| 2004-08-13 |
Tim Peters | Nit in _IS_BLANK_OR_COMMENT comment -- it doesn't matte... |
commit | commitdiff | tree |
| 2004-08-13 |
Tim Peters | Markup fiddling. |
commit | commitdiff | tree |
| 2004-08-12 |
Tim Peters | Excruciatingly slow progress on the docs. Option flags... |
commit | commitdiff | tree |
| 2004-08-12 |
Tim Peters | Boosted the stack reservation for python.exe and python... |
commit | commitdiff | tree |
| 2004-08-12 |
Michael W.... | Report refleaks to stderr as the tests run as well... |
commit | commitdiff | tree |
| 2004-08-12 |
Michael W.... | This is my patch: |
commit | commitdiff | tree |
| 2004-08-12 |
Tim Peters | code_new(): Wouldn't compile on Windows, because of... |
commit | commitdiff | tree |
| 2004-08-12 |
Michael W.... | This is my patch |
commit | commitdiff | tree |
| 2004-08-12 |
Michael W.... | A NEWS entry for my last checked in change (I've gotten... |
commit | commitdiff | tree |
| 2004-08-12 |
Michael W.... | Fix bug |
commit | commitdiff | tree |
| 2004-08-12 |
Martin v. Löwis | Patch #1005468: Disambiguate "min() or max()" exception... |
commit | commitdiff | tree |
| 2004-08-12 |
Martin v. Löwis | Patch #1006916: Remove ODBC library references. |
commit | commitdiff | tree |
| 2004-08-12 |
Martin v. Löwis | Define _BSD_TYPES. Fixes #1005308. Backported to 2.3. |
commit | commitdiff | tree |
| 2004-08-12 |
Martin v. Löwis | Patch #1005568: Use _SC_PAGESIZE on Irix. |
commit | commitdiff | tree |
| 2004-08-12 |
Martin v. Löwis | Patch #808719: Ignore the locale's encoding if it is... |
commit | commitdiff | tree |
| 2004-08-12 |
Edward Loper | In output_difference(), replace blank lines in `want... |
commit | commitdiff | tree |
| 2004-08-12 |
Edward Loper | - Changed output of DocTestParser.get_program() to... |
commit | commitdiff | tree |
| 2004-08-12 |
Edward Loper | - Added __docformat__ |
commit | commitdiff | tree |
| 2004-08-12 |
Edward Loper | - Changed option directives to be example-specific... |
commit | commitdiff | tree |
| 2004-08-12 |
Edward Loper | - Added a register_optionflag function (so users can... |
commit | commitdiff | tree |
| 2004-08-10 |
Fred Drake | avoid version numbers in the text where possible |
commit | commitdiff | tree |
| 2004-08-10 |
Fred Drake | clarify the behavior of the .first() and .last() method... |
commit | commitdiff | tree |
| 2004-08-10 |
Andrew M. Kuchling | Spelling fix |
commit | commitdiff | tree |
| 2004-08-10 |
Fred Drake | added missing documentation for UseForeignDTD() (new... |
commit | commitdiff | tree |
| 2004-08-10 |
Fred Drake | add descriptions for many of the new error codes |
commit | commitdiff | tree |
| 2004-08-10 |
Fred Drake | minor changes to make this format again |
commit | commitdiff | tree |
| 2004-08-10 |
Tim Peters | Start rewriting doctest's LaTeX docs. Damn, this is... |
commit | commitdiff | tree |
| 2004-08-10 |
Piers Lauder | Fix typo in getquotaroot parameter reported by Thierry... |
commit | commitdiff | tree |
| 2004-08-09 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree |
| 2004-08-09 |
Andrew M. Kuchling | [Patch #1005465] Markup tweaks |
commit | commitdiff | tree |
| 2004-08-09 |
Andrew M. Kuchling | [Patch #1005491 ] use __name__ == '__main__' in scripts |
commit | commitdiff | tree |
| 2004-08-09 |
Tim Peters | Edward's latest checkins somehow managed to wipe out... |
commit | commitdiff | tree |
| 2004-08-09 |
Edward Loper | - DocTest is now a simple container class; its construc... |
commit | commitdiff | tree |
| 2004-08-09 |
Tim Peters | This started as a spelling and whitespace cleanup.... |
commit | commitdiff | tree |
| 2004-08-09 |
Jason Tishler | Patch #1006003: Cygwin standard module build problems |
commit | commitdiff | tree |
| 2004-08-09 |
Andrew M. Kuchling | Add item |
commit | commitdiff | tree |
| 2004-08-09 |
Fred Drake | - make a module reference a hyperlink |
commit | commitdiff | tree |
| 2004-08-09 |
Fred Drake | fix markup nit |
commit | commitdiff | tree |
| 2004-08-09 |
Jason Tishler | Bug #1001857: socketmodule does not build under cygwin |
commit | commitdiff | tree |
| 2004-08-09 |
Jim Fulton | Added support for pdb.set_trace. |
commit | commitdiff | tree |
| 2004-08-09 |
Dave Cole | Ooops - for some reason I had the wrong versionadded... |
commit | commitdiff | tree |
| 2004-08-09 |
Dave Cole | Patch #1003700: Add socketpair function to socket module. |
commit | commitdiff | tree |
| 2004-08-09 |
Tim Peters | Removed lots of stuff from the module docstring. My... |
commit | commitdiff | tree |
| 2004-08-09 |
Tim Peters | Repair some out-of-date comments. |
commit | commitdiff | tree |
| 2004-08-09 |
Tim Peters | Drop the excruciating newline requirements on arguments to |
commit | commitdiff | tree |
| 2004-08-09 |
Tim Peters | Give return stmts their own lines. |
commit | commitdiff | tree |
| 2004-08-09 |
Tim Peters | Indent body of _EXAMPLE_RE for readability. _IS_BLANK_... |
commit | commitdiff | tree |
| 2004-08-09 |
Edward Loper | Changed Parser.get_examples() to return a list of Examp... |
commit | commitdiff | tree |
| 2004-08-09 |
Edward Loper | - Split DocTestRunner's check_output and output_differe... |
commit | commitdiff | tree |
| 2004-08-09 |
Edward Loper | Rewrote Parser, using regular expressions instead of... |
commit | commitdiff | tree |
| 2004-08-09 |
Edward Loper | Fixed doctest error (wrong prompts) |
commit | commitdiff | tree |
| 2004-08-08 |
Brett Cannon | Previous commit was viewed as "perverse". Changed... |
commit | commitdiff | tree |
| 2004-08-08 |
Raymond Hettinger | Add a test for Context.copy(). |
commit | commitdiff | tree |
| 2004-08-08 |
Tim Peters | Tell unittest that source files with "badsyntax" in... |
commit | commitdiff | tree |
| 2004-08-08 |
Tim Peters | Renamed locals to better reflect their meanings. |
commit | commitdiff | tree |
| 2004-08-08 |
Tim Peters | In verbose mode, display the name of each file before... |
commit | commitdiff | tree |
| 2004-08-08 |
Tim Peters | Brief xrange news. |
commit | commitdiff | tree |
| 2004-08-08 |
Tim Peters | Bug 1003935: xrange overflows |
commit | commitdiff | tree |
| 2004-08-08 |
Tim Peters | Trimmed trailing whitespace. |
commit | commitdiff | tree |
| 2004-08-08 |
Tim Peters | Get rid of the ignore_imports argument to DocTestFinder... |
commit | commitdiff | tree |
| 2004-08-08 |
Raymond Hettinger | * Context.copy() now makes a deepcopy. |
commit | commitdiff | tree |
| 2004-08-08 |
Tim Peters | Type in docstring. |
commit | commitdiff | tree |
| 2004-08-08 |
Tim Peters | Also deprecated the old Tester class, which is no longe... |
commit | commitdiff | tree |
| 2004-08-08 |
Tim Peters | Deprecate the doctest.is_private() function. |
commit | commitdiff | tree |
| 2004-08-08 |
Tim Peters | Deprecated testmod's useless & confusing isprivate... |
commit | commitdiff | tree |
| 2004-08-08 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree |
| 2004-08-08 |
Tim Peters | Bug 1003471: Python 1.5.2 security vulnerability still... |
commit | commitdiff | tree |
| 2004-08-08 |
Tim Peters | Purged Berkeley code of references to the long-obsolete... |
commit | commitdiff | tree |
| 2004-08-07 |
Andrew M. Kuchling | Trigger DeprecationWarning |
commit | commitdiff | tree |
| 2004-08-07 |
Andrew M. Kuchling | Remove MacOS 9 ref |
commit | commitdiff | tree |
| next |