| Commit message (Expand) | Author | Age | Files | Lines |
* | News about zipimport. | Guido van Rossum | 2002-12-30 | 1 | -0/+16 |
|
|
* | Added a note about the move of Mac/Lib to Lib/plat-mac. | Jack Jansen | 2002-12-30 | 1 | -0/+4 |
|
|
* | SF patch 659809, by Daniel Brotsky: fix Makefile.pre to use config | Guido van Rossum | 2002-12-30 | 1 | -0/+3 |
|
|
* | A short note about the versions of BerkeleyDB we now support | Barry Warsaw | 2002-12-30 | 1 | -4/+5 |
|
|
* | Add news about fix for bug #624807. | Neil Schemenauer | 2002-12-30 | 1 | -0/+4 |
|
|
* | Update the email package news. | Barry Warsaw | 2002-12-30 | 1 | -1/+1 |
|
|
* | SF patch 658251: Install a C implementation of the Mersenne Twister as the | Raymond Hettinger | 2002-12-29 | 1 | -0/+19 |
|
|
* | Add newsitem for the two new unittest methods. | Raymond Hettinger | 2002-12-29 | 1 | -15/+21 |
|
|
* | Apparently FreeBSD enables some HW floating-point exceptions by default. | Tim Peters | 2002-12-28 | 1 | -0/+1 |
|
|
* | Backing out patch #642578 in anticipation of final acceptance of PEP 302. | Just van Rossum | 2002-12-25 | 1 | -6/+0 |
|
|
* | SF 658405: calendar.py to rely on the datetime module instead of the time | Raymond Hettinger | 2002-12-25 | 1 | -0/+4 |
|
|
* | Oops. Roll back that last change. It wasn't ready for release. :-( | Guido van Rossum | 2002-12-23 | 1 | -4/+0 |
|
|
* | Add warning for assignment to None, True and False. This is patch | Guido van Rossum | 2002-12-23 | 1 | -0/+4 |
|
|
* | Got rid of Mac/Relnotes, and started on mac-specific release notes in NEWS. | Jack Jansen | 2002-12-23 | 1 | -2/+53 |
|
|
* | This is Richie Hindle's patch | Michael W. Hudson | 2002-12-17 | 1 | -2/+9 |
|
|
* | Blurb about new datetime module. | Tim Peters | 2002-12-16 | 1 | -2/+8 |
|
|
* | Fixed bug | Gustavo Niemeyer | 2002-12-16 | 1 | -0/+3 |
|
|
* | Use "dictionary literals" instead of "dictionaries", as suggested by Just. | Gustavo Niemeyer | 2002-12-16 | 1 | -3/+3 |
|
|
* | Fixing bug | Gustavo Niemeyer | 2002-12-16 | 1 | -0/+4 |
|
|
* | Applying patch | Gustavo Niemeyer | 2002-12-16 | 1 | -0/+3 |
|
|
* | Apply SF patch 652930: Add optional base argument to math.log(x[, base]). | Raymond Hettinger | 2002-12-14 | 1 | -0/+2 |
|
|
* | Mention the bdist_wininst postinstall script. | Thomas Heller | 2002-12-12 | 1 | -0/+3 |
|
|
* | News item for the change to turn _codecs into a builtin module. | Marc-André Lemburg | 2002-12-12 | 1 | -0/+4 |
|
|
* | Enhance issubclass() and PyObject_IsSubclass() so that a tuple is | Walter Dörwald | 2002-12-12 | 1 | -0/+4 |
|
|
* | Docs were added about a month ago | Raymond Hettinger | 2002-12-09 | 1 | -2/+1 |
|
|
* | Add support for binary pickles to the shelve module. In some situations | Skip Montanaro | 2002-12-08 | 1 | -0/+4 |
|
|
* | Patch #614055: Support OpenVMS. | Martin v. Löwis | 2002-12-06 | 2 | -0/+3 |
|
|
* | _ssl.pyd added for Windows. | Mark Hammond | 2002-12-03 | 1 | -0/+3 |
|
|
* | The new imp.[gs]et_frozenmodules() will be utterly redundant if the | Just van Rossum | 2002-12-01 | 1 | -1/+2 |
|
|
* | Slightly improved version of patch #642578: "Expose PyImport_FrozenModules | Just van Rossum | 2002-11-29 | 1 | -0/+5 |
|
|
* | Rephrase dict.fromkeys() news. | Guido van Rossum | 2002-11-27 | 1 | -4/+5 |
|
|
* | SF Patch 643443. Added dict.fromkeys(iterable, value=None), a class | Raymond Hettinger | 2002-11-27 | 1 | -0/+5 |
|
|
* | Add a way to say "use any resource except A". For example, to run | Fred Drake | 2002-11-26 | 1 | -1/+3 |
|
|
* | Rename want_objects to wantobjects throughout, for consistency. | Martin v. Löwis | 2002-11-26 | 1 | -1/+1 |
|
|
* | This is not part of my patch | Michael W. Hudson | 2002-11-26 | 1 | -0/+2 |
|
|
* | Fix typo | Andrew M. Kuchling | 2002-11-26 | 1 | -1/+1 |
|
|
* | Patch #518625: Return objects in Tkinter. | Martin v. Löwis | 2002-11-26 | 1 | -0/+5 |
|
|
* | Added Marius Gedminas, for contributions to the datetime code. | Tim Peters | 2002-11-25 | 1 | -0/+1 |
|
|
* | Fixed bug | Gustavo Niemeyer | 2002-11-25 | 1 | -0/+4 |
|
|
* | Patch #626485: Support Unicode normalization. | Martin v. Löwis | 2002-11-23 | 1 | -2/+2 |
|
|
* | Try linking the static Sleepycat lib into _bsddb.pyd. Hard to say | Tim Peters | 2002-11-23 | 1 | -1/+3 |
|
|
* | Implement names for CJK unified ideographs. Add name to KeyError output. | Martin v. Löwis | 2002-11-23 | 1 | -1/+1 |
|
|
* | Touch up the news for dict() keyword args. | Guido van Rossum | 2002-11-23 | 1 | -3/+4 |
|
|
* | Patch #626548: Support Hangul syllable names. | Martin v. Löwis | 2002-11-23 | 1 | -0/+3 |
|
|
* | Patch #642500 with slight modifications: allow keyword arguments in | Just van Rossum | 2002-11-23 | 1 | -0/+6 |
|
|
* | More bsddb-on-Windows fiddling: | Tim Peters | 2002-11-23 | 1 | -0/+8 |
|
|
* | Patch #494845: Support string concatenation, detect non-string data, | Martin v. Löwis | 2002-11-22 | 2 | -0/+4 |
|
|
* | Patch #486438: Make module argument to testmod optional. | Martin v. Löwis | 2002-11-22 | 1 | -0/+3 |
|
|
* | Patch #550765: Add daemon_threads flag. | Martin v. Löwis | 2002-11-22 | 1 | -0/+6 |
|
|
* | Patch #633547: Support plural forms. Do TODOs in test suite. | Martin v. Löwis | 2002-11-21 | 2 | -1/+3 |
|
|