- 26e5341 SF Patch #494876, test invalid parameters to pow() by Neal Norwitz · 23 years ago
- f21b2aa Thread.__bootstrap(): ignore exceptions in the self.__delete() call in by Guido van Rossum · 23 years ago
- 2764a3a Fix for SF bug ##497426: can't deepcopy recursive new objects by Guido van Rossum · 23 years ago
- 1e91c14 Fix for SF bug ##497426: can't deepcopy recursive new objects by Guido van Rossum · 23 years ago
- 1baeba6 Add fcntl.h constants from glibc 2.2.4. Fixes #496171. by Martin v. Löwis · 23 years ago
- 606fe4e SF patch #497420 (Eduardo Pérez): ftplib: ftp anonymous password by Guido van Rossum · 23 years ago
- 24a6434 Update the docstring too. :-) by Guido van Rossum · 23 years ago
- c33e077 SF patch #497420 (Eduardo Pérez): ftplib: ftp anonymous password by Guido van Rossum · 23 years ago
- 5560269 Added someone. by Jack Jansen · 23 years ago
- 9aaee93 Patches by Jens B. Jorgensen with small mods by me: by Jack Jansen · 23 years ago
- b952651 Merging changes from release22-branch. by Jack Jansen · 23 years ago
- 089c7d1 Another name; should be added to Python 2.2.1. by Fred Drake · 23 years ago
- 687bde9 Added some missing index entries, noted by L. Peter Deutsch. by Fred Drake · 23 years ago
- c92cf50 Updated -- all Demo subdirectories are once again listed here, in by Guido van Rossum · 23 years ago
- 3f0b1c9 Removing this directory; it's no longer needed now that Misc/Makefile.pre.in by Guido van Rossum · 23 years ago
- 2a6f5b3 _reduce(): Avoid infinite recursion in the pickler when self.__class__ by Guido van Rossum · 23 years ago
- bb2501f Due to a cut-and-paste error, the type object exported under the name by Guido van Rossum · 23 years ago
- 226275f Modified version of patch #496882: echo SimpleStdin readline() input to stdout. by Just van Rossum · 23 years ago
- 7c9a53d Elaborate the descriptions for onecmd(), precmd(), and postcmd() so they are by Fred Drake · 23 years ago
- fd7f115 Fix wrongly-named formal parameters in three places: begin_y was used twice by Fred Drake · 23 years ago
- 7fa4ec5 Added another name. by Fred Drake · 23 years ago
- ab2dc1d Added index entries similar to some recommended by Skip, and used the word by Fred Drake · 23 years ago
- 3d42266 Make this do the right thing with entries which start with the percent sign, by Fred Drake · 23 years ago
- ef338ec More index entries. by Fred Drake · 23 years ago
- 8b8fe28 Close an improperly-closed verbatim environment. This closes SF patch #496215. by Fred Drake · 23 years ago
- 10a3bb5 SF bug #495548: troublesome #define in pyport.h by Tim Peters · 23 years ago
- 54b1191 SF bug #496549 -Qnew and in-place division "/=". by Tim Peters · 23 years ago
- 2826fad Don't set passiveserver to 0 in connect(). See SF bug #495693. by Guido van Rossum · 23 years ago
- 39960f6 Fix the erroneous availability annotation for s.makefile() from the last by Fred Drake · 23 years ago
- fe7286c Regenerated for Linux 2.2.4. by Martin v. Löwis · 23 years ago
- 3cde2cb Add TCP socket options from glibc 2.2.4. Fixes #495680. 2.2.1 bugfix candidate. by Martin v. Löwis · 23 years ago
- 83a3f0c Windows build: close out 2.2, prep for 2.3. by Tim Peters · 23 years ago
- af8446f Added 2.3a1 section. by Tim Peters · 23 years ago
- 99ffed8 And we start all over again! by Barry Warsaw · 23 years ago
- 52acb49 Merge of the release22 branch changes back into the trunk. by Barry Warsaw · 23 years ago
- 87fa3aa Add notes that fromfd() and s.makefile() are Unix-specific. by Fred Drake · 23 years ago
- 09aa55a Doc changes on the trunk will not be in Python 2.2, so let's call it 2.2+. by Fred Drake · 23 years ago
- b2dd86d PyOS_vsnprintf(): Change PyMem_Malloc() call to PyMem_MALLOC() macro, by Barry Warsaw · 23 years ago
- 3d2d980 Suggested by Pete Shinners: treat .m and .mm files as source code. by Andrew M. Kuchling · 23 years ago
- ed90570 forward-patch from release21-maint branch: by Anthony Baxter · 23 years ago
- bec5b36 1.00 at last! by Andrew M. Kuchling · 23 years ago
- 5c79831 Add a reference to the signal module to the os.kill() description. by Fred Drake · 23 years ago
- dce2e11 Fix typo in httplib example. This fixes SF bug #495221. by Fred Drake · 23 years ago
- 23d45f4 Fix up some examples in the tutorial so we don't contradict our own by Fred Drake · 23 years ago
- 6bc62c4 Applying r22c1 branch mods back to the trunk. by Jack Jansen · 23 years ago
- 8c8e871 Fix the availability statement for the spawn*() functions to reflect the by Fred Drake · 23 years ago
- 34a37b8 Re-commit Ping's patch to the cgi and cgitb documentation, using the by Fred Drake · 23 years ago
- eae36ac test_parseaddr_empty(): New test for assuring that by Barry Warsaw · 23 years ago
- 5e08d10 Update the documentation links Remove reference to this being a draft by Andrew M. Kuchling · 23 years ago
- adc7df5 Use the final patch/bug numbers by Andrew M. Kuchling · 23 years ago
- 1cb65e2 ZZZ. by Guido van Rossum · 23 years ago
- f830a52 SF patch #495358 (Artur Zaprzala): rfc822.AddressList and "<>" address by Guido van Rossum · 23 years ago
- 54dc1d3 Another contributor. by Guido van Rossum · 23 years ago
- 2b26a86 Whitespace normalization. by Tim Peters · 23 years ago
- b655464 Apparently it's Cygwin with a capital C. by Michael W. Hudson · 23 years ago
- b6ab93f partial merge with current pythonware codebase: by Fredrik Lundh · 23 years ago
- 4ebde09 Fix a typo by Neal Norwitz · 23 years ago
- 1c4523f More cygwin news. This section is getting a bit long. Oh well. by Michael W. Hudson · 23 years ago
- 500bd03 SF bug #495021: Crash calling os.stat with a trailing backslash by Tim Peters · 23 years ago
- 04a8661 Add test for pickling new-style class with custom metaclass. by Guido van Rossum · 23 years ago
- f831429 Fix for SF bug #494904: Cannot pickle a class with a metaclass, by Guido van Rossum · 23 years ago
- 950dce6 save(): Fix for SF bug #494904: Cannot pickle a class with a by Guido van Rossum · 23 years ago
- f048a8f Pickler.save(): Fix for SF bug #494904: Cannot pickle a class with a by Guido van Rossum · 23 years ago
- 5935ff0 Add some additional tests that check more proxy behaviors. by Fred Drake · 23 years ago
- 2a908f6 proxy_compare(): Make sure that we unwrap both objects being compared if by Fred Drake · 23 years ago
- 694ed09 Fix the test control support for the pickle & cPickle tests so the tests run by Fred Drake · 23 years ago
- 1444f67 The test using class initarg failed, because it was lacking a by Guido van Rossum · 23 years ago
- 4f5b49f Make the module docstring agree with reality: the module prvides the by Fred Drake · 23 years ago
- 0d15366 When running regen for the plat directories we should use the BUILDEXT by Jack Jansen · 23 years ago
- 1fbb577 SF bug #494738: binascii_b2a_base64 overwrites memory. by Tim Peters · 23 years ago
- b6d14da SF bug #494668: PUSH() should assert-fail on overflow. by Tim Peters · 23 years ago
- 81b61bd TemporaryFileWrapper: fixed typo in new comment. by Tim Peters · 23 years ago
- 8d3ce5a Patch #494384: Disable more Unicode API if Unicode is not used. by Martin v. Löwis · 23 years ago
- a255a72 TemporaryFileWrapper: cache the value of os.unlink for use by __del__, by Tim Peters · 23 years ago
- 99d2fbb Move the helper class _closedsocket *into* the _socketobject class. by Guido van Rossum · 23 years ago
- f499b03 Recreated after source changes. by Thomas Heller · 23 years ago
- 7eb48e3 Moved a bunch of routines from "blacklisted" to "graylisted", as they _are_ by Just van Rossum · 23 years ago
- c7cb9ed Second part of fix for bug [#483982] Python 2.2b2 bdist_wininst crashes. by Thomas Heller · 23 years ago
- 4b1b3bf Add entry for the pydoc documentation. by Fred Drake · 23 years ago
- 96be564 Add documentation for the pydoc module; contributed by Ka-Ping Yee. by Fred Drake · 23 years ago
- 732299f Add documentation for the help() built-in; contributed by Ka-Ping Yee. by Fred Drake · 23 years ago
- e088970 Merge in Ping's changes to the cgitb documentation, and add a version by Fred Drake · 23 years ago
- 6f4f8c7 Small change to allow for generation of QuickTime module for Windows. by Jack Jansen · 23 years ago
- 620a766 Updated to Universal Headers 3.4 by Jack Jansen · 23 years ago
- f30c3ad Added missing docstring by Just van Rossum · 23 years ago
- 66d78bf Added support for tab controls and initial (incomplete) support by Just van Rossum · 23 years ago
- 8208676 Patch #494553 by Donovan Preston: initial implementation by Just van Rossum · 23 years ago
- 4befff9 initxxsubtype(): Add a comment to make the magic clearer; I doubt it's by Tim Peters · 23 years ago
- a7b9b3c Use PyType_Ready() for initialization of the ob_type field of our by Guido van Rossum · 23 years ago
- 8efd6ce Update comments about mpz, pointing to gmpy and mxNumber rather than by Guido van Rossum · 23 years ago
- f884b74 - PyType_Ready(): Initialize the ob_type field to &PyType_Type if it's by Guido van Rossum · 23 years ago
- facf24b Don't use Latex \code{...} in docstrings. by Guido van Rossum · 23 years ago
- 6e1c576 Get rid of the stupid backslash in front of the column zero open by Barry Warsaw · 23 years ago
- 086f7c3 There's a new include file AEInteraction.h which contains AESend and friends. by Jack Jansen · 23 years ago
- ec982e2 TickCount moved to a different header file. We manually added it back in here, for conveninece. by Jack Jansen · 23 years ago
- 564980b Portability fix: Not every compiler implements the extension of by Sjoerd Mullender · 23 years ago
- ca9aaf3 Synch with pyunit CVS: by Steve Purcell · 23 years ago
- 33c1a88 SF patch #493452: docstrings for staticmethod/classmethod (Skip Montanaro) by Guido van Rossum · 23 years ago
- dd5c05f David Abrahams tried to compile this as a separate DLL under MSVC, and by Tim Peters · 23 years ago
- 2168e9d Adapted for Universal Headers 3.4 by Jack Jansen · 23 years ago