Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use the build directory by default, and update the version. | Guido van Rossum | 2001-09-05 | 1 | -9/+12 |
| | |||||
* | Class FieldStorage: add two new methods, getfirst() and getlist(), | Guido van Rossum | 2001-09-05 | 1 | -0/+22 |
| | | | | | | that provide a somewhat more uniform interface to getting values. This is from SF patch #453691. | ||||
* | class Listbox: add itemcget, to satisfy SF patch #457713. | Guido van Rossum | 2001-09-05 | 1 | -1/+5 |
| | | | | Fix up docstring for itemconfigure. | ||||
* | typo... | Skip Montanaro | 2001-09-05 | 1 | -1/+1 |
| | |||||
* | SF bug #427073: DLINCLDIR defined incorrectly (Skip Montanaro). | Guido van Rossum | 2001-09-05 | 2 | -3/+3 |
| | | | | | | I don't know what difference it makes, but '/' indeed makes less sense as an include dir than '.', so I'm changing the default. Just so I can close the bug. ;-) | ||||
* | Change the date field to use $Date$ so it won't be outrageously out of | Guido van Rossum | 2001-09-05 | 1 | -1/+1 |
| | | | | date. | ||||
* | Document -Q. Move arguments around to be in strict alphabetical | Guido van Rossum | 2001-09-05 | 1 | -25/+43 |
| | | | | order. Add breaks in SYNOPSIS. | ||||
* | Describe -E (which was added to 2.2a2). | Guido van Rossum | 2001-09-05 | 1 | -0/+7 |
| | |||||
* | [ #458701 ] Patch to zipfile.py for Java | Finn Bock | 2001-09-05 | 1 | -5/+9 |
| | | | | | Patch by Jim Ahlstrom which lets java's zipfile classes read zipfiles create by zipfile.py. | ||||
* | Remove a debug print left in the code by Fred. | Guido van Rossum | 2001-09-05 | 1 | -1/+0 |
| | |||||
* | Patch #449815: Set filesystemencoding based on CODESET. | Martin v. Löwis | 2001-09-05 | 3 | -3/+40 |
| | |||||
* | A few more gcc warnings bite the dust. | Jack Jansen | 2001-09-05 | 5 | -11/+28 |
| | |||||
* | Move UnixWare 7 defines to acconfig.h, regenerate pyconfig.h.in. | Martin v. Löwis | 2001-09-05 | 2 | -0/+16 |
| | |||||
* | Changes to automatically enable large file support on some systems. | Guido van Rossum | 2001-09-05 | 5 | -374/+496 |
| | | | | | | | | | | | | | | | | | | | | | I believe this works on Linux (tested both on a system with large file support and one without it), and it may work on Solaris 2.7. The changes are twofold: (1) The configure script now boldly tries to set the two symbols that are recommended (for Solaris and Linux), and then tries a test script that does some simple seeking without writing. (2) The _portable_{fseek,ftell} functions are a little more systematic in how they try the different large file support options: first try fseeko/ftello, but only if off_t is large; then try fseek64/ftell64; then try hacking with fgetpos/fsetpos. I'm keeping my fingers crossed. The meaning of the HAVE_LARGEFILE_SUPPORT macro is not at all clear. I'll see if I can get it to work on Windows as well. | ||||
* | Note some changes that I need to write about | Andrew M. Kuchling | 2001-09-05 | 1 | -0/+10 |
| | |||||
* | Patch #453627: Define the following macros when compiling on a UnixWare 7.x ↵ | Martin v. Löwis | 2001-09-05 | 4 | -4/+59 |
| | | | | | | | system: SCO_ATAN2_BUG, SCO_ACCEPT_BUG, and STRICT_SYSV_CURSES. Work aroudn a bug in the SCO UnixWare atan2() implementation. | ||||
* | Patch #453627: Adds a list of tests that are expected to be skipped for ↵ | Martin v. Löwis | 2001-09-05 | 1 | -0/+24 |
| | | | | UnixWare 7.x systems. | ||||
* | Patch #455231: Support ELF properly on OpenBSD. | Martin v. Löwis | 2001-09-05 | 3 | -267/+249 |
| | |||||
* | Patch #428326: New class threading.Timer. | Martin v. Löwis | 2001-09-05 | 3 | -1/+69 |
| | |||||
* | builtin_execfile(): initialize another local that the GCC on leroy | Guido van Rossum | 2001-09-05 | 1 | -1/+1 |
| | | | | found it necessary to warn about. | ||||
* | Implement PEP250: Use Lib/site-packages under windows. | Thomas Heller | 2001-09-05 | 1 | -311/+306 |
| | | | | | | | | | bdist_wininst doesn't use the NT SCHEME any more, instead a custom SCHEME is used, which is exchanged at installation time, depending on the python version used. Avoid a bogus warning frpom install_lib about installing into a directory not on sys.path. | ||||
* | [Bug #404274] Restore some special-case code for AIX and BeOS under 1.5.2. | Andrew M. Kuchling | 2001-09-05 | 1 | -1/+28 |
| | | | | | This will have to stay until we decide to drop 1.5.2 compatibility completely. | ||||
* | Shut up many more gcc warnings. | Jack Jansen | 2001-09-05 | 31 | -110/+186 |
| | |||||
* | Only output the buffer size error label if it is used. | Jack Jansen | 2001-09-05 | 2 | -3/+7 |
| | | | | Shuts up another couple of gcc warnings. | ||||
* | Use -fPIC instead of -fpic for gcc on HP/UX. Fixes bug #433234. | Martin v. Löwis | 2001-09-05 | 2 | -3/+3 |
| | |||||
* | Check for RFC 2553 API. Fixes bug #454493. | Martin v. Löwis | 2001-09-05 | 2 | -309/+348 |
| | |||||
* | Make the error msgs in our pow() implementations consistent. | Tim Peters | 2001-09-05 | 3 | -8/+15 |
| | |||||
* | Repair indentation. | Tim Peters | 2001-09-05 | 1 | -5/+5 |
| | |||||
* | Try to recover from that glibc's ldexp apparently doesn't set errno on | Tim Peters | 2001-09-05 | 2 | -2/+22 |
| | | | | | overflow. Needs testing on Linux (test_long.py and test_long_future.py especially). | ||||
* | loghelper(): Try to nudge the compiler into doing mults in an order that | Tim Peters | 2001-09-05 | 1 | -1/+1 |
| | | | | minimizes roundoff error. | ||||
* | Another / that should be a // (previously not caught because of | Guido van Rossum | 2001-09-05 | 1 | -1/+1 |
| | | | | incomplete coverage of the test suite). | ||||
* | Add a test for the final branch in repr.Repr.repr1(), which deals with | Guido van Rossum | 2001-09-05 | 1 | -0/+5 |
| | | | | a default repr() that's longer than 20 characters. | ||||
* | Return reasonable results for math.log(long) and math.log10(long) (we were | Tim Peters | 2001-09-05 | 3 | -7/+104 |
| | | | | | | getting Infs, NaNs, or nonsense in 2.1 and before; in yesterday's CVS we were getting OverflowError; but these functions always make good sense for positive arguments, no matter how large). | ||||
* | Mechanical fiddling to make this easier to work with in my editor. | Tim Peters | 2001-09-04 | 1 | -18/+12 |
| | | | | Repaired the ldexp docstring (said the name of the func was "ldexp_doc"). | ||||
* | Added prototypes to shut gcc -Wstrict-prototypes up. | Jack Jansen | 2001-09-04 | 1 | -4/+2 |
| | |||||
* | Shut up a few more gcc warnings. | Jack Jansen | 2001-09-04 | 2 | -2/+2 |
| | |||||
* | Added prototypes to silence gcc strict-prototype warnings. | Jack Jansen | 2001-09-04 | 2 | -141/+48 |
| | | | | Fixed a few missing return values. | ||||
* | Regenerated without default int return types. | Jack Jansen | 2001-09-04 | 17 | -33/+35 |
| | |||||
* | Don't use a default "int" return type, gcc gives a warning about it. | Jack Jansen | 2001-09-04 | 1 | -1/+1 |
| | |||||
* | Added pythonpath.r to the developer distribution. It's | Jack Jansen | 2001-09-04 | 1 | -4/+12 |
| | | | | | useful to people extending Python. Suggested by Alexandre Parenteau. | ||||
* | At Guido's suggestion, here's a new C API function, PyObject_Dir(), like | Tim Peters | 2001-09-04 | 5 | -138/+167 |
| | | | | __builtin__.dir(). Moved the guts from bltinmodule.c to object.c. | ||||
* | On MacOSX built the toolbox extension modules iff we're building with | Jack Jansen | 2001-09-04 | 1 | -25/+31 |
| | | | | | | --enable-framework. Some modules that are also useful outside a fullblown application are always built. | ||||
* | Template for an OSX PythonInterpreter application. | Jack Jansen | 2001-09-04 | 6 | -0/+66 |
| | |||||
* | Correction: the Borland C port isn't fully operational yet | Andrew M. Kuchling | 2001-09-04 | 1 | -3/+4 |
| | |||||
* | Photoshop sources for icon files. Not pretty, but hey! I'm not an | Jack Jansen | 2001-09-04 | 3 | -0/+0 |
| | | | | artist (and a certain artist didn't jump in, yet). | ||||
* | [Bug #444589] Record empty directories in the install_data command | Andrew M. Kuchling | 2001-09-04 | 1 | -4/+12 |
| | | | | Slightly modified version of patch from Jon Nelson (jnelson). | ||||
* | [Bug #436732] install.py does not record a created *.pth file in the | Andrew M. Kuchling | 2001-09-04 | 1 | -2/+5 |
| | | | | | INSTALLED_FILES output. Modified version of a patch from Jon Nelson (jnelson) | ||||
* | Revert one of the "division fixes" in test_long. It intends to try both | Tim Peters | 2001-09-04 | 1 | -2/+2 |
| | | | | | | "/" and "//", and doesn't really care what they *mean*, just that both are tried (and that, whatever they mean, they act similarly for int and long arguments). | ||||
* | Make pprint more locale-friendly; patch contributed by Denis S. Otkidach. | Fred Drake | 2001-09-04 | 1 | -3/+21 |
| | | | | This closes SF patch #451538. | ||||
* | [Bug #457654] bkgd() used a hard-coded A_NORMAL attribute, when it should | Andrew M. Kuchling | 2001-09-04 | 1 | -1/+1 |
| | | | | have used the attribute argument provided as a parameter |