summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #10990: Prevent tests from clobbering a set trace function.Brett Cannon2011-02-2115-237/+299
* Fix compile error under MSVC introduced by r88460.Antoine Pitrou2011-02-211-2/+2
* Ignore Vim .swp files.Brett Cannon2011-02-211-0/+1
* Fix issues on 32-bit systems introduced by r88460Antoine Pitrou2011-02-211-6/+6
* 3.2 is stable now.Georg Brandl2011-02-211-1/+1
* Issue #10276: Fix the results of zlib.crc32() and zlib.adler32() on buffersAntoine Pitrou2011-02-213-2/+57
* Issue 10160: Both single-arg and multi-arg calls have been sped-up.Raymond Hettinger2011-02-211-3/+3
* - Check for NULL result in PyType_FromSpec.Martin v. Löwis2011-02-212-0/+7
* Remove unittest methods scheduled for removal in 3.3 -- makes the unittest te...Georg Brandl2011-02-205-152/+9
* More automated version replacement.Georg Brandl2011-02-2021-864/+864
* Bump trunk to 3.3 alpha 0.Georg Brandl2011-02-2013-30/+39
* Bump to 3.3a0.Georg Brandl2011-02-201-0/+0
* Version bump to 3.2 final.Georg Brandl2011-02-206-46/+37
* Topic and suspicious update.Georg Brandl2011-02-202-30/+16
* #11249: in PyType_FromSpec, copy tp_doc slot since it usually will point to a...Georg Brandl2011-02-192-0/+13
* Fix two typos in what’s new (#11234).Éric Araujo2011-02-191-2/+2
* Some more grammar fixes/typos for what’s new (approved by Raymond; #11071)Éric Araujo2011-02-191-6/+6
* #11184: Fix large file support on AIX.Georg Brandl2011-02-193-1/+16
* #11222: fix non-framework shared library build on Mac, patch by Ned Deily.Georg Brandl2011-02-192-2/+4
* #10709: add back an updated AIX-NOTES (as README.AIX).Georg Brandl2011-02-192-0/+142
* Update the porting HOWTO to be a little less harsh on using 2to3.Brett Cannon2011-02-181-23/+20
* Doc fixups.Raymond Hettinger2011-02-182-3/+6
* Fix-up logging.dictConfig() example.Raymond Hettinger2011-02-171-3/+5
* Fix an import and add a citation.Raymond Hettinger2011-02-171-4/+7
* #730467: Another small AIX fix.Georg Brandl2011-02-153-4/+4
* #941346: Fix broken shared library build on AIX. Patch by Sebastien Sable, re...Georg Brandl2011-02-155-5/+10
* Remove editing slip.Georg Brandl2011-02-151-1/+3
* Apply logging SocketHandler doc update by Vinay.Georg Brandl2011-02-151-0/+21
* Fix accumulate() example. (Reported by David Murray.)Raymond Hettinger2011-02-141-1/+1
* Post-release updates.Georg Brandl2011-02-142-1/+13
* Tag 3.2rc3.Georg Brandl2011-02-131-0/+1
* Bump for 3.2rc3.v3.2rc3Georg Brandl2011-02-136-10/+10
* Fix markup error and update suspicious ignores.Georg Brandl2011-02-132-2/+19
* Update pydoc topics.Georg Brandl2011-02-131-2/+2
* Fix #11116 fix on Windows (close file before removing in MH code)R. David Murray2011-02-121-1/+8
* #11116: roll back on error during add so mailbox isn't left corrupted.R. David Murray2011-02-113-7/+52
* Fix argument name typo in compileall docs.R. David Murray2011-02-111-1/+1
* Issue #11134: Add missing fields to typeslots.h.Martin v. Löwis2011-02-113-0/+8
* Issue #11135: Remove redundant doc field from PyType_Spec.Martin v. Löwis2011-02-114-9/+7
* Add uuid for 3.2rc3.Martin v. Löwis2011-02-111-0/+1
* reverting r88395 and r88387 as per http://mail.python.org/pipermail/python-de...Giampaolo Rodolà2011-02-111-11/+12
* asyncore: introduce a new 'closed' attribute to make sure that dispatcher get...Giampaolo Rodolà2011-02-111-9/+11
* Fixed issue11082 - Reject str for POST data with a TypeError. Document the ne...Senthil Kumaran2011-02-114-9/+23
* Missing paren.Raymond Hettinger2011-02-111-1/+1
* Insert missing section heading (noticed by Victor Stinner).Raymond Hettinger2011-02-111-12/+15
* get rid of asyncore.dispatcher's debug attribute, which is no longer used (as...Giampaolo Rodolà2011-02-101-3/+0
* Fix nits.Raymond Hettinger2011-02-101-8/+8
* Add an entry for logging.Raymond Hettinger2011-02-101-2/+39
* Add missing source links.Raymond Hettinger2011-02-107-0/+22
* Tweak wording about equality comparison.Brett Cannon2011-02-091-1/+1