summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #4750: Store the basename of the original filename inLars Gustäbel2009-10-292-2/+5
* do a backport of r75928Benjamin Peterson2009-10-292-9/+19
* Issue 7199: Documentation made slightly more consistent w.r.t. logging level ...Vinay Sajip2009-10-281-1/+1
* Remove variable that is no longer used.R. David Murray2009-10-281-1/+1
* Issue 7117: Replace PyOS_ascii_strtod with PyOS_string_to_double in _json.c a...Eric Smith2009-10-281-1/+5
* Fix format specifier for MSVCMark Dickinson2009-10-281-1/+1
* Replace long long with PY_LONG_LONGMark Dickinson2009-10-281-2/+2
* removed spurious spacesTarek Ziadé2009-10-281-29/+18
* Fixed #1180: Option to ignore ~/.pydistutils.cfg in DistutilsTarek Ziadé2009-10-277-8/+71
* Make sure every run of test_intern() interns a new string, otherwise that tes...Georg Brandl2009-10-271-1/+4
* Test long inputs to floatMark Dickinson2009-10-271-0/+5
* Silence gcc warnings when trying to print an off_t using "lld", on platformsMark Dickinson2009-10-272-3/+14
* Reduce the probability of refleaks in test_socketserver.Antoine Pitrou2009-10-271-1/+2
* Issue #7218: Fix test_site for win32Tarek Ziadé2009-10-272-1/+4
* test expect base classesBenjamin Peterson2009-10-271-0/+8
* Reformat the regrtest command-line option help and group the options into sec...Georg Brandl2009-10-271-20/+35
* Add a regrtest option to re-run in verbose mode immediately after a test fail...Georg Brandl2009-10-272-11/+18
* Try to fix transient refleaks in test_distutils.Antoine Pitrou2009-10-271-0/+1
* Fix transient refleaks in test_urllib2_localnet.Antoine Pitrou2009-10-271-2/+10
* Suppress transient refleaks in test_threading.Antoine Pitrou2009-10-271-3/+12
* Suppress transient refleaks in test_smtplib.Antoine Pitrou2009-10-271-4/+20
* Removed PyOS_ascii_atof from marshal.c, as mentioned in issue 7117. Also brin...Eric Smith2009-10-271-11/+9
* Suppress transient refleaks in test_file2k.Antoine Pitrou2009-10-271-0/+2
* Fix transient refleak in test_sys.Antoine Pitrou2009-10-271-2/+6
* (Hopefully) suppress transient refleaks in test_httpservers.Antoine Pitrou2009-10-271-0/+2
* Suppress transient refleaks in test_asyncoreAntoine Pitrou2009-10-271-25/+29
* Removed PyOS_ascii_atof from ast.c, as mentioned in issue 7117.Eric Smith2009-10-271-6/+6
* Issue #7205: Fix a possible deadlock when using a BZ2File object from several...Antoine Pitrou2009-10-273-1/+27
* Fix a strange mis-edit.Georg Brandl2009-10-271-2/+2
* Issue 7117: Replace PyOS_ascii_strtod with PyOS_string_to_double in stropmodu...Eric Smith2009-10-271-8/+4
* Issue 7117: Replace PyOS_ascii_strtod with PyOS_string_to_double in cPickle a...Eric Smith2009-10-271-4/+4
* use 'is' instead of id()Benjamin Peterson2009-10-261-8/+7
* Issue #7117: Use PyOS_string_to_double instead of PyOS_ascii_strtod inMark Dickinson2009-10-263-17/+36
* Issue #7117: Use PyOS_string_to_double instead of PyOS_ascii_strtod inMark Dickinson2009-10-262-37/+24
* Issue #7117: Backport missing pystrtod.h declarations from py3k.Mark Dickinson2009-10-261-0/+5
* Use correct conversion specifier and length modifier when printing anMark Dickinson2009-10-262-8/+14
* Some platforms have rl_completion_append_character but not rl_completion_supp...Antoine Pitrou2009-10-264-15/+43
* Finished removing _PyOS_double_to_string, as mentioned in issue 7117.Eric Smith2009-10-265-159/+32
* Issue #7117 (backport py3k float repr) continued:Mark Dickinson2009-10-261-93/+699
* Continue removing _PyOS_double_to_string, as mentioned in issue 7117.Eric Smith2009-10-261-8/+22
* Start to remove _PyOS_double_to_string, as mentioned in issue 7117.Eric Smith2009-10-261-22/+36
* Warn against replacing PyNumber_Add with PyNumber_InPlaceAdd in sumMark Dickinson2009-10-261-0/+9
* Skip readline tests if readline module is not available.Mark Dickinson2009-10-261-2/+3
* Issue #1087418: Small performance boost for bitwise operations on longs.Mark Dickinson2009-10-252-66/+102
* Fix a demo.Georg Brandl2009-10-251-10/+4
* Removed unused function PyFloat_AsStringEx. It is unused in floatobject.c, an...Eric Smith2009-10-242-12/+0
* Issue #7117: temporarily disable the short float repr while theMark Dickinson2009-10-241-0/+7
* fixed warning and error messageTarek Ziadé2009-10-245-5/+5
* fixed finally state in distutils.test_utilTarek Ziadé2009-10-241-1/+1
* Issue #7071: byte-compilation in Distutils now looks at sys.dont_write_bytecodeTarek Ziadé2009-10-248-5/+67