- a412717 Punctuation fix; expand dict.update docstring to be clearer by Andrew M. Kuchling · 17 years ago
- 4d16415 Merged revisions 66707,66775,66782 via svnmerge from by Benjamin Peterson · 17 years ago
- 34211e9 #4041: don't refer to removed and outdated modules. by Georg Brandl · 17 years ago
- e6555ddb silence Sphinx warning by Benjamin Peterson · 17 years ago
- ce1882b Add What's New for 2.7 by Andrew M. Kuchling · 17 years ago
- baa7fb5 Set svn:keywords by Andrew M. Kuchling · 17 years ago
- 462f96a two corrections by Andrew M. Kuchling · 17 years ago
- efeb43e Docstring change for *partition: use same tense as other docstrings. by Andrew M. Kuchling · 17 years ago
- d810cdf Docstring changes: Specify exceptions raised by Andrew M. Kuchling · 17 years ago
- b15d6fb Docstring change: Specify exception raised by Andrew M. Kuchling · 17 years ago
- bd7c4ca Use correct capitalization of NaN by Andrew M. Kuchling · 17 years ago
- 1ae415c Issue #1706863: Fixed "'NoneType' object has no attribute 'rfind'" error when sqlite libfile not found. by Hirokazu Yamamoto · 17 years ago
- 081bb45 Typo fix by Andrew M. Kuchling · 17 years ago
- d7b7dde Mention exception in docstring by Andrew M. Kuchling · 17 years ago
- b7df32e Fixed following error when DocXMLRPCServer failed. by Hirokazu Yamamoto · 17 years ago
- ea00ed3 Follows to python's version change (VC6) by Hirokazu Yamamoto · 17 years ago
- 658c45f Docstring typo. by Andrew M. Kuchling · 17 years ago
- c310476 update the mac installer script by Benjamin Peterson · 17 years ago
- c2dfd8c Update version number to 2.7. by Martin v. Löwis · 17 years ago
- 174440b Bump version to 2.7. Regenerate. by Martin v. Löwis · 17 years ago
- 044e327 Update the version to 2.7. Hopefully this fixes the test_distutils failure by Neal Norwitz · 17 years ago
- c95726e update pydoc topics by Benjamin Peterson · 17 years ago
- 62d4538 Add UUID for 2.7. by Martin v. Löwis · 17 years ago
- 32a66a0 Fixed a couple more C99 comments and one occurence of inline. by Christian Heimes · 17 years ago
- e489db8 Forward-port r66736. by Georg Brandl · 17 years ago
- 218c666 we're in 2.7 now by Benjamin Peterson · 17 years ago
- 25584b1 Fixed a comment to C89 style as of http://drj11.wordpress.com/2008/10/02/python-and-bragging-about-c89/ by Christian Heimes · 17 years ago
- f738f0b Use CRT 9 policy files. by Martin v. Löwis · 17 years ago
- 12582c9 Bump to 2.7a0 by Barry Warsaw · 17 years ago
- 9d69ccd Tagging for 2.6 final. by Barry Warsaw · 17 years ago
- 5927786 Today is the release date by Barry Warsaw · 17 years ago
- afa1436 Bumping to 2.6 final. by Barry Warsaw · 17 years ago
- d69c904 Bug #3989: Package the 2to3 script (as 2to3.py) in the Windows installer. by Martin v. Löwis · 17 years ago
- bf24401 fix for issue 3862: test_array fails FreeBSD 7 amd64 by Andrew MacIntyre · 17 years ago
- 0806749 Works around issue3863: freebsd4/5/6 and os2emx are known to have OS bugs when by Gregory P. Smith · 17 years ago
- f40200b Fix a refleak introduced by r66677. by Brett Cannon · 17 years ago
- cad8da8 Markup fixes. (optparse.rst probably needs an entire revision pass.) by Andrew M. Kuchling · 17 years ago
- db74c8a Markup fixes by Andrew M. Kuchling · 17 years ago
- 17ff29d Markup fix by Andrew M. Kuchling · 17 years ago
- 83b3910 Edits, and add markup by Andrew M. Kuchling · 17 years ago
- 0225248 Victor Stinner's patches to check the return result of PyLong_Ssize_t by Benjamin Peterson · 17 years ago
- 8d77d44 fix security issue 2: imageop's poor validation of arguments could result in segfaults by Benjamin Peterson · 17 years ago
- 37040cd issue3770: if SEM_OPEN is 0, disable the mp.synchronize module, rev. Nick Coghlan, Damien Miller by Jesse Noller · 17 years ago
- e563aa4 Issue #3965: Allow repeated calls to turtle.Screen, by making it a by Martin v. Löwis · 17 years ago
- e144873 Fix issue #3547 for MingW, update comments. by Thomas Heller · 17 years ago
- eb257ac fix for release blocker 3910, 2.6 regression in socket.ssl method by Bill Janssen · 17 years ago
- 9350234 Update nasm location. by Georg Brandl · 17 years ago
- b2d61bd The _lsprof module could crash the interpreter if it was given an external by Brett Cannon · 17 years ago
- 09c0178 bsddb4.7.3pre9 renamed to 4.7.3 by Jesus Cea · 17 years ago
- e14267b merge in the fix for test_ftplib on some bots [reviewed by Georg] by Benjamin Peterson · 17 years ago
- 7ff19fa Don't show version in title. by Georg Brandl · 17 years ago
- baf59e0 No downloads for RCs. by Georg Brandl · 17 years ago
- b51f81d note the 2to3 -d could be useful for other refactoring by Benjamin Peterson · 17 years ago
- 4fad6fa better grammar by Benjamin Peterson · 17 years ago
- 7a4a93b #1415508: Document two functions by Andrew M. Kuchling · 17 years ago
- ac77166 #1579477: mention necessity to flush output before exec'ing by Andrew M. Kuchling · 17 years ago
- 4008ef0 clarify a few things by Benjamin Peterson · 17 years ago
- e689605 #3510: future-proof text by Andrew M. Kuchling · 17 years ago
- dee0b17 backport r66656 so people using -Qnew aren't affected by Benjamin Peterson · 17 years ago
- 003d746 enable refactor tests by Benjamin Peterson · 17 years ago
- 08be291 Merged revisions 66511,66548-66549,66644,66646-66652 via svnmerge from by Benjamin Peterson · 17 years ago
- 7f8f660 2to3's api should be considered unstable by Benjamin Peterson · 17 years ago
- f609cf2 Add a last bunch of items by Andrew M. Kuchling · 17 years ago
- 3c0c483 give ftplib a real test suite by Benjamin Peterson · 17 years ago
- fc5ea39 #3967: Correct a crash in count() and find() methods of string-like objects. by Amaury Forgeot d'Arc · 17 years ago
- da84d21 typos. by Georg Brandl · 17 years ago
- 0eee7c6 add an 'other options' section by Benjamin Peterson · 17 years ago
- f1c08f0 add the beginnings of a C-API 2 -> 3 porting guide by Benjamin Peterson · 17 years ago
- 6ee7bc0 Fix namedtuple bug reported by Glenn Linderman. Template did not form correctly if the field names were input in Unicode. by Raymond Hettinger · 17 years ago
- 17617a0 #3965: on Windows, open() crashes if the filename or the mode is invalid, by Amaury Forgeot d'Arc · 17 years ago
- 22d3c92 add a NEWs entry for r66614 by Benjamin Peterson · 17 years ago
- e86b07c Bug #3951: Py_USING_MEMORY_DEBUGGER should not be enabled by default. by Martin v. Löwis · 17 years ago
- 52d52f1 #3950 fix missing scale factors in turtle.py by Benjamin Peterson · 17 years ago
- a85c95d Fix issue #3547: ctypes is confused by bitfields of varying integer types by Thomas Heller · 17 years ago
- 8798c90 Improve wording by Andrew M. Kuchling · 17 years ago
- 1379ae0 Indentation normalization. by Georg Brandl · 17 years ago
- a74d675 backport the atexit test for r66563 by Benjamin Peterson · 17 years ago
- 5cd5f12 Bugfix for issue3885 and 'DB.verify()' crash. by Jesus Cea · 17 years ago
- 09979a1 Issue #3945: Fixed compile error on cygwin. (initializer element is not constant) by Hirokazu Yamamoto · 17 years ago
- fe7c26d mention how to override boolean evaluation by Benjamin Peterson · 17 years ago
- 3e876fd clean up docs for platform's linux_distribution and dist functions by Benjamin Peterson · 17 years ago
- ffb3cca use the new threading properties for multiprocessing (reviewed by Jesse #3927) by Benjamin Peterson · 17 years ago
- 41c56b5 build_os2emx.patch in issue 3868 - update OS/2 EMX makefile and config files by Andrew MacIntyre · 17 years ago
- f8db822 any platform without HAVE_LOG1P should have DBL_EPSILON in <float.h> by Andrew MacIntyre · 17 years ago
- 8c47cab should use macro'ed symbols not direct by Andrew MacIntyre · 17 years ago
- 29fdcad Fill out download page. by Georg Brandl · 17 years ago
- 2c7470d #3879 fix a regression in urllib.getproxies_environment by Benjamin Peterson · 17 years ago
- 1672e10 Issue #3925: Ignores shutil.rmtree error on cygwin too. by Hirokazu Yamamoto · 17 years ago
- 56d380d Issue #3838: TarFile object assigned to self.tar should be closed explicitly. by Hirokazu Yamamoto · 17 years ago
- 267acd2 Add "dist" target. by Georg Brandl · 17 years ago
- afeea07 #3918: note that uniform() args can be swapped. by Georg Brandl · 17 years ago
- 450a7f5 Update readme and Makefile (web builder doesn't exist). by Georg Brandl · 17 years ago
- a438c85 #3897: _collections now has an underscore. by Georg Brandl · 17 years ago
- e4c1f11 #3901: bsddb fix. by Georg Brandl · 17 years ago
- 83463ce #3914: add //= to the augmented assign operators. by Georg Brandl · 17 years ago
- 73ac29e #3916: fixes for docs wrt. Windows directory layout by Georg Brandl · 17 years ago
- 4517323 #3912: document default for *places* arg. by Georg Brandl · 17 years ago
- 2f3bd83 #3852: fix some select.kqueue and kevent docs. by Georg Brandl · 17 years ago
- e1d9dca Use AMD64 version of CRT in just-for-me installations for Win64 installers. by Martin v. Löwis · 17 years ago
- 175d007 Bug #3887: Package x64 version of CRT for AMD64 Windows binaries. by Martin v. Löwis · 17 years ago