summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Whitespace normalization.Tim Peters2006-10-182-3/+3
* ctypes callback functions only support 'fundamental' result types.Thomas Heller2006-10-171-0/+13
* Fix turtle so that you can launch the demo2 function on its own instead of onlyBrett Cannon2006-10-161-1/+1
* Round to int, because some systems support sub-second time stamps in stat, bu...Martin v. Löwis2006-10-151-2/+4
* Loosen the test for equal time stamps.Martin v. Löwis2006-10-151-1/+1
* Patch #1576166: Support os.utime for directories on Windows NT+.Martin v. Löwis2006-10-151-0/+7
* Update the peephole optimizer to remove more dead code (jumps after returns)Neal Norwitz2006-10-141-0/+35
* Bug #1560179: speed up posixpath.(dir|base)nameGeorg Brandl2006-10-121-4/+9
* Fix tarfile depending on buggy int('1\0', base) behavior.Georg Brandl2006-10-121-1/+1
* Bug #1545497: when given an explicit base, int() did ignore NULsGeorg Brandl2006-10-121-0/+5
* Bug #1548891: The cStringIO.StringIO() constructor now encodes unicodeGeorg Brandl2006-10-121-0/+22
* Bug #1550524: better heuristics to find correct class definitionGeorg Brandl2006-10-121-2/+17
* Bug #813342: Start the IDLE subprocess with -Qnew if the parentGeorg Brandl2006-10-121-0/+2
* Bug #1565150: Fix subsecond processing for os.utime on Windows.Martin v. Löwis2006-10-091-0/+8
* MacOSX: The universal build requires that users have the MacOSX10.4u SDKRonald Oussoren2006-10-081-0/+16
* MacOSX: distutils changes the values of BASECFLAGS and LDFLAGS when using aRonald Oussoren2006-10-081-1/+4
* Bug #1572832: fix a bug in ISO-2022 codecs which may cause segfaultHye-Shik Chang2006-10-081-0/+10
* A very minor bug fix: this code looks like it is designed to acceptArmin Rigo2006-10-061-1/+2
* [Bug #1545341] Allow 'classifier' parameter to be a tuple as well as a list. ...Andrew M. Kuchling2006-10-061-1/+1
* Add MSVC8 project files to create wininst-8.exe.Martin v. Löwis2006-10-041-0/+0
* Forward-port of r52136,52138: a review of overflow-detecting code.Armin Rigo2006-10-043-8/+29
* Fix integer negation and absolute value to not relyMartin v. Löwis2006-10-041-0/+1
* Fix for SF bug 1569998: break permitted inside try.Jeremy Hylton2006-10-041-0/+14
* decode_rfc2231(): As Christian Robottom Reis points out, it makes no sense toBarry Warsaw2006-10-041-4/+0
* Convert test_imp over to unittest.Brett Cannon2006-10-031-29/+33
* Modified LogRecord.__init__ to make the func parameter optional. (See SF #156...Vinay Sajip2006-10-031-1/+1
* Add comment explaining that error msgs may be due to user code whenKurt B. Kaiser2006-10-011-0/+2
* Some syntax errors were being caught by tokenize during the tabnannyKurt B. Kaiser2006-10-012-6/+8
* Convert test_import to unittest.Georg Brandl2006-09-301-200/+197
* Bug #1446043: correctly raise a LookupError if an encoding name givenGeorg Brandl2006-09-301-1/+1
* Bug #1556784: allow format strings longer than 127 characters inGeorg Brandl2006-09-301-0/+1
* Bug #1560617: in pyclbr, return full module name not only for classes,Georg Brandl2006-09-302-1/+4
* Bug #1457823: cgi.(Sv)FormContentDict's constructor now takesGeorg Brandl2006-09-301-2/+4
* Bug #1566602: correct failure of posixpath unittest when $HOME endsGeorg Brandl2006-09-301-2/+1
* Bug #1566800: make sure that EnvironmentError can be called with anyGeorg Brandl2006-09-301-3/+8
* Patch #1567691: super() and new.instancemethod() now don't acceptGeorg Brandl2006-09-302-0/+15
* Bug #1565661: in webbrowser, split() the command for the defaultGeorg Brandl2006-09-301-1/+1
* Make the error message for when the time data and format do not match clearer.Brett Cannon2006-09-261-1/+1
* Another crasher.Armin Rigo2006-09-251-0/+36
* Fix a bug in traceback.format_exception_only() that led to an errorGeorg Brandl2006-09-242-1/+5
* Fix a bug in the parser's future statement handling that led to "with"Georg Brandl2006-09-241-0/+21
* Fix webbrowser.BackgroundBrowser on Windows.Georg Brandl2006-09-241-5/+11
* Make output on test_strptime() be more verbose in face of failure. This is inBrett Cannon2006-09-231-3/+7
* Bug #1557232: fix seg fault with def f((((x)))) and def f(((x),)).Neal Norwitz2006-09-221-0/+91
* * regression bug, count_next was coercing a Py_ssize_t to an unsigned Py_size_tJack Diederich2006-09-211-0/+4
* Add a "crasher" taken from the sgml bug report referenced in the commentNeal Norwitz2006-09-111-0/+16
* Forward port of 51850 from release25-maint branch.Neal Norwitz2006-09-113-25/+234
* Remove the __unicode__ method from exceptions. Allows unicode() to be calledBrett Cannon2006-09-092-2/+10
* The cast function did not accept c_char_p or c_wchar_p instancesThomas Heller2006-09-071-0/+16
* Anonymous structure fields that have a bit-width specified did not work,Thomas Heller2006-09-071-0/+9