2002-11-23 |
Martin v. Löwis | Remove MALLOC_ZERO_RETURNS_NULL. |
commit | commitdiff | tree | snapshot |
2002-11-23 |
Tim Peters | More bsddb-on-Windows fiddling: |
commit | commitdiff | tree | snapshot |
2002-11-22 |
Jack Jansen | Allow access to the returned value(s) as FSRefs. Unfort... |
commit | commitdiff | tree | snapshot |
2002-11-22 |
Neal Norwitz | Fix SF # 640557, '64-bit' systems and the dbm module |
commit | commitdiff | tree | snapshot |
2002-11-22 |
Thomas Heller | (This is hopefully the last large, funny checkin messag... |
commit | commitdiff | tree | snapshot |
2002-11-22 |
Thomas Heller | get_python_version was not imported. |
commit | commitdiff | tree | snapshot |
2002-11-22 |
Thomas Heller | Oops, MSVC was still open, so the project file was... |
commit | commitdiff | tree | snapshot |
2002-11-22 |
Thomas Heller | Copied the sources from the distutils CVS repository. |
commit | commitdiff | tree | snapshot |
2002-11-22 |
Fred Drake | Two bugs: |
commit | commitdiff | tree | snapshot |
2002-11-22 |
Tim Peters | Move Windows Python away from bsddb 1.85 and toward... |
commit | commitdiff | tree | snapshot |
2002-11-22 |
Jack Jansen | Fix for #641455: curses module doesn't build on MacOSX... |
commit | commitdiff | tree | snapshot |
2002-11-22 |
Guido van Rossum | Comment out the warnings about mktemp(). These are... |
commit | commitdiff | tree | snapshot |
2002-11-22 |
Jack Jansen | Added the alias manager too. The interface isn't perfec... |
commit | commitdiff | tree | snapshot |
2002-11-22 |
Jack Jansen | Got angry and added support for pretty much the whole... |
commit | commitdiff | tree | snapshot |
2002-11-22 |
Fred Drake | Clarify the default setting for daemon_threads. |
commit | commitdiff | tree | snapshot |
2002-11-22 |
Fred Drake | Fix markup. |
commit | commitdiff | tree | snapshot |
2002-11-22 |
Fred Drake | Use False instead of 0. |
commit | commitdiff | tree | snapshot |
2002-11-22 |
Just van Rossum | workaround so the (otherwise still broken) IDE can... |
commit | commitdiff | tree | snapshot |
2002-11-22 |
Fredrik Lundh | fix for SF #635398 (don't "downcast" return strings... |
commit | commitdiff | tree | snapshot |
2002-11-22 |
Just van Rossum | changed to use Lib/bundlebuilder.py instead of scripts... |
commit | commitdiff | tree | snapshot |
2002-11-22 |
Just van Rossum | make the --link option match the original: just symlink... |
commit | commitdiff | tree | snapshot |
2002-11-22 |
Just van Rossum | Added --link-exec option: make a symlink for the execut... |
commit | commitdiff | tree | snapshot |
2002-11-22 |
Just van Rossum | Replaced the bundle building code with calls to the... |
commit | commitdiff | tree | snapshot |
2002-11-22 |
Martin v. Löwis | Patch #542562, file 25252: Remove changelog. |
commit | commitdiff | tree | snapshot |
2002-11-22 |
Martin v. Löwis | Patch #494845: Support string concatenation, detect... |
commit | commitdiff | tree | snapshot |
2002-11-22 |
Martin v. Löwis | Patch #486438: Make module argument to testmod optional. |
commit | commitdiff | tree | snapshot |
2002-11-22 |
Martin v. Löwis | Patch #550765: Add daemon_threads flag. |
commit | commitdiff | tree | snapshot |
2002-11-22 |
Piers Lauder | added new IMAP4_stream class; added proxyauth command... |
commit | commitdiff | tree | snapshot |
2002-11-22 |
Piers Lauder | added details of new IMAP4_stream class; emphasised... |
commit | commitdiff | tree | snapshot |
2002-11-22 |
Just van Rossum | fixed error in cmd line doc; moved funny self.name... |
commit | commitdiff | tree | snapshot |
2002-11-22 |
Just van Rossum | fixed stupid bug |
commit | commitdiff | tree | snapshot |
2002-11-22 |
Raymond Hettinger | Implement dict() style constructor. |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Martin v. Löwis | Properly compute array size even for --disable-unicode. |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Martin v. Löwis | Fix --disable-unicode compilation problems. |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Just van Rossum | added command line interface; refactored a bit; little... |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Tim Peters | float_int(): Some systems raise an exception if a... |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Martin v. Löwis | Patch #633547: Support plural forms. Do TODOs in test... |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Guido van Rossum | The _Event class should be more careful with releasing... |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Martin v. Löwis | Patch #639371: Remove FreeBSD 5 specific test, test... |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Andrew M. Kuchling | Reflow comment |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Martin v. Löwis | Patch #642019: Recognize gcc-x.y as gcc. |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Martin v. Löwis | Patch #642020: Pass down prefix, BINDIR, and DESTSHARED... |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Walter Dörwald | Wrap uargs declaration in a #ifdef Py_USING_UNICODE... |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Walter Dörwald | Comment out the getcwdu implementation for --disable... |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Walter Dörwald | Move three variables that are only used inside an if... |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Walter Dörwald | Fix PEP 293 related problems with --disable-unicode... |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Andrew M. Kuchling | Bug #639118 from Ollie Oldham: archiver should use... |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Tim Peters | NamedTemporaryFile: clarify behavior based on confusio... |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Tim Peters | _RandomNameSequence(): style guide changes, small... |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Tim Peters | _TemporaryFileWrapper: changed self.close_called to... |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Michael W.... | Always call tparm with 10 arguments. It seems it's... |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Just van Rossum | name kwargs kwargs |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Just van Rossum | Tools to create MacOS X (application) bundles. |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Kurt B. Kaiser | Apply Nicolas Riley's Patch. |
commit | commitdiff | tree | snapshot |
2002-11-20 |
Neal Norwitz | Fix SF #640094, on win32 getpass runs into unix_getpass |
commit | commitdiff | tree | snapshot |
2002-11-20 |
Just van Rossum | - cleaned up example/test code |
commit | commitdiff | tree | snapshot |
2002-11-20 |
Andrew M. Kuchling | Add missing import |
commit | commitdiff | tree | snapshot |
2002-11-20 |
Jack Jansen | dded cvsignores. |
commit | commitdiff | tree | snapshot |
2002-11-20 |
Jack Jansen | Minimal instructions on building a MacPython-OSX addon... |
commit | commitdiff | tree | snapshot |
2002-11-20 |
Jack Jansen | Build PythonLauncher for MacPython-OSX 2.2 as well. |
commit | commitdiff | tree | snapshot |
2002-11-20 |
Jack Jansen | This file is now generated dynamically. |
commit | commitdiff | tree | snapshot |
2002-11-20 |
Andrew M. Kuchling | Add change to int() and OverflowError |
commit | commitdiff | tree | snapshot |
2002-11-19 |
Just van Rossum | removed a redundant .strip(); made a doc string more... |
commit | commitdiff | tree | snapshot |
2002-11-19 |
Just van Rossum | No need to import __builtin__, spotted by Skip. |
commit | commitdiff | tree | snapshot |
2002-11-19 |
Just van Rossum | Pure Python implementation of a plist generator/parser. |
commit | commitdiff | tree | snapshot |
2002-11-19 |
Walter Dörwald | Document additional error handling names available... |
commit | commitdiff | tree | snapshot |
2002-11-19 |
Walter Dörwald | Add missing documentation for the PEP 293 functionality to |
commit | commitdiff | tree | snapshot |
2002-11-19 |
Walter Dörwald | Fix typo. |
commit | commitdiff | tree | snapshot |
2002-11-19 |
Walter Dörwald | Change int() so that passing a string, unicode, float... |
commit | commitdiff | tree | snapshot |
2002-11-19 |
Martin v. Löwis | Replace bsddb3 and _db occurrences. |
commit | commitdiff | tree | snapshot |
2002-11-19 |
Martin v. Löwis | Importing test suite from bsddb3 3.4.0 (with modificati... |
commit | commitdiff | tree | snapshot |
2002-11-19 |
Tim Peters | Renamed Wise vrbl from _TCLMINOR_ to _TCLDIR_, to remov... |
commit | commitdiff | tree | snapshot |
2002-11-19 |
Andrew M. Kuchling | Add Lib/bsddb to list of installed directories |
commit | commitdiff | tree | snapshot |
2002-11-19 |
Andrew M. Kuchling | Add comment to Distutil files about requiring 1.5.2... |
commit | commitdiff | tree | snapshot |
2002-11-19 |
Andrew M. Kuchling | Use \ulink instead of \citetitle; bump version number |
commit | commitdiff | tree | snapshot |
2002-11-19 |
Andrew M. Kuchling | Add PyBSDDB update |
commit | commitdiff | tree | snapshot |
2002-11-19 |
Martin v. Löwis | Don't try to use unsupported DB versions. |
commit | commitdiff | tree | snapshot |
2002-11-19 |
Martin v. Löwis | Document PyBSDDB import. |
commit | commitdiff | tree | snapshot |
2002-11-19 |
Martin v. Löwis | Import PyBSDDB 3.4.0. Rename historical wrapper to... |
commit | commitdiff | tree | snapshot |
2002-11-18 |
Guido van Rossum | Comment on PyNumber_Check(). |
commit | commitdiff | tree | snapshot |
2002-11-18 |
Neil Schemenauer | Note that PyNumber_Check() returns true for string... |
commit | commitdiff | tree | snapshot |
2002-11-18 |
Neil Schemenauer | Add __mod__ method to UserString. |
commit | commitdiff | tree | snapshot |
2002-11-18 |
Neil Schemenauer | check for str.__mod__ |
commit | commitdiff | tree | snapshot |
2002-11-18 |
Neil Schemenauer | check for unicode.__mod__ |
commit | commitdiff | tree | snapshot |
2002-11-18 |
Neil Schemenauer | Add nb_remainder (i.e. __mod__) slot to unicode type... |
commit | commitdiff | tree | snapshot |
2002-11-18 |
Neil Schemenauer | Add nb_remainder (i.e. __mod__) slot to str type. ... |
commit | commitdiff | tree | snapshot |
2002-11-18 |
Neil Schemenauer | Improve exception message raised by PyFloat_AsDouble... |
commit | commitdiff | tree | snapshot |
2002-11-18 |
Neil Schemenauer | str and unicode objects now have a __mod__ slot so... |
commit | commitdiff | tree | snapshot |
2002-11-18 |
Neil Schemenauer | Don't use PyNumber_Float() since it's is nearly useless... |
commit | commitdiff | tree | snapshot |
2002-11-18 |
Jack Jansen | Another workaround, to find the IDE directory when... |
commit | commitdiff | tree | snapshot |
2002-11-18 |
Jack Jansen | Define PyDoc_STR if it isn't defined. This makes these... |
commit | commitdiff | tree | snapshot |
2002-11-18 |
Jack Jansen | Build waste, _Help and _Scrap too. |
commit | commitdiff | tree | snapshot |
2002-11-18 |
Raymond Hettinger | Improve comments. Clarify docs. |
commit | commitdiff | tree | snapshot |
2002-11-18 |
Raymond Hettinger | Improve DictMixin. |
commit | commitdiff | tree | snapshot |
2002-11-17 |
Eric S. Raymond | Guard against error if .netrc is missing. |
commit | commitdiff | tree | snapshot |
2002-11-17 |
Neil Schemenauer | Remove _Py_ResetReferences. Fixes bug #529750 "Circula... |
commit | commitdiff | tree | snapshot |
2002-11-17 |
Skip Montanaro | correct typo detected by Lee Hansen |
commit | commitdiff | tree | snapshot |
2002-11-16 |
Fred Drake | Better note that str.zfill() was added in 2.2.2 as... |
commit | commitdiff | tree | snapshot |
2002-11-16 |
Fred Drake | Document that a minor feature was added in 2.2.2. ;-( |
commit | commitdiff | tree | snapshot |
2002-11-15 |
Neal Norwitz | SF Patch #638825 |
commit | commitdiff | tree | snapshot |
next |