summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing comma.Georg Brandl2006-10-291-1/+1
* Bug #1586448: the compiler module now emits the same bytecode forGeorg Brandl2006-10-292-7/+9
* Clean up a leftover from old listcomp generation code.Georg Brandl2006-10-291-7/+1
* Fix codecs.EncodedFile which did not use file_encoding in 2.5.0, andGeorg Brandl2006-10-293-4/+62
* From SF 1557890, fix problem of using wrong type in example.Neal Norwitz2006-10-281-1/+1
* Fix test_modulefinder so it doesn't fail when run after test_distutils.Neal Norwitz2006-10-281-0/+1
* Don't inline Py_ADDRESS_IN_RANGE with gcc 4+ either.Neal Norwitz2006-10-281-1/+2
* Prevent crash if alloc of garbage fails. Found by Typo.pl.Neal Norwitz2006-10-281-0/+5
* Fix bug #1565514, SystemError not raised on too many nested blocks.Neal Norwitz2006-10-283-1/+37
* Fix crash in test on HP-UX. Apparently, it's not possible to delete a lock ifNeal Norwitz2006-10-281-0/+3
* Fix warnings with HP's C compiler. It doesn't recognize that infiniteNeal Norwitz2006-10-282-0/+6
* Add some asserts. In sysmodule, I think these were to try to silenceNeal Norwitz2006-10-282-0/+5
* make test_grammar pass with python -OGeorg Brandl2006-10-281-2/+4
* Fix nth() itertool recipe.Georg Brandl2006-10-281-2/+2
* Convert test_opcodes to unittest.Georg Brandl2006-10-282-105/+108
* Convert test_math to unittest.Georg Brandl2006-10-282-229/+207
* Update outstanding bugs test file.Georg Brandl2006-10-281-10/+5
* Convert test_global, test_scope and test_grammar to unittest.Georg Brandl2006-10-288-1288/+1263
* Port test_bufio to unittest.Walter Dörwald2006-10-281-55/+61
* Patch #1552024: add decorator support to unparse.py demo script.Georg Brandl2006-10-272-2/+8
* Modulefinder now handles absolute and relative imports, includingThomas Heller2006-10-273-37/+377
* WindowsError.str should display the windows error code,Thomas Heller2006-10-273-7/+23
* [Patch #1503717] Tiny patch from Chris AtLee to stop a lengthy line from bein...Andrew M. Kuchling2006-10-271-1/+1
* Check db_setup_debug for a few print statements; change sqlite_setup_debug to...Andrew M. Kuchling2006-10-271-5/+8
* [Patch #1574068 by Scott Dial] urllib and urllib2 were usingAndrew M. Kuchling2006-10-272-6/+6
* Clarify docstringAndrew M. Kuchling2006-10-271-1/+1
* [Bug #1575506] The _singlefileMailbox class was using the wrong file object i...Andrew M. Kuchling2006-10-272-1/+17
* [Bug #1576241] Let functools.wraps work with built-in functionsAndrew M. Kuchling2006-10-272-1/+8
* Point users to the subprocess module in the docs for os.system, os.spawn*, os...Andrew M. Kuchling2006-10-274-9/+38
* [Bug #1542016] Report PCALL_POP value. This makes the return value of sys.ca...Andrew M. Kuchling2006-10-271-2/+2
* [Bug #1562583] Mention the set_reuse_addr() methodAndrew M. Kuchling2006-10-271-3/+5
* [Bug #1583946] Reword description of server and issuerAndrew M. Kuchling2006-10-271-5/+6
* [Bug #1585690] Note that line_num was added in Python 2.5Andrew M. Kuchling2006-10-271-0/+1
* Some wording changes and markup fixesAndrew M. Kuchling2006-10-271-6/+6
* Add itemAndrew M. Kuchling2006-10-271-1/+4
* Set svn:keywords propertyAndrew M. Kuchling2006-10-271-1/+1
* Patch #1567274: Support SMTP over TLS.Martin v. Löwis2006-10-274-5/+49
* Get DBL_MAX from float.h not values.h. Will backport.Martin v. Löwis2006-10-274-10/+4
* Check for values.h. Will backport.Martin v. Löwis2006-10-274-3/+9
* Patch #1549049: Rewrite type conversion in structmember.Martin v. Löwis2006-10-275-61/+296
* Typo fixAndrew M. Kuchling2006-10-261-1/+1
* [Bug #1579796] Wrong syntax for PyDateTime_IMPORT in documentation. Reported...Andrew M. Kuchling2006-10-261-4/+4
* Patch [ 1583506 ] tarfile.py: 100-char filenames are truncatedGeorg Brandl2006-10-242-1/+28
* Remove passwd.adjunct.byname from list of mapsMartin v. Löwis2006-10-221-0/+7
* - Patch #1560695: Add .note.GNU-stack to ctypes' sysv.S so thatMartin v. Löwis2006-10-222-0/+7
* Patch #1580872: Remove duplicate declaration of PyCallable_Check.Martin v. Löwis2006-10-221-1/+2
* Patch #1580674: with this patch os.readlink uses the filesystem encoding toRonald Oussoren2006-10-222-2/+40
* Port test___future__ to unittest.Walter Dörwald2006-10-221-52/+56
* [Bug #1576348] Fix typo in exampleAndrew M. Kuchling2006-10-191-1/+1
* Restore CFLAGS after checking for __attribute__Martin v. Löwis2006-10-192-1/+3