| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Fix typo. | Walter Dörwald | 2002-11-19 | 1 | -1/+1 |
|
|
* | Change int() so that passing a string, unicode, float or long argument | Walter Dörwald | 2002-11-19 | 1 | -0/+3 |
|
|
* | Document PyBSDDB import. | Martin v. Löwis | 2002-11-19 | 1 | -0/+5 |
|
|
* | Comment on PyNumber_Check(). | Guido van Rossum | 2002-11-18 | 1 | -1/+3 |
|
|
* | Note that PyNumber_Check() returns true for string and unicode objects. | Neil Schemenauer | 2002-11-18 | 1 | -0/+4 |
|
|
* | Fix minor nits | Andrew M. Kuchling | 2002-11-15 | 1 | -3/+3 |
|
|
* | Add Optik news. | Guido van Rossum | 2002-11-15 | 1 | -0/+4 |
|
|
* | SF patch #520382: Expand shelve.py to have a full dictionary interface | Raymond Hettinger | 2002-11-15 | 1 | -0/+9 |
|
|
* | Windows blurb about new Tcl/Tk release shipped on Windows. | Tim Peters | 2002-11-14 | 1 | -0/+3 |
|
|
* | News about the logging module. | Guido van Rossum | 2002-11-13 | 1 | -0/+3 |
|
|
* | SF patch 637176: list.sort crasher | Tim Peters | 2002-11-12 | 1 | -1/+11 |
|
|
* | SF patch 629637: Add sample(population, k) method to the random module. | Raymond Hettinger | 2002-11-12 | 1 | -0/+3 |
|
|
* | Added a blurb about the change to sys.version under MSVC. | Tim Peters | 2002-11-11 | 1 | -0/+5 |
|
|
* | Richie Hindle | Michael W. Hudson | 2002-11-08 | 1 | -0/+1 |
|
|
* | NEWS entry for the changed fdopen function. | Thomas Heller | 2002-11-07 | 1 | -0/+4 |
|
|
* | Fixed sre bug "[#581080] Provoking infinite scanner loops". | Gustavo Niemeyer | 2002-11-07 | 1 | -0/+5 |
|
|
* | Add --check-tkinter to setup.py. Install IDLE. Fixes #634078. | Martin v. Löwis | 2002-11-06 | 1 | -0/+2 |
|
|
* | Fixed bug "[#466200] ability to specify a 'verify' script". | Gustavo Niemeyer | 2002-11-06 | 1 | -1/+5 |
|
|
* | Add next() and __iter__() methods to StreamReader, StreamReaderWriter | Walter Dörwald | 2002-11-06 | 1 | -0/+3 |
|
|
* | Fixed bug #470582, using a modified version of patch #527371, | Gustavo Niemeyer | 2002-11-06 | 1 | -0/+7 |
|
|
* | Add an entry for pdb's new `pp' command. | Barry Warsaw | 2002-11-05 | 1 | -0/+3 |
|
|
* | Another round on SF patch 618135: gzip.py and files > 2G | Tim Peters | 2002-11-05 | 1 | -3/+6 |
|
|
* | Patch implementing bz2 module. | Gustavo Niemeyer | 2002-11-05 | 1 | -0/+8 |
|
|
* | Related to SF patch 618135: gzip.py and files > 2G. | Tim Peters | 2002-11-04 | 1 | -1/+5 |
|
|
* | Patch #630829: Don't block on IAC, process suboptions. | Martin v. Löwis | 2002-11-04 | 2 | -1/+3 |
|
|
* | Add getpreferredencoding. Support @euro modifiers. Fixes #554676. | Martin v. Löwis | 2002-11-03 | 1 | -1/+2 |
|
|
* | Fix SF #632624, test_resource failure on alpha/64bit | Neal Norwitz | 2002-11-02 | 1 | -0/+2 |
|
|
* | Patch #613256: Add nescape method to xml.sax.saxutils. | Martin v. Löwis | 2002-10-26 | 2 | -0/+4 |
|
|
* | Add Daniel Stutzbach, for #512981. | Martin v. Löwis | 2002-10-26 | 1 | -0/+1 |
|
|
* | Document patch #512981. | Martin v. Löwis | 2002-10-26 | 1 | -0/+3 |
|
|