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 |
2001-09-05 |
Guido van Rossum | Remove a debug print left in the code by Fred. |
commit | commitdiff | tree | snapshot |
2001-09-05 |
Martin v. Löwis | Patch #449815: Set filesystemencoding based on CODESET. |
commit | commitdiff | tree | snapshot |
2001-09-05 |
Jack Jansen | A few more gcc warnings bite the dust. |
commit | commitdiff | tree | snapshot |
2001-09-05 |
Martin v. Löwis | Move UnixWare 7 defines to acconfig.h, regenerate pycon... |
commit | commitdiff | tree | snapshot |
2001-09-05 |
Guido van Rossum | Changes to automatically enable large file support... |
commit | commitdiff | tree | snapshot |
2001-09-05 |
Andrew M. Kuchling | Note some changes that I need to write about |
commit | commitdiff | tree | snapshot |
2001-09-05 |
Martin v. Löwis | Patch #453627: Define the following macros when compili... |
commit | commitdiff | tree | snapshot |
2001-09-05 |
Martin v. Löwis | Patch #453627: Adds a list of tests that are expected... |
commit | commitdiff | tree | snapshot |
2001-09-05 |
Martin v. Löwis | Patch #455231: Support ELF properly on OpenBSD. |
commit | commitdiff | tree | snapshot |
2001-09-05 |
Martin v. Löwis | Patch #428326: New class threading.Timer. |
commit | commitdiff | tree | snapshot |
2001-09-05 |
Guido van Rossum | builtin_execfile(): initialize another local that the... |
commit | commitdiff | tree | snapshot |
2001-09-05 |
Thomas Heller | Implement PEP250: Use Lib/site-packages under windows. |
commit | commitdiff | tree | snapshot |
2001-09-05 |
Andrew M. Kuchling | [Bug #404274] Restore some special-case code for AIX... |
commit | commitdiff | tree | snapshot |
2001-09-05 |
Jack Jansen | Shut up many more gcc warnings. |
commit | commitdiff | tree | snapshot |
2001-09-05 |
Jack Jansen | Only output the buffer size error label if it is used. |
commit | commitdiff | tree | snapshot |
2001-09-05 |
Martin v. Löwis | Use -fPIC instead of -fpic for gcc on HP/UX. Fixes... |
commit | commitdiff | tree | snapshot |
2001-09-05 |
Martin v. Löwis | Check for RFC 2553 API. Fixes bug #454493. |
commit | commitdiff | tree | snapshot |
2001-09-05 |
Tim Peters | Make the error msgs in our pow() implementations consis... |
commit | commitdiff | tree | snapshot |
2001-09-05 |
Tim Peters | Repair indentation. |
commit | commitdiff | tree | snapshot |
2001-09-05 |
Tim Peters | Try to recover from that glibc's ldexp apparently doesn... |
commit | commitdiff | tree | snapshot |
2001-09-05 |
Tim Peters | loghelper(): Try to nudge the compiler into doing... |
commit | commitdiff | tree | snapshot |
2001-09-05 |
Guido van Rossum | Another / that should be a // (previously not caught... |
commit | commitdiff | tree | snapshot |
2001-09-05 |
Guido van Rossum | Add a test for the final branch in repr.Repr.repr1... |
commit | commitdiff | tree | snapshot |
2001-09-05 |
Tim Peters | Return reasonable results for math.log(long) and math... |
commit | commitdiff | tree | snapshot |
2001-09-04 |
Tim Peters | Mechanical fiddling to make this easier to work with... |
commit | commitdiff | tree | snapshot |
2001-09-04 |
Jack Jansen | Added prototypes to shut gcc -Wstrict-prototypes up. |
commit | commitdiff | tree | snapshot |
next |