2000-07-16 |
Tim Peters | Fix fatal compiler (MSVC6) error: |
commit | commitdiff | tree | snapshot |
2000-07-16 |
Skip Montanaro | split and join on "/" in commonprefix |
commit | commitdiff | tree | snapshot |
2000-07-16 |
Marc-André... | Fix to a bug found by Florian Weimer: |
commit | commitdiff | tree | snapshot |
2000-07-16 |
Thomas Wouters | Spelling fixes supplied by Rob W. W. Hooft. All these... |
commit | commitdiff | tree | snapshot |
2000-07-16 |
Thomas Wouters | Bugfix by Rob W. W. Hooft, from his spelling fixes... |
commit | commitdiff | tree | snapshot |
2000-07-15 |
Jack Jansen | Implemented getdefaultlocale() for macintosh, after... |
commit | commitdiff | tree | snapshot |
2000-07-15 |
Jack Jansen | Modified the standard mac preamble so we include pymact... |
commit | commitdiff | tree | snapshot |
2000-07-15 |
Jack Jansen | ScannerPREUH3.initpatterns() should call Scanner.initpa... |
commit | commitdiff | tree | snapshot |
2000-07-15 |
Thomas Wouters | Oops, forgot to run autoheader before checking in the... |
commit | commitdiff | tree | snapshot |
2000-07-15 |
Fredrik Lundh | -- fixed the comment, too |
commit | commitdiff | tree | snapshot |
2000-07-15 |
Fredrik Lundh | -- note to self: wait until 'cvs commit' has finished... |
commit | commitdiff | tree | snapshot |
2000-07-15 |
Fredrik Lundh | -- changed default encoding to "ascii". you can still... |
commit | commitdiff | tree | snapshot |
2000-07-15 |
Vladimir Marangozov | Fix in PyList_New(). With GC enabled and when out... |
commit | commitdiff | tree | snapshot |
2000-07-15 |
Vladimir Marangozov | Break a cycle created in the saboteur() function. |
commit | commitdiff | tree | snapshot |
2000-07-14 |
Jack Jansen | Got rid of obsolete HAVE_UNIVERSAL_HEADERS test and... |
commit | commitdiff | tree | snapshot |
2000-07-14 |
Jack Jansen | Test for TARGET_API_MAC_CARBON with #if in stead of... |
commit | commitdiff | tree | snapshot |
2000-07-14 |
Jack Jansen | include stdio.h for sprintf prototype. |
commit | commitdiff | tree | snapshot |
2000-07-14 |
Jack Jansen | pymactoolbox.h contains protoypes for all externally... |
commit | commitdiff | tree | snapshot |
2000-07-14 |
Jack Jansen | include macdefs.h for declaration of getwd, if non... |
commit | commitdiff | tree | snapshot |
2000-07-14 |
Jack Jansen | PyMac_PromptGetFile and PyMac_GetDirectory don't exist... |
commit | commitdiff | tree | snapshot |
2000-07-14 |
Jack Jansen | Don't declare sync if we use gusi. |
commit | commitdiff | tree | snapshot |
2000-07-14 |
Eric S. Raymond | Document the second round of ConfigParser changes. |
commit | commitdiff | tree | snapshot |
2000-07-14 |
Thomas Wouters | Move (actually copy) support for the sgi._getpty()... |
commit | commitdiff | tree | snapshot |
2000-07-14 |
Eric S. Raymond | ConfigParser enhancements to edit existing configs... |
commit | commitdiff | tree | snapshot |
2000-07-14 |
Andrew M. Kuchling | Typo fix from Bastian Kleineidam |
commit | commitdiff | tree | snapshot |
2000-07-14 |
Peter Schneider... | moving files to nondist/sf-html |
commit | commitdiff | tree | snapshot |
2000-07-14 |
Vladimir Marangozov | Gosh - clean up that messy HTML; make it valid XHTML... |
commit | commitdiff | tree | snapshot |
2000-07-14 |
Vladimir Marangozov | Break the cycles after testing cmp() on cyclic objects. |
commit | commitdiff | tree | snapshot |
2000-07-14 |
Peter Schneider... | added information how to edit pages at http://python... |
commit | commitdiff | tree | snapshot |
2000-07-14 |
Peter Schneider... | small FAQ about Python CVS and patches at SourceForge |
commit | commitdiff | tree | snapshot |
2000-07-13 |
Andrew M. Kuchling | Use PyObject_AsFileDescriptor |
commit | commitdiff | tree | snapshot |
2000-07-13 |
Andrew M. Kuchling | Document PyObject_AsFileDescriptor |
commit | commitdiff | tree | snapshot |
2000-07-13 |
Andrew M. Kuchling | Added PyObject_AsFileDescriptor, which checks for integ... |
commit | commitdiff | tree | snapshot |
2000-07-13 |
Peter Schneider... | ANSI-fication (got lost in the deep seas of source... |
commit | commitdiff | tree | snapshot |
2000-07-13 |
Jeremy Hylton | fix PyXXX_Length macros as suggested by Fred |
commit | commitdiff | tree | snapshot |
2000-07-13 |
Guido van Rossum | Patch by Toby Dickenson, mentored by Mark Hammond,... |
commit | commitdiff | tree | snapshot |
2000-07-13 |
Eric S. Raymond | Apply Greg Kochanski's fix for open/265. |
commit | commitdiff | tree | snapshot |
2000-07-13 |
Eric S. Raymond | Fix bug open/243 reported by Dimitri Papadopoulos |
commit | commitdiff | tree | snapshot |
2000-07-13 |
Peter Schneider... | just fixing the indentation |
commit | commitdiff | tree | snapshot |
2000-07-13 |
Peter Schneider... | raise error on duplicate function arguments |
commit | commitdiff | tree | snapshot |
2000-07-13 |
Fred Drake | Improve the descriptions of expected exceptions for... |
commit | commitdiff | tree | snapshot |
2000-07-13 |
Andrew M. Kuchling | From Sam Rushing's Medusa, via SF patch #100858: add... |
commit | commitdiff | tree | snapshot |
2000-07-13 |
Skip Montanaro | forgot to change copy.copy(m) to m[:] |
commit | commitdiff | tree | snapshot |
2000-07-12 |
Vladimir Marangozov | Propagate the current exception in get_inprogress_dict... |
commit | commitdiff | tree | snapshot |
2000-07-12 |
Skip Montanaro | deleted obsolete SYMANTEC__CFM68K__ tests |
commit | commitdiff | tree | snapshot |
2000-07-12 |
Skip Montanaro | delete obsolete SYMANTEC__CFM68K__ #ifdefs |
commit | commitdiff | tree | snapshot |
2000-07-12 |
Skip Montanaro | fixed semantics of commonprefix to work by path element... |
commit | commitdiff | tree | snapshot |
2000-07-12 |
Jeremy Hylton | replace PyXXX_Length calls with PyXXX_Size calls |
commit | commitdiff | tree | snapshot |
2000-07-12 |
Jeremy Hylton | change abstract size functions PySequence_Size &c. |
commit | commitdiff | tree | snapshot |
2000-07-12 |
Guido van Rossum | Add "exceptions" to list of built-in modules for the... |
commit | commitdiff | tree | snapshot |
2000-07-12 |
Guido van Rossum | Add "exceptions" to list of built-in modules for the... |
commit | commitdiff | tree | snapshot |
2000-07-12 |
Sjoerd Mullender | Fixed up some ANSIfications. |
commit | commitdiff | tree | snapshot |
2000-07-12 |
Greg Stein | apply patch #100868 from Moshe Zadka: |
commit | commitdiff | tree | snapshot |
2000-07-12 |
Barry Warsaw | debug_instance(): Use the same %p format directive... |
commit | commitdiff | tree | snapshot |
2000-07-12 |
Vladimir Marangozov | Second try: checks whether right shift extends the... |
commit | commitdiff | tree | snapshot |
2000-07-12 |
Fred Drake | Convert coding style to be internally consistent and... |
commit | commitdiff | tree | snapshot |
2000-07-12 |
Fred Drake | Always use the :funcname part of the format specifier... |
commit | commitdiff | tree | snapshot |
2000-07-12 |
Fred Drake | Documentation for the gc module. Text from Neil Scheme... |
commit | commitdiff | tree | snapshot |
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 |
next |