- d899605 Patch #633547: Support plural forms. Do TODOs in test suite. by Martin v. Löwis · 22 years ago
- a1a61f9 Fix typo. by Walter Dörwald · 22 years ago
- f171540 Change int() so that passing a string, unicode, float or long argument by Walter Dörwald · 22 years ago
- ef546b3 Document PyBSDDB import. by Martin v. Löwis · 22 years ago
- 1d26740 Comment on PyNumber_Check(). by Guido van Rossum · 22 years ago
- 6c19476 Note that PyNumber_Check() returns true for string and unicode objects. by Neil Schemenauer · 22 years ago
- e0373f8 Fix minor nits Trim excess whitespace off one line by Andrew M. Kuchling · 22 years ago
- 545c250 Add Optik news. by Guido van Rossum · 22 years ago
- 7994716 SF patch #520382: Expand shelve.py to have a full dictionary interface by Raymond Hettinger · 22 years ago
- 857fb4c Windows blurb about new Tcl/Tk release shipped on Windows. by Tim Peters · 22 years ago
- fda0674 News about the logging module. by Guido van Rossum · 22 years ago
- b9099c3 SF patch 637176: list.sort crasher by Tim Peters · 22 years ago
- f24eb35 SF patch 629637: Add sample(population, k) method to the random module. by Raymond Hettinger · 22 years ago
- 37dfb01 Added a blurb about the change to sys.version under MSVC. by Tim Peters · 22 years ago
- d5c124a Richie Hindle by Michael W. Hudson · 22 years ago
- 95cb7e4 NEWS entry for the changed fdopen function. by Thomas Heller · 22 years ago
- c523b04 Fixed sre bug "[#581080] Provoking infinite scanner loops". by Gustavo Niemeyer · 22 years ago
- dc46175 Add --check-tkinter to setup.py. Install IDLE. Fixes #634078. by Martin v. Löwis · 22 years ago
- fbceb01 Fixed bug "[#466200] ability to specify a 'verify' script". by Gustavo Niemeyer · 22 years ago
- 4dbf192 Add next() and __iter__() methods to StreamReader, StreamReaderWriter by Walter Dörwald · 22 years ago
- 4e7be06 Fixed bug #470582, using a modified version of patch #527371, from Greg Chapman. by Gustavo Niemeyer · 22 years ago
- 5d8d618 Add an entry for pdb's new `pp' command. by Barry Warsaw · 22 years ago
- 9288f95 Another round on SF patch 618135: gzip.py and files > 2G by Tim Peters · 22 years ago
- f8ca836 Patch implementing bz2 module. by Gustavo Niemeyer · 22 years ago
- fb0ea52 Related to SF patch 618135: gzip.py and files > 2G. by Tim Peters · 22 years ago
- 1da9c57 Patch #630829: Don't block on IAC, process suboptions. by Martin v. Löwis · 22 years ago
- f0a4668 Add getpreferredencoding. Support @euro modifiers. Fixes #554676. by Martin v. Löwis · 22 years ago
- 94a83fd Fix SF #632624, test_resource failure on alpha/64bit by Neal Norwitz · 22 years ago
- 74b51ac Patch #613256: Add nescape method to xml.sax.saxutils. by Martin v. Löwis · 22 years ago
- edb6bff Add Daniel Stutzbach, for #512981. by Martin v. Löwis · 22 years ago
- 080689c Document patch #512981. by Martin v. Löwis · 22 years ago
- 644991f (py-parse-state-re): Remove the "if" from the regular expression. by Barry Warsaw · 22 years ago
- d8407a7 Add new encoding for Ukrainian Cyrillic by Neal Norwitz · 22 years ago
- a19bfe0 Correct stat_result float time stamps entry. by Martin v. Löwis · 22 years ago
- 77ac429 Patch #572628: Optional timeouts for put and get. by Martin v. Löwis · 22 years ago
- b24e347 Patch #621891: Add askopenfile{name}s. by Martin v. Löwis · 22 years ago
- 2ec3627 Patch #621205: Tkinter updates for tk8.4. by Martin v. Löwis · 22 years ago
- cafe0ee Back out news about SF patch 479898 -- it's withdrawn. by Guido van Rossum · 22 years ago
- f689b88 Add Greg Copeland for SF # 585913, Adds Galeon support to webbrowser.py by Neal Norwitz · 22 years ago
- 6ce1315 Patch #612602: Streamline configure methods. by Martin v. Löwis · 22 years ago
- 2b492b6 News about repr() and 8-bit characters, and setlocale() in the readline module. by Guido van Rossum · 22 years ago
- ecaaf64 Add a few people who were in the ACKS file in the 2.2.2 branch but not by Guido van Rossum · 22 years ago
- 8696ebc Add os.path.supports_unicode_filenames for all platforms, by Mark Hammond · 22 years ago
- e9ce0b0 Patch #448038: Add move(). Report errors from copytree as in shutil.Error. by Martin v. Löwis · 22 years ago
- a844f2d Document patch #594001. by Martin v. Löwis · 22 years ago
- 97047e2 News item about the new encoding normalization scheme. by Marc-André Lemburg · 22 years ago
- ba60297 Mention droped support for Tcl/Tk 8.0 and 8.1. by Guido van Rossum · 22 years ago
- 4535b18 Add Tim Rice, for SCO patches. by Martin v. Löwis · 22 years ago
- b45b9fe fix a couple nits related to my understanding of ReST. Use of by Skip Montanaro · 22 years ago
- a2a07bc fix a couple nits with my use of ReST by Skip Montanaro · 22 years ago
- 7f23212 (py-pychecker-run): Fix calculation of last command to include the by Barry Warsaw · 22 years ago
- 6b3db55 Disable building of the fpectl module -- it's dangerous or useless by Guido van Rossum · 22 years ago
- 2848fe9 Attila Babo (turtle.py). by Guido van Rossum · 22 years ago
- 4a38583 reference the new NEWS.help file by Skip Montanaro · 22 years ago
- 5c27e66 brief help file for people editing Misc/NEWS by Skip Montanaro · 22 years ago
- e5d7f7f ReST-ification of the NEWS file. While the total number of changes are by Skip Montanaro · 22 years ago
- a989ac4 Add MJ. by Guido van Rossum · 22 years ago
- 923e4ef The SGI demos are gone. by Guido van Rossum · 22 years ago
- 4cb2204 migrate news about 2.1 and earlier releases from NEWS to HISTORY in by Skip Montanaro · 22 years ago
- 658009a Make BadPickleGet a class. Fixes #609164. by Martin v. Löwis · 22 years ago
- 0606791 Add Mats Wichmann, another snake farmhand. by Guido van Rossum · 22 years ago
- 6a0477b Alphabetize Qvist properly. by Guido van Rossum · 22 years ago
- f981a33 Add Laura "force of nature" Creighton and Anders "snake farmer" Qvist, by Guido van Rossum · 22 years ago
- a32c994 Always generate floats for stat_result; fix configure test. by Martin v. Löwis · 22 years ago
- 94717ed Patch #606592: Subsecond timestamps in stat_result. by Martin v. Löwis · 22 years ago
- a6db44f Script to generate .pkg packages, donated by Dinu Gherman. This is his by Jack Jansen · 22 years ago
- 5ccaf8f Apply diff3.txt (plus additional documentation) by Walter Dörwald · 22 years ago
- b567392 SF bug # 585792, Invalid mmap crashes Python interpreter by Neal Norwitz · 22 years ago
- 7165af2 Added "that" to correct grammar, the rest is due to wrapping by Neal Norwitz · 22 years ago
- 979c74b added a bit about the change to the thread ticker by Skip Montanaro · 22 years ago
- 8e790e7 expose PYTHON_API_VERSION macro as sys.api_version. Closes patch # 601456. by Skip Montanaro · 22 years ago
- 3aeb632 PEP 293 implemention (from SF patch http://www.python.org/sf/432401) by Walter Dörwald · 22 years ago
- c58eafb Distutils-based script by Bill Fancher to download the Python documentation by Jack Jansen · 22 years ago
- 1e9718a Fix grammatically inept comment. by Michael W. Hudson · 22 years ago
- 76afbd9 Fix some endcase bugs in unicode rfind()/rindex() and endswith(). by Guido van Rossum · 22 years ago
- 45ec02a SF patch 576101, by Oren Tirosh: alternative implementation of by Guido van Rossum · 22 years ago
- d8ab35c News about sets. (There's no documentation; if someone wants to by Guido van Rossum · 22 years ago
- f2f2a2c Fix spelling errors and note the addition of operator.pow() by Raymond Hettinger · 22 years ago
- 0281512 Merged the MacPython thanks list into the general acknowledgements. by Jack Jansen · 22 years ago
- 5403737 Add Steve Purcell for unittest.py by Raymond Hettinger · 22 years ago
- 012c0a3 Newly-relaxed limits on random.randrange(). Also added some info about by Tim Peters · 22 years ago
- f808b89 Mention warnings about defining None. by Guido van Rossum · 22 years ago
- dd32a91 This is my patch by Michael W. Hudson · 22 years ago
- add8806 Add notes about universal newlines. by Guido van Rossum · 22 years ago
- fdb8648 Add news about Fred's change to Py_InitModule4(). by Guido van Rossum · 22 years ago
- f399fd9 Added Hisao Suzuki. by Martin v. Löwis · 22 years ago
- 9be8946 Add news about FutureWarning and PEP 237 stage B0. by Guido van Rossum · 22 years ago
- 6000464 Added new function k_lopsided_mul(), which is much more efficient than by Tim Peters · 22 years ago
- b9f1e98 New names. by Guido van Rossum · 22 years ago
- d64c1de k_mul() and long_mul(): I'm confident that the Karatsuba algorithm is by Tim Peters · 22 years ago
- e343878 New news about __class__ assignment restrictions and speed-up of by Guido van Rossum · 22 years ago
- 6c70fca Revert what looks like a typo from the last checkin by Neal Norwitz · 22 years ago
- 5af4e6c Cautious introduction of a patch that started from by Tim Peters · 22 years ago
- cc8764c Add C API PyUnicode_FromOrdinal() which exposes unichr() at C level. by Marc-André Lemburg · 22 years ago
- 8f3afc7 Clarify that the interruptable popen fixes aren't used under Win9x. by Mark Hammond · 22 years ago
- bffb2ef Credit to Oren for the file-iterator patch. by Guido van Rossum · 22 years ago
- deb0936 News about the tempfile rewrite. by Guido van Rossum · 22 years ago
- d81a983 News about Neil's fix to correctly invoke __rmul__. by Guido van Rossum · 22 years ago
- b6434f2 Document that -u puts stdin, stdout, and stderr in binary mode. by Sjoerd Mullender · 22 years ago
- d79f683 Describe new "str1 in str2" behavior. by Barry Warsaw · 22 years ago