summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Windows build: close out 2.2, prep for 2.3.Tim Peters2001-12-215-17/+19
* Added 2.3a1 section.Tim Peters2001-12-211-0/+30
* And we start all over again!Barry Warsaw2001-12-211-3/+3
* Merge of the release22 branch changes back into the trunk.Barry Warsaw2001-12-217-7/+80
* Add notes that fromfd() and s.makefile() are Unix-specific.Fred Drake2001-12-211-12/+14
* Doc changes on the trunk will not be in Python 2.2, so let's call it 2.2+.Fred Drake2001-12-212-2/+2
* PyOS_vsnprintf(): Change PyMem_Malloc() call to PyMem_MALLOC() macro,Barry Warsaw2001-12-211-2/+2
* Suggested by Pete Shinners: treat .m and .mm files as source code.Andrew M. Kuchling2001-12-211-1/+1
* forward-patch from release21-maint branch:Anthony Baxter2001-12-211-0/+6
* 1.00 at last!Andrew M. Kuchling2001-12-211-6/+29
* Add a reference to the signal module to the os.kill() description.Fred Drake2001-12-211-1/+3
* Fix typo in httplib example.Fred Drake2001-12-211-1/+1
* Fix up some examples in the tutorial so we don't contradict our ownFred Drake2001-12-201-2/+2
* Applying r22c1 branch mods back to the trunk.Jack Jansen2001-12-208-25/+57
* Fix the availability statement for the spawn*() functions to reflect theFred Drake2001-12-201-2/+3
* Re-commit Ping's patch to the cgi and cgitb documentation, using theFred Drake2001-12-202-51/+47
* test_parseaddr_empty(): New test for assuring thatBarry Warsaw2001-12-201-0/+4
* Update the documentation linksAndrew M. Kuchling2001-12-201-15/+6
* Use the final patch/bug numbersAndrew M. Kuchling2001-12-201-2/+1
* ZZZ.Guido van Rossum2001-12-201-0/+1
* SF patch #495358 (Artur Zaprzala): rfc822.AddressList and "<>" addressGuido van Rossum2001-12-201-1/+1
* Another contributor.Guido van Rossum2001-12-201-0/+1
* Whitespace normalization.Tim Peters2001-12-201-1/+0
* Apparently it's Cygwin with a capital C.Michael W. Hudson2001-12-191-2/+2
* partial merge with current pythonware codebase:Fredrik Lundh2001-12-191-3/+4
* Fix a typoNeal Norwitz2001-12-191-1/+1
* More cygwin news. This section is getting a bit long. Oh well.Michael W. Hudson2001-12-191-25/+43
* SF bug #495021: Crash calling os.stat with a trailing backslashTim Peters2001-12-191-14/+20
* Add test for pickling new-style class with custom metaclass.Guido van Rossum2001-12-191-0/+12
* Fix for SF bug #494904: Cannot pickle a class with a metaclass,Guido van Rossum2001-12-191-0/+1
* save(): Fix for SF bug #494904: Cannot pickle a class with aGuido van Rossum2001-12-191-0/+5
* Pickler.save(): Fix for SF bug #494904: Cannot pickle a class with aGuido van Rossum2001-12-191-0/+4
* Add some additional tests that check more proxy behaviors.Fred Drake2001-12-191-0/+18
* proxy_compare(): Make sure that we unwrap both objects being compared ifFred Drake2001-12-191-6/+13
* Fix the test control support for the pickle & cPickle tests so the tests runFred Drake2001-12-192-8/+22
* The test using class initarg failed, because it was lacking aGuido van Rossum2001-12-191-0/+3
* Make the module docstring agree with reality: the module prvides theFred Drake2001-12-191-1/+1
* When running regen for the plat directories we should use the BUILDEXTJack Jansen2001-12-191-1/+1
* SF bug #494738: binascii_b2a_base64 overwrites memory.Tim Peters2001-12-192-3/+6
* SF bug #494668: PUSH() should assert-fail on overflow.Tim Peters2001-12-191-2/+4
* TemporaryFileWrapper: fixed typo in new comment.Tim Peters2001-12-181-1/+1
* Patch #494384: Disable more Unicode API if Unicode is not used.Martin v. Löwis2001-12-181-0/+2
* TemporaryFileWrapper: cache the value of os.unlink for use by __del__,Tim Peters2001-12-181-1/+8
* Move the helper class _closedsocket *into* the _socketobject class.Guido van Rossum2001-12-181-7/+6
* Recreated after source changes.Thomas Heller2001-12-181-284/+284
* Moved a bunch of routines from "blacklisted" to "graylisted", as they _are_Just van Rossum2001-12-182-10/+263
* Second part of fix for bug [#483982] Python 2.2b2 bdist_wininstThomas Heller2001-12-181-3/+6
* Add entry for the pydoc documentation.Fred Drake2001-12-182-0/+2
* Add documentation for the pydoc module; contributed by Ka-Ping Yee.Fred Drake2001-12-181-0/+62
* Add documentation for the help() built-in; contributed by Ka-Ping Yee.Fred Drake2001-12-181-0/+10