2003-02-17 |
Jack Jansen | When installing resource files whose name ends in ... |
commit | commitdiff | tree | snapshot |
2003-02-17 |
Jack Jansen | Optionally honour #! paths in scripts. Fixes #676358. |
commit | commitdiff | tree | snapshot |
2003-02-17 |
Neal Norwitz | Actually run these tests from regrtest.py. |
commit | commitdiff | tree | snapshot |
2003-02-17 |
Michael W.... | Reword section about moving variables to os.path to... |
commit | commitdiff | tree | snapshot |
2003-02-17 |
Jack Jansen | - Added support for zip archives |
commit | commitdiff | tree | snapshot |
2003-02-17 |
Andrew MacIntyre | Patch 686397: |
commit | commitdiff | tree | snapshot |
2003-02-17 |
Andrew MacIntyre | Tweak to Skip's checkin of patch 686397: |
commit | commitdiff | tree | snapshot |
2003-02-16 |
Jack Jansen | Better error messages and warnings. |
commit | commitdiff | tree | snapshot |
2003-02-16 |
Jack Jansen | Added notes about pimp and bundlebuilder to the Mac... |
commit | commitdiff | tree | snapshot |
2003-02-16 |
Jack Jansen | When building an applet clear out the tempfile and... |
commit | commitdiff | tree | snapshot |
2003-02-16 |
Guido van Rossum | Fix for SF 686380, from SF patch 686771 by Ping. ... |
commit | commitdiff | tree | snapshot |
2003-02-15 |
Neal Norwitz | Make 2 module variables static. Assuming this is correct. |
commit | commitdiff | tree | snapshot |
2003-02-15 |
Neal Norwitz | Add closing ) in comment |
commit | commitdiff | tree | snapshot |
2003-02-15 |
Tim Peters | cPickle.c, load_build(): Taught cPickle how to pick... |
commit | commitdiff | tree | snapshot |
2003-02-14 |
Jack Jansen | Moved setupDocs.py to Doc/setup.py and did some cleanup... |
commit | commitdiff | tree | snapshot |
2003-02-14 |
Tim Peters | cPickle produces NEWOBJ appropriately now. It still... |
commit | commitdiff | tree | snapshot |
2003-02-14 |
Marc-André... | Patch for bug reported in patch #686627: import race... |
commit | commitdiff | tree | snapshot |
2003-02-14 |
Skip Montanaro | Migrate definitions of several platform-dependent path... |
commit | commitdiff | tree | snapshot |
2003-02-14 |
Guido van Rossum | - The audio driver tests (test_ossaudiodev.py and |
commit | commitdiff | tree | snapshot |
2003-02-14 |
Jack Jansen | Allow opening of alternate databases. |
commit | commitdiff | tree | snapshot |
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 |
next |