2000-07-12 |
Tim Peters | Worm around MSVC6 error on single string literal >... |
commit | commitdiff | tree | snapshot |
2000-07-12 |
Andrew M. Kuchling | Remove extra argument to method call |
commit | commitdiff | tree | snapshot |
2000-07-12 |
Vladimir Marangozov | Checks whether right shift extends the sign bit. |
commit | commitdiff | tree | snapshot |
2000-07-12 |
Vladimir Marangozov | Checks whether right shift extends the sign bit. |
commit | commitdiff | tree | snapshot |
2000-07-12 |
Andrew M. Kuchling | Fix typo in error message |
commit | commitdiff | tree | snapshot |
2000-07-12 |
Eric S. Raymond | Resynchronize the TeX docs with (a) the module docstrin... |
commit | commitdiff | tree | snapshot |
2000-07-12 |
Andrew M. Kuchling | Fix bugs in readinst(): |
commit | commitdiff | tree | snapshot |
2000-07-12 |
Andrew M. Kuchling | Patch #100854 from jhylton: eliminate compiler warnings... |
commit | commitdiff | tree | snapshot |
2000-07-12 |
Vladimir Marangozov | Fix mixed mallocs: re->re_patbuf.buffer is allocated... |
commit | commitdiff | tree | snapshot |
2000-07-12 |
Skip Montanaro | new test for posixpath module |
commit | commitdiff | tree | snapshot |
2000-07-12 |
Skip Montanaro | new test file for posixpath module |
commit | commitdiff | tree | snapshot |
2000-07-11 |
Peter Schneider... | Errare humanum est. |
commit | commitdiff | tree | snapshot |
2000-07-11 |
Jack Jansen | Got rid of __SC__ ifdefs. |
commit | commitdiff | tree | snapshot |
2000-07-11 |
Jack Jansen | Include macglue.h for some function prototypes, and... |
commit | commitdiff | tree | snapshot |
2000-07-11 |
Jack Jansen | Include macglue.h on the macintosh, so function prototy... |
commit | commitdiff | tree | snapshot |
2000-07-11 |
Jack Jansen | One more include of limits.h (possibly to be moved... |
commit | commitdiff | tree | snapshot |
2000-07-11 |
Jack Jansen | Removed guesstabsize.c, which is obsolete. |
commit | commitdiff | tree | snapshot |
2000-07-11 |
Jack Jansen | - Removed guesstabsize.c, which is obsolete. |
commit | commitdiff | tree | snapshot |
2000-07-11 |
Jack Jansen | ANSIfication step 2: make sure all needed prototypes... |
commit | commitdiff | tree | snapshot |
2000-07-11 |
Jack Jansen | Added a declaration of fileno() if we use GUSI. Not... |
commit | commitdiff | tree | snapshot |
2000-07-11 |
Jack Jansen | Fiddled declaration/implementation of setcallback(... |
commit | commitdiff | tree | snapshot |
2000-07-11 |
Jeremy Hylton | small updates to string_join: |
commit | commitdiff | tree | snapshot |
2000-07-11 |
Jeremy Hylton | satisfy the -Wall: remove two unused local variables... |
commit | commitdiff | tree | snapshot |
2000-07-11 |
Jack Jansen | ANSIfication step 1: get rid of Py_PROTO and Py_FPROTO. |
commit | commitdiff | tree | snapshot |
2000-07-11 |
Fred Drake | Fix incomplete merge of Ping's SyntaxError enhancement... |
commit | commitdiff | tree | snapshot |
2000-07-11 |
Fred Drake | Moshe Zadka <mzadka@geocities.com>: |
commit | commitdiff | tree | snapshot |
2000-07-11 |
Fred Drake | Create two new exceptions: IndentationError and TabErr... |
commit | commitdiff | tree | snapshot |
2000-07-11 |
Peter Schneider... | fixed a warning in getsockaddrlen |
commit | commitdiff | tree | snapshot |
2000-07-11 |
Peter Schneider... | add expandtabs command (-e) |
commit | commitdiff | tree | snapshot |
2000-07-11 |
Fred Drake | Change the table in the pyexpat.errors module to a... |
commit | commitdiff | tree | snapshot |
2000-07-11 |
Jeremy Hylton | fix bug #42 reported by Andrew Dalke |
commit | commitdiff | tree | snapshot |
2000-07-11 |
Fred Drake | Neil Schemenauer <nascheme@enme.ucalgary.ca>: |
commit | commitdiff | tree | snapshot |
2000-07-11 |
Eric S. Raymond | Bug fix: ? and ! were not full aliases for `help' and... |
commit | commitdiff | tree | snapshot |
2000-07-11 |
Peter Schneider... | fixed inconsistent use of tab and spaces |
commit | commitdiff | tree | snapshot |
2000-07-11 |
Andrew M. Kuchling | Add test of resize() method of mmap objects |
commit | commitdiff | tree | snapshot |
2000-07-11 |
Andrew M. Kuchling | Docstring changes. |
commit | commitdiff | tree | snapshot |
2000-07-11 |
Marc-André... | Jeremy Hylton: |
commit | commitdiff | tree | snapshot |
2000-07-11 |
Barry Warsaw | string_join(): Some cleaning up of reference counting... |
commit | commitdiff | tree | snapshot |
2000-07-11 |
Jeremy Hylton | add more tests of string.join variants to run_method_tests |
commit | commitdiff | tree | snapshot |
2000-07-11 |
Jeremy Hylton | fix two refcount bugs in new string_join implementation: |
commit | commitdiff | tree | snapshot |
2000-07-10 |
Tim Peters | Now that prototypes are in scope, the compiler gives... |
commit | commitdiff | tree | snapshot |
2000-07-10 |
Jeremy Hylton | two changes to string_join: |
commit | commitdiff | tree | snapshot |
2000-07-10 |
Fredrik Lundh | -- removed get_default compatibility kludge |
commit | commitdiff | tree | snapshot |
2000-07-10 |
Fredrik Lundh | - changed hash calculation for unicode strings. the new |
commit | commitdiff | tree | snapshot |
2000-07-10 |
Eric S. Raymond | Give ConfigParser the capability to set as well as... |
commit | commitdiff | tree | snapshot |
2000-07-10 |
Peter Schneider... | ANSI-fication (fixed on parameter list I messed up... |
commit | commitdiff | tree | snapshot |
2000-07-10 |
Peter Schneider... | ANSI-fication |
commit | commitdiff | tree | snapshot |
2000-07-10 |
Peter Schneider... | ANSI-fication, added #ifdef construction in mpz_coerce |
commit | commitdiff | tree | snapshot |
2000-07-10 |
Jeremy Hylton | factor out test definitions to string_tests module |
commit | commitdiff | tree | snapshot |
2000-07-10 |
Jeremy Hylton | add isalpha and isalnum methods |
commit | commitdiff | tree | snapshot |
2000-07-10 |
Peter Schneider... | ANSI-fication, not really tested, but should (hopefully... |
commit | commitdiff | tree | snapshot |
2000-07-10 |
Peter Schneider... | ANSI-fication of the SGI modules (note that svmodule... |
commit | commitdiff | tree | snapshot |
2000-07-10 |
Fredrik Lundh | - stupid typo. |
commit | commitdiff | tree | snapshot |
2000-07-10 |
Guido van Rossum | Add linker flag -export-dynamic so symbols in libpython... |
commit | commitdiff | tree | snapshot |
2000-07-10 |
Fredrik Lundh | -- get rid of a compiler warning on unix. (as reported |
commit | commitdiff | tree | snapshot |
2000-07-10 |
Guido van Rossum | Added the line 'Testing UTF-16 code point order compari... |
commit | commitdiff | tree | snapshot |
2000-07-10 |
Guido van Rossum | Adapted for Python 2.0 under RH Linux. |
commit | commitdiff | tree | snapshot |
2000-07-10 |
Jeremy Hylton | remove prints of file objects from _test |
commit | commitdiff | tree | snapshot |
2000-07-10 |
Jeremy Hylton | expect message "no regression test case for method... |
commit | commitdiff | tree | snapshot |
2000-07-10 |
Andrew M. Kuchling | Patch from Joe Eaton <jeaton@hostway.net> (SF#100741... |
commit | commitdiff | tree | snapshot |
2000-07-10 |
Peter Schneider... | ANSI-fication |
commit | commitdiff | tree | snapshot |
2000-07-10 |
Peter Schneider... | ANSI-fication |
commit | commitdiff | tree | snapshot |
2000-07-10 |
Peter Schneider... | ANSI-fying |
commit | commitdiff | tree | snapshot |
2000-07-10 |
Peter Schneider... | ANSI-fication |
commit | commitdiff | tree | snapshot |
2000-07-10 |
Peter Schneider... | ANSI-fication |
commit | commitdiff | tree | snapshot |
2000-07-10 |
Peter Schneider... | ANSI-fication |
commit | commitdiff | tree | snapshot |
2000-07-10 |
Peter Schneider... | ANSI-fication |
commit | commitdiff | tree | snapshot |
2000-07-10 |
Peter Schneider... | ANSI-fication |
commit | commitdiff | tree | snapshot |
2000-07-10 |
Peter Schneider... | ANSI-fication |
commit | commitdiff | tree | snapshot |
2000-07-10 |
Peter Schneider... | ANSI-fication |
commit | commitdiff | tree | snapshot |
2000-07-10 |
Peter Schneider... | ANSI-fication |
commit | commitdiff | tree | snapshot |
2000-07-10 |
Peter Schneider... | ANSI-fication |
commit | commitdiff | tree | snapshot |
2000-07-10 |
Peter Schneider... | ANSI-fication |
commit | commitdiff | tree | snapshot |
2000-07-10 |
Peter Schneider... | ANSI-fication (and test if committing files works now) |
commit | commitdiff | tree | snapshot |
2000-07-10 |
Sjoerd Mullender | Better error handling of bad entity references. Before... |
commit | commitdiff | tree | snapshot |
2000-07-10 |
Vladimir Marangozov | Initialize the return value in collect_generations... |
commit | commitdiff | tree | snapshot |
2000-07-10 |
Vladimir Marangozov | Remove the "1" that Tim sticked to the preprocessor... |
commit | commitdiff | tree | snapshot |
2000-07-10 |
Vladimir Marangozov | A small comment fix just to make sure I got my cvs... |
commit | commitdiff | tree | snapshot |
2000-07-10 |
Fred Drake | Guido said include these in the Great ANSI-fication... |
commit | commitdiff | tree | snapshot |
2000-07-09 |
Fredrik Lundh | - changed the nt.popen2 return values back to |
commit | commitdiff | tree | snapshot |
2000-07-09 |
Fredrik Lundh | - repaired locale.py for non-windows platforms. the... |
commit | commitdiff | tree | snapshot |
2000-07-09 |
Barry Warsaw | Exception__str__(): In case 1, be sure to decref the... |
commit | commitdiff | tree | snapshot |
2000-07-09 |
Barry Warsaw | Use TQSQ (triple quoted single quote) module docstring... |
commit | commitdiff | tree | snapshot |
2000-07-09 |
Fredrik Lundh | - changed 1.5 to 2.0 in the help text |
commit | commitdiff | tree | snapshot |
2000-07-09 |
Fredrik Lundh | - ANSI-fication |
commit | commitdiff | tree | snapshot |
2000-07-09 |
Fred Drake | Update to use the new standard webbrowser module if... |
commit | commitdiff | tree | snapshot |
2000-07-09 |
Fredrik Lundh | - added popen.popen2/popen3/popen4 support for |
commit | commitdiff | tree | snapshot |
2000-07-09 |
Fredrik Lundh | - added optional bufsize argument to new popen methods. |
commit | commitdiff | tree | snapshot |
2000-07-09 |
Fredrik Lundh | - merged setlocale and set_locale. the internal setlocale |
commit | commitdiff | tree | snapshot |
2000-07-09 |
Fred Drake | New module to control Web browsers; see the documentati... |
commit | commitdiff | tree | snapshot |
2000-07-09 |
Fred Drake | Make tabnanny happy. |
commit | commitdiff | tree | snapshot |
2000-07-09 |
Greg Stein | needs a space |
commit | commitdiff | tree | snapshot |
2000-07-09 |
Fred Drake | ANSI-fication of the sources. |
commit | commitdiff | tree | snapshot |
2000-07-09 |
Fred Drake | ANSI-fication of the sources. |
commit | commitdiff | tree | snapshot |
2000-07-09 |
Fredrik Lundh | - ANSI-fication |
commit | commitdiff | tree | snapshot |
2000-07-09 |
Fredrik Lundh | - ANSI-ification |
commit | commitdiff | tree | snapshot |
2000-07-09 |
Andrew M. Kuchling | Document addition of webbrowser.py |
commit | commitdiff | tree | snapshot |
2000-07-09 |
Fredrik Lundh | - improved os.popen support for windows, based on win32pipe |
commit | commitdiff | tree | snapshot |
2000-07-09 |
Fred Drake | Remove setup of HAVE_OLD_CPP; it is no longer used... |
commit | commitdiff | tree | snapshot |
2000-07-09 |
Fred Drake | Remove use of HAVE_OLD_CPP to support non-ANSI preproce... |
commit | commitdiff | tree | snapshot |
next |