2003-02-21 |
Walter Dörwald | Use 'ISO8859-1' instead of 'ASCII' when testing whether... |
commit | commitdiff | tree | snapshot |
2003-02-21 |
Tim Peters | Doubled TimeoutTestCase.fuzz, to slash the frequency... |
commit | commitdiff | tree | snapshot |
2003-02-21 |
Jack Jansen | Added a method WMAvailable(). This will return True... |
commit | commitdiff | tree | snapshot |
2003-02-21 |
Walter Dörwald | Port all string tests to PyUnit and share as much tests |
commit | commitdiff | tree | snapshot |
2003-02-21 |
Raymond Hettinger | Fill in missing table entries. |
commit | commitdiff | tree | snapshot |
2003-02-21 |
Raymond Hettinger | SF bug #685775: turtle circle() documentation error |
commit | commitdiff | tree | snapshot |
2003-02-21 |
Raymond Hettinger | SF bug #690377: Dud footnote reference in distutils... |
commit | commitdiff | tree | snapshot |
2003-02-21 |
Raymond Hettinger | Markup and nits. |
commit | commitdiff | tree | snapshot |
2003-02-21 |
Raymond Hettinger | SF bug #690083: test_random fails sometimes |
commit | commitdiff | tree | snapshot |
2003-02-21 |
Neal Norwitz | flex_complete looks like a private (but callback) funct... |
commit | commitdiff | tree | snapshot |
2003-02-21 |
Neal Norwitz | Add some notes about HIGHEST_PROTOCOL. |
commit | commitdiff | tree | snapshot |
2003-02-20 |
Thomas Heller | Strange control flow in PyInt_AsLong. When nb_int... |
commit | commitdiff | tree | snapshot |
2003-02-20 |
Guido van Rossum | Update PY_VERSION to indicate that we're beyond 2.3a2... |
commit | commitdiff | tree | snapshot |
2003-02-20 |
Michael W.... | As far as I can tell PyEval_GetOwner was removed in... |
commit | commitdiff | tree | snapshot |
2003-02-20 |
Guido van Rossum | Add PEP 301 metadata. |
commit | commitdiff | tree | snapshot |
2003-02-20 |
Guido van Rossum | Don't use self.announce() in a function that's not... |
commit | commitdiff | tree | snapshot |
2003-02-20 |
Guido van Rossum | announce(): use the level argument to control the log... |
commit | commitdiff | tree | snapshot |
2003-02-20 |
Guido van Rossum | set_verbosity(): do something reasonable for out-of... |
commit | commitdiff | tree | snapshot |
2003-02-20 |
Guido van Rossum | Prepped for 2.3b1. |
commit | commitdiff | tree | snapshot |
2003-02-20 |
Guido van Rossum | Match parentheses. |
commit | commitdiff | tree | snapshot |
2003-02-20 |
Guido van Rossum | Merge in changes made to the 2.3a2 release. |
commit | commitdiff | tree | snapshot |
2003-02-19 |
David Goodger | fixed markup |
commit | commitdiff | tree | snapshot |
2003-02-19 |
Guido van Rossum | Update versions/dates for release of 2.3a2. Added... |
commit | commitdiff | tree | snapshot |
2003-02-19 |
Guido van Rossum | The connect timeout code wasn't working on Windows. |
commit | commitdiff | tree | snapshot |
2003-02-19 |
Walter Dörwald | Add a note about the recent PEP 293 changes. |
commit | commitdiff | tree | snapshot |
2003-02-19 |
Fred Drake | Added a note about the new itertools module. (Omission... |
commit | commitdiff | tree | snapshot |
2003-02-19 |
Guido van Rossum | - PyEval_GetFrame() is now declared to return a PyFrame... |
commit | commitdiff | tree | snapshot |
2003-02-19 |
Guido van Rossum | - sys.path[0] (the directory from which the script... |
commit | commitdiff | tree | snapshot |
2003-02-19 |
Andrew M. Kuchling | Include download_url in the data POSTed to the catalog... |
commit | commitdiff | tree | snapshot |
2003-02-19 |
Andrew M. Kuchling | [Patch #683939] Add download_url field to metadata |
commit | commitdiff | tree | snapshot |
2003-02-19 |
Andrew M. Kuchling | [Patch #684398] Rename verbose argument to show-respons... |
commit | commitdiff | tree | snapshot |
2003-02-19 |
Andrew M. Kuchling | logging.warn() renamed to warning() |
commit | commitdiff | tree | snapshot |
2003-02-19 |
Andrew MacIntyre | OS/2 has no concept of file ownership, like DOS & MS... |
commit | commitdiff | tree | snapshot |
2003-02-19 |
Andrew MacIntyre | OS/2 EMX build updates for recent CVS changes |
commit | commitdiff | tree | snapshot |
2003-02-19 |
Jack Jansen | Use pythonw as the default interpreter also for .py... |
commit | commitdiff | tree | snapshot |
2003-02-19 |
Mark Hammond | os.mkdir() would crash with a Unicode filename and... |
commit | commitdiff | tree | snapshot |
2003-02-19 |
Guido van Rossum | PyObject_Generic{Get,Set}Attr: |
commit | commitdiff | tree | snapshot |
2003-02-19 |
Tim Peters | Reverted whitespace normalization on this file. I... |
commit | commitdiff | tree | snapshot |
2003-02-19 |
Tim Peters | Removed debugging print in test_tarfile. |
commit | commitdiff | tree | snapshot |
2003-02-19 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2003-02-19 |
Guido van Rossum | Rename _better_reduce to _reduce_2, to make sure that... |
commit | commitdiff | tree | snapshot |
2003-02-19 |
Guido van Rossum | Use __reduce_ex__. |
commit | commitdiff | tree | snapshot |
2003-02-19 |
Guido van Rossum | Remove now unused _better_reduce. |
commit | commitdiff | tree | snapshot |
2003-02-19 |
Guido van Rossum | Use __reduce_ex__ in copy.py. The test_*copy_cant... |
commit | commitdiff | tree | snapshot |
2003-02-19 |
Mark Hammond | Fix bug 683658 - PyErr_Warn may cause import deadlock. |
commit | commitdiff | tree | snapshot |
2003-02-18 |
Jack Jansen | Undid half of the previous checkin: continue using... |
commit | commitdiff | tree | snapshot |
2003-02-18 |
Jack Jansen | Added a note that MacOSX applets can no longer be run... |
commit | commitdiff | tree | snapshot |
2003-02-18 |
Jack Jansen | Enable argv emulation if required. |
commit | commitdiff | tree | snapshot |
2003-02-18 |
Jack Jansen | Added an argv_emulation option (command line option... |
commit | commitdiff | tree | snapshot |
2003-02-18 |
Jack Jansen | Argvemulator still used the old Alias API. Fixed. |
commit | commitdiff | tree | snapshot |
2003-02-18 |
Guido van Rossum | Remove unused _better_reduce (which will disappear... |
commit | commitdiff | tree | snapshot |
2003-02-18 |
Guido van Rossum | Three test cases for __reduce_ex__. This fails for... |
commit | commitdiff | tree | snapshot |
2003-02-18 |
Tim Peters | I entered the wrong year for 2.3a2. |
commit | commitdiff | tree | snapshot |
2003-02-18 |
Fred Drake | Bump version number. |
commit | commitdiff | tree | snapshot |
2003-02-18 |
Guido van Rossum | Introducing __reduce_ex__, which is called with a proto... |
commit | commitdiff | tree | snapshot |
2003-02-18 |
Tim Peters | Bump Windows build number for 2.3a2. |
commit | commitdiff | tree | snapshot |
2003-02-18 |
Tim Peters | Bump version # to 2.3a2. |
commit | commitdiff | tree | snapshot |
2003-02-18 |
Andrew M. Kuchling | Use python.org as the repository |
commit | commitdiff | tree | snapshot |
2003-02-18 |
Tim Peters | save_global(): Trying to resolve module.name can fail... |
commit | commitdiff | tree | snapshot |
2003-02-18 |
Tim Peters | Removed unreferenced label. |
commit | commitdiff | tree | snapshot |
2003-02-18 |
Guido van Rossum | The recent changes to super(), in particular supercheck... |
commit | commitdiff | tree | snapshot |
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 |
next |