2001-09-10 |
Guido van Rossum | _portable_fseek(): |
commit | commitdiff | tree | snapshot |
2001-09-10 |
Fredrik Lundh | sync with pythonware codebase: much faster import ... |
commit | commitdiff | tree | snapshot |
2001-09-10 |
Guido van Rossum | Another volunteer. |
commit | commitdiff | tree | snapshot |
2001-09-10 |
Guido van Rossum | PyObject_Dir(): |
commit | commitdiff | tree | snapshot |
2001-09-10 |
Guido van Rossum | PyModule_Check() now checks for subtype of module,... |
commit | commitdiff | tree | snapshot |
2001-09-10 |
Andrew M. Kuchling | Remove some XXX markers |
commit | commitdiff | tree | snapshot |
2001-09-10 |
Martin v. Löwis | Use $(CC) -G to link shared libraries on Solaris. |
commit | commitdiff | tree | snapshot |
2001-09-10 |
Fred Drake | Work around a LaTeX2HTML bug that caused the "m" in... |
commit | commitdiff | tree | snapshot |
2001-09-10 |
Guido van Rossum | Remove two XXX comments that have been resolved. |
commit | commitdiff | tree | snapshot |
2001-09-10 |
Guido van Rossum | Move the global variables 'size' and 'name' to the... |
commit | commitdiff | tree | snapshot |
2001-09-10 |
Guido van Rossum | Improve threading on Solaris, according to SF patch... |
commit | commitdiff | tree | snapshot |
2001-09-10 |
Guido van Rossum | Change the criteria for skipping the test. |
commit | commitdiff | tree | snapshot |
2001-09-10 |
Jack Jansen | Removed an erronous comment about alias files. |
commit | commitdiff | tree | snapshot |
2001-09-10 |
Andrew M. Kuchling | Add section on long integer changes |
commit | commitdiff | tree | snapshot |
2001-09-10 |
Guido van Rossum | Add a few more todo items. |
commit | commitdiff | tree | snapshot |
2001-09-10 |
Jeremy Hylton | Test the failed-unicode-decoding bug in PyArg_ParseTuple(). |
commit | commitdiff | tree | snapshot |
2001-09-10 |
Jeremy Hylton | Fix core dump in PyArg_ParseTuple() with Unicode arguments. |
commit | commitdiff | tree | snapshot |
2001-09-10 |
Tim Peters | Repair late-night doc typos. |
commit | commitdiff | tree | snapshot |
2001-09-09 |
Guido van Rossum | This time (I hope) I've fixed largefile |
commit | commitdiff | tree | snapshot |
2001-09-09 |
Tim Peters | Teach regrtest how to pass on doctest failure msgs... |
commit | commitdiff | tree | snapshot |
2001-09-09 |
Tim Peters | Force "test." into the start of the module name, inheri... |
commit | commitdiff | tree | snapshot |
2001-09-09 |
Jack Jansen | Install the dialog resources into the application bundl... |
commit | commitdiff | tree | snapshot |
2001-09-09 |
Jack Jansen | Don't call MacOS.SchedParams() in MachO, it doesn't... |
commit | commitdiff | tree | snapshot |
2001-09-09 |
Jack Jansen | Minimal module to decode AppleSingle files (the way... |
commit | commitdiff | tree | snapshot |
2001-09-08 |
cvs2svn | This commit was manufactured by cvs2svn to create tag... v2.2a3 |
commit | commitdiff | tree | snapshot |
2001-09-08 |
Jack Jansen | Final tweaks for 2.2a3 distribution. |
commit | commitdiff | tree | snapshot |
2001-09-08 |
Martin v. Löwis | Silence warnings about passing unsigned char** as char**. |
commit | commitdiff | tree | snapshot |
2001-09-08 |
Jack Jansen | Oops, this file is very outdated. Removed. |
commit | commitdiff | tree | snapshot |
2001-09-08 |
Tim Peters | Generalize operator.indexOf (PySequence_Index) to work... |
commit | commitdiff | tree | snapshot |
2001-09-08 |
Tim Peters | It appears that unittest was changed to stop hoarding... |
commit | commitdiff | tree | snapshot |
2001-09-08 |
Tim Peters | The usual post-release fiddling. |
commit | commitdiff | tree | snapshot |
2001-09-07 |
Guido van Rossum | PyClass_New(): put the extended Don Beaudry hook back... |
commit | commitdiff | tree | snapshot |
2001-09-07 |
Guido van Rossum | PySequence_Check(), PyMapping_Check(): only return... |
commit | commitdiff | tree | snapshot |
2001-09-07 |
Guido van Rossum | PyType_IsSubtype(): test tp_flags for HAVE_CLASS bit... |
commit | commitdiff | tree | snapshot |
2001-09-07 |
Barry Warsaw | Bumping version numbers. |
commit | commitdiff | tree | snapshot |
2001-09-07 |
Barry Warsaw | Merging in removal of this file from branch to trunk. |
commit | commitdiff | tree | snapshot |
2001-09-07 |
Barry Warsaw | Merging 2.2a3 branch changes back into trunk |
commit | commitdiff | tree | snapshot |
2001-09-07 |
Martin v. Löwis | Patch #438790: Add additional mappings. |
commit | commitdiff | tree | snapshot |
2001-09-07 |
Martin v. Löwis | Patch #450702: allow threads when calling into zlib... |
commit | commitdiff | tree | snapshot |
2001-09-07 |
Martin v. Löwis | Fix compiler warnings. This closes some of the #458880... |
commit | commitdiff | tree | snapshot |
2001-09-07 |
Jack Jansen | (Slightly modified) patch by Steve Spicklemire to make... |
commit | commitdiff | tree | snapshot |
2001-09-07 |
Mark Hammond | Fix bug #410274 - sys.prefix isn't always set. |
commit | commitdiff | tree | snapshot |
2001-09-07 |
Jack Jansen | Patch by Mark Day to allow from __future__ imports... |
commit | commitdiff | tree | snapshot |
2001-09-07 |
Tim Peters | SF bug [#458941] Looks like a unary minus bug. |
commit | commitdiff | tree | snapshot |
2001-09-07 |
Tim Peters | Fix typo in error reporting. This doesn't need to... |
commit | commitdiff | tree | snapshot |
2001-09-06 |
Tim Peters | Reverting to rev 1.2. Apparently gcc doesn't use the... |
commit | commitdiff | tree | snapshot |
2001-09-06 |
Tim Peters | Rewrite to use test_support's fine fcmp instead --... |
commit | commitdiff | tree | snapshot |
2001-09-06 |
Tim Peters | Added some underflow-to-0.0 long/long true division... |
commit | commitdiff | tree | snapshot |
2001-09-06 |
Guido van Rossum | Rename 'getset' to 'property'. |
commit | commitdiff | tree | snapshot |
2001-09-06 |
Tim Peters | long_true_divide: reliably force underflow to 0 when... |
commit | commitdiff | tree | snapshot |
2001-09-06 |
Guido van Rossum | Rename 'getset' to 'property'. |
commit | commitdiff | tree | snapshot |
2001-09-06 |
Fred Drake | Do not rebuild html-$(RELEASE).tar every time we need... |
commit | commitdiff | tree | snapshot |
2001-09-06 |
Fred Drake | Bump version number. |
commit | commitdiff | tree | snapshot |
2001-09-06 |
Fred Drake | Update link to the PyOpenGL project in the "gl" module... |
commit | commitdiff | tree | snapshot |
2001-09-06 |
Fred Drake | Add missing period in docstring. |
commit | commitdiff | tree | snapshot |
2001-09-06 |
Fred Drake | Document the built-in iter() function. |
commit | commitdiff | tree | snapshot |
2001-09-06 |
Fred Drake | Bump version number. |
commit | commitdiff | tree | snapshot |
2001-09-06 |
Fred Drake | Added an additional link to NIST information on secure... |
commit | commitdiff | tree | snapshot |
2001-09-06 |
Fred Drake | Clarified the interaction between string literals and... |
commit | commitdiff | tree | snapshot |
2001-09-06 |
Fred Drake | Make the examples for "Default Argument Values" more... |
commit | commitdiff | tree | snapshot |
2001-09-06 |
Fred Drake | Fix parameter for PyInt_Check(). |
commit | commitdiff | tree | snapshot |
2001-09-06 |
Fred Drake | Document the PyMethod_* type object, functions, and... |
commit | commitdiff | tree | snapshot |
2001-09-06 |
Jack Jansen | Minimal instructions for using the Makefile here. Also... |
commit | commitdiff | tree | snapshot |
2001-09-06 |
Jack Jansen | Added targets to install the application, and to instal... |
commit | commitdiff | tree | snapshot |
2001-09-06 |
Tim Peters | Bump Windows buildno (installer changes were made earlier). |
commit | commitdiff | tree | snapshot |
2001-09-06 |
Fred Drake | Document the rule that Python.h must be included before... |
commit | commitdiff | tree | snapshot |
2001-09-06 |
Fred Drake | Do not #include <stdio.h> since Python.h already does... |
commit | commitdiff | tree | snapshot |
2001-09-06 |
Fred Drake | Use the standard argument convention for main(), and... |
commit | commitdiff | tree | snapshot |
2001-09-06 |
Guido van Rossum | Two small changes to the resource usage option: |
commit | commitdiff | tree | snapshot |
2001-09-06 |
Steve Purcell | Added note of unittest.py changes that fixed bug 451309 |
commit | commitdiff | tree | snapshot |
2001-09-06 |
Fred Drake | Several updates to cover omissions noted by Rich Salz. |
commit | commitdiff | tree | snapshot |
2001-09-06 |
Fred Drake | Document the "unixfrom" attribute of the rfc822.Message... |
commit | commitdiff | tree | snapshot |
2001-09-06 |
Fred Drake | Added tests for key deletion for both Weak*Dictionary... |
commit | commitdiff | tree | snapshot |
2001-09-06 |
Fred Drake | Add __delitem__() support for WeakKeyDictionary. |
commit | commitdiff | tree | snapshot |
2001-09-06 |
Guido van Rossum | Skip instead of fail this test if the socket module... |
commit | commitdiff | tree | snapshot |
2001-09-06 |
Martin v. Löwis | Report patch #416079 changes. |
commit | commitdiff | tree | snapshot |
2001-09-06 |
Martin v. Löwis | Patch #416079: fix the debug string output when receivi... |
commit | commitdiff | tree | snapshot |
2001-09-06 |
Steve Purcell | Changed TestResult to store only the text representatio... |
commit | commitdiff | tree | snapshot |
2001-09-06 |
Martin v. Löwis | Revert parts of patch #453627, documenting the resultin... |
commit | commitdiff | tree | snapshot |
2001-09-06 |
Mark Hammond | Base address updates for bug #442142 - DLL base assignm... |
commit | commitdiff | tree | snapshot |
2001-09-06 |
Mark Hammond | First part of fix for bug #442142 - DLL base assignment... |
commit | commitdiff | tree | snapshot |
2001-09-06 |
Tim Peters | Dubious assumptions: |
commit | commitdiff | tree | snapshot |
2001-09-06 |
Tim Peters | Enable large file support on Win32 systems. |
commit | commitdiff | tree | snapshot |
2001-09-05 |
Tim Peters | Better error msg for 3-arg pow with a float argument. |
commit | commitdiff | tree | snapshot |
2001-09-05 |
Mark Hammond | Fix for bug #442374 - Modulefinder registry support... |
commit | commitdiff | tree | snapshot |
2001-09-05 |
Guido van Rossum | Add PyMethod_Function(), PyMethod_Self(), PyMethod_Clas... |
commit | commitdiff | tree | snapshot |
2001-09-05 |
Tim Peters | Rework the way we try to check for libm overflow, given... |
commit | commitdiff | tree | snapshot |
2001-09-05 |
Jack Jansen | Rudimentary makefile for building the executable to... |
commit | commitdiff | tree | snapshot |
2001-09-05 |
Jack Jansen | Changes to make these work under OSX as the main progra... |
commit | commitdiff | tree | snapshot |
2001-09-05 |
Jack Jansen | Python is a Shell, not a Viewer. |
commit | commitdiff | tree | snapshot |
2001-09-05 |
Jack Jansen | LongReprTest fails on the Mac because it uses filenames... |
commit | commitdiff | tree | snapshot |
2001-09-05 |
Guido van Rossum | Use the build directory by default, and update the... |
commit | commitdiff | tree | snapshot |
2001-09-05 |
Guido van Rossum | Class FieldStorage: add two new methods, getfirst(... |
commit | commitdiff | tree | snapshot |
2001-09-05 |
Guido van Rossum | class Listbox: add itemcget, to satisfy SF patch #457713. |
commit | commitdiff | tree | snapshot |
2001-09-05 |
Skip Montanaro | typo... |
commit | commitdiff | tree | snapshot |
2001-09-05 |
Guido van Rossum | SF bug #427073: DLINCLDIR defined incorrectly (Skip... |
commit | commitdiff | tree | snapshot |
2001-09-05 |
Guido van Rossum | Change the date field to use $Date$ so it won't be... |
commit | commitdiff | tree | snapshot |
2001-09-05 |
Guido van Rossum | Document -Q. Move arguments around to be in strict... |
commit | commitdiff | tree | snapshot |
2001-09-05 |
Guido van Rossum | Describe -E (which was added to 2.2a2). |
commit | commitdiff | tree | snapshot |
2001-09-05 |
Finn Bock | [ #458701 ] Patch to zipfile.py for Java |
commit | commitdiff | tree | snapshot |
next |