| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fixed a comment. | Brett Cannon | 2003-06-11 | 1 | -1/+1 |
|
|
* | fix the curses module build failure on FreeBSD, reported in SF #740234. | Andrew MacIntyre | 2003-06-11 | 1 | -0/+15 |
|
|
* | * Added missing documentation for object(). | Raymond Hettinger | 2003-06-11 | 1 | -2/+15 |
|
|
* | SF bug #660022: parameters for int(), str(), etc. | Raymond Hettinger | 2003-06-11 | 1 | -19/+28 |
|
|
* | Add docs for get_grouped_opcodes(). | Raymond Hettinger | 2003-06-11 | 1 | -2/+17 |
|
|
* | Clarify docstring for symlink. | Brett Cannon | 2003-06-11 | 1 | -1/+1 |
|
|
* | SF bug: 751941 Invisible HTML tag | Raymond Hettinger | 2003-06-10 | 1 | -0/+2 |
|
|
* | get_payload(): Improve the TypeError message when the payload isn't of | Barry Warsaw | 2003-06-10 | 1 | -1/+1 |
|
|
* | guess_all_extensions(): Return the empty list instead of None when | Barry Warsaw | 2003-06-09 | 3 | -37/+40 |
|
|
* | Document context_diff() and unified_diff() | Raymond Hettinger | 2003-06-09 | 1 | -0/+63 |
|
|
* | Warn about creating global variables by __setattr__ that shadow builtin | Neil Schemenauer | 2003-06-09 | 2 | -1/+72 |
|
|
* | Add the IDLEFORK team. | Raymond Hettinger | 2003-06-09 | 1 | -0/+2 |
|
|
* | SF bug #685773: 2 (more) bugs in turtle | Raymond Hettinger | 2003-06-09 | 1 | -0/+1 |
|
|
* | Changes to sre.c after the application of patch #726869 have increased | Andrew MacIntyre | 2003-06-09 | 1 | -5/+11 |
|
|
* | add support for os.tmpfile() | Andrew MacIntyre | 2003-06-09 | 1 | -0/+3 |
|
|
* | reorganise modules, so that most standard extensions are built into | Andrew MacIntyre | 2003-06-09 | 1 | -1/+1 |
|
|
* | various updates | Andrew MacIntyre | 2003-06-09 | 1 | -14/+10 |
|
|
* | bump stack size to cater for _sre recursion. | Andrew MacIntyre | 2003-06-09 | 1 | -1/+1 |
|
|
* | Fix potential leaks identified by Neal Norwitz. | Andrew McNamara | 2003-06-09 | 1 | -0/+8 |
|
|
* | SF 748975 Printing unsaved shell fails | Kurt B. Kaiser | 2003-06-09 | 1 | -2/+6 |
|
|
* | Added a command line interface for difflib.py | Raymond Hettinger | 2003-06-08 | 1 | -0/+3 |
|
|
* | Added a command line interface for difflib.py | Raymond Hettinger | 2003-06-08 | 2 | -0/+42 |
|
|
* | Announce difflib.context_diff() and difflib.unified_diff(). | Raymond Hettinger | 2003-06-08 | 1 | -0/+2 |
|
|
* | For the context and unified diff functions: | Raymond Hettinger | 2003-06-08 | 1 | -15/+9 |
|
|
* | SF #735051, add time.tzset documentation | Neal Norwitz | 2003-06-08 | 1 | -0/+96 |
|
|
* | Fix SF #749831, copy raises SystemError when getstate raises exception | Neal Norwitz | 2003-06-08 | 2 | -0/+8 |
|
|
* | Added functions for creating context diffs and unified diffs. | Raymond Hettinger | 2003-06-08 | 1 | -1/+200 |
|
|
* | The fix to use . was incorporated | Neal Norwitz | 2003-06-08 | 1 | -2/+1 |
|
|
* | Revert 1.25, as overloaded __repr__ is not considered. | Martin v. Löwis | 2003-06-07 | 1 | -8/+8 |
|
|
* | Patch #750542: Use issubclass instead of type identity. | Martin v. Löwis | 2003-06-07 | 1 | -8/+8 |
|
|
* | Patch #750595: Refer to type complex using builtin. Fixes #595837. | Martin v. Löwis | 2003-06-07 | 1 | -3/+9 |
|
|
* | Patch #746801: FreeBSD 4 expected failures, by Charles Swiger. | Martin v. Löwis | 2003-06-07 | 1 | -0/+30 |
|
|
* | Patch #749191: Delete commands in after_cancel. Will backport to 2.2. | Martin v. Löwis | 2003-06-07 | 1 | -0/+6 |
|
|
* | Patch #748846: Let Demo/classes/Date.py mention DateTime module. | Martin v. Löwis | 2003-06-07 | 1 | -0/+3 |
|
|
* | Patch #748849: Update to current tools and demos. | Martin v. Löwis | 2003-06-07 | 2 | -3/+19 |
|
|
* | - urllib2.py now knows how to order proxy classes, so the user doesn't | Gustavo Niemeyer | 2003-06-07 | 3 | -11/+34 |
|
|
* | 1. Find in Files Dialog shows text selection if there is one | Kurt B. Kaiser | 2003-06-07 | 2 | -6/+4 |
|
|
* | 1. Update WindowList registry when filename changes so that | Kurt B. Kaiser | 2003-06-06 | 3 | -7/+4 |
|
|
* | SF bug #749759: comparisons yield bool not int | Raymond Hettinger | 2003-06-06 | 1 | -1/+1 |
|
|
* | Avoid problem resolving 'localhost' | Kurt B. Kaiser | 2003-06-05 | 3 | -4/+8 |
|
|
* | Change to <<open-module>>: always pop up the dialog, using the current | Guido van Rossum | 2003-06-05 | 1 | -8/+7 |
|
|
* | SF 747667 Error Doesn't Decolorize | Kurt B. Kaiser | 2003-06-05 | 1 | -1/+6 |
|
|
* | SF 748973 Guido van Rossum patch | Kurt B. Kaiser | 2003-06-05 | 3 | -8/+21 |
|
|
* | QUOTE_ALWAYS -> QUOTE_ALL | Skip Montanaro | 2003-06-04 | 1 | -1/+1 |
|
|
* | In an OSX framework build Python could fail if HOME wasn't set, fixed. | Jack Jansen | 2003-06-03 | 1 | -1/+1 |
|
|
* | Factor endian-ness check out of play_sound_file(), and fix | Greg Ward | 2003-06-03 | 1 | -7/+12 |
|
|
* | When a previous call to poll() has already seen the process status, | Guido van Rossum | 2003-06-02 | 1 | -4/+5 |
|
|
* | Fix SF bug #747348 docstring mistake in BaseHTTPServer.py. \n\nBackport Candi... | Raymond Hettinger | 2003-06-02 | 1 | -1/+1 |
|
|
* | Whitespace normalization; break a long line. | Guido van Rossum | 2003-06-02 | 1 | -39/+40 |
|
|
* | Fix a subtle decref bug that caused a GC assertion to fail in a debug | Guido van Rossum | 2003-06-02 | 1 | -0/+3 |
|
|