- bc4b507 This commit was manufactured by cvs2svn to create tag 'r213'. by cvs2svn · 23 years ago v2.1.3
- 9c55088 Weasle-word the SSL-on-Windows blurb. by Tim Peters · 23 years ago
- 80b5f50 re-adding the NEWS entry. SF ate my previous commit. by Anthony Baxter · 23 years ago
- 1eca91d backport 1.47's "add sendall() to FakeSocket class" by Anthony Baxter · 23 years ago
- 7a2d868 Change license text to refer to 2.1.3. by Tim Peters · 23 years ago
- 541481d Change 2.1.3 release date. by Tim Peters · 23 years ago
- 8a5e439 SF bug 497854: Short-cuts missing for All Users. by Tim Peters · 23 years ago
- b5fc8f2 Talk about uncoordinated dance partners! by Fred Drake · 23 years ago
- 1929e52 Add news about zlib 1.1.4 for the Windows installer. by Tim Peters · 23 years ago
- ebbfd0a Begin the Release Dance. by Fred Drake · 23 years ago
- d4ea28d Update Windows installer identification and resource strings for 2.1.3. by Tim Peters · 23 years ago
- 956524e Change 2.1.3 Windows build to use zlib 1.1.4. by Tim Peters · 23 years ago
- 96547c1 Change the 2.1.3 Windows buildno (#35). by Tim Peters · 23 years ago
- 709b628 Update 2.1.3 Windows buildno. by Tim Peters · 23 years ago
- 0247952 backport fred's by Anthony Baxter · 23 years ago
- 09d7fc6 beginning the dance of the sugar-plum micro-release. by Anthony Baxter · 23 years ago
- f5ffbbf Do not call "knee" a standard module. by Fred Drake · 23 years ago
- 7bbb8ae #457466: "popenx() argument mangling hangs python" [Win9x only] by Anthony Baxter · 23 years ago
- 830fdc4 Backport of bug 457466: "popenx() argument mangling hangs python" [Win9x only]." by Anthony Baxter · 23 years ago
- fc4afb3 This commit was manufactured by cvs2svn to create branch 'release21-maint'. by cvs2svn · 23 years ago
- 69337c7 Add note about changes in xml.sax.expatreader. by Fred Drake · 23 years ago
- 9e3c42a Not sure why the regression test missed this, but the PyXML tests caught it. by Fred Drake · 23 years ago
- eed9a44 Mark the notice about the new development version of the docs as not needing by Fred Drake · 23 years ago
- 976e51d Avoid creating circular references between the ExpatParser and the by Fred Drake · 23 years ago
- 5d2c2ad Back-port Neal Norwitz's patch: libarray.tex 1.31.8.2 by Fred Drake · 23 years ago
- 5c7855a Add the PyObject_As*Buffer() functions that apply, now that the docs have been by Fred Drake · 23 years ago
- 2a5cf97 Update the PEP URL format to point to python.org. by Fred Drake · 23 years ago
- 34716c1 There is no PyArg_ConvertTuple(); call it by the right name. by Fred Drake · 23 years ago
- 5ef032d Update to push the docs to python.org instead of python.sf.net. by Fred Drake · 23 years ago
- a41b85d backport gvanrossum's checkin of revision 2.40 of mpzmodule.c by Martin v. Löwis · 23 years ago
- f235a95 News for SF #535905. by Guido van Rossum · 23 years ago
- c44d823 Sort-of backport to 2.1.3 (if we ever release it) of the following. by Guido van Rossum · 23 years ago
- ded18d6 Backport for 2.1.3 (if we ever release it; we may have to because by Guido van Rossum · 23 years ago
- 00be96e Fix stupid typo in example. by Fred Drake · 23 years ago
- 2eedddc Clarify the descriptions of the positive and negative lookbehind assertions. by Fred Drake · 23 years ago
- 585a30c Add a test that was added in Python 2.2: test Weak*Dictionary.setdefault(). by Fred Drake · 23 years ago
- 67edc16 Fix SF bug #529273: WeakValueDictionary.setdefault() raised UnboundLocalError by Fred Drake · 23 years ago
- bda6366 Change the way \textasciitilde is implemented so it works more consistently by Fred Drake · 23 years ago
- c9868fe Add a note that Py_None needs the same reference count treatment as any by Fred Drake · 23 years ago
- 29752e2 "level" keyword argument in example should be "stacklevel". by Fred Drake · 23 years ago
- 9027116 Add more explanation of how data_files is used (esp. where the files end up by Fred Drake · 23 years ago
- ee95f1c "Shortcut" should be "short-circuit". This closes SF bug #526277. by Fred Drake · 23 years ago
- b027538 Backport (if there's ever a 2.1.3 release) of a useful trunk fix: by Guido van Rossum · 23 years ago
- 205da04 Typo: thsi -> this. Closes SF bug #521450. by Fred Drake · 23 years ago
- 8dcb537 Add an availability statement for alarm(). by Fred Drake · 23 years ago
- 558911b Consistently use \textasciicircum to produce a ^ character. by Fred Drake · 23 years ago
- dc2e5ce In case there ever will be a 2.1.3, this fixes SF bug #514928 (Bastian by Guido van Rossum · 23 years ago
- 97cb5b7 Update the instructions on reporting bugs to reflect that anonymous reports by Fred Drake · 23 years ago
- 0c81ed6 string.split() docstring described the interpretation of the maxsplit by Fred Drake · 23 years ago
- c7fd588 Add keyword.kwlist to the public API. by Fred Drake · 23 years ago
- e8dd09c libkeyword.tex was missing from the list of dependencies for the by Fred Drake · 23 years ago
- ddc9bb9 Fix typos reported by François Pinard. by Fred Drake · 23 years ago
- a00d2ab Updated GNU info dir segment from Milan Zamazal. by Fred Drake · 23 years ago
- b561db6 Update email address. by Fred Drake · 23 years ago
- 1d826b1 Fix Michael Hudson's email address. by Fred Drake · 23 years ago
- cadb4c8 This commit was manufactured by cvs2svn to create tag 'r212'. by cvs2svn · 23 years ago v2.1.2
- d73f1fd Assorted Windows tweaks to change the release from 2.1.2c1 to 2.1.2. by Tim Peters · 23 years ago
- d9ba4cf Bump version to 2.1.2 final. by Guido van Rossum · 23 years ago
- 114d11c News for 2.1.2 final. This is good now. by Guido van Rossum · 23 years ago
- 9e83cae Found another place where the copyrgiht date had to be fixed. by Guido van Rossum · 23 years ago
- ce76e0a Set the release version and date. by Fred Drake · 23 years ago
- ee924a9 Set the release version. by Fred Drake · 23 years ago
- a472771 Backport revision 2.69. by Guido van Rossum · 23 years ago
- e60d373 Merge in Thomas Heller's typo fix from revision 1.13. by Fred Drake · 23 years ago
- 5eab720 Copied from the HEAD revision, and checked in again after doing a by Thomas Heller · 23 years ago
- ea7f4a5 Add blurb about 32-bit Windows installer -- this made the SF release notes, by Tim Peters · 23 years ago
- e5f06af Remove remaining 2.2-isms: by Tim Peters · 23 years ago
- f427d7e The license text needs to refer to 2.1.2, not 2.1.1. by Tim Peters · 23 years ago
- fb9e880 2.1-ize command for Start menu GUI pydoc shortcut. by Tim Peters · 23 years ago
- 8c1f7ae Add the GetArgv() docs provided by Dean Draayer in SF patch #496705. by Fred Drake · 23 years ago
- a995adf Update to the latest version from the trunk. by Fred Drake · 23 years ago
- e1582a8 Mostly removing stuff the installer does in 2.2 that can't be done in by Tim Peters · 23 years ago
- 4435d50 One more copyright date to update. by Fred Drake · 23 years ago
- a03453d Attempted to update all the copyright notices (we're releasing this in by Tim Peters · 23 years ago
- bd5bcf6 More backporting of 32-bit installer. Doesn't work yet, but getting closer. by Tim Peters · 23 years ago
- f521ae1 Adjust the instructions for building large file support so that it works by Fred Drake · 23 years ago
- bf07673 Backporting the 32-bit installer requires an additional .wse script, by Tim Peters · 23 years ago
- 3411f57 Update Windows build number for 2.1.2c1. by Tim Peters · 23 years ago
- 5c1b22b This commit was manufactured by cvs2svn to create tag 'r212c1'. by cvs2svn · 23 years ago v2.1.2c1
- 438d267 tweak version numbers - 2.1.2c1, release candidate. by Anthony Baxter · 23 years ago
- 770139c backport 1.14: by Anthony Baxter · 23 years ago
- 202ae3d Prepare for 2.1.2 release candidate 1. by Fred Drake · 23 years ago
- bc2f312 added bdfl edits by Anthony Baxter · 23 years ago
- d66330a Added item about the webbrowser security fix. by Fred Drake · 23 years ago
- 86b2c9e build notes for macos x 10.1, from Dan Wolfe. by Anthony Baxter · 23 years ago
- f226f40 cosmetic change to add a commit message for the last commit, accidently by Anthony Baxter · 23 years ago
- ca1512c thread_pthread.h by Anthony Baxter · 23 years ago
- 9fd582b oops. PEP-0101 missed this. by Anthony Baxter · 23 years ago
- 4afb75d oops. forgot about largefile support. by Anthony Baxter · 23 years ago
- 879a049 backport Fred's 1.58: by Anthony Baxter · 23 years ago
- d7d92af 2.1.2 release continues... by Anthony Baxter · 23 years ago
- a82adf9 Backport gvanrossum's checkin of revision 1.20: by Anthony Baxter · 23 years ago
- b569d47 and heeeere we go. heading for 2.1.2 release. by Anthony Baxter · 23 years ago
- 4e2d4b3 Fix webbrowser.py security bug: be more careful about what we pass to by Fred Drake · 23 years ago
- 0112878 MvL's patch to fix up large file support. You still need to enable it by Anthony Baxter · 24 years ago
- 355b98a Do not mask the name of a built-in function in example code. by Fred Drake · 24 years ago
- c0a1286 Fix minor typo reported in SF patch #497951. by Fred Drake · 24 years ago
- 3fa9dd7 A slightly different version of patch 489388 which addresses two MacOSX issues: by Jack Jansen · 24 years ago
- cec94a5 Don;t build curses on MacOSX 10.1 or later. This is patch 496905, and by Jack Jansen · 24 years ago
- 8e07964 Another name. by Fred Drake · 24 years ago