2003-02-18 |
Guido van Rossum | Make __module__ writable except in restricted mode... |
commit | commitdiff | tree | snapshot |
2003-02-18 |
Jeremy Hylton | Make __module__ settable on functions and methods. |
commit | commitdiff | tree | snapshot |
2003-02-18 |
Tim Peters | One doctest displaying a dict didn't sort it first... |
commit | commitdiff | tree | snapshot |
2003-02-18 |
Guido van Rossum | default_3way_compare(): use PyNumber_Check(), rather... |
commit | commitdiff | tree | snapshot |
2003-02-18 |
Guido van Rossum | Make PyNumber_Check() a bit more careful, since all... |
commit | commitdiff | tree | snapshot |
2003-02-18 |
Guido van Rossum | Fold some long lines. |
commit | commitdiff | tree | snapshot |
2003-02-18 |
Neal Norwitz | Fix SF bug #688424, 64-bit test problems |
commit | commitdiff | tree | snapshot |
2003-02-18 |
Neal Norwitz | Fix SF bug #688424, 64-bit test problems |
commit | commitdiff | tree | snapshot |
2003-02-18 |
Jeremy Hylton | Copy the trace module here from Tools/scripts. |
commit | commitdiff | tree | snapshot |
2003-02-18 |
Neal Norwitz | SF patch #687683, Patches to logging (updates from... |
commit | commitdiff | tree | snapshot |
2003-02-18 |
Jack Jansen | Use "$@" to pass arguments to Python in stead of "... |
commit | commitdiff | tree | snapshot |
2003-02-18 |
Jack Jansen | Don't try to build dl on darwin. It doesn't build out... |
commit | commitdiff | tree | snapshot |
2003-02-18 |
Neal Norwitz | Fix 64-bit problem, ParseTuple("i") needs C ints; ... |
commit | commitdiff | tree | snapshot |
2003-02-18 |
Andrew M. Kuchling | [Patch #681504] Call customize_compiler in config command |
commit | commitdiff | tree | snapshot |
2003-02-18 |
Andrew M. Kuchling | Add two acks; bump version number |
commit | commitdiff | tree | snapshot |
2003-02-18 |
Andrew M. Kuchling | [Bug #688261] Fix optparse example and output |
commit | commitdiff | tree | snapshot |
2003-02-18 |
Andrew M. Kuchling | [Bug #683416] Make PEP263 coverage a bit more explicit... |
commit | commitdiff | tree | snapshot |
2003-02-17 |
Neal Norwitz | Make changes suggested by Walter to use self.assert... |
commit | commitdiff | tree | snapshot |
2003-02-17 |
Neal Norwitz | Import test_support properly |
commit | commitdiff | tree | snapshot |
2003-02-17 |
Tim Peters | test_posix is an expected skip on Win32. Also fixed... |
commit | commitdiff | tree | snapshot |
2003-02-17 |
Kurt B. Kaiser | M NEWS.txt |
commit | commitdiff | tree | snapshot |
2003-02-17 |
Neal Norwitz | Fix SF bug #687655, String formatting conversions misle... |
commit | commitdiff | tree | snapshot |
2003-02-17 |
Marc-André... | Add URL for PEP to the source code encoding warning. |
commit | commitdiff | tree | snapshot |
2003-02-17 |
Neal Norwitz | Remove PyArg_ParseTuple() for methods which take no... |
commit | commitdiff | tree | snapshot |
2003-02-17 |
Neal Norwitz | Added test_posix (hopefully it works on Windows). |
commit | commitdiff | tree | snapshot |
2003-02-17 |
Neal Norwitz | Use correct function name to PyArg_ParseTuple("is_packa... |
commit | commitdiff | tree | snapshot |
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 |
next |