2003-01-16 |
Raymond Hettinger | Convert to unittest format so that more tests can be... |
commit | commitdiff | tree | snapshot |
2003-01-16 |
Martin v. Löwis | Patch #662454: import a.b as c is ok, fixes #660811. |
commit | commitdiff | tree | snapshot |
2003-01-16 |
Martin v. Löwis | Properly find and install icons even if calling setup... |
commit | commitdiff | tree | snapshot |
2003-01-16 |
Martin v. Löwis | Catch IOErrors. |
commit | commitdiff | tree | snapshot |
2003-01-16 |
Martin v. Löwis | Support copying booleans. Fixes #668925. |
commit | commitdiff | tree | snapshot |
2003-01-16 |
Mark Hammond | This test previously failed when run from the 'test... |
commit | commitdiff | tree | snapshot |
2003-01-15 |
Jack Jansen | On Mac OS X calling setlocale will raise locale.Error... |
commit | commitdiff | tree | snapshot |
2003-01-15 |
Mark Hammond | Correct docstring for SetValueEx() |
commit | commitdiff | tree | snapshot |
2003-01-15 |
Jack Jansen | Checking in Brett Cannon's patch #662053, which fixes... |
commit | commitdiff | tree | snapshot |
2003-01-15 |
Jack Jansen | Added ismount(). |
commit | commitdiff | tree | snapshot |
2003-01-15 |
Jack Jansen | Implemented FSCatalogInfo structure support, and used... |
commit | commitdiff | tree | snapshot |
2003-01-15 |
Skip Montanaro | reference the os module and the lock flags in the os... |
commit | commitdiff | tree | snapshot |
2003-01-15 |
Raymond Hettinger | * Add test for __cmp__() |
commit | commitdiff | tree | snapshot |
2003-01-15 |
Neil Schemenauer | Remove misleading advice. VERSION was not intended... |
commit | commitdiff | tree | snapshot |
2003-01-15 |
Raymond Hettinger | Document that __cmp__() is not defined for sets. |
commit | commitdiff | tree | snapshot |
2003-01-15 |
Martin v. Löwis | Gyro Func for patch #661719. |
commit | commitdiff | tree | snapshot |
2003-01-15 |
Martin v. Löwis | Patch #661719: Expose compilation errors as exceptions... |
commit | commitdiff | tree | snapshot |
2003-01-15 |
Martin v. Löwis | Patch #473586: Implement CGIXMLRPCRequestHandler. |
commit | commitdiff | tree | snapshot |
2003-01-15 |
Raymond Hettinger | SF patch #664192 bug #661913: inconsistent error messag... |
commit | commitdiff | tree | snapshot |
2003-01-14 |
Mark Hammond | Fix [ 665014 ] files with long lines and an encoding... |
commit | commitdiff | tree | snapshot |
2003-01-14 |
Kurt B. Kaiser | Updated IDLE Help to reflect changes in Additional... |
commit | commitdiff | tree | snapshot |
2003-01-14 |
Kurt B. Kaiser | M Bindings.py |
commit | commitdiff | tree | snapshot |
2003-01-14 |
Guido van Rossum | Explicitly raise an exception in __cmp__ -- this clarif... |
commit | commitdiff | tree | snapshot |
2003-01-14 |
Raymond Hettinger | Replaced POP() with STACKADJ(-1) on lines where the... |
commit | commitdiff | tree | snapshot |
2003-01-14 |
Raymond Hettinger | SF bug #661184: inspect.getsource bug |
commit | commitdiff | tree | snapshot |
2003-01-13 |
Just van Rossum | make sure Info.plist has a CFBundleIdentifier entry |
commit | commitdiff | tree | snapshot |
2003-01-13 |
Tim Peters | A new test here was failing on Windows, because the... |
commit | commitdiff | tree | snapshot |
2003-01-13 |
Guido van Rossum | Duh. cmdqueue should be an instance variable, not... |
commit | commitdiff | tree | snapshot |
2003-01-13 |
Guido van Rossum | Duh. The do_EOF() implementation was bogus. Make... |
commit | commitdiff | tree | snapshot |
2003-01-13 |
Neal Norwitz | Fix SF bug #667147, Segmentation fault printing str... |
commit | commitdiff | tree | snapshot |
2003-01-13 |
Andrew M. Kuchling | Move the date/time section into the modules section... |
commit | commitdiff | tree | snapshot |
2003-01-13 |
Neal Norwitz | Update comment, QnewFlag will go away in 3.0, not 2.3 |
commit | commitdiff | tree | snapshot |
2003-01-13 |
Guido van Rossum | Fix NameError in getquotaroot(), sanctioned by Piers. |
commit | commitdiff | tree | snapshot |
2003-01-13 |
Andrew M. Kuchling | Link to MRO article |
commit | commitdiff | tree | snapshot |
2003-01-13 |
Raymond Hettinger | SF patch 664183 and SF bug 664044: Note that both... |
commit | commitdiff | tree | snapshot |
2003-01-12 |
Jack Jansen | Implemented FSCatalogInfo. |
commit | commitdiff | tree | snapshot |
2003-01-12 |
Neal Norwitz | Try to make a sentance more readable. |
commit | commitdiff | tree | snapshot |
2003-01-12 |
Neal Norwitz | SF #665570, curses causes interpreter crash |
commit | commitdiff | tree | snapshot |
2003-01-11 |
Fred Drake | Minor correction and clarification. |
commit | commitdiff | tree | snapshot |
2003-01-11 |
Tim Peters | Got rid of the internal datetimetz type. |
commit | commitdiff | tree | snapshot |
2003-01-11 |
Tim Peters | Minor fiddling to make the next part easier. Introduce... |
commit | commitdiff | tree | snapshot |
2003-01-10 |
Neal Norwitz | SF #639945 was fixed in alpha 1 |
commit | commitdiff | tree | snapshot |
2003-01-10 |
Neal Norwitz | Fix SF bug # 602259, 3rd parameter for Tkinter.scan_dragto |
commit | commitdiff | tree | snapshot |
2003-01-10 |
Neal Norwitz | Get build working on Redhat 7.2 linux 2.4.7 |
commit | commitdiff | tree | snapshot |
2003-01-10 |
Kurt B. Kaiser | Update documentation. |
commit | commitdiff | tree | snapshot |
2003-01-10 |
Kurt B. Kaiser | SF bug #652933 (for IdleFork): Open Module "math" Fails... |
commit | commitdiff | tree | snapshot |
2003-01-10 |
Neal Norwitz | SF #665913, Fix mmap module core dump with unix |
commit | commitdiff | tree | snapshot |
2003-01-10 |
Neal Norwitz | SF #665913, Fix mmap module core dump with unix |
commit | commitdiff | tree | snapshot |
2003-01-10 |
Kurt B. Kaiser | M configDialog.py |
commit | commitdiff | tree | snapshot |
2003-01-10 |
Barry Warsaw | Python 2.1's string module doesn't have ascii_letters... |
commit | commitdiff | tree | snapshot |
2003-01-10 |
Barry Warsaw | Cleanups, and conversion of assert to assertEqual() |
commit | commitdiff | tree | snapshot |
2003-01-10 |
Raymond Hettinger | As discussed on python-dev, removed from DUP_TOPX suppo... |
commit | commitdiff | tree | snapshot |
2003-01-10 |
Neal Norwitz | As discussed briefly on python-dev, add Pending Depreca... |
commit | commitdiff | tree | snapshot |
2003-01-10 |
Neal Norwitz | Get rid of compiler warnings |
commit | commitdiff | tree | snapshot |
2003-01-10 |
Neal Norwitz | Remove extra 'types' |
commit | commitdiff | tree | snapshot |
2003-01-10 |
Raymond Hettinger | SF bug #652888: bad documentation for the "type" builtin |
commit | commitdiff | tree | snapshot |
2003-01-10 |
Kurt B. Kaiser | 1. Make finding Python help docs more robust, including... |
commit | commitdiff | tree | snapshot |
2003-01-10 |
Tim Peters | Got rid of the timetz type entirely. This was a bit... |
commit | commitdiff | tree | snapshot |
2003-01-10 |
Kurt B. Kaiser | Default the OK key in the Save Before Run dialog. |
commit | commitdiff | tree | snapshot |
2003-01-10 |
Tim Peters | Removed more now-pointless pickle code. |
commit | commitdiff | tree | snapshot |
2003-01-09 |
Jack Jansen | Started on implementing support for FSCatalogInfo.... |
commit | commitdiff | tree | snapshot |
2003-01-09 |
Just van Rossum | interpret utf-8 file names on OSX |
commit | commitdiff | tree | snapshot |
2003-01-09 |
Just van Rossum | support unicode in menu items |
commit | commitdiff | tree | snapshot |
2003-01-09 |
Just van Rossum | removed silly & mask, avoiding FutureWarning |
commit | commitdiff | tree | snapshot |
2003-01-09 |
Just van Rossum | cleaned up Jack's Mac OS9 changes |
commit | commitdiff | tree | snapshot |
2003-01-09 |
Tim Peters | Purged reference to defunct datetimetz. |
commit | commitdiff | tree | snapshot |
2003-01-09 |
Raymond Hettinger | SF patch #664320: Replace push/pop clusters in ceval.c |
commit | commitdiff | tree | snapshot |
2003-01-09 |
Andrew M. Kuchling | Various minor edits |
commit | commitdiff | tree | snapshot |
2003-01-09 |
Andrew M. Kuchling | Markup fix |
commit | commitdiff | tree | snapshot |
2003-01-09 |
Walter Dörwald | Make the test scripts work again with narrow Python... |
commit | commitdiff | tree | snapshot |
2003-01-09 |
Just van Rossum | add newline to source before compilation |
commit | commitdiff | tree | snapshot |
2003-01-09 |
Tim Peters | Massive fiddling to reflect that datetimetz and timetz... |
commit | commitdiff | tree | snapshot |
2003-01-08 |
Walter Dörwald | Add a few test cases to increase code coverage: |
commit | commitdiff | tree | snapshot |
2003-01-08 |
Walter Dörwald | Add a test that exercises the error handling part of |
commit | commitdiff | tree | snapshot |
2003-01-08 |
Walter Dörwald | Fix charmapencode_lookup(), so that a None value in... |
commit | commitdiff | tree | snapshot |
2003-01-08 |
Tim Peters | SF patch 661583: Remove old code from lib\os.py |
commit | commitdiff | tree | snapshot |
2003-01-08 |
Tim Peters | Deleted pickle/unpickle code for the old datetime and... |
commit | commitdiff | tree | snapshot |
2003-01-08 |
Tim Peters | Utterly minimal changes to collapse datetimetz into... |
commit | commitdiff | tree | snapshot |
2003-01-08 |
Walter Dörwald | Remove variable owned from PyUnicode_FromEncodedObject... |
commit | commitdiff | tree | snapshot |
2003-01-08 |
Steve Holden | Fix bug 427345 [related to IE's additional input on... |
commit | commitdiff | tree | snapshot |
2003-01-08 |
Jack Jansen | Various tweaks to make the test work on the Mac. |
commit | commitdiff | tree | snapshot |
2003-01-08 |
Jack Jansen | Always define getenv(), as suggested by Guido. This... |
commit | commitdiff | tree | snapshot |
2003-01-08 |
Jack Jansen | Test that chmod() actually exists before calling it... |
commit | commitdiff | tree | snapshot |
2003-01-08 |
Jack Jansen | Removed the SetDates warning. The warning is in the... |
commit | commitdiff | tree | snapshot |
2003-01-08 |
Jack Jansen | quashed another case of the 32-bit warning. |
commit | commitdiff | tree | snapshot |
2003-01-08 |
Jack Jansen | Updated the list of expected skips for MacPython-OS9. |
commit | commitdiff | tree | snapshot |
2003-01-08 |
Jack Jansen | n the Mac the frozen import that should fail actually... |
commit | commitdiff | tree | snapshot |
2003-01-08 |
Jack Jansen | Added the Mac to platforms that don't have user/group... |
commit | commitdiff | tree | snapshot |
2003-01-08 |
Jack Jansen | Made "ascii" the default encoding for MacPython, as... |
commit | commitdiff | tree | snapshot |
2003-01-08 |
Jack Jansen | Added a couple of casts to make this compile with CodeW... |
commit | commitdiff | tree | snapshot |
2003-01-08 |
Jack Jansen | Merging the various tweaks for MacPython-OS9 2.3a1... |
commit | commitdiff | tree | snapshot |
2003-01-08 |
Thomas Heller | Mention the change from patch #664376. |
commit | commitdiff | tree | snapshot |
2003-01-08 |
Thomas Heller | Patch #664376: sys.path[0] should contain absolute... |
commit | commitdiff | tree | snapshot |
2003-01-08 |
Fred Drake | Add notes about the linuxaudiodev and ossaudiodev modules. |
commit | commitdiff | tree | snapshot |
2003-01-08 |
Fred Drake | - be explicit: audio data files should be opened in... |
commit | commitdiff | tree | snapshot |
2003-01-08 |
Neal Norwitz | command doesn't work, but program does, not sure it... |
commit | commitdiff | tree | snapshot |
2003-01-08 |
Greg Ward | There's no such method as has_option() -- should be... |
commit | commitdiff | tree | snapshot |
2003-01-08 |
Greg Ward | Rewrite awkward/ungrammatical sentence. |
commit | commitdiff | tree | snapshot |
2003-01-08 |
Andrew M. Kuchling | Bump version number |
commit | commitdiff | tree | snapshot |
2003-01-08 |
Greg Ward | Add reminder that ossaudiodev can/should also be built... |
commit | commitdiff | tree | snapshot |
next |