summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Finally fixed the bug in compile() and exec where a string endingGuido van Rossum2003-02-1310-13/+47
* save(): Reformat tail end just for clarity.Tim Peters2003-02-131-16/+17
* Removed unused cut'n'paste import.Tim Peters2003-02-131-1/+0
* We didn't have any tests making pickles with one of {pickle, cPickle},Tim Peters2003-02-132-0/+52
* Another dummy type.Guido van Rossum2003-02-131-0/+61
* Added a simple NEWOBJ test. This is in the pickle-only part of theTim Peters2003-02-131-0/+15
* Remove filecmpAndrew M. Kuchling2003-02-131-1/+0
* first cut at a shell script to view a single section from the librarySkip Montanaro2003-02-131-0/+129
* Taught cPickle how to read pickles containing NEWOBJ. This won't getTim Peters2003-02-131-1/+75
* Port test_userlist to PyUnit and add a few tests to increase codeWalter Dörwald2003-02-131-197/+257
* SF patch #685738 by Michael Stone.Guido van Rossum2003-02-134-12/+39
* Re-enable compiling ossaudiodev now that it seems to work again.Guido van Rossum2003-02-132-2/+1
* Added a HIGHEST_PROTOCOL module attribute to pickle and cPickle.Tim Peters2003-02-133-10/+20
* Conditionalize another constantAndrew M. Kuchling2003-02-131-0/+2
* Use python_d.exe to build _ssl_d.pyd - we can not express that we dependMark Hammond2003-02-131-1/+1
* socket_inet_aton(): ip_addr was left undefined before use in theTim Peters2003-02-131-9/+9
* Try to doc the new pickle details being implemented as part of PEP 307.Neal Norwitz2003-02-131-7/+63
* SF patch #682432, add lookbehind testsNeal Norwitz2003-02-131-0/+7
* Ummm, try to get it right this timeNeal Norwitz2003-02-131-1/+1
* Use configure to check for inet_aton.Neal Norwitz2003-02-134-4/+8
* Fix typo.Walter Dörwald2003-02-121-1/+1
* Add test to ensure files (fds) don't leakNeal Norwitz2003-02-121-0/+6
* Addressing SF bug #643005, implement socket.inet_aton() usingGuido van Rossum2003-02-121-1/+17
* Cleanup from patch #683257:Neal Norwitz2003-02-123-4/+46
* Provide access to the import lock, fixing SF bug #580952. This isGuido van Rossum2003-02-122-7/+59
* Issue a warning when int('0...', 0) returns an int with the signGuido van Rossum2003-02-122-3/+20
* Expect test_ossaudiodev to skip on Linux, too. (It's broken.Guido van Rossum2003-02-121-0/+1
* Systematic testing of hex/oct constants.Guido van Rossum2003-02-121-0/+81
* SF #660455 : patch by NNorwitz.Guido van Rossum2003-02-121-0/+12
* SF #660455 : patch by NNorwitz.Guido van Rossum2003-02-123-8/+14
* - Use distutils to find site-python (suggested by Thomas Heller, thanks!)Jack Jansen2003-02-121-7/+3
* Icons for the package manager.Jack Jansen2003-02-121-0/+0
* Thank you sir, can I have another.Just van Rossum2003-02-121-3/+3
* Photoshop source file for package manager icon.Jack Jansen2003-02-121-0/+0
* Use bundlebuilder directly to build applets.Jack Jansen2003-02-121-7/+34
* Allow this to run both standalone and as a window in the IDE.Jack Jansen2003-02-121-1/+35
* More int() around float arguments.Jack Jansen2003-02-121-1/+1
* Create applets slightly differently: by saving the sourcecode to aJack Jansen2003-02-121-1/+11
* When in MacPython-OSX use bundlebuilder to create .app bundles.Jack Jansen2003-02-124-181/+53
* - Better way to find site-packagesJack Jansen2003-02-121-3/+43
* Renamed InstallManager to PackageManager, finished a first stab at theJack Jansen2003-02-122-11/+43
* In a MultiList select all cells in the row, not only the first one.Jack Jansen2003-02-121-4/+5
* Updated the Mac documentation to the current state of affairs.Jack Jansen2003-02-1212-384/+199
* Minor cleanup of new batch-list/dict code.Tim Peters2003-02-121-16/+12
* Implement another useful feature for proxies: in super(X, x), x mayGuido van Rossum2003-02-123-17/+125
* Add missing cast in previous fix.Guido van Rossum2003-02-121-1/+2
* SF #532767: isinstance(x, X) should work when x is a proxy for an XGuido van Rossum2003-02-123-7/+53
* An install manager window for the IDE and standalone use. Unfinished.Jack Jansen2003-02-111-0/+251
* Add more missing PyErr_NoMemory() after failled memory allocsNeal Norwitz2003-02-113-4/+4
* Implemented batching for dicts in cPickle. This is after two failedTim Peters2003-02-113-48/+138