summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add warning for assignment to None, True and False. This is patchGuido van Rossum2002-12-232-30/+100
* Last week we discussed adding this module to the standard library.Guido van Rossum2002-12-231-0/+78
* call_utc_tzinfo_method(): Got rid of the label and the gotos.Tim Peters2002-12-231-7/+2
* Bump version numberAndrew M. Kuchling2002-12-231-1/+1
* Got rid of Mac/Relnotes, and started on mac-specific release notes in NEWS.Jack Jansen2002-12-232-77/+53
* Alt-H was conflicting with the Help menu on Windows.Kurt B. Kaiser2002-12-231-1/+1
* M MANIFEST.inKurt B. Kaiser2002-12-234-52/+45
* I give up: unless I write my own strftime by hand, datetime just can'tTim Peters2002-12-222-0/+31
* Python's strftime implementation does strange things with the year,Tim Peters2002-12-221-1/+5
* classify_object(): Renamed more meaningfully, to classify_utcoffset().Tim Peters2002-12-221-20/+17
* Implemented a Wiki suggestion:Tim Peters2002-12-222-147/+241
* Add configuration for packaging.Kurt B. Kaiser2002-12-222-0/+7
* When IDLE is installed and run from a startup script, the script'sKurt B. Kaiser2002-12-211-0/+5
* M PyShell.pyKurt B. Kaiser2002-12-213-23/+24
* Use wcscoll for _locale.strcoll if available.Martin v. Löwis2002-12-215-8/+92
* Added test to ensure that non-string result from dst() raises TypeError.Tim Peters2002-12-211-0/+6
* Changes sufficient so that pickles written by the Python implementationTim Peters2002-12-211-9/+15
* Update the setup file:Kurt B. Kaiser2002-12-201-34/+42
* Fix an error message in the _winreg module. The error message referredThomas Heller2002-12-201-1/+1
* Remove debugging statement checked in by accident, ah, carelessness.Kurt B. Kaiser2002-12-201-1/+0
* "'foo' in str" not implemented in Python 2.2, only single character lookupKurt B. Kaiser2002-12-201-1/+2
* Fixed longstanding bug in the description of strftime's %W code.Tim Peters2002-12-201-1/+1
* *** empty log message ***Tony Lownds2002-12-201-1/+1
* Update way a subprocess is launched for Mac OS X.Tony Lownds2002-12-205-16/+107
* Fix what I believe is a bug: when removing all previous handlers,Guido van Rossum2002-12-201-2/+2
* format_utcoffset(): The natural type of the buflen arg is size_t, soTim Peters2002-12-202-19/+24
* Panel Bar on the Bottom is Probably More CommonKurt B. Kaiser2002-12-201-2/+4
* Updated.Kurt B. Kaiser2002-12-201-11/+24
* Always use self->ob_type->tp_free when freeing an object.Jack Jansen2002-12-191-1/+1
* The extension module macfs has been replaced by a pure Python version.Jack Jansen2002-12-192-1198/+0
* Added the last missing bits of functionality, and fixed a nasty bug where weJack Jansen2002-12-192-129/+385
* A replacement for the macfs extension module, implemented with normalJack Jansen2002-12-191-20/+26
* Gone: the constants have been moved to macfs.py (which, upon import, alsoJack Jansen2002-12-191-106/+0
* Regenerated with inheritance-aware xxxx_Check() macros.Jack Jansen2002-12-1922-50/+50
* Always output an inheritance-aware version of the xxxx_Check() macro. AlsoJack Jansen2002-12-191-5/+1
* Fix if-then-else-fi structure.Martin v. Löwis2002-12-192-3/+5
* Fix bug introduced by SF patch #643835, Set Next Statement for Python debuggersNeal Norwitz2002-12-191-4/+12
* Unsupport --without-universal-newlines.Martin v. Löwis2002-12-193-4/+9
* Update/correct commentNeal Norwitz2002-12-191-1/+1
* Provide mechanism to deprecate functions, types, and struct members.Neal Norwitz2002-12-191-0/+13
* If Edit window has not been saved, offer to save if user tries to Run orKurt B. Kaiser2002-12-191-14/+21
* Fix another long vs int mismatch. test_datetime now passes on alphaNeal Norwitz2002-12-191-3/+3
* Fixed typo in string.Tim Peters2002-12-191-5/+20
* Fix crash on alphas due to mismatch between 'l' format and int variables.Neal Norwitz2002-12-191-1/+1
* Undefine MIN and MAX before definingNeal Norwitz2002-12-181-0/+2
* SF # 654974, fix unchecked return values in structseqNeal Norwitz2002-12-181-2/+6
* - Added rawdata initializersJack Jansen2002-12-183-124/+339
* delta_str(): Purged last uses of sprintf (in favor of PyOS_snprintf).Tim Peters2002-12-181-10/+25
* Expand log() tests to include long integers.Raymond Hettinger2002-12-181-0/+2
* Check in current, unfinished, draft of datetime docsAndrew M. Kuchling2002-12-181-0/+1139