https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
5927786 Today is the release date 01 October 2008, 22:05:43 UTC
afa1436 Bumping to 2.6 final. 01 October 2008, 21:46:40 UTC
d69c904 Bug #3989: Package the 2to3 script (as 2to3.py) in the Windows installer. 01 October 2008, 11:19:50 UTC
bf24401 fix for issue 3862: test_array fails FreeBSD 7 amd64 FreeBSD 7's underlying malloc() is behaves differently to earlier versions and seriously overcommits available memory on amd64. This may affect other 64bit platforms in some circumstances, so the scale of the problematic test is wound back. Patch by Mark Dickinson, reviewed by Martin von Loewis. 01 October 2008, 03:25:25 UTC
0806749 Works around issue3863: freebsd4/5/6 and os2emx are known to have OS bugs when calling fork() from a child thread. This disables that unit test (with a note printed to stderr) on those platforms. A caveat about buggy platforms is added to the os.fork documentation. 30 September 2008, 20:41:13 UTC
f40200b Fix a refleak introduced by r66677. Fix suggested by Amaury Forgeot d'Arc. Closes issue #4003. 30 September 2008, 17:46:03 UTC
cad8da8 Markup fixes. (optparse.rst probably needs an entire revision pass.) 30 September 2008, 13:01:46 UTC
db74c8a Markup fixes 30 September 2008, 13:00:51 UTC
17ff29d Markup fix 30 September 2008, 13:00:34 UTC
83b3910 Edits, and add markup 30 September 2008, 12:31:07 UTC
0225248 Victor Stinner's patches to check the return result of PyLong_Ssize_t reviewed by Amaury 30 September 2008, 02:11:07 UTC
8d77d44 fix security issue 2: imageop's poor validation of arguments could result in segfaults patch by Victor Stinner reviewed by myself and Brett 30 September 2008, 01:31:49 UTC
37040cd issue3770: if SEM_OPEN is 0, disable the mp.synchronize module, rev. Nick Coghlan, Damien Miller 30 September 2008, 00:15:45 UTC
e563aa4 Issue #3965: Allow repeated calls to turtle.Screen, by making it a true singleton object. Reviewed by Gregor Lingl. 29 September 2008, 22:09:07 UTC
e144873 Fix issue #3547 for MingW, update comments. 29 September 2008, 19:56:24 UTC
eb257ac fix for release blocker 3910, 2.6 regression in socket.ssl method 29 September 2008, 18:56:38 UTC
9350234 Update nasm location. 29 September 2008, 16:51:35 UTC
b2d61bd The _lsprof module could crash the interpreter if it was given an external timer that did not return a float and a timer was still running when the Profiler object was garbage collected. Fixes issue 3895. Code review by Benjamin Peterson. 29 September 2008, 03:41:21 UTC
09c0178 bsddb4.7.3pre9 renamed to 4.7.3 28 September 2008, 23:24:19 UTC
e14267b merge in the fix for test_ftplib on some bots [reviewed by Georg] 28 September 2008, 20:57:21 UTC
7ff19fa Don't show version in title. 28 September 2008, 20:01:36 UTC
baf59e0 No downloads for RCs. 28 September 2008, 08:34:31 UTC
b51f81d note the 2to3 -d could be useful for other refactoring 28 September 2008, 01:53:29 UTC
4fad6fa better grammar 28 September 2008, 01:51:36 UTC
7a4a93b #1415508: Document two functions 28 September 2008, 01:08:47 UTC
ac77166 #1579477: mention necessity to flush output before exec'ing 28 September 2008, 00:15:27 UTC
4008ef0 clarify a few things 27 September 2008, 23:28:43 UTC
e689605 #3510: future-proof text 27 September 2008, 22:54:08 UTC
dee0b17 backport r66656 so people using -Qnew aren't affected 27 September 2008, 22:08:12 UTC
003d746 enable refactor tests 27 September 2008, 21:12:20 UTC
08be291 Merged revisions 66511,66548-66549,66644,66646-66652 via svnmerge from svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r66511 | benjamin.peterson | 2008-09-18 21:49:27 -0500 (Thu, 18 Sep 2008) | 1 line remove a useless if __name__ == '__main__' ........ r66548 | benjamin.peterson | 2008-09-21 21:14:14 -0500 (Sun, 21 Sep 2008) | 1 line avoid the perils of mutable default arguments ........ r66549 | benjamin.peterson | 2008-09-21 21:26:11 -0500 (Sun, 21 Sep 2008) | 1 line some places in RefactoringTool should raise an error instead of logging it ........ r66644 | benjamin.peterson | 2008-09-27 10:45:10 -0500 (Sat, 27 Sep 2008) | 1 line fix doctest refactoring ........ r66646 | benjamin.peterson | 2008-09-27 11:40:13 -0500 (Sat, 27 Sep 2008) | 1 line don't print to stdout when 2to3 is used as a library ........ r66647 | benjamin.peterson | 2008-09-27 12:28:28 -0500 (Sat, 27 Sep 2008) | 1 line let fixer modules and classes have different prefixes ........ r66648 | benjamin.peterson | 2008-09-27 14:02:13 -0500 (Sat, 27 Sep 2008) | 1 line raise errors when 2to3 is used as a library ........ r66649 | benjamin.peterson | 2008-09-27 14:03:38 -0500 (Sat, 27 Sep 2008) | 1 line fix docstring ........ r66650 | benjamin.peterson | 2008-09-27 14:22:21 -0500 (Sat, 27 Sep 2008) | 1 line make use of enumerate ........ r66651 | benjamin.peterson | 2008-09-27 14:24:13 -0500 (Sat, 27 Sep 2008) | 1 line revert last revision; it breaks things ........ r66652 | benjamin.peterson | 2008-09-27 16:03:06 -0500 (Sat, 27 Sep 2008) | 1 line add tests for lib2to3.refactor ........ 27 September 2008, 21:09:10 UTC
7f8f660 2to3's api should be considered unstable 27 September 2008, 16:23:55 UTC
f609cf2 Add a last bunch of items 27 September 2008, 14:12:33 UTC
3c0c483 give ftplib a real test suite A asyncore based mock ftp server is used to test the protocol. This is all thanks to Giampaolo Rodola #3939 (Barry gave me permission to do this before final on IRC.) 27 September 2008, 02:49:54 UTC
fc5ea39 #3967: Correct a crash in count() and find() methods of string-like objects. For example: "".count("xxxx", sys.maxint, 0) Reviewed by Benjamin Peterson. Will port to 2.5 and 3.0. 26 September 2008, 22:34:08 UTC
da84d21 typos. 26 September 2008, 21:15:21 UTC
0eee7c6 add an 'other options' section 26 September 2008, 20:52:06 UTC
f1c08f0 add the beginnings of a C-API 2 -> 3 porting guide 26 September 2008, 02:58:36 UTC
6ee7bc0 Fix namedtuple bug reported by Glenn Linderman. Template did not form correctly if the field names were input in Unicode. 25 September 2008, 23:31:52 UTC
17617a0 #3965: on Windows, open() crashes if the filename or the mode is invalid, and if the filename is a unicode string. Reviewed by Martin von Loewis. 25 September 2008, 20:52:56 UTC
22d3c92 add a NEWs entry for r66614 25 September 2008, 20:35:45 UTC
e86b07c Bug #3951: Py_USING_MEMORY_DEBUGGER should not be enabled by default. 25 September 2008, 04:12:50 UTC
52d52f1 #3950 fix missing scale factors in turtle.py reviewers: Georg, Benjamin 24 September 2008, 22:11:59 UTC
a85c95d Fix issue #3547: ctypes is confused by bitfields of varying integer types Reviewed by Fredrik Lundh and Skip Montanaro. 24 September 2008, 18:26:05 UTC
8798c90 Improve wording 24 September 2008, 17:27:55 UTC
1379ae0 Indentation normalization. 24 September 2008, 09:47:55 UTC
a74d675 backport the atexit test for r66563 23 September 2008, 20:43:09 UTC
5cd5f12 Bugfix for issue3885 and 'DB.verify()' crash. Reviewed by Nick Coghlan. 23 September 2008, 18:54:08 UTC
09979a1 Issue #3945: Fixed compile error on cygwin. (initializer element is not constant) Reviewed by Amaury Forgeot d'Arc. 23 September 2008, 16:11:09 UTC
fe7c26d mention how to override boolean evaluation 23 September 2008, 13:32:46 UTC
3e876fd clean up docs for platform's linux_distribution and dist functions 22 September 2008, 22:13:29 UTC
ffb3cca use the new threading properties for multiprocessing (reviewed by Jesse #3927) 22 September 2008, 21:11:43 UTC
41c56b5 build_os2emx.patch in issue 3868 - update OS/2 EMX makefile and config files Part of source_os2emx.patch in issue 3868: Include/pystrcmp.h: OS/2 has same C APIs as Windows Lib/test/test_io.py: OS/2 has same behaviour as Windows for this test Reviewed by Amaury Forgeot d'Arc 22 September 2008, 14:23:45 UTC
f8db822 any platform without HAVE_LOG1P should have DBL_EPSILON in <float.h> Part of source_os2emx.patch in issue 3868 Reviewed by Amaury Forgeot d'Arc 22 September 2008, 14:11:41 UTC
8c47cab should use macro'ed symbols not direct Part of source_os2emx.patch in issue 3868 Reviewed by Amaury Forgeot d'Arc 22 September 2008, 14:10:54 UTC
29fdcad Fill out download page. 21 September 2008, 22:31:59 UTC
2c7470d #3879 fix a regression in urllib.getproxies_environment reviewers: Benjamin, Georg 21 September 2008, 21:27:51 UTC
1672e10 Issue #3925: Ignores shutil.rmtree error on cygwin too. Reviewed by Benjamin Peterson. 21 September 2008, 20:48:41 UTC
56d380d Issue #3838: TarFile object assigned to self.tar should be closed explicitly. Reviewed by Lars Gustäbel. 21 September 2008, 11:44:23 UTC
267acd2 Add "dist" target. 21 September 2008, 10:03:39 UTC
afeea07 #3918: note that uniform() args can be swapped. 21 September 2008, 08:03:21 UTC
450a7f5 Update readme and Makefile (web builder doesn't exist). 21 September 2008, 07:36:22 UTC
a438c85 #3897: _collections now has an underscore. 21 September 2008, 07:31:52 UTC
e4c1f11 #3901: bsddb fix. 21 September 2008, 07:24:11 UTC
83463ce #3914: add //= to the augmented assign operators. 21 September 2008, 07:18:28 UTC
73ac29e #3916: fixes for docs wrt. Windows directory layout 21 September 2008, 07:17:00 UTC
4517323 #3912: document default for *places* arg. 21 September 2008, 07:15:59 UTC
2f3bd83 #3852: fix some select.kqueue and kevent docs. 21 September 2008, 07:14:44 UTC
e1d9dca Use AMD64 version of CRT in just-for-me installations for Win64 installers. 19 September 2008, 19:20:03 UTC
175d007 Bug #3887: Package x64 version of CRT for AMD64 Windows binaries. 19 September 2008, 15:21:07 UTC
5576091 Correct information about the tarfile module. 19 September 2008, 12:39:23 UTC
3134f14 Improve docs for super(). 19 September 2008, 08:07:48 UTC
5aaa3e5 Fix for documentation bug. Fixes issue 3904. 19 September 2008, 02:07:22 UTC
fbb388b tabify 18 September 2008, 23:20:28 UTC
0c5ca57 done with 2.6rc2 18 September 2008, 05:34:31 UTC
877d58d Tagging 2.6rc2 18 September 2008, 04:34:09 UTC
6af1619 Bumping to 2.6rc2 18 September 2008, 04:33:43 UTC
900155f avoid putting unicode objects in the environment causing later test failures. As discussed on #python-dev 18 September 2008, 03:51:46 UTC
9f381ec On Windows, temporarily disable the bsddb test referenced in bug 3892. We do yell to stderr and the bug is marked as a blocker. Reviewed by barry in #python-dev. 18 September 2008, 02:47:35 UTC
8c2b7dc fix possible integer overflows in _hashopenssl #3886 18 September 2008, 01:22:16 UTC
b8966ab document compileall command flags 17 September 2008, 21:54:56 UTC
b34c3f4 Note sqlite3 version; move item 17 September 2008, 13:04:53 UTC
24c9021 Remove comment about improvement: pystone is about the same, and the improvements seem to be difficult to quantify 17 September 2008, 12:58:22 UTC
026bcce Markup fixes 17 September 2008, 12:57:04 UTC
b40890d usage 17 September 2008, 11:50:36 UTC
4da1da0 #3888: add some deprecated modules in whatsnew. 17 September 2008, 08:45:54 UTC
6be425c be less wordy 16 September 2008, 21:20:28 UTC
c8fd1bc Fix typo. 16 September 2008, 10:17:45 UTC
c237f8e Merged revisions 66470 via svnmerge from svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r66470 | benjamin.peterson | 2008-09-15 18:29:43 -0500 (Mon, 15 Sep 2008) | 1 line don't use os.linesep for newlines; it breaks tests on windows ........ 15 September 2008, 23:55:01 UTC
687dfd2 Rewrite item a bit 15 September 2008, 13:08:32 UTC
c272362 mention that object.__init__ no longer takes arbitrary args and kwargs 15 September 2008, 02:53:23 UTC
9feab31 Pick up a few more definitions from the glossary on the wiki. 15 September 2008, 02:19:53 UTC
f02c5f3 Review usage. Fix a mistake in the new-style class definition. Add a couple new definitions (CPython and virtual machine). 15 September 2008, 02:03:05 UTC
0c280c0 Fix grammar. 15 September 2008, 01:30:21 UTC
b080256 Set eol-style to native. 14 September 2008, 20:25:40 UTC
4eb18f9 Issue #3617: Include a licensing statement regarding the Microsoft C runtime in the Windows installer. 14 September 2008, 20:22:39 UTC
881c487 clarify that radix for int is not 'guessed' 14 September 2008, 16:02:22 UTC
5f671df fix a name issue; note all doc files should be encoded in utf8 13 September 2008, 22:54:43 UTC
3c9f541 Issue #3850: Misc/find_recursionlimit.py was broken. Reviewed by A.M. Kuchling. 13 September 2008, 20:30:30 UTC
d51e07f Merged revisions 66191,66418,66438,66445 via svnmerge from svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r66191 | benjamin.peterson | 2008-09-03 17:00:52 -0500 (Wed, 03 Sep 2008) | 1 line update the Grammar file after recent syntax changes ........ r66418 | benjamin.peterson | 2008-09-12 18:49:48 -0500 (Fri, 12 Sep 2008) | 1 line a trival fix to get a few more print corner cases #2899 ........ r66438 | benjamin.peterson | 2008-09-12 21:32:30 -0500 (Fri, 12 Sep 2008) | 5 lines add Jack Diederich's fixer for metaclass syntax #2366 my contribution to this was adding a few tests and fixing a few bugs I also reviewed it (Jack is a committer) ........ r66445 | benjamin.peterson | 2008-09-13 10:50:00 -0500 (Sat, 13 Sep 2008) | 1 line add a few more tests concerning int literals and weird spacing ........ 13 September 2008, 17:43:19 UTC
back to top