- 4ce90b3 This commit was manufactured by cvs2svn to create tag 'r223'. by cvs2svn · 22 years ago v2.2.3
- c70811d Last minute NEWS file updates by Barry Warsaw · 22 years ago
- d095616 Update Windows installer for 2.2.3. by Tim Peters · 22 years ago
- 4382513 Update the Windows DLL resource info for 2.2.3. by Tim Peters · 22 years ago
- 5da9ce4 Update the buildno diplayed by Windows Python 2.2.3. by Tim Peters · 22 years ago
- 935fb5e Updated Windows buildno for 2.2.3 final. by Tim Peters · 22 years ago
- abf32d6 Bump the version to 2.2.3 (final). by Guido van Rossum · 22 years ago
- 641e266 Backport from 2.3 trunk: by Barry Warsaw · 22 years ago
- 67300f4 Typo repair. by Tim Peters · 22 years ago
- b0f53ab Fleshed out the WeakKeyDictionary.__delitem__ news, since this can change by Tim Peters · 22 years ago
- a0ac74c All the news that's fit to print (I reviewed the CVS log since the by Guido van Rossum · 22 years ago
- d004298 Add section for 2.2.3 final and memory leak plug for tkinter by Neal Norwitz · 22 years ago
- a4ebef5 Backport 1.160: Fix SF #745055, Memory leak in _tkinter.c/Tkapp_SplitList() by Neal Norwitz · 22 years ago
- 6de17d2 Give the Windows socket wrapper function default values for its 'family' by Tim Peters · 22 years ago
- a0e0297 Set release information for Python 2.2.3. by Fred Drake · 22 years ago
- be1eb0c crash_in_get_sf736892(): A test of SF 736892, forcing function to act by Barry Warsaw · 22 years ago
- 1345877 Backport patch 2.206: by Barry Warsaw · 22 years ago
- 10b1cd9 Remove debug code from weakref_segfault(). by Guido van Rossum · 22 years ago
- f9622d1 Fix for SF 742911. We now clear the weakrefs *before* calling __del__ by Guido van Rossum · 22 years ago
- 189a6c9 Add testcase for SF 742911. by Guido van Rossum · 22 years ago
- 39a8fdd The backport gets Fred's seal of approval: by Barry Warsaw · 22 years ago
- 7496e18 Spec file update from Sean Reifschneider. by Barry Warsaw · 22 years ago
- e9ac720 Backport of 1.48: on Mac OS X don't use -R for runtime_library_dirs, use by Jack Jansen · 22 years ago
- e47b01f Bumping PY_VERSION by Barry Warsaw · 22 years ago
- 6f3e109 This commit was manufactured by cvs2svn to create tag 'r223c1'. by cvs2svn · 22 years ago v2.2.3c1
- ae7bc13 Go ahead and label this 2.2.3c1 by Barry Warsaw · 22 years ago
- f828b41 A bunch of NEWS file updates by Barry Warsaw · 22 years ago
- 4ab4393 Squash new compiler wng (mistmatching formal/actual pointer types). by Tim Peters · 22 years ago
- 826f68b Backport fix for SF bug 692776. by Jeremy Hylton · 22 years ago
- 8e0ef04 Link the dbm module against gdbm if it exists and if no earlier by Barry Warsaw · 22 years ago
- a74d9fe Backport Jeremy's fix: req.method should be req.get_method. by Raymond Hettinger · 22 years ago
- c012951 Backport fix for SF bug #741171: pdb crashes when enabling a non-existing breakpoint by Andrew M. Kuchling · 22 years ago
- 6c75479 Backport fix for SF bug 734869 and sundry compiler cleanups. by Jeremy Hylton · 22 years ago
- 1fda5e5 Assorted 2.2.3c1 and copyright changes specific to Windows. by Tim Peters · 22 years ago
- 2ad5730 update copyright dates by Fred Drake · 22 years ago
- a63beee Correct dependency information -- the Python docs load the "About this by Fred Drake · 22 years ago
- 92a21a4 Update Python release version and copyright years by Barry Warsaw · 22 years ago
- cf9727f Twiddle the banner by Barry Warsaw · 22 years ago
- 6314b22 Minor elaboration in the information about reporting errors. by Fred Drake · 22 years ago
- 49a5f47 update version/release information by Fred Drake · 22 years ago
- bccf8f3 update version history by Fred Drake · 22 years ago
- 380a42c the release manager has been fixed; this *will* be a release candidate by Fred Drake · 22 years ago
- 53b0179 Prepare for 2.2.3c1 (release candidate 1) by Barry Warsaw · 22 years ago
- 8674212 Start preparing the doc tree for 2.2.3. by Fred Drake · 22 years ago
- 97719c9 PyType_Ready(): Complain if the type is a base type, and gc'able, and by Tim Peters · 22 years ago
- 54d9cdf A few new news items by Barry Warsaw · 22 years ago
- 6faa3d0 GNUTranslations._parse(): Backport of fix for SF bug #658233, where by Barry Warsaw · 22 years ago
- 8b4226b Slight rephrasing of the OSX stacksize problem with test_re. by Jack Jansen · 22 years ago
- cf65dce These were added on the main branch, but never on the 2.2 branch. by Jack Jansen · 22 years ago
- 91cfc50 Backport: Don't mention __slots__ as a technique for error avoidance by Andrew M. Kuchling · 22 years ago
- a92eb4b Remove unused line numbers from example code. by Fred Drake · 22 years ago
- 2ca9bbc Patch #499513: use readline() instead of readlines(). Removed the by Martin v. Löwis · 22 years ago
- 6c57bb8 SF patch #497420 (Eduardo Pérez): ftplib: ftp anonymous password by Martin v. Löwis · 22 years ago
- 52b8743 Fixing typo from previous patch. by Brett Cannon · 22 years ago
- 9dbdfca Add docs for use of key_file and cert_file parameters. by Brett Cannon · 22 years ago
- a63d35f Change docstrings for __(get|set|del)slice__ to note that negative indices are not supported. by Brett Cannon · 22 years ago
- feacecc Only look for krb5.h if ssl.h was found. Backport of 1.166. by Martin v. Löwis · 22 years ago
- f1e89b1 Correct typo in check for _tkinter prerequisites. Backport of 1.162. by Martin v. Löwis · 22 years ago
- 0ea0a18 minor fix, jython-only. Don't asssume stdout to save is the ur-stdout. by Samuele Pedroni · 22 years ago
- e163df1 beefed up version: jython support, covers now fixed differences between CPython/Jython. by Samuele Pedroni · 22 years ago
- 6f25f29 Backport fix for compile_command("",symbol="eval") raising syntax error about "pass". Now returns None. by Samuele Pedroni · 22 years ago
- ceb58a7 Fix nits found by Tools\scripts\texcheck.py by Raymond Hettinger · 22 years ago
- b5dd257 Fix broken API descriptions in comments. by Fred Drake · 22 years ago
- dc39bc6 Add a specific mention of the term "operator overloading" and add an by Fred Drake · 22 years ago
- d8136b5 Backport fixes to make more types collectable. by Jeremy Hylton · 22 years ago
- 9cc51f1 Backporting email 2.5.2 fixes. by Barry Warsaw · 22 years ago
- 8fc096a add missing parens - verified w/ interpreter - sorry to dismiss your comment by Skip Montanaro · 22 years ago
- 6069b64 replace most uses of `...` by repr(...), noting that `...` is discouraged, by Skip Montanaro · 22 years ago
- 8a625c9 Backport better fix for newurl as suggested by Jim Jewett in SF bug #730963. by Jeremy Hylton · 22 years ago
- 1f5df13 Backport fix for SF #723831: urlopen() raises URLError. by Jeremy Hylton · 22 years ago
- 7aed4a3 Patch #708604: Check more function results. by Martin v. Löwis · 22 years ago
- fa90c3e file_truncate(): Backported 2.3 code so that file.truncate(n) works on by Tim Peters · 22 years ago
- 594d4c5 At the site of an indexed reference to print, point to the relevant by Fred Drake · 22 years ago
- 7f9cbf1 - clean up some extra punctuation hidden in indexing markup by Fred Drake · 22 years ago
- 9a3638f Clarify that the timeout argument to read_until() is in seconds. by Fred Drake · 22 years ago
- 9b88e15 SF bug #729096: getopt online documentation example improvement by Raymond Hettinger · 22 years ago
- 971f0f0 detect_modules(): On Redhat 9, building the ssl stuff eventually by Barry Warsaw · 22 years ago
- 0215756 backport of note arising from bug 711019. by Skip Montanaro · 22 years ago
- 468f44f Markup change; make the notice a little stronger by using the "boxed" version. by Fred Drake · 22 years ago
- a749183 Add modified versions of the examples from Sean Reifschneider by Fred Drake · 22 years ago
- 4f017eb Backport the Carlo Verre fix. by Guido van Rossum · 22 years ago
- 74e2df6 Backport 1.157 by Raymond Hettinger · 22 years ago
- 4c71886 Backport 1.157 and 1.39 by Raymond Hettinger · 22 years ago
- 368c36f Backport 1.47 and 1.7 by Raymond Hettinger · 22 years ago
- ed1eff7 Backport 1.18: by Raymond Hettinger · 22 years ago
- 2a1ad9c Add cross-references between urllib.urlencode() and cgi.parse_qs[l](). by Fred Drake · 22 years ago
- 052d587 Include notice that the rotor module will be deprecated in Python 2.3. by Fred Drake · 22 years ago
- 62308cb Fix documentation errors in regards to urlretrieve() and local files. by Brett Cannon · 22 years ago
- f6b74da backport note about password limitations by Skip Montanaro · 22 years ago
- c18cc56 fsync(): Implemented for Windows, via calling MS _commit. This counts by Tim Peters · 22 years ago
- 1fb996f Backport 1.17 adding punctuation as allowable characters by Raymond Hettinger · 22 years ago
- 2c29dae Patch #681152: Support escaped unicode characters in classes. Fixes 612074. by Martin v. Löwis · 22 years ago
- 52773e3 Patch #716969: Detect thread creation failure. by Martin v. Löwis · 22 years ago
- b15021e Patch #711835: Remove unnecessary lock operations. by Martin v. Löwis · 22 years ago
- 55ed680 Added documentation for the handle_pi() method, based on SF patch #662464. by Fred Drake · 22 years ago
- b4d53fd As discussed on python-dev, revised docs to note that by Raymond Hettinger · 22 years ago
- 9976fdf Backport: Fix SF bug #697220, string.strip implementation/doc mismatch by Neal Norwitz · 22 years ago
- ef582ab Backport: by Guido van Rossum · 22 years ago
- d065a13 Backport reference leak fix from HEAD revision 1.79. by Fred Drake · 22 years ago
- 273888e Backport comments about PyObject_Type() (HEAD revisions 1.24, 1.25). by Fred Drake · 22 years ago