- 59874c0 This commit was manufactured by cvs2svn to create tag 'r233'. by cvs2svn · 22 years ago v2.3.3
- 2cd76c7 trace fix by Anthony Baxter · 22 years ago
- ed4dbb3 updates for release by Anthony Baxter · 22 years ago
- 62b1f92 minor markup adjustment; will need to re-generate 2.3.3 docs by Fred Drake · 22 years ago
- 89ca7bd Installer changes for Python 2.3.3. by Thomas Heller · 22 years ago
- 1e3d6a0 Windows build number for Python 2.3.3 is 51. by Thomas Heller · 22 years ago
- d44a54e Release date for Python 2.3.3 (final). by Thomas Heller · 22 years ago
- 92be58b set release date by Fred Drake · 22 years ago
- 21c86b6 Bump version number for release. by Fred Drake · 22 years ago
- be42922 Backport 1.13 through 1.15, after getting a begging letter from a certain by Anthony Baxter · 22 years ago
- 74397ce fix loss of a space after indexing markup by Fred Drake · 22 years ago
- fbffc29 - use correct markup - re-wrap resulting long lines by Fred Drake · 22 years ago
- 1789b80 apply hackish work-arounds to make sure double hyphens aren't screwed by Fred Drake · 22 years ago
- d1757e2 apply hackish work-around to make sure double hyphens aren't screwed by Fred Drake · 22 years ago
- edc0bd3 apply hackish work-arounds to make sure double hyphens aren't screwed by Fred Drake · 22 years ago
- 3e1d026 fix weird sh-bang line by Fred Drake · 22 years ago
- 97090d2 avoid bash-isms by Fred Drake · 22 years ago
- ed3fc49 fix typo by Fred Drake · 22 years ago
- 797dcea quick workaround to make "--" in a code sample not be treated wrongly by Fred Drake · 22 years ago
- a68af6d fix typo (backported from trunk revision 1.3) by Fred Drake · 22 years ago
- 61dcc4b - fix typo (backported from trunk revision 1.10) - wrap long lines by Fred Drake · 22 years ago
- 2ea6aae fix typo (backported from trunk revision 1.22) by Fred Drake · 22 years ago
- de21dc7 fix typo: added missing letter (backported from trunk revision 1.21) by Fred Drake · 22 years ago
- e417918 fix typo: added missing word (backported from trunk revision 1.32) by Fred Drake · 22 years ago
- 32c6f7f fix typo and join two paragraphs by Fred Drake · 22 years ago
- 03cddf8 Sigh. dsp files must be marked as binary files for cvs, otherwise by Thomas Heller · 22 years ago
- 97061ea SF patch #855195: fix typos (Contributed by George Yoshida.) by Raymond Hettinger · 22 years ago
- d950d60 Fix double hyphen markup. by Raymond Hettinger · 22 years ago
- 741db6f Fixed unmatched paren. by Raymond Hettinger · 22 years ago
- 8e784de SF patch #838938: Typos in the docs (Extending/Embedding + Python/C API) by Raymond Hettinger · 22 years ago
- 4690922 Backport various tutorial fixups (with permission from the RM). by Raymond Hettinger · 22 years ago
- ed64648 Backport various fixups (with permission from the RM). by Raymond Hettinger · 22 years ago
- cb1ffd9 Backports: by Raymond Hettinger · 22 years ago
- 5ca2d26 SF bug #855317: unittest: 5.3.9 Getting Extended Error Information by Raymond Hettinger · 22 years ago
- 59bd6da - fix markup in the bool() description by Fred Drake · 22 years ago
- 77a7a5a One more backported patch related to the removal of version numbers from by Fred Drake · 22 years ago
- cdda514 Bump version number. by Fred Drake · 22 years ago
- 55e1c56 Add news about removal of the PendingDeprecationWarning from apply(). by Fred Drake · 22 years ago
- 4d478ba Remove the PendingDeprecationWarning from apply(). apply() will by Fred Drake · 22 years ago
- 303e5bb Anthony started backporting the changes needed to remove version numbers by Fred Drake · 22 years ago
- cc7cfb3 copied from the trunk. by Anthony Baxter · 22 years ago
- 9648462 Fix links and typos. by Raymond Hettinger · 22 years ago
- 62e68f8 Fix nits by Raymond Hettinger · 22 years ago
- 37991cf Fix typo by Raymond Hettinger · 22 years ago
- 02bedcd This commit was manufactured by cvs2svn to create tag 'r233c1'. by cvs2svn · 22 years ago v2.3.3c1
- 36b5f3c this wasn't on the branch. mea culpa by Anthony Baxter · 22 years ago
- 2e0ece0 2.3.3c1 by Anthony Baxter · 22 years ago
- 48e602a Add newsitem for a bugfix backport. by Raymond Hettinger · 22 years ago
- 5115a30 Backport library tour, glossary, and small fixups to the tutorial. by Raymond Hettinger · 22 years ago
- aff29ae Backported from the trunk, on Raymond's request: by Thomas Heller · 22 years ago
- fa6d7ba Release date for 2.3.3c1. by Thomas Heller · 22 years ago
- 2a2daf5 Version number and release date for IDLE, the version now is 1.0.2. by Thomas Heller · 22 years ago
- 2880fa6 Version number and filename changes for the wise installer. by Thomas Heller · 22 years ago
- 9d1fd7d The Windows build number for 2.3.3c1 is 50. by Thomas Heller · 22 years ago
- 8b884d0 The Windows build number for 2.3.3c1 is 50. by Thomas Heller · 22 years ago
- 00a6f57 Version numbers for Python 2.3.3. by Thomas Heller · 22 years ago
- 54e5e2a Version numbers for Python 2.3.3c1. PEP 101 is unclear about the exact by Thomas Heller · 22 years ago
- 876c431 Version numbers for Python 2.3.3c1. by Thomas Heller · 22 years ago
- cd9ae54 Bump some version numbers. by Fred Drake · 22 years ago
- 5273131 backport: by Guido van Rossum · 22 years ago
- bc9aebd Backport checkin: Fix typo. (From SF bug #853064) by Walter Dörwald · 22 years ago
- 5610c7e Fix [ 846133 ] os.chmod/os.utime/shutil do not work with unicode filenames by Mark Hammond · 22 years ago
- 441c214 doc nit by Skip Montanaro · 22 years ago
- fd9b9c1 Revert previous checkin. It was meant for another branch. by Jeremy Hylton · 22 years ago
- ccb9ff2 To find the curses extension as a DLL (on OS/2), we need to adjust the by Andrew MacIntyre · 22 years ago
- f1ec325 - add notes about curses extension/DLL arrangements; by Andrew MacIntyre · 22 years ago
- c82c559 - add build support for curses to be both extension and DLL, so that by Andrew MacIntyre · 22 years ago
- 5b234b1 use same compiler switches as core for extensions by Andrew MacIntyre · 22 years ago
- 26b3f11 A hack: Disable import of re, because sre doesn't compile right. by Jeremy Hylton · 22 years ago
- 412c3ac Py_Finalize(): disabled the second call of cyclic gc, and added extensive by Tim Peters · 22 years ago
- f7cc0bf Convert path objects to strings in askdirectory. Fixes #852314. by Martin v. Löwis · 22 years ago
- f69a0b9 Add testcases for _winreg segfault (SF 851056). by Guido van Rossum · 22 years ago
- 224fc79 Add news item for _winreg fix (SF bug 851056). by Guido van Rossum · 22 years ago
- b5afbd0 Backport: by Guido van Rossum · 22 years ago
- dfea1bb backport: by Anthony Baxter · 22 years ago
- c4f9ad5 I think this description of bug #848614 is better. by Thomas Heller · 22 years ago
- 6d36d9a See SF #848614: distutils' msvccompiler now tries to detect that MSVC6 by Thomas Heller · 22 years ago
- efd0a14 Fix (workaround, actually) for bug #844676: deselecting "show hidden" can by Jack Jansen · 22 years ago
- 4597758 Package Mnager error dialogs could refer to hidden packages, which was by Jack Jansen · 22 years ago
- ea88cc6 Added preliminary notes on creating the MacPython for Panther additions by Jack Jansen · 22 years ago
- deefec9 Backported from the trunk. by Jack Jansen · 22 years ago
- e8dd5bc Patch #849350: Update to document bool return values. by Martin v. Löwis · 22 years ago
- bca5b20 Fix a typo introduced at Rev 1.19.8.2 by Kurt B. Kaiser · 22 years ago
- 5c20156 Silence GCC warning when asserts are turned off. by Guido van Rossum · 22 years ago
- 34bfde9 Backport: by Kurt B. Kaiser · 22 years ago
- c9de825 test_guess_all_types(): Use a more robust test for checking that by Barry Warsaw · 22 years ago
- 3c64e7a Indented and repaired the maze of #ifdefs setting USE_RECURSION_LIMIT. by Tim Peters · 22 years ago
- b1b3d08 Reverted from rev 1.45.6.1 to rev 1.45: deep recursion is still part of by Tim Peters · 22 years ago
- f237c77 More words: gave more motivation, and added cautions about the special by Tim Peters · 22 years ago
- 834e2e9 Add a missing import. Closes SF # 816344. Will forward port. by Barry Warsaw · 22 years ago
- ca6919c SF bug 839548: Bug in type's GC handling causes segfaults. by Tim Peters · 22 years ago
- d33ed28 This commit was manufactured by cvs2svn to create branch 'release23-maint'. by cvs2svn · 22 years ago
- c63a6e4 Backport checkin: Fix typo fix. by Walter Dörwald · 22 years ago
- e1ee18d Backport checkin: Fix typos. by Walter Dörwald · 22 years ago
- 9c4a694 Generator's constructor: The documentation was incorrect regarding how by Barry Warsaw · 22 years ago
- 717501e __init__(): The docstring was incorrect regarding how header wrapping by Barry Warsaw · 22 years ago
- e00b9b5 Backport of fix for [ 765456 ]: testAFakeZlib failed on platforms that use by Just van Rossum · 22 years ago
- a9f3d6c Backport of fix for [ 782686 ]: new files used \r as the default line by Just van Rossum · 22 years ago
- 69d36ce Patch #836434: Use dlopen/dlsym on AIX if available. Also disable by Martin v. Löwis · 22 years ago
- fc894ea Patch #841807: Check whether a versioned libpython.so symlink is needed by Martin v. Löwis · 22 years ago