2004-08-18 |
Martin v. Löwis | Patch #995126: Correct directory size, and generate... |
commit | commitdiff | tree | snapshot |
2004-08-18 |
Martin v. Löwis | Patch #914291: Restore locale while readline is running. |
commit | commitdiff | tree | snapshot |
2004-08-18 |
Martin v. Löwis | Patch #1011144: Correct regex for coding decls. |
commit | commitdiff | tree | snapshot |
2004-08-18 |
Martin v. Löwis | Patch #980082: Missing INCREF in PyType_Ready. |
commit | commitdiff | tree | snapshot |
2004-08-18 |
Martin v. Löwis | Patch #800236: add HTTPResponse.getheaders(). |
commit | commitdiff | tree | snapshot |
2004-08-18 |
Johannes Gijsbers | Patch #1006219: let inspect.getsource show '@' decorato... |
commit | commitdiff | tree | snapshot |
2004-08-18 |
Martin v. Löwis | Patch #791776: Replace SMTPHandler.date_time with email... |
commit | commitdiff | tree | snapshot |
2004-08-18 |
Martin v. Löwis | Patch #764217: Add nametofont function, exists parameter. |
commit | commitdiff | tree | snapshot |
2004-08-18 |
Raymond Hettinger | Move the bytecode optimizer upstream so that its result... |
commit | commitdiff | tree | snapshot |
2004-08-18 |
Raymond Hettinger | Various alpha 3 updates. |
commit | commitdiff | tree | snapshot |
2004-08-18 |
Raymond Hettinger | Deprecate sys.exitfunc in favor of the atexit module. |
commit | commitdiff | tree | snapshot |
2004-08-17 |
Michael W.... | This is Mark Russell's patch: |
commit | commitdiff | tree | snapshot |
2004-08-17 |
Edward Loper | Fixed bug in line-number finding for examples (DocTestP... |
commit | commitdiff | tree | snapshot |
2004-08-17 |
Raymond Hettinger | There are no longer any special case test skips. |
commit | commitdiff | tree | snapshot |
2004-08-17 |
Raymond Hettinger | Remove test of obsolete trim() operation which was... |
commit | commitdiff | tree | snapshot |
2004-08-17 |
Johannes Gijsbers | Use readline/raw_input() in pydoc.Helper.interact if... |
commit | commitdiff | tree | snapshot |
2004-08-17 |
Thomas Heller | The get_installer_filename() method forgot to return... |
commit | commitdiff | tree | snapshot |
2004-08-17 |
Raymond Hettinger | SF bug #833957: Ctrl+key combos stop working in IDLE |
commit | commitdiff | tree | snapshot |
2004-08-17 |
Raymond Hettinger | This file is no longer used in version 2.39. |
commit | commitdiff | tree | snapshot |
2004-08-17 |
Raymond Hettinger | Add two new files and update remaining tests from the... |
commit | commitdiff | tree | snapshot |
2004-08-17 |
Raymond Hettinger | Revise max() and min() to comply with the 8/2/2004... |
commit | commitdiff | tree | snapshot |
2004-08-17 |
Raymond Hettinger | * Dynamically build a list of files to be tested (neces... |
commit | commitdiff | tree | snapshot |
2004-08-17 |
Raymond Hettinger | SF bug #951482: New module: doc versus action |
commit | commitdiff | tree | snapshot |
2004-08-17 |
Raymond Hettinger | SF bug #805304: super instances don't support item... |
commit | commitdiff | tree | snapshot |
2004-08-16 |
Skip Montanaro | fix a couple problems with the last patch picked up... |
commit | commitdiff | tree | snapshot |
2004-08-16 |
Andrew M. Kuchling | Typo fix |
commit | commitdiff | tree | snapshot |
2004-08-16 |
Barry Warsaw | Test cases and fixes for bugs described in patch #87341... |
commit | commitdiff | tree | snapshot |
2004-08-16 |
Skip Montanaro | Being bsd-based, darwin/macosx has the same limitation... |
commit | commitdiff | tree | snapshot |
2004-08-16 |
Matthias Klose | - pygettext.py: Generate POT-Creation-Date header in... |
commit | commitdiff | tree | snapshot |
2004-08-16 |
Matthias Klose | The attached patch fixes FTBFS on GNU/k*BSD. The probl... |
commit | commitdiff | tree | snapshot |
2004-08-16 |
Raymond Hettinger | Minor improvements to the threading introduction: |
commit | commitdiff | tree | snapshot |
2004-08-16 |
Raymond Hettinger | Minor formatting cleanup. |
commit | commitdiff | tree | snapshot |
2004-08-16 |
Raymond Hettinger | * Uncomment the SyntaxError doctest after Tim demonstra... |
commit | commitdiff | tree | snapshot |
2004-08-15 |
Raymond Hettinger | Fix punctuation typo. |
commit | commitdiff | tree | snapshot |
2004-08-15 |
Raymond Hettinger | Add a notes section to the docs: |
commit | commitdiff | tree | snapshot |
2004-08-15 |
Raymond Hettinger | SF patch #872326: generator expression implementation |
commit | commitdiff | tree | snapshot |
2004-08-15 |
Matthias Klose | - Bug #891637, patch #1005466: fix inspect.getargs... |
commit | commitdiff | tree | snapshot |
2004-08-15 |
Skip Montanaro | Add get_history_item and replace_history_item functions... |
commit | commitdiff | tree | snapshot |
2004-08-15 |
Skip Montanaro | Match the def'n of _XOPEN_SOURCE on Solaris 8/9 to... |
commit | commitdiff | tree | snapshot |
2004-08-15 |
Johannes Gijsbers | Quote \r\n correctly, remove random indentation (patch... |
commit | commitdiff | tree | snapshot |
2004-08-15 |
Brett Cannon | Correct the order of application for decorators. Meant... |
commit | commitdiff | tree | snapshot |
2004-08-15 |
Brett Cannon | Fix incorrect comment for (struct compiling)->c_cellvars |
commit | commitdiff | tree | snapshot |
2004-08-14 |
Johannes Gijsbers | Let cgi.parse_header() properly unquote headers (patch... |
commit | commitdiff | tree | snapshot |
2004-08-14 |
Johannes Gijsbers | bug #989672: pdb.doc and the help messages for the... |
commit | commitdiff | tree | snapshot |
2004-08-14 |
Johannes Gijsbers | bug #990669: os.path.realpath() will resolve symlinks... |
commit | commitdiff | tree | snapshot |
2004-08-14 |
Johannes Gijsbers | Catch OSError raised when src or dst argument to os... |
commit | commitdiff | tree | snapshot |
2004-08-14 |
Johannes Gijsbers | bug 990669: os.path.normpath may alter the meaning... |
commit | commitdiff | tree | snapshot |
2004-08-14 |
Johannes Gijsbers | bug #851123: shutil.copyfile will raise an exception... |
commit | commitdiff | tree | snapshot |
2004-08-14 |
Johannes Gijsbers | Unwrap too-smart loop: we can't use `src` for both... |
commit | commitdiff | tree | snapshot |
2004-08-14 |
Johannes Gijsbers | Raise an exception when src and dst refer to the same... |
commit | commitdiff | tree | snapshot |
2004-08-14 |
Johannes Gijsbers | Reset old locale after running tests. Not doing so... |
commit | commitdiff | tree | snapshot |
2004-08-13 |
Tim Peters | Removed item about an asyncore patch that got backed... |
commit | commitdiff | tree | snapshot |
2004-08-13 |
Tim Peters | Another microburst of snail-like progress. |
commit | commitdiff | tree | snapshot |
2004-08-13 |
Andrew M. Kuchling | Back out patch #982681 |
commit | commitdiff | tree | snapshot |
2004-08-13 |
Brett Cannon | 'inspect' was not listing the functions in a module... |
commit | commitdiff | tree | snapshot |
2004-08-13 |
Martin v. Löwis | Help compiling icons into an exe, for use with MSI... |
commit | commitdiff | tree | snapshot |
2004-08-13 |
Raymond Hettinger | Convert weak iterators to generator form. |
commit | commitdiff | tree | snapshot |
2004-08-13 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2004-08-13 |
Tim Peters | Doctest has new traceback gimmicks in 2.4. While tryin... |
commit | commitdiff | tree | snapshot |
2004-08-13 |
Neal Norwitz | SF patch #1005778, Fix seg fault if list object is... |
commit | commitdiff | tree | snapshot |
2004-08-13 |
Fred Drake | make exception propogation more efficient; this avoids... |
commit | commitdiff | tree | snapshot |
2004-08-13 |
Fred Drake | include at least one example of an exception passing... |
commit | commitdiff | tree | snapshot |
2004-08-13 |
Neal Norwitz | SF #1005913, Patch to allow building of paper-*/dist... |
commit | commitdiff | tree | snapshot |
2004-08-13 |
Neal Norwitz | Fix the version number in which changes were made |
commit | commitdiff | tree | snapshot |
2004-08-13 |
Tim Peters | Nit in _IS_BLANK_OR_COMMENT comment -- it doesn't matte... |
commit | commitdiff | tree | snapshot |
2004-08-13 |
Tim Peters | Markup fiddling. |
commit | commitdiff | tree | snapshot |
2004-08-12 |
Tim Peters | Excruciatingly slow progress on the docs. Option flags... |
commit | commitdiff | tree | snapshot |
2004-08-12 |
Tim Peters | Boosted the stack reservation for python.exe and python... |
commit | commitdiff | tree | snapshot |
2004-08-12 |
Michael W.... | Report refleaks to stderr as the tests run as well... |
commit | commitdiff | tree | snapshot |
2004-08-12 |
Michael W.... | This is my patch: |
commit | commitdiff | tree | snapshot |
2004-08-12 |
Tim Peters | code_new(): Wouldn't compile on Windows, because of... |
commit | commitdiff | tree | snapshot |
2004-08-12 |
Michael W.... | This is my patch |
commit | commitdiff | tree | snapshot |
2004-08-12 |
Michael W.... | A NEWS entry for my last checked in change (I've gotten... |
commit | commitdiff | tree | snapshot |
2004-08-12 |
Michael W.... | Fix bug |
commit | commitdiff | tree | snapshot |
2004-08-12 |
Martin v. Löwis | Patch #1005468: Disambiguate "min() or max()" exception... |
commit | commitdiff | tree | snapshot |
2004-08-12 |
Martin v. Löwis | Patch #1006916: Remove ODBC library references. |
commit | commitdiff | tree | snapshot |
2004-08-12 |
Martin v. Löwis | Define _BSD_TYPES. Fixes #1005308. Backported to 2.3. |
commit | commitdiff | tree | snapshot |
2004-08-12 |
Martin v. Löwis | Patch #1005568: Use _SC_PAGESIZE on Irix. |
commit | commitdiff | tree | snapshot |
2004-08-12 |
Martin v. Löwis | Patch #808719: Ignore the locale's encoding if it is... |
commit | commitdiff | tree | snapshot |
2004-08-12 |
Edward Loper | In output_difference(), replace blank lines in `want... |
commit | commitdiff | tree | snapshot |
2004-08-12 |
Edward Loper | - Changed output of DocTestParser.get_program() to... |
commit | commitdiff | tree | snapshot |
2004-08-12 |
Edward Loper | - Added __docformat__ |
commit | commitdiff | tree | snapshot |
2004-08-12 |
Edward Loper | - Changed option directives to be example-specific... |
commit | commitdiff | tree | snapshot |
2004-08-12 |
Edward Loper | - Added a register_optionflag function (so users can... |
commit | commitdiff | tree | snapshot |
2004-08-10 |
Fred Drake | avoid version numbers in the text where possible |
commit | commitdiff | tree | snapshot |
2004-08-10 |
Fred Drake | clarify the behavior of the .first() and .last() method... |
commit | commitdiff | tree | snapshot |
2004-08-10 |
Andrew M. Kuchling | Spelling fix |
commit | commitdiff | tree | snapshot |
2004-08-10 |
Fred Drake | added missing documentation for UseForeignDTD() (new... |
commit | commitdiff | tree | snapshot |
2004-08-10 |
Fred Drake | add descriptions for many of the new error codes |
commit | commitdiff | tree | snapshot |
2004-08-10 |
Fred Drake | minor changes to make this format again |
commit | commitdiff | tree | snapshot |
2004-08-10 |
Tim Peters | Start rewriting doctest's LaTeX docs. Damn, this is... |
commit | commitdiff | tree | snapshot |
2004-08-10 |
Piers Lauder | Fix typo in getquotaroot parameter reported by Thierry... |
commit | commitdiff | tree | snapshot |
2004-08-09 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2004-08-09 |
Andrew M. Kuchling | [Patch #1005465] Markup tweaks |
commit | commitdiff | tree | snapshot |
2004-08-09 |
Andrew M. Kuchling | [Patch #1005491 ] use __name__ == '__main__' in scripts |
commit | commitdiff | tree | snapshot |
2004-08-09 |
Tim Peters | Edward's latest checkins somehow managed to wipe out... |
commit | commitdiff | tree | snapshot |
2004-08-09 |
Edward Loper | - DocTest is now a simple container class; its construc... |
commit | commitdiff | tree | snapshot |
2004-08-09 |
Tim Peters | This started as a spelling and whitespace cleanup.... |
commit | commitdiff | tree | snapshot |
2004-08-09 |
Jason Tishler | Patch #1006003: Cygwin standard module build problems |
commit | commitdiff | tree | snapshot |
2004-08-09 |
Andrew M. Kuchling | Add item |
commit | commitdiff | tree | snapshot |
next |