- 112d20d This commit was manufactured by cvs2svn to create tag 'r211'. by cvs2svn · 24 years ago v2.1.1
- 2e03ba8 Fix showstopper SF bug #442983: use of site.addsitedir() was broken by Guido van Rossum · 24 years ago
- d8dd690 Backport Piers Lauder's checkin 1.30: by Thomas Wouters · 24 years ago
- e6072c2 Remove the TENTATIVE marker from the 2.1.1 Windows buildno. by Tim Peters · 24 years ago
- 4811919 Converted the project to CW6 (it hadn't been compiled by Jack Jansen · 24 years ago
- 24683e6 Updated news for 2.1.1-final. by Thomas Wouters · 24 years ago
- 249b51c Revert the previous two changes, unsetting PYTHONHOME breaks the build by Thomas Wouters · 24 years ago
- cc8dd4e Merge from the trunk... just contains bugfixes, according to Jack and Just. by Thomas Wouters · 24 years ago
- d1d2a9a Backport Jack's checkin 1.35 and Guido's checkin 1.36: by Thomas Wouters · 24 years ago
- 01c61eb Backport of AMK's checkin 1.34 and Guido's checkin 1.35: by Thomas Wouters · 24 years ago
- 041a51b Backport Guido's checkin 1.3: by Thomas Wouters · 24 years ago
- 83ac330 Backport of Jack's checkin 1.117: by Thomas Wouters · 24 years ago
- e02518f Avoid the use of 'unset', which isn't available on all platforms. Fixes SF by Thomas Wouters · 24 years ago
- 5901116 Remove some false statements. by Fred Drake · 24 years ago
- 03bb77e Remove some false comments. by Fred Drake · 24 years ago
- d92dc79 this closes patches item 429136 and brings the release21-maint version into by Skip Montanaro · 24 years ago
- 6f4747f Updated for 2.1.1. Just should check whether anything more about the IDE is worth mentioning. by Jack Jansen · 24 years ago
- d861465 Updated for 2.1.1. by Jack Jansen · 24 years ago
- 9bedd8d First set of changes for 2.1.1. MacPython builds and by Jack Jansen · 24 years ago
- 774a968 If Python doesn't have a Unicode codec for the current system encoding by Jack Jansen · 24 years ago
- 4522cc9 This commit was manufactured by cvs2svn to create branch 'release21-maint'. by cvs2svn · 24 years ago
- 35905ec Lots of small updates, some long overdue. by Fred Drake · 24 years ago
- b37d270 I think it's good to be explicit about the version in README. by Guido van Rossum · 24 years ago
- 1a39e8e Update the version to the final 2.1.1. by Guido van Rossum · 24 years ago
- f8e8ff0 Bump version number and set the date for the 2.1.1 release. by Fred Drake · 24 years ago
- fbe87eb Add a more substantial example startup file for the interactive shell; by Fred Drake · 24 years ago
- 9154c5f Backport of AMK's checkins of configure.in (1.228), config.h.in (2.101) and by Thomas Wouters · 24 years ago
- 09fdab3 Backport of AMK's checkin 2.52: by Thomas Wouters · 24 years ago
- 98cc791 Backport AMK's checkin 1.42: by Thomas Wouters · 24 years ago
- b823851 Fix SF #441664: Python crash on del of a slice of a mmap by Thomas Wouters · 24 years ago
- c743869 Revise the description of time.clock() so that it correctly describes the by Fred Drake · 24 years ago
- 01e871f Prepare Windows build for 2.1.1 final (buildno and installer screens). by Tim Peters · 24 years ago
- 35b9c24 Fix the markup of the caret charater in a couple of places; LaTeX's by Fred Drake · 24 years ago
- 5199e0f Argh. Somehow the header for the BEOPEN license had 2.1.1 in it. by Guido van Rossum · 24 years ago
- ee01a5e This commit was manufactured by cvs2svn to create tag 'r211c1'. by cvs2svn · 24 years ago v2.1.1c1
- d925620 Expand the blob on Solaris to mention passing '-Xc' to compile Python by Thomas Wouters · 24 years ago
- 6736e9d Add credit for a last-minute fix in the re documentation. by Fred Drake · 24 years ago
- 59fbb83 Fix return value for m.group() for groups not in the part of the RE that by Fred Drake · 24 years ago
- 6f2762a Preliminary NEWS entry for 2.1.1c1 by Thomas Wouters · 24 years ago
- 3261912 Net result of Tim's checkins 2.28 through 2.31: by Thomas Wouters · 24 years ago
- d7fe69f Backport Tim's checkin 1.9: by Thomas Wouters · 24 years ago
- 45892bf Backport Tim's checkin 1.7: by Thomas Wouters · 24 years ago
- cac2498 Re-do the broken-nice() patch to break less platforms. Hopefully none :P by Thomas Wouters · 24 years ago
- d11f5f3 Move the section on concrete numeric objects before the section on by Fred Drake · 24 years ago
- 90e6518 Added information about the timeout parameter to the poll() method for by Fred Drake · 24 years ago
- 44589dd Patch #439995 (slightly modified from the uploaded version): by Thomas Wouters · 24 years ago
- 958106d Backport of Guido's checkins of acconfig.h (1.50), configure.in (1.224) and by Thomas Wouters · 24 years ago
- 800f677 Backport of the socketserver test, including output file (which is still by Thomas Wouters · 24 years ago
- 1a2d894 This commit was manufactured by cvs2svn to create branch 'release21-maint'. by cvs2svn · 24 years ago
- 6dc482c Backport of Guido's checkin 1.25: by Thomas Wouters · 24 years ago
- d4a75dc Backport of Tim's checkin 2.178: by Thomas Wouters · 24 years ago
- e27a8b9 Backport Tim's checkin 1.17: by Thomas Wouters · 24 years ago
- 49ba499 Add another name. by Fred Drake · 24 years ago
- 93e543c Corrected the refcount information for PyList_SET_ITEM(). by Fred Drake · 24 years ago
- 919b65e Document PyObject_New(), PyObject_NewVar(), PyObject_Init(), by Fred Drake · 24 years ago
- 4695681 Added descriptions for some modules that previously did not have any by Fred Drake · 24 years ago
- 42af3ce Fix for SF bug #436525, reported by Greg Kochanski: by Thomas Wouters · 24 years ago
- 4c633be SF bug #439104: Tuple richcompares has code-typo. by Tim Peters · 24 years ago
- f14452e When reading a continuation line, make sure we still use the transformed by Fred Drake · 24 years ago
- f891be9 Explain the exit code for the wait() method, including a reference to by Fred Drake · 24 years ago
- 02be5cb The fpectl module does not work on Windows, so remove Windows from the by Fred Drake · 24 years ago
- f379622 Allow underscores in tag names and quote characters in unquoted attribute by Fred Drake · 24 years ago
- 3f6de5a Only write out one blank line before the request data. by Fred Drake · 24 years ago
- f0f49d9 Marked the parameters to Stats.print_*() as optional. by Fred Drake · 24 years ago
- 13928be Avoid using os.path.normcase() on sys.path elements; doing so causes paths by Fred Drake · 24 years ago
- 3bf0295 Added another name. by Fred Drake · 24 years ago
- 9e589ce Update to reflect Python 2.1.1 release planning. by Fred Drake · 24 years ago
- bfc74e8 2.1.1c1 WIndows fiddling, plus patchlevel.h. by Tim Peters · 24 years ago
- d8e303c Use the more conventional "self" as the name of the self parameter in an by Fred Drake · 24 years ago
- 7469771 Correct a markup error for an accented character. by Fred Drake · 24 years ago
- db9e1cb Removed some stray periods, and fix up a number of visible markup by Fred Drake · 24 years ago
- d1b8c2a Another name. by Fred Drake · 24 years ago
- 590111d SourceForge bug #437041: by Fred Drake · 24 years ago
- cffa3d6 Another name. by Fred Drake · 24 years ago
- f7e504d Simplify an example based on comment from Thomas Holenstein <[email protected]>: by Fred Drake · 24 years ago
- 62ebe04 Backport Tim's checkin 1.12: by Thomas Wouters · 24 years ago
- b24ffe4 Backport of Tim's checkin 1.35: by Thomas Wouters · 24 years ago
- 7383e7a Backport of Tim's checkin 2.57: by Thomas Wouters · 24 years ago
- 44c3679 Backport Tim's checkin 2.247: by Thomas Wouters · 24 years ago
- 5eaa740 Set PYTHONHOMEHELP to 2.1 by Thomas Wouters · 24 years ago
- cde43be Backport Tim's checkin 1.26 (patch probably by Michael Hudson, not Hundson): by Thomas Wouters · 24 years ago
- 671e257 Backport Tim's checkin 2.201: by Thomas Wouters · 24 years ago
- 48a433c Backport Tim's checkin 1.20: by Thomas Wouters · 24 years ago
- f9952b2 Backport Tim's checkin 1.97: by Thomas Wouters · 24 years ago
- 5829456 Backport Martin's checkin 2.16: by Thomas Wouters · 24 years ago
- 2a0f86d Backport Martin's checkin 1.4 (with minor fix): by Thomas Wouters · 24 years ago
- 588efca Backport Martin's checkin 1.6: by Thomas Wouters · 24 years ago
- 95043ef Backport Guido's checkin 1.4: by Thomas Wouters · 24 years ago
- 01a4623 Backport Fred's checkin 2.51: by Thomas Wouters · 24 years ago
- 689f4fa Backport Jeremy's checkin 2.57: by Thomas Wouters · 24 years ago
- 7a5b674 Backport Jeremy's checkin 2.244: by Thomas Wouters · 24 years ago
- cf547e1 Backport of Tim's checkin 1.52: by Thomas Wouters · 24 years ago
- ac4094b Backport of Tim's checkin 2.27: by Thomas Wouters · 24 years ago
- 687f228 Backport of Tim's checkin 2.111: by Thomas Wouters · 24 years ago
- 94441fe Backport of Tim's checkin 2.190: by Thomas Wouters · 24 years ago
- cf32a67 Backport Fred's checkin 1.3: by Thomas Wouters · 24 years ago
- c034fa1 Python 2.1 (and 2.0) -> Python 2.1.1 in the licence text. by Thomas Wouters · 24 years ago
- d0c8ed6 Updated link to zlib's home page. by Fred Drake · 24 years ago
- 1e97425 Re-organize a little, clean up some markup. by Fred Drake · 24 years ago
- 10de30d Corrected an error in the information on supporting weak references in by Fred Drake · 24 years ago