| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 2 | -7/+12 |
|
|
* | - Use distutils to find site-python (suggested by Thomas Heller, thanks!) | Jack Jansen | 2003-02-12 | 1 | -7/+3 |
|
|
* | Thank you sir, can I have another. | Just van Rossum | 2003-02-12 | 1 | -3/+3 |
|
|
* | 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 |
|
|
* | Implement another useful feature for proxies: in super(X, x), x may | Guido van Rossum | 2003-02-12 | 1 | -0/+39 |
|
|
* | SF #532767: isinstance(x, X) should work when x is a proxy for an X | Guido van Rossum | 2003-02-12 | 1 | -1/+29 |
|
|
* | Implemented batching for dicts in cPickle. This is after two failed | Tim Peters | 2003-02-11 | 2 | -18/+19 |
|
|
* | Changed database format to make fields adhere to PEP 241 where | Jack Jansen | 2003-02-11 | 1 | -116/+113 |
|
|
* | Implemented list batching in cPickle. | Tim Peters | 2003-02-11 | 2 | -17/+18 |
|
|
* | Put proper tests in classmethod_get(). Remove the type argument to | Guido van Rossum | 2003-02-11 | 1 | -0/+40 |
|
|
* | Added tests to ensure that list and dict "chunking" are actually | Tim Peters | 2003-02-11 | 1 | -1/+51 |
|
|
* | Get rid of the "bozo" __getstate__ that was inserted when __slots__ | Guido van Rossum | 2003-02-10 | 2 | -28/+22 |
|
|
* | [ 683376 ] Adding NotImplementedType to types.py | Just van Rossum | 2003-02-10 | 1 | -0/+1 |
|
|
* | Add a few tests to test_count() to increase coverage in | Walter Dörwald | 2003-02-10 | 1 | -0/+6 |
|
|
* | Fix copy&paste error: call title instead of count | Walter Dörwald | 2003-02-10 | 1 | -1/+1 |
|
|
* | Change filtertuple() to use tp_as_sequence->sq_item | Walter Dörwald | 2003-02-10 | 1 | -2/+1 |
|
|
* | Punctuation fixes in docstrings. | Jack Jansen | 2003-02-10 | 1 | -3/+3 |
|
|
* | Added docstrings. | Jack Jansen | 2003-02-10 | 1 | -6/+130 |
|
|
* | - Better exception when the database isn't found. | Jack Jansen | 2003-02-10 | 1 | -1/+3 |
|
|
* | Pick up Makefile variable BASECFLAGS too. This is needed since OPT was | Jack Jansen | 2003-02-10 | 1 | -2/+4 |
|
|
* | Use MD5 checksums to check archive integrity and forestall downloads. | Jack Jansen | 2003-02-10 | 1 | -11/+38 |
|
|
* | Change filterstring() and filterunicode(): If the | Walter Dörwald | 2003-02-10 | 1 | -13/+27 |
|
|
* | Added preInstall and postInstall commands to packages. PIL needs this | Jack Jansen | 2003-02-10 | 1 | -1/+17 |
|
|
* | patch #683515: "Add unicode support to compile(), eval() and exec" | Just van Rossum | 2003-02-10 | 1 | -0/+4 |
|
|
* | Fix SF bug #683467, 'int' ability to generate longs not inherited | Neal Norwitz | 2003-02-10 | 1 | -0/+8 |
|
|
* | Add tests and news entry about parser errors from bug #678518. | Neal Norwitz | 2003-02-10 | 1 | -0/+17 |
|
|
* | Strawman for a Package Install Manager for Python. It isn't CPAN yet, but at | Jack Jansen | 2003-02-09 | 1 | -0/+499 |
|
|
* | patch 680474 that fixes bug 679880: compile/eval/exec refused utf-8 bom | Just van Rossum | 2003-02-09 | 1 | -0/+4 |
|
|
* | Rename 'proto' keyword arg to 'protocol' . Greg Ward's suggestion. | Guido van Rossum | 2003-02-09 | 1 | -17/+17 |
|
|
* | C Code: | Raymond Hettinger | 2003-02-09 | 2 | -9/+28 |
|
|
* | The Python implementation of datetime was changed in ways that no longer | Tim Peters | 2003-02-08 | 1 | -31/+10 |
|
|
* | Fix compatibility for earlier versions of Python (than 2.3), which | Barry Warsaw | 2003-02-08 | 2 | -5/+15 |
|
|
* | Comparison for timedelta, time, date and datetime objects: __eq__ and | Tim Peters | 2003-02-07 | 1 | -18/+68 |
|
|
* | Merge the test part of the below checkin to the sandbox and Zope3, so | Guido van Rossum | 2003-02-07 | 1 | -0/+8 |
|
|
* | Reserve a range for Zope, not specifically for Zope 3. | Guido van Rossum | 2003-02-07 | 1 | -1/+1 |
|
|
* | Fix SF bug #642168, help() fails for some builtin topics | Neal Norwitz | 2003-02-07 | 1 | -2/+2 |
|
|
* | Somehow, copy() of a classic class object was handled | Guido van Rossum | 2003-02-07 | 2 | -1/+2 |
|
|
* | Add support for copy_reg.dispatch_table. | Guido van Rossum | 2003-02-07 | 2 | -48/+77 |
|
|
* | Made AskFile* dialogs movable-modal by default, by providing a dummy | Jack Jansen | 2003-02-07 | 1 | -10/+26 |
|
|
* | Add __getnewargs__ method to classes that need it. | Guido van Rossum | 2003-02-07 | 1 | -0/+4 |
|
|
* | SF bug #681003: itertools issues | Raymond Hettinger | 2003-02-07 | 1 | -0/+3 |
|
|
* | SF bug 666444: 'help' makes linefeed only under Win32. | Tim Peters | 2003-02-07 | 1 | -2/+2 |
|
|
* | Got rid of macfs and FSSpecs. | Jack Jansen | 2003-02-06 | 1 | -4/+3 |
|
|
* | Move _better_reduce from copy.py to copy_reg.py, and also use it in | Guido van Rossum | 2003-02-06 | 3 | -163/+83 |
|
|
* | Fix a bug in the way __getnewargs__ was handled. | Guido van Rossum | 2003-02-06 | 2 | -1/+19 |
|
|
* | Support all the new stuff supported by the new pickle code: | Guido van Rossum | 2003-02-06 | 2 | -13/+109 |
|
|
* | A few naughty external scripts do 'raise getopt.error, "blah"', and | Andrew M. Kuchling | 2003-02-06 | 1 | -1/+1 |
|
|