summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Fix typo.Walter Dörwald2002-11-191-1/+1
* Change int() so that passing a string, unicode, float or long argumentWalter Dörwald2002-11-191-0/+3
* Document PyBSDDB import.Martin v. Löwis2002-11-191-0/+5
* Comment on PyNumber_Check().Guido van Rossum2002-11-181-1/+3
* Note that PyNumber_Check() returns true for string and unicode objects.Neil Schemenauer2002-11-181-0/+4
* Fix minor nitsAndrew M. Kuchling2002-11-151-3/+3
* Add Optik news.Guido van Rossum2002-11-151-0/+4
* SF patch #520382: Expand shelve.py to have a full dictionary interfaceRaymond Hettinger2002-11-151-0/+9
* Windows blurb about new Tcl/Tk release shipped on Windows.Tim Peters2002-11-141-0/+3
* News about the logging module.Guido van Rossum2002-11-131-0/+3
* SF patch 637176: list.sort crasherTim Peters2002-11-121-1/+11
* SF patch 629637: Add sample(population, k) method to the random module.Raymond Hettinger2002-11-121-0/+3
* Added a blurb about the change to sys.version under MSVC.Tim Peters2002-11-111-0/+5
* Richie HindleMichael W. Hudson2002-11-081-0/+1
* NEWS entry for the changed fdopen function.Thomas Heller2002-11-071-0/+4
* Fixed sre bug "[#581080] Provoking infinite scanner loops".Gustavo Niemeyer2002-11-071-0/+5
* Add --check-tkinter to setup.py. Install IDLE. Fixes #634078.Martin v. Löwis2002-11-061-0/+2
* Fixed bug "[#466200] ability to specify a 'verify' script".Gustavo Niemeyer2002-11-061-1/+5
* Add next() and __iter__() methods to StreamReader, StreamReaderWriterWalter Dörwald2002-11-061-0/+3
* Fixed bug #470582, using a modified version of patch #527371,Gustavo Niemeyer2002-11-061-0/+7
* Add an entry for pdb's new `pp' command.Barry Warsaw2002-11-051-0/+3
* Another round on SF patch 618135: gzip.py and files > 2GTim Peters2002-11-051-3/+6
* Patch implementing bz2 module.Gustavo Niemeyer2002-11-051-0/+8
* Related to SF patch 618135: gzip.py and files > 2G.Tim Peters2002-11-041-1/+5
* Patch #630829: Don't block on IAC, process suboptions.Martin v. Löwis2002-11-042-1/+3
* Add getpreferredencoding. Support @euro modifiers. Fixes #554676.Martin v. Löwis2002-11-031-1/+2
* Fix SF #632624, test_resource failure on alpha/64bitNeal Norwitz2002-11-021-0/+2
* Patch #613256: Add nescape method to xml.sax.saxutils.Martin v. Löwis2002-10-262-0/+4
* Add Daniel Stutzbach, for #512981.Martin v. Löwis2002-10-261-0/+1
* Document patch #512981.Martin v. Löwis2002-10-261-0/+3
* (py-parse-state-re): Remove the "if" from the regular expression.Barry Warsaw2002-10-211-1/+1
* Add new encoding for Ukrainian CyrillicNeal Norwitz2002-10-171-0/+1
* Correct stat_result float time stamps entry.Martin v. Löwis2002-10-161-1/+2
* Patch #572628: Optional timeouts for put and get.Martin v. Löwis2002-10-151-0/+2
* Patch #621891: Add askopenfile{name}s.Martin v. Löwis2002-10-131-4/+5
* Patch #621205: Tkinter updates for tk8.4.Martin v. Löwis2002-10-132-0/+3
* Back out news about SF patch 479898 -- it's withdrawn.Guido van Rossum2002-10-111-6/+0
* Add Greg Copeland for SF # 585913, Adds Galeon support to webbrowser.pyNeal Norwitz2002-10-101-0/+1
* Patch #612602: Streamline configure methods.Martin v. Löwis2002-10-102-0/+5
* News about repr() and 8-bit characters, and setlocale() in theGuido van Rossum2002-10-091-0/+17
* Add a few people who were in the ACKS file in the 2.2.2 branch but notGuido van Rossum2002-10-091-0/+4
* Add os.path.supports_unicode_filenames for all platforms,Mark Hammond2002-10-081-0/+6
* Patch #448038: Add move(). Report errors from copytree as in shutil.Error.Martin v. Löwis2002-10-071-0/+3
* Document patch #594001.Martin v. Löwis2002-10-051-0/+2
* News item about the new encoding normalization scheme.Marc-André Lemburg2002-10-041-0/+6
* Mention droped support for Tcl/Tk 8.0 and 8.1.Guido van Rossum2002-10-011-0/+4
* Add Tim Rice, for SCO patches.Martin v. Löwis2002-09-301-0/+1
* fix a couple nits related to my understanding of ReST. Use ofSkip Montanaro2002-09-301-3/+3
* fix a couple nits with my use of ReSTSkip Montanaro2002-09-301-6/+6
* (py-pychecker-run): Fix calculation of last command to include theBarry Warsaw2002-09-281-3/+8