2001-09-11 |
Guido van Rossum | Fix the second reincarnation of SF #456395 -- failure... |
commit | commitdiff | tree | snapshot |
2001-09-11 |
Guido van Rossum | Restore the comparisons that I initially put in the... |
commit | commitdiff | tree | snapshot |
2001-09-11 |
Jack Jansen | Mods by Donovan Preston (with changes by me to make... |
commit | commitdiff | tree | snapshot |
2001-09-11 |
Jack Jansen | - Removed the . in the extensions. |
commit | commitdiff | tree | snapshot |
2001-09-11 |
Jack Jansen | removed debug print. |
commit | commitdiff | tree | snapshot |
2001-09-11 |
Jack Jansen | Added a note about making sure the Lac/Lib directory... |
commit | commitdiff | tree | snapshot |
2001-09-11 |
Jack Jansen | Failing to import macfsn is not a fatal error. |
commit | commitdiff | tree | snapshot |
2001-09-11 |
Jack Jansen | Implemented PyMac_GetFullPathname for MacPython. |
commit | commitdiff | tree | snapshot |
2001-09-11 |
Tim Peters | Possibly the end of SF [#460020] bug or feature: unicod... |
commit | commitdiff | tree | snapshot |
2001-09-11 |
Tim Peters | PyUnicode_FromEncodedObject(): Repair memory leak... |
commit | commitdiff | tree | snapshot |
2001-09-11 |
Tim Peters | Added another test of str() applied to a string subclas... |
commit | commitdiff | tree | snapshot |
2001-09-11 |
Tim Peters | More on SF bug [#460020] bug or feature: unicode()... |
commit | commitdiff | tree | snapshot |
2001-09-10 |
Tim Peters | Fix tortured comment -- I must be on drugs today. |
commit | commitdiff | tree | snapshot |
2001-09-10 |
Tim Peters | More on SF bug [#460020] bug or feature: unicode()... |
commit | commitdiff | tree | snapshot |
2001-09-10 |
Tim Peters | test_dir(): Add tests for dir(i) where i is a module... |
commit | commitdiff | tree | snapshot |
2001-09-10 |
Jack Jansen | Prototype for PyMac_GetFullPathname(). |
commit | commitdiff | tree | snapshot |
2001-09-10 |
Jack Jansen | Replaced PyMac_FullPath by PyMac_FullPathname, which... |
commit | commitdiff | tree | snapshot |
2001-09-10 |
Fredrik Lundh | more xmlrpclib tweaks: fixed repr(Fault()); enable... |
commit | commitdiff | tree | snapshot |
2001-09-10 |
Tim Peters | More for SF bug [#460020] bug or feature: unicode(... |
commit | commitdiff | tree | snapshot |
2001-09-10 |
Jack Jansen | Superseded by Python 2.2.vct. |
commit | commitdiff | tree | snapshot |
2001-09-10 |
Tim Peters | SF bug #460020: bug or feature: unicode() and subclasses. |
commit | commitdiff | tree | snapshot |
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 |
next |