2002-12-24 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2002-12-24 |
Guido van Rossum | Add an XXX comment about relative imports. |
commit | commitdiff | tree | snapshot |
2002-12-24 |
Tony Lownds | boolcheck cannot be deleted here. |
commit | commitdiff | tree | snapshot |
2002-12-24 |
Tony Lownds | Move boolcheck before import of other IDLE modules |
commit | commitdiff | tree | snapshot |
2002-12-24 |
Tim Peters | Removed blurb admonishing users to raise an exception... |
commit | commitdiff | tree | snapshot |
2002-12-24 |
Tim Peters | Added note about technical pickle limitation on tzinfo... |
commit | commitdiff | tree | snapshot |
2002-12-24 |
Tim Peters | tzinfo.{utcoffset,dst} can return timedelta (or integer... |
commit | commitdiff | tree | snapshot |
2002-12-24 |
Neal Norwitz | Add test for SF #658106. Will backport. |
commit | commitdiff | tree | snapshot |
2002-12-24 |
Neal Norwitz | Fix SF #658023, "What's New in 2.3", s12, verbatim... |
commit | commitdiff | tree | snapshot |
2002-12-24 |
Jack Jansen | Added File and Folder, removed macfs. |
commit | commitdiff | tree | snapshot |
2002-12-24 |
Jack Jansen | Fixed typo. |
commit | commitdiff | tree | snapshot |
2002-12-24 |
Jack Jansen | Removed macfs, added File and Folder. |
commit | commitdiff | tree | snapshot |
2002-12-24 |
Jack Jansen | Updated for demise of macfs. |
commit | commitdiff | tree | snapshot |
2002-12-24 |
Kurt B. Kaiser | M PyShell.py |
commit | commitdiff | tree | snapshot |
2002-12-24 |
Tim Peters | Implemented .replace() methods for date, datetime,... |
commit | commitdiff | tree | snapshot |
2002-12-24 |
Kurt B. Kaiser | IDLE should exit if it fails to connect with the execut... |
commit | commitdiff | tree | snapshot |
2002-12-24 |
Kurt B. Kaiser | 1. RPC stack levels were not pruned from traceback... |
commit | commitdiff | tree | snapshot |
2002-12-24 |
Kurt B. Kaiser | Uniform Capitalization in Menus |
commit | commitdiff | tree | snapshot |
2002-12-23 |
Jack Jansen | - Various tweaks to shut up compiler warnings. |
commit | commitdiff | tree | snapshot |
2002-12-23 |
Kurt B. Kaiser | Remove debugging connection message |
commit | commitdiff | tree | snapshot |
2002-12-23 |
Jack Jansen | - Various tweaks to forestall compiler warnings. |
commit | commitdiff | tree | snapshot |
2002-12-23 |
Jack Jansen | Oops, old-style types don't have a tp_free slot. Call... |
commit | commitdiff | tree | snapshot |
2002-12-23 |
Tim Peters | Brought the strftime explanation into synch with the... |
commit | commitdiff | tree | snapshot |
2002-12-23 |
Jack Jansen | Squashed compiler warnings by adding casts, making... |
commit | commitdiff | tree | snapshot |
2002-12-23 |
Fred Drake | Add in the datetime docs now that they pass LaTeX.... |
commit | commitdiff | tree | snapshot |
2002-12-23 |
Fred Drake | Lots of markup changes. This is still pretty sad,... |
commit | commitdiff | tree | snapshot |
2002-12-23 |
Fred Drake | Move the examples of concrete tzinfo classes to a separ... |
commit | commitdiff | tree | snapshot |
2002-12-23 |
Tony Lownds | Make this script execute using pythonw |
commit | commitdiff | tree | snapshot |
2002-12-23 |
Tony Lownds | Revert to revision 1.3; Mac OS X has a platform specifi... |
commit | commitdiff | tree | snapshot |
2002-12-23 |
Tony Lownds | Move boolcheck to PyShell |
commit | commitdiff | tree | snapshot |
2002-12-23 |
Fred Drake | Added docs for (draft) pkgutil module. |
commit | commitdiff | tree | snapshot |
2002-12-23 |
Guido van Rossum | Oops. Roll back that last change. It wasn't ready... |
commit | commitdiff | tree | snapshot |
2002-12-23 |
Tim Peters | Don't rebind True and False. |
commit | commitdiff | tree | snapshot |
2002-12-23 |
Guido van Rossum | Add warning for assignment to None, True and False... |
commit | commitdiff | tree | snapshot |
2002-12-23 |
Guido van Rossum | Last week we discussed adding this module to the standa... |
commit | commitdiff | tree | snapshot |
2002-12-23 |
Tim Peters | call_utc_tzinfo_method(): Got rid of the label and... |
commit | commitdiff | tree | snapshot |
2002-12-23 |
Andrew M. Kuchling | Bump version number |
commit | commitdiff | tree | snapshot |
2002-12-23 |
Jack Jansen | Got rid of Mac/Relnotes, and started on mac-specific... |
commit | commitdiff | tree | snapshot |
2002-12-23 |
Kurt B. Kaiser | Alt-H was conflicting with the Help menu on Windows. |
commit | commitdiff | tree | snapshot |
2002-12-23 |
Kurt B. Kaiser | M MANIFEST.in |
commit | commitdiff | tree | snapshot |
2002-12-22 |
Tim Peters | I give up: unless I write my own strftime by hand... |
commit | commitdiff | tree | snapshot |
2002-12-22 |
Tim Peters | Python's strftime implementation does strange things... |
commit | commitdiff | tree | snapshot |
2002-12-22 |
Tim Peters | classify_object(): Renamed more meaningfully, to class... |
commit | commitdiff | tree | snapshot |
2002-12-22 |
Tim Peters | Implemented a Wiki suggestion: |
commit | commitdiff | tree | snapshot |
2002-12-22 |
Kurt B. Kaiser | Add configuration for packaging. |
commit | commitdiff | tree | snapshot |
2002-12-21 |
Kurt B. Kaiser | When IDLE is installed and run from a startup script... |
commit | commitdiff | tree | snapshot |
2002-12-21 |
Kurt B. Kaiser | M PyShell.py |
commit | commitdiff | tree | snapshot |
2002-12-21 |
Martin v. Löwis | Use wcscoll for _locale.strcoll if available. |
commit | commitdiff | tree | snapshot |
2002-12-21 |
Tim Peters | Added test to ensure that non-string result from dst... |
commit | commitdiff | tree | snapshot |
2002-12-21 |
Tim Peters | Changes sufficient so that pickles written by the Pytho... |
commit | commitdiff | tree | snapshot |
2002-12-20 |
Kurt B. Kaiser | Update the setup file: |
commit | commitdiff | tree | snapshot |
2002-12-20 |
Thomas Heller | Fix an error message in the _winreg module. The error... |
commit | commitdiff | tree | snapshot |
2002-12-20 |
Kurt B. Kaiser | Remove debugging statement checked in by accident,... |
commit | commitdiff | tree | snapshot |
2002-12-20 |
Kurt B. Kaiser | "'foo' in str" not implemented in Python 2.2, only... |
commit | commitdiff | tree | snapshot |
2002-12-20 |
Tim Peters | Fixed longstanding bug in the description of strftime... |
commit | commitdiff | tree | snapshot |
2002-12-20 |
Tony Lownds | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2002-12-20 |
Tony Lownds | Update way a subprocess is launched for Mac OS X. |
commit | commitdiff | tree | snapshot |
2002-12-20 |
Guido van Rossum | Fix what I believe is a bug: when removing all previous... |
commit | commitdiff | tree | snapshot |
2002-12-20 |
Tim Peters | format_utcoffset(): The natural type of the buflen... |
commit | commitdiff | tree | snapshot |
2002-12-20 |
Kurt B. Kaiser | Panel Bar on the Bottom is Probably More Common |
commit | commitdiff | tree | snapshot |
2002-12-20 |
Kurt B. Kaiser | Updated. |
commit | commitdiff | tree | snapshot |
2002-12-19 |
Jack Jansen | Always use self->ob_type->tp_free when freeing an object. |
commit | commitdiff | tree | snapshot |
2002-12-19 |
Jack Jansen | The extension module macfs has been replaced by a pure... |
commit | commitdiff | tree | snapshot |
2002-12-19 |
Jack Jansen | Added the last missing bits of functionality, and fixed... |
commit | commitdiff | tree | snapshot |
2002-12-19 |
Jack Jansen | A replacement for the macfs extension module, implement... |
commit | commitdiff | tree | snapshot |
2002-12-19 |
Jack Jansen | Gone: the constants have been moved to macfs.py (which... |
commit | commitdiff | tree | snapshot |
2002-12-19 |
Jack Jansen | Regenerated with inheritance-aware xxxx_Check() macros. |
commit | commitdiff | tree | snapshot |
2002-12-19 |
Jack Jansen | Always output an inheritance-aware version of the xxxx_... |
commit | commitdiff | tree | snapshot |
2002-12-19 |
Martin v. Löwis | Fix if-then-else-fi structure. |
commit | commitdiff | tree | snapshot |
2002-12-19 |
Neal Norwitz | Fix bug introduced by SF patch #643835, Set Next Statem... |
commit | commitdiff | tree | snapshot |
2002-12-19 |
Martin v. Löwis | Unsupport --without-universal-newlines. |
commit | commitdiff | tree | snapshot |
2002-12-19 |
Neal Norwitz | Update/correct comment |
commit | commitdiff | tree | snapshot |
2002-12-19 |
Neal Norwitz | Provide mechanism to deprecate functions, types, and... |
commit | commitdiff | tree | snapshot |
2002-12-19 |
Kurt B. Kaiser | If Edit window has not been saved, offer to save if... |
commit | commitdiff | tree | snapshot |
2002-12-19 |
Neal Norwitz | Fix another long vs int mismatch. test_datetime now... |
commit | commitdiff | tree | snapshot |
2002-12-19 |
Tim Peters | Fixed typo in string. |
commit | commitdiff | tree | snapshot |
2002-12-19 |
Neal Norwitz | Fix crash on alphas due to mismatch between 'l' format... |
commit | commitdiff | tree | snapshot |
2002-12-18 |
Neal Norwitz | Undefine MIN and MAX before defining |
commit | commitdiff | tree | snapshot |
2002-12-18 |
Neal Norwitz | SF # 654974, fix unchecked return values in structseq |
commit | commitdiff | tree | snapshot |
2002-12-18 |
Jack Jansen | - Added rawdata initializers |
commit | commitdiff | tree | snapshot |
2002-12-18 |
Tim Peters | delta_str(): Purged last uses of sprintf (in favor... |
commit | commitdiff | tree | snapshot |
2002-12-18 |
Raymond Hettinger | Expand log() tests to include long integers. |
commit | commitdiff | tree | snapshot |
2002-12-18 |
Andrew M. Kuchling | Check in current, unfinished, draft of datetime docs |
commit | commitdiff | tree | snapshot |
2002-12-18 |
Fred Drake | Fix some small markup nits. |
commit | commitdiff | tree | snapshot |
2002-12-18 |
Neal Norwitz | Fix typo spotted by Richie Hindle |
commit | commitdiff | tree | snapshot |
2002-12-18 |
Neal Norwitz | SF # 654960, remove unnecessary static variable |
commit | commitdiff | tree | snapshot |
2002-12-17 |
Jack Jansen | Fixed silly typo. |
commit | commitdiff | tree | snapshot |
2002-12-17 |
Jack Jansen | This module will shortly replace the builtin module... |
commit | commitdiff | tree | snapshot |
2002-12-17 |
Greg Ward | Two more typo fixes. |
commit | commitdiff | tree | snapshot |
2002-12-17 |
Jack Jansen | Include Finder.h too in the list of header files to... |
commit | commitdiff | tree | snapshot |
2002-12-17 |
Jack Jansen | This now contains constants from Files.h, Aliases.h... |
commit | commitdiff | tree | snapshot |
2002-12-17 |
Jack Jansen | - Added as_pathname and as_tuple methods |
commit | commitdiff | tree | snapshot |
2002-12-17 |
Jack Jansen | Added an optional longname argument to Module, which... |
commit | commitdiff | tree | snapshot |
2002-12-17 |
Kurt B. Kaiser | M ColorDelegator.py |
commit | commitdiff | tree | snapshot |
2002-12-17 |
Jack Jansen | "time_second" is apparently a #define on MacOSX. Rename... |
commit | commitdiff | tree | snapshot |
2002-12-17 |
Andrew M. Kuchling | No point in warning about needing re module; remove... |
commit | commitdiff | tree | snapshot |
2002-12-17 |
Andrew M. Kuchling | Fix comment typo |
commit | commitdiff | tree | snapshot |
2002-12-17 |
Greg Ward | Typo fix. |
commit | commitdiff | tree | snapshot |
2002-12-17 |
Gustavo Niemeyer | * Objects/fileobject.c |
commit | commitdiff | tree | snapshot |
2002-12-17 |
Michael W.... | This is J. Lewis Muir's patch: |
commit | commitdiff | tree | snapshot |
next |