summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Conditionalize definition of _CRT_SECURE_NO_DEPRECATEMartin v. Löwis2006-11-211-0/+7
* Bug #1599782: Fix segfault on bsddb.db.DB().type().Neal Norwitz2006-11-211-0/+2
* Speed up function calls into the math module by using METH_O.Neal Norwitz2006-11-191-0/+2
* Patch #1070046: Marshal new-style objects like InstanceTypeMartin v. Löwis2006-11-191-0/+3
* Make cStringIO.truncate raise IOError for negativeMartin v. Löwis2006-11-191-0/+3
* Patch [ 1586791 ] better error msgs for some TypeErrorsGeorg Brandl2006-11-191-0/+3
* Patch #1472877: Fix Tix subwidget name resolution.Martin v. Löwis2006-11-181-0/+2
* Patch #1594554: Always close a tkSimpleDialog on ok(), evenMartin v. Löwis2006-11-181-0/+3
* Patch #1538878: Don't make tkSimpleDialog dialogs transient ifMartin v. Löwis2006-11-181-0/+3
* Bug #1588217: don't parse "= " as a soft line break in binascii'sGeorg Brandl2006-11-161-0/+4
* Bug #1597824: return the registered function from atexit.register()Georg Brandl2006-11-161-0/+3
* Fix typo.Walter Dörwald2006-11-151-1/+1
* Patch #1360200: Use unmangled_version RPM spec field to deal withMartin v. Löwis2006-11-121-0/+3
* Patch #1359217: Ignore 2xx response before 150 response.Martin v. Löwis2006-11-121-0/+3
* Bug #1067760: Deprecate passing floats to file.seek.Martin v. Löwis2006-11-121-0/+2
* Patch #1355023: support whence argument for GzipFile.seek.Martin v. Löwis2006-11-121-0/+2
* Patch #1065257: Support passing open files as body inMartin v. Löwis2006-11-121-0/+3
* Reword entryAndrew M. Kuchling2006-11-101-2/+2
* [Patch #1514543] mailbox (Maildir): avoid losing messages on name clashAndrew M. Kuchling2006-11-091-0/+4
* [Patch #1514544 by David Watson] use fsync() to ensure data is really on diskAndrew M. Kuchling2006-11-091-0/+4
* [Bug #1569790] mailbox.Maildir.get_folder() loses factory informationAndrew M. Kuchling2006-11-091-0/+4
* Patch #1592250: Add elidge argument to Tkinter.Text.search.Martin v. Löwis2006-11-091-0/+2
* Patch #838546: Make terminal become controlling in pty.fork().Martin v. Löwis2006-11-091-0/+2
* Patch #1351744: Add askyesnocancel helper for tkMessageBox.Martin v. Löwis2006-11-081-0/+2
* News entry for 52662.Martin v. Löwis2006-11-081-0/+2
* Bug #1588287: fix invalid assertion for `1,2` in debug builds.Neal Norwitz2006-11-041-0/+2
* - Patch #1060577: Extract list of RPM files from spec file inMartin v. Löwis2006-11-041-0/+3
* Bug #1576657: when setting a KeyError for a tuple key, make sure thatGeorg Brandl2006-10-291-0/+3
* Bug #1586613: fix zlib and bz2 codecs' incremental en/decoders.Georg Brandl2006-10-291-0/+2
* Patch #1583880: fix tarfile's problems with long names and posix/Georg Brandl2006-10-291-0/+3
* Bug #1586448: the compiler module now emits the same bytecode forGeorg Brandl2006-10-291-0/+4
* Fix codecs.EncodedFile which did not use file_encoding in 2.5.0, andGeorg Brandl2006-10-291-0/+4
* Fix bug #1565514, SystemError not raised on too many nested blocks.Neal Norwitz2006-10-281-0/+2
* Patch #1552024: add decorator support to unparse.py demo script.Georg Brandl2006-10-271-2/+5
* Modulefinder now handles absolute and relative imports, includingThomas Heller2006-10-271-0/+5
* WindowsError.str should display the windows error code,Thomas Heller2006-10-271-0/+3
* Patch #1567274: Support SMTP over TLS.Martin v. Löwis2006-10-272-0/+3
* Patch #1549049: Rewrite type conversion in structmember.Martin v. Löwis2006-10-272-0/+4
* - Patch #1560695: Add .note.GNU-stack to ctypes' sysv.S so thatMartin v. Löwis2006-10-221-0/+3
* Add check for the PyArg_ParseTuple format, and declareMartin v. Löwis2006-10-191-0/+3
* ctypes callback functions only support 'fundamental' result types.Thomas Heller2006-10-171-0/+4
* Forward-port r52358:Martin v. Löwis2006-10-171-0/+3
* Fix turtle so that you can launch the demo2 function on its own instead of onlyBrett Cannon2006-10-161-0/+4
* Bug #1567666: Emulate GetFileAttributesExA for Win95.Martin v. Löwis2006-10-151-0/+2
* Patch #1576166: Support os.utime for directories on Windows NT+.Martin v. Löwis2006-10-151-0/+2
* Patch #1576954: Update VC6 build directory; remove redundantMartin v. Löwis2006-10-151-0/+3
* Update the peephole optimizer to remove more dead code (jumps after returns)Neal Norwitz2006-10-141-0/+3
* Bug #1545497: when given an explicit base, int() did ignore NULsGeorg Brandl2006-10-121-0/+3
* Bug #1548891: The cStringIO.StringIO() constructor now encodes unicodeGeorg Brandl2006-10-121-0/+4
* Bug #1565919: document set types in the Language Reference.Georg Brandl2006-10-121-0/+2