summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* the Slice in x[::] has to have step as None to help the interpreterBenjamin Peterson2009-07-203-5/+17
* Merged revisions 74116 via svnmerge fromBenjamin Peterson2009-07-201-1/+1
* Merged revisions 73771,73811,73840,73842,73848-73849,73861,73957-73960,73964-...Benjamin Peterson2009-07-2018-145/+411
* remove docs for deprecated -p optionBenjamin Peterson2009-07-201-7/+0
* http://bugs.python.org/issue6499Kristján Valur Jónsson2009-07-191-1/+1
* http://bugs.python.org/issue6499Kristján Valur Jónsson2009-07-193-6/+25
* split unittest.py into a packageBenjamin Peterson2009-07-1914-902/+920
* Fix for issue5102, timeout value propages between redirects, proxy, digest andSenthil Kumaran2009-07-192-6/+10
* Add Case Van Horsen to Misc/ACKS, for fractions module patches and other workMark Dickinson2009-07-181-0/+1
* Issue #6431: Fix Fraction comparisons with unknown types, and withMark Dickinson2009-07-183-30/+162
* #6489: fix an ambiguity in getiterator() documentation.Georg Brandl2009-07-181-3/+3
* #6505: fix typos.Georg Brandl2009-07-181-4/+4
* #6513: fix example code: warning categories are classes, not instances.Georg Brandl2009-07-181-1/+1
* Add a check to ensure the correct autoconf version is usedAlexandre Vassalotti2009-07-181-1/+9
* Regenerate configure script using autoconf 2.61.Alexandre Vassalotti2009-07-172-209/+1328
* Revert r74048.Alexandre Vassalotti2009-07-172-6830/+5010
* Fix GCC warning about fprintf used without a string literal andAlexandre Vassalotti2009-07-171-3/+3
* Initialize variables in PyCurses_getsyx() to avoid compiler warnings.Alexandre Vassalotti2009-07-171-1/+2
* Regenerate configure script.Alexandre Vassalotti2009-07-172-5010/+6830
* Double-quote the test case for %zd printf() format support to avoidAlexandre Vassalotti2009-07-171-4/+5
* NEWS about r74040.Hirokazu Yamamoto2009-07-171-0/+2
* Issue #6415: Fixed warnings.warn sagfault on bad formatted string.Hirokazu Yamamoto2009-07-172-0/+15
* Clean up the test case for broken poll().Alexandre Vassalotti2009-07-171-15/+9
* Double-quote the test cases for chflags() and lchflags()Alexandre Vassalotti2009-07-171-4/+4
* Cache the results of all runtime checks.Alexandre Vassalotti2009-07-171-37/+64
* Rename the useless AC_INCLUDES_DEFAULT and protect the includes.Alexandre Vassalotti2009-07-171-9/+15
* Use AC_CHECK_SIZEOF to find the size of off_t, pthread_t and time_t.Alexandre Vassalotti2009-07-171-56/+9
* Revert r74028.Georg Brandl2009-07-161-2/+2
* #6482: simplify "except: raise" to "finally:".Georg Brandl2009-07-161-2/+2
* #6466 refactored distutils duplicate get_versions() functions (used to get gc...Tarek Ziadé2009-07-167-111/+236
* Issue 6433: multiprocessing.pool.map hangs on empty listJesse Noller2009-07-164-0/+11
* #6481: fix typo in os.system() replacement.Georg Brandl2009-07-161-1/+1
* #6486: start with built in functions rather than "built in objects".Georg Brandl2009-07-161-2/+3
* #5910: fix kqueue for calls with more than one event.Georg Brandl2009-07-162-3/+20
* #6076 Add a title to the IDLE Preferences window.Amaury Forgeot d'Arc2009-07-151-0/+1
* Issue #2389: Pickle array objects using a list representation for portabilityAlexandre Vassalotti2009-07-152-35/+35
* methods' names pep8ificationEzio Melotti2009-07-151-127/+127
* update yearBenjamin Peterson2009-07-151-1/+1
* Move TestRunner initialisation into unittest.TestProgram.runTests. Fixes issu...Michael Foord2009-07-142-11/+2
* Document the newly added codecAmaury Forgeot d'Arc2009-07-131-0/+2
* Use a different VER command output parser to address the localizationMarc-André Lemburg2009-07-131-2/+17
* Use a new global DEV_NULL instead of hard-coding /dev/null into the systemMarc-André Lemburg2009-07-131-4/+20
* NEWS entry for r74000.Amaury Forgeot d'Arc2009-07-131-1/+3
* #1616979: Add the cp720 (Arabic DOS) encoding.Amaury Forgeot d'Arc2009-07-133-0/+379
* Set svn:eol-style=CRLF on all Visual Studio solution files.Amaury Forgeot d'Arc2009-07-136-1467/+1467
* Issue #6314: logging: Extra checks on the "level" argument in more places.Vinay Sajip2009-07-132-12/+21
* fix umlautBenjamin Peterson2009-07-131-1/+1
* change encoding to utf-8Benjamin Peterson2009-07-121-2/+2
* fix another nameBenjamin Peterson2009-07-121-1/+1
* change encoding to utf-8Benjamin Peterson2009-07-121-25/+25