| Commit message (Expand) | Author | Age | Files | Lines |
* | - Various tweaks to forestall compiler warnings. | Jack Jansen | 2002-12-23 | 2 | -16/+30 |
|
|
* | Oops, old-style types don't have a tp_free slot. Call PyObject_Free | Jack Jansen | 2002-12-23 | 1 | -2/+6 |
|
|
* | Brought the strftime explanation into synch with the plain-text sandbox | Tim Peters | 2002-12-23 | 1 | -45/+56 |
|
|
* | Squashed compiler warnings by adding casts, making sure prototypes are in | Jack Jansen | 2002-12-23 | 4 | -3/+7 |
|
|
* | Add in the datetime docs now that they pass LaTeX. Still ugly, but that can | Fred Drake | 2002-12-23 | 2 | -0/+3 |
|
|
* | Lots of markup changes. This is still pretty sad, but passes LaTeX | Fred Drake | 2002-12-23 | 1 | -483/+558 |
|
|
* | Move the examples of concrete tzinfo classes to a separate file, so the | Fred Drake | 2002-12-23 | 1 | -0/+51 |
|
|
* | Make this script execute using pythonw | Tony Lownds | 2002-12-23 | 1 | -0/+1 |
|
|
* | Revert to revision 1.3; Mac OS X has a platform specific startup script, maco... | Tony Lownds | 2002-12-23 | 1 | -15/+2 |
|
|
* | Move boolcheck to PyShell | Tony Lownds | 2002-12-23 | 2 | -7/+4 |
|
|
* | Added docs for (draft) pkgutil module. | Fred Drake | 2002-12-23 | 3 | -0/+52 |
|
|
* | Oops. Roll back that last change. It wasn't ready for release. :-( | Guido van Rossum | 2002-12-23 | 2 | -100/+30 |
|
|
* | Don't rebind True and False. | Tim Peters | 2002-12-23 | 1 | -5/+5 |
|
|
* | Add warning for assignment to None, True and False. This is patch | Guido van Rossum | 2002-12-23 | 2 | -30/+100 |
|
|
* | Last week we discussed adding this module to the standard library. | Guido van Rossum | 2002-12-23 | 1 | -0/+78 |
|
|
* | call_utc_tzinfo_method(): Got rid of the label and the gotos. | Tim Peters | 2002-12-23 | 1 | -7/+2 |
|
|
* | Bump version number | Andrew M. Kuchling | 2002-12-23 | 1 | -1/+1 |
|
|
* | Got rid of Mac/Relnotes, and started on mac-specific release notes in NEWS. | Jack Jansen | 2002-12-23 | 2 | -77/+53 |
|
|
* | Alt-H was conflicting with the Help menu on Windows. | Kurt B. Kaiser | 2002-12-23 | 1 | -1/+1 |
|
|
* | M MANIFEST.in | Kurt B. Kaiser | 2002-12-23 | 4 | -52/+45 |
|
|
* | I give up: unless I write my own strftime by hand, datetime just can't | Tim Peters | 2002-12-22 | 2 | -0/+31 |
|
|
* | Python's strftime implementation does strange things with the year, | Tim Peters | 2002-12-22 | 1 | -1/+5 |
|
|
* | classify_object(): Renamed more meaningfully, to classify_utcoffset(). | Tim Peters | 2002-12-22 | 1 | -20/+17 |
|
|
* | Implemented a Wiki suggestion: | Tim Peters | 2002-12-22 | 2 | -147/+241 |
|
|
* | Add configuration for packaging. | Kurt B. Kaiser | 2002-12-22 | 2 | -0/+7 |
|
|
* | When IDLE is installed and run from a startup script, the script's | Kurt B. Kaiser | 2002-12-21 | 1 | -0/+5 |
|
|
* | M PyShell.py | Kurt B. Kaiser | 2002-12-21 | 3 | -23/+24 |
|
|
* | Use wcscoll for _locale.strcoll if available. | Martin v. Löwis | 2002-12-21 | 5 | -8/+92 |
|
|
* | Added test to ensure that non-string result from dst() raises TypeError. | Tim Peters | 2002-12-21 | 1 | -0/+6 |
|
|
* | Changes sufficient so that pickles written by the Python implementation | Tim Peters | 2002-12-21 | 1 | -9/+15 |
|
|
* | Update the setup file: | Kurt B. Kaiser | 2002-12-20 | 1 | -34/+42 |
|
|
* | Fix an error message in the _winreg module. The error message referred | Thomas Heller | 2002-12-20 | 1 | -1/+1 |
|
|
* | Remove debugging statement checked in by accident, ah, carelessness. | Kurt B. Kaiser | 2002-12-20 | 1 | -1/+0 |
|
|
* | "'foo' in str" not implemented in Python 2.2, only single character lookup | Kurt B. Kaiser | 2002-12-20 | 1 | -1/+2 |
|
|
* | Fixed longstanding bug in the description of strftime's %W code. | Tim Peters | 2002-12-20 | 1 | -1/+1 |
|
|
* | *** empty log message *** | Tony Lownds | 2002-12-20 | 1 | -1/+1 |
|
|
* | Update way a subprocess is launched for Mac OS X. | Tony Lownds | 2002-12-20 | 5 | -16/+107 |
|
|
* | Fix what I believe is a bug: when removing all previous handlers, | Guido van Rossum | 2002-12-20 | 1 | -2/+2 |
|
|
* | format_utcoffset(): The natural type of the buflen arg is size_t, so | Tim Peters | 2002-12-20 | 2 | -19/+24 |
|
|
* | Panel Bar on the Bottom is Probably More Common | Kurt B. Kaiser | 2002-12-20 | 1 | -2/+4 |
|
|
* | Updated. | Kurt B. Kaiser | 2002-12-20 | 1 | -11/+24 |
|
|
* | Always use self->ob_type->tp_free when freeing an object. | Jack Jansen | 2002-12-19 | 1 | -1/+1 |
|
|
* | The extension module macfs has been replaced by a pure Python version. | Jack Jansen | 2002-12-19 | 2 | -1198/+0 |
|
|
* | Added the last missing bits of functionality, and fixed a nasty bug where we | Jack Jansen | 2002-12-19 | 2 | -129/+385 |
|
|
* | A replacement for the macfs extension module, implemented with normal | Jack Jansen | 2002-12-19 | 1 | -20/+26 |
|
|
* | Gone: the constants have been moved to macfs.py (which, upon import, also | Jack Jansen | 2002-12-19 | 1 | -106/+0 |
|
|
* | Regenerated with inheritance-aware xxxx_Check() macros. | Jack Jansen | 2002-12-19 | 22 | -50/+50 |
|
|
* | Always output an inheritance-aware version of the xxxx_Check() macro. Also | Jack Jansen | 2002-12-19 | 1 | -5/+1 |
|
|
* | Fix if-then-else-fi structure. | Martin v. Löwis | 2002-12-19 | 2 | -3/+5 |
|
|
* | Fix bug introduced by SF patch #643835, Set Next Statement for Python debuggers | Neal Norwitz | 2002-12-19 | 1 | -4/+12 |
|
|