| Commit message (Expand) | Author | Age | Files | Lines |
* | Addressing SF bug #643005, implement socket.inet_aton() using | Guido van Rossum | 2003-02-12 | 1 | -1/+17 |
|
|
* | Cleanup from patch #683257: | Neal Norwitz | 2003-02-12 | 3 | -4/+46 |
|
|
* | Provide access to the import lock, fixing SF bug #580952. This is | Guido van Rossum | 2003-02-12 | 2 | -7/+59 |
|
|
* | Issue a warning when int('0...', 0) returns an int with the sign | Guido van Rossum | 2003-02-12 | 2 | -3/+20 |
|
|
* | Expect test_ossaudiodev to skip on Linux, too. (It's broken. | Guido van Rossum | 2003-02-12 | 1 | -0/+1 |
|
|
* | Systematic testing of hex/oct constants. | Guido van Rossum | 2003-02-12 | 1 | -0/+81 |
|
|
* | SF #660455 : patch by NNorwitz. | Guido van Rossum | 2003-02-12 | 1 | -0/+12 |
|
|
* | SF #660455 : patch by NNorwitz. | Guido van Rossum | 2003-02-12 | 3 | -8/+14 |
|
|
* | - Use distutils to find site-python (suggested by Thomas Heller, thanks!) | Jack Jansen | 2003-02-12 | 1 | -7/+3 |
|
|
* | Icons for the package manager. | Jack Jansen | 2003-02-12 | 1 | -0/+0 |
|
|
* | Thank you sir, can I have another. | Just van Rossum | 2003-02-12 | 1 | -3/+3 |
|
|
* | Photoshop source file for package manager icon. | Jack Jansen | 2003-02-12 | 1 | -0/+0 |
|
|
* | Use bundlebuilder directly to build applets. | Jack Jansen | 2003-02-12 | 1 | -7/+34 |
|
|
* | Allow this to run both standalone and as a window in the IDE. | Jack Jansen | 2003-02-12 | 1 | -1/+35 |
|
|
* | More int() around float arguments. | Jack Jansen | 2003-02-12 | 1 | -1/+1 |
|
|
* | Create applets slightly differently: by saving the sourcecode to a | Jack Jansen | 2003-02-12 | 1 | -1/+11 |
|
|
* | When in MacPython-OSX use bundlebuilder to create .app bundles. | Jack Jansen | 2003-02-12 | 4 | -181/+53 |
|
|
* | - Better way to find site-packages | Jack Jansen | 2003-02-12 | 1 | -3/+43 |
|
|
* | Renamed InstallManager to PackageManager, finished a first stab at the | Jack Jansen | 2003-02-12 | 2 | -11/+43 |
|
|
* | In a MultiList select all cells in the row, not only the first one. | Jack Jansen | 2003-02-12 | 1 | -4/+5 |
|
|
* | Updated the Mac documentation to the current state of affairs. | Jack Jansen | 2003-02-12 | 12 | -384/+199 |
|
|
* | Minor cleanup of new batch-list/dict code. | Tim Peters | 2003-02-12 | 1 | -16/+12 |
|
|
* | Implement another useful feature for proxies: in super(X, x), x may | Guido van Rossum | 2003-02-12 | 3 | -17/+125 |
|
|
* | Add missing cast in previous fix. | Guido van Rossum | 2003-02-12 | 1 | -1/+2 |
|
|
* | SF #532767: isinstance(x, X) should work when x is a proxy for an X | Guido van Rossum | 2003-02-12 | 3 | -7/+53 |
|
|
* | An install manager window for the IDE and standalone use. Unfinished. | Jack Jansen | 2003-02-11 | 1 | -0/+251 |
|
|
* | Add more missing PyErr_NoMemory() after failled memory allocs | Neal Norwitz | 2003-02-11 | 3 | -4/+4 |
|
|
* | Implemented batching for dicts in cPickle. This is after two failed | Tim Peters | 2003-02-11 | 3 | -48/+138 |
|
|
* | Changed database format to make fields adhere to PEP 241 where | Jack Jansen | 2003-02-11 | 1 | -116/+113 |
|
|
* | Add Str, a subclass of str. | Guido van Rossum | 2003-02-11 | 1 | -0/+58 |
|
|
* | Implemented list batching in cPickle. | Tim Peters | 2003-02-11 | 3 | -47/+121 |
|
|
* | Fix from SF #681367: inherit tp_as_buffer. This only applies to C | Guido van Rossum | 2003-02-11 | 2 | -0/+6 |
|
|
* | Add compilation instructions for xxmodule.c. | Guido van Rossum | 2003-02-11 | 1 | -0/+4 |
|
|
* | Unparenting BZ2File, as discussed in SF patch #661796. | Gustavo Niemeyer | 2003-02-11 | 2 | -104/+158 |
|
|
* | Put proper tests in classmethod_get(). Remove the type argument to | Guido van Rossum | 2003-02-11 | 2 | -16/+87 |
|
|
* | Refactor instancemethod_descr_get() to (a) be more clear, (b) be safe | Guido van Rossum | 2003-02-11 | 1 | -8/+18 |
|
|
* | SF bug 684667: Modules/selectmodule.c returns NULL without exception set. | Tim Peters | 2003-02-11 | 1 | -1/+1 |
|
|
* | Inline create_specialmethod() -- since METH_CLASS is done differently | Guido van Rossum | 2003-02-11 | 1 | -15/+5 |
|
|
* | Added tests to ensure that list and dict "chunking" are actually | Tim Peters | 2003-02-11 | 1 | -1/+51 |
|
|
* | - More int() calls around floating point numbers passed where integers are | Jack Jansen | 2003-02-11 | 1 | -3/+3 |
|
|
* | Add basic arg sanity checking to wrap_descr_get(). This is called | Guido van Rossum | 2003-02-11 | 1 | -0/+9 |
|
|
* | Remove duplicate word (rules) | Neal Norwitz | 2003-02-11 | 1 | -1/+1 |
|
|
* | Fix so it compiles at least. | Michael W. Hudson | 2003-02-11 | 1 | -1/+1 |
|
|
* | Add item pertaining to | Michael W. Hudson | 2003-02-11 | 1 | -0/+9 |
|
|
* | Get rid of the "bozo" __getstate__ that was inserted when __slots__ | Guido van Rossum | 2003-02-10 | 3 | -60/+22 |
|
|
* | Patch #676839: Cygwin _iconv_codec module patch | Jason Tishler | 2003-02-10 | 1 | -1/+2 |
|
|
* | Patch #676837: Cygwin array module patch | Jason Tishler | 2003-02-10 | 1 | -1/+2 |
|
|
* | [ 683376 ] Adding NotImplementedType to types.py | Just van Rossum | 2003-02-10 | 1 | -0/+1 |
|
|
* | Make comments agree with code (I think). | Michael W. Hudson | 2003-02-10 | 1 | -3/+4 |
|
|
* | Sundry very picky changes. | Michael W. Hudson | 2003-02-10 | 1 | -4/+5 |
|
|