summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Use the build directory by default, and update the version.Guido van Rossum2001-09-051-9/+12
* Class FieldStorage: add two new methods, getfirst() and getlist(),Guido van Rossum2001-09-051-0/+22
* class Listbox: add itemcget, to satisfy SF patch #457713.Guido van Rossum2001-09-051-1/+5
* typo...Skip Montanaro2001-09-051-1/+1
* SF bug #427073: DLINCLDIR defined incorrectly (Skip Montanaro).Guido van Rossum2001-09-052-3/+3
* Change the date field to use $Date$ so it won't be outrageously out ofGuido van Rossum2001-09-051-1/+1
* Document -Q. Move arguments around to be in strict alphabeticalGuido van Rossum2001-09-051-25/+43
* Describe -E (which was added to 2.2a2).Guido van Rossum2001-09-051-0/+7
* [ #458701 ] Patch to zipfile.py for JavaFinn Bock2001-09-051-5/+9
* Remove a debug print left in the code by Fred.Guido van Rossum2001-09-051-1/+0
* Patch #449815: Set filesystemencoding based on CODESET.Martin v. Löwis2001-09-053-3/+40
* A few more gcc warnings bite the dust.Jack Jansen2001-09-055-11/+28
* Move UnixWare 7 defines to acconfig.h, regenerate pyconfig.h.in.Martin v. Löwis2001-09-052-0/+16
* Changes to automatically enable large file support on some systems.Guido van Rossum2001-09-055-374/+496
* Note some changes that I need to write aboutAndrew M. Kuchling2001-09-051-0/+10
* Patch #453627: Define the following macros when compiling on a UnixWare 7.x s...Martin v. Löwis2001-09-054-4/+59
* Patch #453627: Adds a list of tests that are expected to be skipped for UnixW...Martin v. Löwis2001-09-051-0/+24
* Patch #455231: Support ELF properly on OpenBSD.Martin v. Löwis2001-09-053-267/+249
* Patch #428326: New class threading.Timer.Martin v. Löwis2001-09-053-1/+69
* builtin_execfile(): initialize another local that the GCC on leroyGuido van Rossum2001-09-051-1/+1
* Implement PEP250: Use Lib/site-packages under windows.Thomas Heller2001-09-051-311/+306
* [Bug #404274] Restore some special-case code for AIX and BeOS under 1.5.2.Andrew M. Kuchling2001-09-051-1/+28
* Shut up many more gcc warnings.Jack Jansen2001-09-0531-110/+186
* Only output the buffer size error label if it is used.Jack Jansen2001-09-052-3/+7
* Use -fPIC instead of -fpic for gcc on HP/UX. Fixes bug #433234.Martin v. Löwis2001-09-052-3/+3
* Check for RFC 2553 API. Fixes bug #454493.Martin v. Löwis2001-09-052-309/+348
* Make the error msgs in our pow() implementations consistent.Tim Peters2001-09-053-8/+15
* Repair indentation.Tim Peters2001-09-051-5/+5
* Try to recover from that glibc's ldexp apparently doesn't set errno onTim Peters2001-09-052-2/+22
* loghelper(): Try to nudge the compiler into doing mults in an order thatTim Peters2001-09-051-1/+1
* Another / that should be a // (previously not caught because ofGuido van Rossum2001-09-051-1/+1
* Add a test for the final branch in repr.Repr.repr1(), which deals withGuido van Rossum2001-09-051-0/+5
* Return reasonable results for math.log(long) and math.log10(long) (we wereTim Peters2001-09-053-7/+104
* Mechanical fiddling to make this easier to work with in my editor.Tim Peters2001-09-041-18/+12
* Added prototypes to shut gcc -Wstrict-prototypes up.Jack Jansen2001-09-041-4/+2
* Shut up a few more gcc warnings.Jack Jansen2001-09-042-2/+2
* Added prototypes to silence gcc strict-prototype warnings.Jack Jansen2001-09-042-141/+48
* Regenerated without default int return types.Jack Jansen2001-09-0417-33/+35
* Don't use a default "int" return type, gcc gives a warning about it.Jack Jansen2001-09-041-1/+1
* Added pythonpath.r to the developer distribution. It'sJack Jansen2001-09-041-4/+12
* At Guido's suggestion, here's a new C API function, PyObject_Dir(), likeTim Peters2001-09-045-138/+167
* On MacOSX built the toolbox extension modules iff we're building withJack Jansen2001-09-041-25/+31
* Template for an OSX PythonInterpreter application.Jack Jansen2001-09-046-0/+66
* Correction: the Borland C port isn't fully operational yetAndrew M. Kuchling2001-09-041-3/+4
* Photoshop sources for icon files. Not pretty, but hey! I'm not anJack Jansen2001-09-043-0/+0
* [Bug #444589] Record empty directories in the install_data commandAndrew M. Kuchling2001-09-041-4/+12
* [Bug #436732] install.py does not record a created *.pth file in theAndrew M. Kuchling2001-09-041-2/+5
* Revert one of the "division fixes" in test_long. It intends to try bothTim Peters2001-09-041-2/+2
* Make pprint more locale-friendly; patch contributed by Denis S. Otkidach.Fred Drake2001-09-041-3/+21
* [Bug #457654] bkgd() used a hard-coded A_NORMAL attribute, when it shouldAndrew M. Kuchling2001-09-041-1/+1