2003-02-14 |
Jack Jansen | Factored out classes for handling source and binary... |
commit | commitdiff | tree | snapshot |
2003-02-14 |
Jack Jansen | Got building documentation from source to work. |
commit | commitdiff | tree | snapshot |
2003-02-14 |
Walter Dörwald | Port test_charmapcodec to PyUnit. From SF patch #662807 |
commit | commitdiff | tree | snapshot |
2003-02-14 |
Fred Drake | extsep description: |
commit | commitdiff | tree | snapshot |
2003-02-14 |
Skip Montanaro | add missing description of os.extsep |
commit | commitdiff | tree | snapshot |
2003-02-14 |
Raymond Hettinger | SF bug #663701: sets module review |
commit | commitdiff | tree | snapshot |
2003-02-14 |
Raymond Hettinger | SF bug #663701. The caret wasn't printing well in... |
commit | commitdiff | tree | snapshot |
2003-02-14 |
Neal Norwitz | Remove deps on mac doc files which have been removed |
commit | commitdiff | tree | snapshot |
2003-02-14 |
Andrew M. Kuchling | Fix docstring typo |
commit | commitdiff | tree | snapshot |
2003-02-14 |
Andrew M. Kuchling | Fix comment typo |
commit | commitdiff | tree | snapshot |
2003-02-13 |
Tim Peters | Minor assorted cleanups; no semantic changes. |
commit | commitdiff | tree | snapshot |
2003-02-13 |
Raymond Hettinger | SF 685011: calendar module overflow handling |
commit | commitdiff | tree | snapshot |
2003-02-13 |
Guido van Rossum | Add SF reference to news item. |
commit | commitdiff | tree | snapshot |
2003-02-13 |
Tim Peters | The version of PyImport_Import() in cPickle is no longe... |
commit | commitdiff | tree | snapshot |
2003-02-13 |
Guido van Rossum | - Finally fixed the bug in compile() and exec where... |
commit | commitdiff | tree | snapshot |
2003-02-13 |
Tim Peters | save(): Reformat tail end just for clarity. |
commit | commitdiff | tree | snapshot |
2003-02-13 |
Tim Peters | Removed unused cut'n'paste import. |
commit | commitdiff | tree | snapshot |
2003-02-13 |
Tim Peters | We didn't have any tests making pickles with one of... |
commit | commitdiff | tree | snapshot |
2003-02-13 |
Guido van Rossum | Another dummy type. |
commit | commitdiff | tree | snapshot |
2003-02-13 |
Tim Peters | Added a simple NEWOBJ test. This is in the pickle... |
commit | commitdiff | tree | snapshot |
2003-02-13 |
Andrew M. Kuchling | Remove filecmp |
commit | commitdiff | tree | snapshot |
2003-02-13 |
Skip Montanaro | first cut at a shell script to view a single section... |
commit | commitdiff | tree | snapshot |
2003-02-13 |
Tim Peters | Taught cPickle how to read pickles containing NEWOBJ... |
commit | commitdiff | tree | snapshot |
2003-02-13 |
Walter Dörwald | Port test_userlist to PyUnit and add a few tests to... |
commit | commitdiff | tree | snapshot |
2003-02-13 |
Guido van Rossum | SF patch #685738 by Michael Stone. |
commit | commitdiff | tree | snapshot |
2003-02-13 |
Guido van Rossum | Re-enable compiling ossaudiodev now that it seems to... |
commit | commitdiff | tree | snapshot |
2003-02-13 |
Tim Peters | Added a HIGHEST_PROTOCOL module attribute to pickle... |
commit | commitdiff | tree | snapshot |
2003-02-13 |
Andrew M. Kuchling | Conditionalize another constant |
commit | commitdiff | tree | snapshot |
2003-02-13 |
Mark Hammond | Use python_d.exe to build _ssl_d.pyd - we can not expre... |
commit | commitdiff | tree | snapshot |
2003-02-13 |
Tim Peters | socket_inet_aton(): ip_addr was left undefined before... |
commit | commitdiff | tree | snapshot |
2003-02-13 |
Neal Norwitz | Try to doc the new pickle details being implemented... |
commit | commitdiff | tree | snapshot |
2003-02-13 |
Neal Norwitz | SF patch #682432, add lookbehind tests |
commit | commitdiff | tree | snapshot |
2003-02-13 |
Neal Norwitz | Ummm, try to get it right this time |
commit | commitdiff | tree | snapshot |
2003-02-13 |
Neal Norwitz | Use configure to check for inet_aton. |
commit | commitdiff | tree | snapshot |
2003-02-12 |
Walter Dörwald | Fix typo. |
commit | commitdiff | tree | snapshot |
2003-02-12 |
Neal Norwitz | Add test to ensure files (fds) don't leak |
commit | commitdiff | tree | snapshot |
2003-02-12 |
Guido van Rossum | Addressing SF bug #643005, implement socket.inet_aton... |
commit | commitdiff | tree | snapshot |
2003-02-12 |
Neal Norwitz | Cleanup from patch #683257: |
commit | commitdiff | tree | snapshot |
2003-02-12 |
Guido van Rossum | Provide access to the import lock, fixing SF bug #58095... |
commit | commitdiff | tree | snapshot |
2003-02-12 |
Guido van Rossum | Issue a warning when int('0...', 0) returns an int... |
commit | commitdiff | tree | snapshot |
2003-02-12 |
Guido van Rossum | Expect test_ossaudiodev to skip on Linux, too. (It... |
commit | commitdiff | tree | snapshot |
2003-02-12 |
Guido van Rossum | Systematic testing of hex/oct constants. |
commit | commitdiff | tree | snapshot |
2003-02-12 |
Guido van Rossum | SF #660455 : patch by NNorwitz. |
commit | commitdiff | tree | snapshot |
2003-02-12 |
Guido van Rossum | SF #660455 : patch by NNorwitz. |
commit | commitdiff | tree | snapshot |
2003-02-12 |
Jack Jansen | - Use distutils to find site-python (suggested by Thoma... |
commit | commitdiff | tree | snapshot |
2003-02-12 |
Jack Jansen | Icons for the package manager. |
commit | commitdiff | tree | snapshot |
2003-02-12 |
Just van Rossum | Thank you sir, can I have another. |
commit | commitdiff | tree | snapshot |
2003-02-12 |
Jack Jansen | Photoshop source file for package manager icon. |
commit | commitdiff | tree | snapshot |
2003-02-12 |
Jack Jansen | Use bundlebuilder directly to build applets. |
commit | commitdiff | tree | snapshot |
2003-02-12 |
Jack Jansen | Allow this to run both standalone and as a window in... |
commit | commitdiff | tree | snapshot |
2003-02-12 |
Jack Jansen | More int() around float arguments. |
commit | commitdiff | tree | snapshot |
2003-02-12 |
Jack Jansen | Create applets slightly differently: by saving the... |
commit | commitdiff | tree | snapshot |
2003-02-12 |
Jack Jansen | When in MacPython-OSX use bundlebuilder to create ... |
commit | commitdiff | tree | snapshot |
2003-02-12 |
Jack Jansen | - Better way to find site-packages |
commit | commitdiff | tree | snapshot |
2003-02-12 |
Jack Jansen | Renamed InstallManager to PackageManager, finished... |
commit | commitdiff | tree | snapshot |
2003-02-12 |
Jack Jansen | In a MultiList select all cells in the row, not only... |
commit | commitdiff | tree | snapshot |
2003-02-12 |
Jack Jansen | Updated the Mac documentation to the current state... |
commit | commitdiff | tree | snapshot |
2003-02-12 |
Tim Peters | Minor cleanup of new batch-list/dict code. |
commit | commitdiff | tree | snapshot |
2003-02-12 |
Guido van Rossum | Implement another useful feature for proxies: in super... |
commit | commitdiff | tree | snapshot |
2003-02-12 |
Guido van Rossum | Add missing cast in previous fix. |
commit | commitdiff | tree | snapshot |
2003-02-12 |
Guido van Rossum | SF #532767: isinstance(x, X) should work when x is... |
commit | commitdiff | tree | snapshot |
2003-02-11 |
Jack Jansen | An install manager window for the IDE and standalone... |
commit | commitdiff | tree | snapshot |
2003-02-11 |
Neal Norwitz | Add more missing PyErr_NoMemory() after failled memory... |
commit | commitdiff | tree | snapshot |
2003-02-11 |
Tim Peters | Implemented batching for dicts in cPickle. This is... |
commit | commitdiff | tree | snapshot |
2003-02-11 |
Jack Jansen | Changed database format to make fields adhere to PEP... |
commit | commitdiff | tree | snapshot |
2003-02-11 |
Guido van Rossum | Add Str, a subclass of str. |
commit | commitdiff | tree | snapshot |
2003-02-11 |
Tim Peters | Implemented list batching in cPickle. |
commit | commitdiff | tree | snapshot |
2003-02-11 |
Guido van Rossum | Fix from SF #681367: inherit tp_as_buffer. This only... |
commit | commitdiff | tree | snapshot |
2003-02-11 |
Guido van Rossum | Add compilation instructions for xxmodule.c. |
commit | commitdiff | tree | snapshot |
2003-02-11 |
Gustavo Niemeyer | Unparenting BZ2File, as discussed in SF patch #661796. |
commit | commitdiff | tree | snapshot |
2003-02-11 |
Guido van Rossum | Put proper tests in classmethod_get(). Remove the... |
commit | commitdiff | tree | snapshot |
2003-02-11 |
Guido van Rossum | Refactor instancemethod_descr_get() to (a) be more... |
commit | commitdiff | tree | snapshot |
2003-02-11 |
Tim Peters | SF bug 684667: Modules/selectmodule.c returns NULL... |
commit | commitdiff | tree | snapshot |
2003-02-11 |
Guido van Rossum | Inline create_specialmethod() -- since METH_CLASS is... |
commit | commitdiff | tree | snapshot |
2003-02-11 |
Tim Peters | Added tests to ensure that list and dict "chunking... |
commit | commitdiff | tree | snapshot |
2003-02-11 |
Jack Jansen | - More int() calls around floating point numbers passed... |
commit | commitdiff | tree | snapshot |
2003-02-11 |
Guido van Rossum | Add basic arg sanity checking to wrap_descr_get().... |
commit | commitdiff | tree | snapshot |
2003-02-11 |
Neal Norwitz | Remove duplicate word (rules) |
commit | commitdiff | tree | snapshot |
2003-02-11 |
Michael W.... | Fix so it compiles at least. |
commit | commitdiff | tree | snapshot |
2003-02-11 |
Michael W.... | Add item pertaining to |
commit | commitdiff | tree | snapshot |
2003-02-10 |
Guido van Rossum | Get rid of the "bozo" __getstate__ that was inserted... |
commit | commitdiff | tree | snapshot |
2003-02-10 |
Jason Tishler | Patch #676839: Cygwin _iconv_codec module patch |
commit | commitdiff | tree | snapshot |
2003-02-10 |
Jason Tishler | Patch #676837: Cygwin array module patch |
commit | commitdiff | tree | snapshot |
2003-02-10 |
Just van Rossum | [ 683376 ] Adding NotImplementedType to types.py |
commit | commitdiff | tree | snapshot |
2003-02-10 |
Michael W.... | Make comments agree with code (I think). |
commit | commitdiff | tree | snapshot |
2003-02-10 |
Michael W.... | Sundry very picky changes. |
commit | commitdiff | tree | snapshot |
2003-02-10 |
Michael W.... | Remove erroneous period. |
commit | commitdiff | tree | snapshot |
2003-02-10 |
Michael W.... | Update advice about __module__ and __name__ and tp_name... |
commit | commitdiff | tree | snapshot |
2003-02-10 |
Michael W.... | A typo, and desist from inaccurately describing some... |
commit | commitdiff | tree | snapshot |
2003-02-10 |
Walter Dörwald | Add a few tests to test_count() to increase coverage in |
commit | commitdiff | tree | snapshot |
2003-02-10 |
Walter Dörwald | Fix copy&paste error: call title instead of count |
commit | commitdiff | tree | snapshot |
2003-02-10 |
Walter Dörwald | Change filtertuple() to use tp_as_sequence->sq_item |
commit | commitdiff | tree | snapshot |
2003-02-10 |
Jack Jansen | Punctuation fixes in docstrings. |
commit | commitdiff | tree | snapshot |
2003-02-10 |
Guido van Rossum | Fold long lines. |
commit | commitdiff | tree | snapshot |
2003-02-10 |
Jack Jansen | Added docstrings. |
commit | commitdiff | tree | snapshot |
2003-02-10 |
Andrew M. Kuchling | Add Neil's suggestions for avoiding this warning |
commit | commitdiff | tree | snapshot |
2003-02-10 |
Tim Peters | Squashed compiler wng about signed/unsigned clash in... |
commit | commitdiff | tree | snapshot |
2003-02-10 |
Jack Jansen | - Better exception when the database isn't found. |
commit | commitdiff | tree | snapshot |
2003-02-10 |
Jack Jansen | Pick up Makefile variable BASECFLAGS too. This is neede... |
commit | commitdiff | tree | snapshot |
2003-02-10 |
Jack Jansen | Use MD5 checksums to check archive integrity and forest... |
commit | commitdiff | tree | snapshot |
next |