2004-09-11 |
Johannes Gijsbers | Patch #1022152: add required 'domain' argument to gette... |
commit | commitdiff | tree | snapshot |
2004-09-11 |
Johannes Gijsbers | Patch #1026384: fix two common typo's: |
commit | commitdiff | tree | snapshot |
2004-09-11 |
Johannes Gijsbers | Add 'if __name__ == "__main__":' to files already as... |
commit | commitdiff | tree | snapshot |
2004-09-11 |
Johannes Gijsbers | Use __module__ attribute when available instead of... |
commit | commitdiff | tree | snapshot |
2004-09-11 |
Johannes Gijsbers | Patch #1025800: remove TeX quoting from verbatim sectio... |
commit | commitdiff | tree | snapshot |
2004-09-10 |
Andrew M. Kuchling | [Bug #1023359] Make code match inheritance diagram |
commit | commitdiff | tree | snapshot |
2004-09-10 |
Barry Warsaw | Template: remove __slots__ since that interferes with... |
commit | commitdiff | tree | snapshot |
2004-09-10 |
Andrew M. Kuchling | Add some stdlib items; remove 'other changes' section... |
commit | commitdiff | tree | snapshot |
2004-09-10 |
Andrew M. Kuchling | Typo fix: 'comparisions' is not a word |
commit | commitdiff | tree | snapshot |
2004-09-10 |
Andrew M. Kuchling | Bump version number |
commit | commitdiff | tree | snapshot |
2004-09-10 |
Martin v. Löwis | Do not include extpy[w].exe anymore |
commit | commitdiff | tree | snapshot |
2004-09-10 |
Martin v. Löwis | Generate the product code properly |
commit | commitdiff | tree | snapshot |
2004-09-10 |
Andrew M. Kuchling | Update PEP292 section |
commit | commitdiff | tree | snapshot |
2004-09-10 |
Martin v. Löwis | Change all extensions to unadvertised. |
commit | commitdiff | tree | snapshot |
2004-09-10 |
Martin v. Löwis | Patch #808120: Add --force-arch=ARCH to bdist_rpm.py. |
commit | commitdiff | tree | snapshot |
2004-09-10 |
Martin v. Löwis | Patch #808115: Add script support to bdist_rpm.py. |
commit | commitdiff | tree | snapshot |
2004-09-10 |
Raymond Hettinger | __slots__ went missing from Template. |
commit | commitdiff | tree | snapshot |
2004-09-10 |
Barry Warsaw | Many updates to PEP 292 templates. Summary: |
commit | commitdiff | tree | snapshot |
2004-09-10 |
Fred Drake | document the exceptions raised by sgmllib, htmllib... |
commit | commitdiff | tree | snapshot |
2004-09-10 |
Fred Drake | fix typo in markup |
commit | commitdiff | tree | snapshot |
2004-09-09 |
Fred Drake | make_nav_panel(): Don't cause side-effects on the input... |
commit | commitdiff | tree | snapshot |
2004-09-09 |
Fred Drake | clean up the API a little; exceptions are defined by... |
commit | commitdiff | tree | snapshot |
2004-09-09 |
Fred Drake | add name that should be considered public to __all__ |
commit | commitdiff | tree | snapshot |
2004-09-08 |
Fred Drake | remove unnecessary override of base class method |
commit | commitdiff | tree | snapshot |
2004-09-08 |
Fred Drake | add tests that make sure buffer boundaries are handled... |
commit | commitdiff | tree | snapshot |
2004-09-08 |
Martin v. Löwis | Revert creation of launcher.exe. |
commit | commitdiff | tree | snapshot |
2004-09-08 |
Martin v. Löwis | Revert creation of launcher.exe |
commit | commitdiff | tree | snapshot |
2004-09-08 |
Brett Cannon | Remove usage of locale.getlocale in favor or setlocale... |
commit | commitdiff | tree | snapshot |
2004-09-07 |
Walter Dörwald | SF patch #998993: The UTF-8 and the UTF-16 stateful... |
commit | commitdiff | tree | snapshot |
2004-09-07 |
Trent Mick | Apply patch from http://python.org/sf/728330 to fix... |
commit | commitdiff | tree | snapshot |
2004-09-07 |
Martin v. Löwis | Add support for launcher.exe |
commit | commitdiff | tree | snapshot |
2004-09-07 |
Martin v. Löwis | Implement conditional extensions through launcher.exe. |
commit | commitdiff | tree | snapshot |
2004-09-07 |
Martin v. Löwis | Support Python 2.2. |
commit | commitdiff | tree | snapshot |
2004-09-07 |
Jeremy Hylton | Remove debugging print (not triggered by test suite... |
commit | commitdiff | tree | snapshot |
2004-09-07 |
Martin v. Löwis | Add launcher program |
commit | commitdiff | tree | snapshot |
2004-09-07 |
Jeremy Hylton | compiler.transformer: correct lineno attribute when... |
commit | commitdiff | tree | snapshot |
2004-09-06 |
Brett Cannon | Ported test__locale to unittest. |
commit | commitdiff | tree | snapshot |
2004-09-06 |
Raymond Hettinger | Remove redunandant assertions from last checkin. |
commit | commitdiff | tree | snapshot |
2004-09-06 |
Raymond Hettinger | SF #1022953: binascii.a2b_hqx("") raises SystemError |
commit | commitdiff | tree | snapshot |
2004-09-06 |
Raymond Hettinger | Fix erroneous docstring comment. |
commit | commitdiff | tree | snapshot |
2004-09-06 |
Martin v. Löwis | Add test_difflib_expect.html. |
commit | commitdiff | tree | snapshot |
2004-09-06 |
Raymond Hettinger | Markup nits. |
commit | commitdiff | tree | snapshot |
2004-09-06 |
Raymond Hettinger | Add missing close parenthesis. |
commit | commitdiff | tree | snapshot |
2004-09-06 |
Raymond Hettinger | SF bug #901654: split method documentation can be... |
commit | commitdiff | tree | snapshot |
2004-09-05 |
Brett Cannon | Rework some wording. |
commit | commitdiff | tree | snapshot |
2004-09-05 |
Raymond Hettinger | Fulfill Martin's request to use try/except rather than... |
commit | commitdiff | tree | snapshot |
2004-09-04 |
Raymond Hettinger | Teach a test about the different kinds of functions. |
commit | commitdiff | tree | snapshot |
2004-09-04 |
Raymond Hettinger | SF bug #1020540: a wrong link from "frame object"... |
commit | commitdiff | tree | snapshot |
2004-09-04 |
Raymond Hettinger | SF bug #1022010: Import random fails |
commit | commitdiff | tree | snapshot |
2004-09-04 |
Raymond Hettinger | Change the strategy for coping with time intensive... |
commit | commitdiff | tree | snapshot |
2004-09-04 |
Tim Peters | Added IGNORE_EXCEPTION_DETAIL comparison option. The... |
commit | commitdiff | tree | snapshot |
2004-09-04 |
Tim Peters | Added a couple names to __all__. |
commit | commitdiff | tree | snapshot |
2004-09-04 |
Gregory P.... | SF bug 1017405: the keys() values() and items() DB... |
commit | commitdiff | tree | snapshot |
2004-09-03 |
Gustavo Niemeyer | Minor aesthetic change in sre_parse.py, as suggested... |
commit | commitdiff | tree | snapshot |
2004-09-03 |
Raymond Hettinger | SF bug #1022010: Import random fails |
commit | commitdiff | tree | snapshot |
2004-09-03 |
Gustavo Niemeyer | Fixing bug #817234, which made SRE get into an infinite... |
commit | commitdiff | tree | snapshot |
2004-09-03 |
Gustavo Niemeyer | Applying modified version of patch #1018386, which... |
commit | commitdiff | tree | snapshot |
2004-09-03 |
Martin v. Löwis | Add main program for icon file. |
commit | commitdiff | tree | snapshot |
2004-09-03 |
Skip Montanaro | Make the api of the _dispatch() method more concrete... |
commit | commitdiff | tree | snapshot |
2004-09-02 |
cvs2svn | This commit was manufactured by cvs2svn to create tag... v2.4a3 |
commit | commitdiff | tree | snapshot |
2004-09-02 |
Anthony Baxter | update version |
commit | commitdiff | tree | snapshot |
2004-09-02 |
Anthony Baxter | release date |
commit | commitdiff | tree | snapshot |
2004-09-01 |
Martin v. Löwis | Update buildno for 2.4a3 |
commit | commitdiff | tree | snapshot |
2004-09-01 |
Martin v. Löwis | Conditionalize Tcl feature |
commit | commitdiff | tree | snapshot |
2004-09-01 |
Andrew M. Kuchling | [Bug #1011606] Only check file descriptors for exceptio... |
commit | commitdiff | tree | snapshot |
2004-09-01 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2004-09-01 |
Raymond Hettinger | SF patch #1020188: Use Py_CLEAR where necessary to... |
commit | commitdiff | tree | snapshot |
2004-09-01 |
Fred Drake | - add missing \end{seealso} |
commit | commitdiff | tree | snapshot |
2004-08-31 |
Raymond Hettinger | Remove rotor from the build. |
commit | commitdiff | tree | snapshot |
2004-08-31 |
Raymond Hettinger | Remove rotor and xreadlines from VC 6 build. |
commit | commitdiff | tree | snapshot |
2004-08-31 |
Martin v. Löwis | Add instructions for building Tix |
commit | commitdiff | tree | snapshot |
2004-08-31 |
Martin v. Löwis | Fix installdir for Tix |
commit | commitdiff | tree | snapshot |
2004-08-31 |
Tim Peters | Remove rotor and xreadlines from VC 7.1 build. |
commit | commitdiff | tree | snapshot |
2004-08-31 |
Andrew M. Kuchling | Add item |
commit | commitdiff | tree | snapshot |
2004-08-31 |
Andrew M. Kuchling | Remove rotor, xreadlines modules |
commit | commitdiff | tree | snapshot |
2004-08-31 |
Andrew M. Kuchling | Add news item. |
commit | commitdiff | tree | snapshot |
2004-08-31 |
Andrew M. Kuchling | Remove mpz, rotor, xreadlines modules |
commit | commitdiff | tree | snapshot |
2004-08-31 |
Andrew M. Kuchling | Remove rotor reference |
commit | commitdiff | tree | snapshot |
2004-08-31 |
Andrew M. Kuchling | Missed some occurrences of test_mpz |
commit | commitdiff | tree | snapshot |
2004-08-31 |
Andrew M. Kuchling | Remove mpz, rotor |
commit | commitdiff | tree | snapshot |
2004-08-31 |
Andrew M. Kuchling | Remove mpzpi demo |
commit | commitdiff | tree | snapshot |
2004-08-31 |
Andrew M. Kuchling | Remove test output for rotor, xreadline |
commit | commitdiff | tree | snapshot |
2004-08-31 |
Andrew M. Kuchling | Remove mpz, rotor, xreadlines modules |
commit | commitdiff | tree | snapshot |
2004-08-31 |
Andrew M. Kuchling | Remove rotor, xreadlines modules |
commit | commitdiff | tree | snapshot |
2004-08-31 |
Andrew M. Kuchling | Remove test for mpz |
commit | commitdiff | tree | snapshot |
2004-08-31 |
Andrew M. Kuchling | Remove tests for mpz, rotor, xreadlines |
commit | commitdiff | tree | snapshot |
2004-08-31 |
Andrew M. Kuchling | Remove rotor license |
commit | commitdiff | tree | snapshot |
2004-08-31 |
Andrew M. Kuchling | Remove docs for xreadlines, mpz, rotor |
commit | commitdiff | tree | snapshot |
2004-08-31 |
Andrew M. Kuchling | Remove xreadlines reference |
commit | commitdiff | tree | snapshot |
2004-08-31 |
Andrew M. Kuchling | Remove TERMIOS module |
commit | commitdiff | tree | snapshot |
2004-08-31 |
Andrew M. Kuchling | Remove TERMIOS docs |
commit | commitdiff | tree | snapshot |
2004-08-31 |
Andrew M. Kuchling | Use correct constant; remove reference to TERMIOS.py |
commit | commitdiff | tree | snapshot |
2004-08-31 |
Andrew M. Kuchling | Change from Raymond: use pos/neg instead of +/- 1;... |
commit | commitdiff | tree | snapshot |
2004-08-31 |
Andrew M. Kuchling | Describe non-recursive re |
commit | commitdiff | tree | snapshot |
2004-08-31 |
Andrew M. Kuchling | Add bug/patch counts |
commit | commitdiff | tree | snapshot |
2004-08-31 |
Andrew M. Kuchling | Use multi-line import |
commit | commitdiff | tree | snapshot |
2004-08-31 |
Andrew M. Kuchling | Update versions and dates; add PEP 328 |
commit | commitdiff | tree | snapshot |
2004-08-31 |
Vinay Sajip | Updated doc for getLogger() |
commit | commitdiff | tree | snapshot |
2004-08-31 |
Anthony Baxter | SF patch #1007189, multi-line imports, for instance: |
commit | commitdiff | tree | snapshot |
2004-08-31 |
Anthony Baxter | onward and upward |
commit | commitdiff | tree | snapshot |
next |