summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Patch #1019808 from Federico Schwindt: Return correct socket error whenAndrew M. Kuchling2008-01-193-9/+20
* #1411695: clarify behavior of xml.sax.utils.[un]escape.Georg Brandl2008-01-191-2/+4
* #1663329: add os.closerange() to close a range of fds,Georg Brandl2008-01-195-7/+44
* Bug 1277: make Maildir use the user-provided factory instead of hard-wiring M...Andrew M. Kuchling2008-01-192-1/+18
* Fix #1146: TextWrap vs words 1-character shorter than the width.Georg Brandl2008-01-193-1/+22
* Fix #1679: "0x" was taken as a valid integer literal.Georg Brandl2008-01-196-16/+45
* Add itemAndrew M. Kuchling2008-01-191-0/+7
* missing from r60088 checkin.Skip Montanaro2008-01-191-0/+3
* Comment in NEWS regarding the change in trace.py.Facundo Batista2008-01-191-0/+3
* Fix #1693149. Now you can pass several modules separated byFacundo Batista2008-01-192-6/+10
* Patch #976880: add mmap .rfind() method, and 'end' paramter to .find().Andrew M. Kuchling2008-01-195-9/+88
* Sort two names into positionAndrew M. Kuchling2008-01-191-2/+2
* #1782: don't leak in error case in PyModule_AddXxxConstant. Patch by Hrvoje N...Georg Brandl2008-01-191-2/+14
* Clarify thread.join() docs. #1873.Georg Brandl2008-01-191-6/+7
* Disabled test_xmlrpc:test_404. It's causing lots of false alarms.Christian Heimes2008-01-193-4/+4
* Add itemAndrew M. Kuchling2008-01-191-0/+7
* Patch #742598 from Michael Pomraning: add .timeout attribute to SocketServer ...Andrew M. Kuchling2008-01-194-5/+60
* Fix typos.Georg Brandl2008-01-191-7/+7
* Polish sentenceAndrew M. Kuchling2008-01-191-4/+4
* Update for threading.local test.Christian Heimes2008-01-191-2/+18
* Added unit test to verify that threading.local doesn't cause ref leaks. It se...Christian Heimes2008-01-191-1/+27
* Polish sentenceAndrew M. Kuchling2008-01-191-2/+2
* Fix issue #1822: MIMEMultipart.is_multipart() behaves correctly for aFacundo Batista2008-01-193-0/+12
* Indentation normalization.Georg Brandl2008-01-191-8/+8
* Amend curses docs by info how to write non-ascii characters.Georg Brandl2008-01-191-0/+13
* Fix markup.Georg Brandl2008-01-191-56/+56
* Several tweaks: add construction from strings and .from_decimal(), changeJeffrey Yasskin2008-01-193-17/+142
* This got fixed for classic classes in r60057,Guido van Rossum2008-01-181-17/+0
* Better variable name in an example.Raymond Hettinger2008-01-181-2/+2
* Fix an edge case whereby the __del__() method of a classic class couldGuido van Rossum2008-01-181-0/+10
* Silence Coverity false alerts with CIDs #172, #183, #184Christian Heimes2008-01-182-1/+3
* Added bytes and b'' as aliases for str and ''Christian Heimes2008-01-186-4/+43
* Note that genexps are function scopes too and therefore won't see class attri...Georg Brandl2008-01-181-1/+7
* Added LoggerAdapter class, changed copyright dates, made check for extra para...Vinay Sajip2008-01-181-5/+95
* Added section on passing contextual information to logging and documentation ...Vinay Sajip2008-01-181-27/+134
* Added win_add2path.py to Tools/scripts/Christian Heimes2008-01-183-0/+113
* Build _ctypes after the other extensions. Its build process dependsChristian Heimes2008-01-181-2/+8
* Coverity CID #168Christian Heimes2008-01-181-0/+1
* Coverity issue CID #169Christian Heimes2008-01-181-1/+2
* Coverity issue CID #182Christian Heimes2008-01-181-0/+10
* Coverity issue CID #167Christian Heimes2008-01-181-0/+1
* Coverity issue CID #197Christian Heimes2008-01-181-0/+2
* Typo fixAndrew M. Kuchling2008-01-181-1/+1
* Bump versonAndrew M. Kuchling2008-01-181-1/+1
* clearcache() needs to remove the dict as well as clear it.Raymond Hettinger2008-01-181-2/+1
* Fix markupRaymond Hettinger2008-01-171-0/+2
* Fix-up Timer() example.Raymond Hettinger2008-01-171-3/+4
* Updated new property syntax. An elaborate example for subclassing and the get...Christian Heimes2008-01-171-4/+22
* Add advice on choosing between scheduler and threading.Timer().Raymond Hettinger2008-01-171-0/+25
* Correction from Jordan Lewis: halfdelay() uses tenths of a second, not millis...Andrew M. Kuchling2008-01-171-2/+2