Staging
v0.5.1

sort by:
Revision Author Date Message Commit Date
9a4acdf Fix issue10065 - future_builtins' docstring lacks some functions 14 October 2010, 13:15:33 UTC
3125f50 Merged revisions 85472 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85472 | antoine.pitrou | 2010-10-14 13:29:16 +0200 (jeu., 14 oct. 2010) | 3 lines Add make variable to allow testing of different interpreter flags in buildbot runs ........ 14 October 2010, 11:37:30 UTC
a2a53b2 Add support for "-3" flag (closes #7516) 14 October 2010, 11:18:46 UTC
a226c91 Merged revisions 85469 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85469 | antoine.pitrou | 2010-10-14 13:12:00 +0200 (jeu., 14 oct. 2010) | 3 lines Inherit interpreter flags in parallel testing ........ 14 October 2010, 11:15:50 UTC
4b09b04 Implement #7944. Use `with` throughout the test suite. 14 October 2010, 02:06:55 UTC
6ec1eb8 Merged revisions 85403 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85403 | brian.curtin | 2010-10-12 21:56:26 -0500 (Tue, 12 Oct 2010) | 2 lines Implement #7944. Use `with` throughout the test suite. ........ 14 October 2010, 02:01:12 UTC
04d8b22 Merged revisions 85401 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85401 | brian.curtin | 2010-10-12 21:29:46 -0500 (Tue, 12 Oct 2010) | 3 lines Implement #7944. Use `with` throughout the test suite. ........ 14 October 2010, 01:14:36 UTC
31cf8d0 Merged revisions 85400 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85400 | brian.curtin | 2010-10-12 21:21:42 -0500 (Tue, 12 Oct 2010) | 2 lines Implement #7944. Use `with` throughout the test suite. ........ 13 October 2010, 23:51:19 UTC
a5cb39f Merged revisions 85436 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85436 | benjamin.peterson | 2010-10-13 17:20:15 -0500 (Wed, 13 Oct 2010) | 1 line put PYTHONIOENCODING in man page ........ 13 October 2010, 22:25:26 UTC
8e73403 Merged revisions 85432 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85432 | benjamin.peterson | 2010-10-13 17:06:39 -0500 (Wed, 13 Oct 2010) | 1 line constify to appease compiler warnings ........ 13 October 2010, 22:10:31 UTC
4de6b06 Merged revisions 85429 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85429 | benjamin.peterson | 2010-10-13 16:59:36 -0500 (Wed, 13 Oct 2010) | 1 line remove obselete import implementation #7287 ........ 13 October 2010, 22:07:17 UTC
9e1ef1a Merged revisions 85423 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85423 | antoine.pitrou | 2010-10-13 19:14:16 +0200 (mer., 13 oct. 2010) | 3 lines Protect test_smtpnet against connection failures ........ 13 October 2010, 17:20:54 UTC
bcb6195 Merged revisions 85404 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85404 | gregory.p.smith | 2010-10-12 20:39:47 -0700 (Tue, 12 Oct 2010) | 2 lines fix compliation on NetBSD ........ 13 October 2010, 03:42:10 UTC
25def7d Merged revisions 85398 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85398 | benjamin.peterson | 2010-10-12 20:04:36 -0500 (Tue, 12 Oct 2010) | 1 line account for the module __dict__ being cleared when its module is ........ 13 October 2010, 01:10:16 UTC
1e1a8c7 Merged revisions 85395 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85395 | benjamin.peterson | 2010-10-12 18:07:13 -0500 (Tue, 12 Oct 2010) | 1 line fix spelling #10078 ........ 12 October 2010, 23:12:45 UTC
dc95424 Merged revisions 85392 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85392 | benjamin.peterson | 2010-10-12 17:57:59 -0500 (Tue, 12 Oct 2010) | 1 line prefer clearing global objects to obscure module.__dict__ bugs #10068 ........ 12 October 2010, 23:02:35 UTC
d2f6ae6 Merged revisions 85386-85387,85389 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85386 | victor.stinner | 2010-10-13 00:23:23 +0200 (mer., 13 oct. 2010) | 3 lines Issue #6612: Fix site and sysconfig to catch os.getcwd() error, eg. if the current directory was deleted. ........ r85387 | victor.stinner | 2010-10-13 00:26:08 +0200 (mer., 13 oct. 2010) | 2 lines #6612: add the author of the patch (W. Trevor King) ........ r85389 | victor.stinner | 2010-10-13 00:42:37 +0200 (mer., 13 oct. 2010) | 2 lines NEWS: Move #6612 to Library section ........ 12 October 2010, 22:53:51 UTC
169b133 Blocked revisions 85322,85326 via svnmerge ........ r85322 | r.david.murray | 2010-10-08 11:55:28 -0400 (Fri, 08 Oct 2010) | 8 lines #4661: add bytes parsing and generation to email (email version bump to 5.1.0) The work on this is not 100% complete, but everything is present to allow real-world testing of the code. The only remaining major todo item is to (hopefully!) enhance the handling of non-ASCII bytes in headers converted to unicode by RFC2047 encoding them rather than replacing them with '?'s. ........ r85326 | r.david.murray | 2010-10-08 17:37:39 -0400 (Fri, 08 Oct 2010) | 2 lines What's new entry for email 5.1. ........ 12 October 2010, 14:16:46 UTC
577acb4 improve performance of writing past the end of the file for cStringIO (http://bugs.python.org/issue10045) 11 October 2010, 19:13:04 UTC
5e8349e Issue #9948: logging: fixed problem of losing filename case information. 10 October 2010, 20:36:04 UTC
739a59c Don't run xpickle tests when the reference interpreter doesn't have test_support (see AMD64 Gentoo buildbot) 10 October 2010, 14:53:36 UTC
58dab67 Merged revisions 85353 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85353 | antoine.pitrou | 2010-10-10 11:37:12 +0200 (dim., 10 oct. 2010) | 3 lines Issue #9437: Fix building C extensions with non-default LDFLAGS. ........ 10 October 2010, 09:54:59 UTC
7be5a65 Merged revisions 85349 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85349 | antoine.pitrou | 2010-10-10 10:10:16 +0200 (dim., 10 oct. 2010) | 4 lines Some platforms provide uintptr_t in inttypes.h. Patch by Akira Kitada. ........ 10 October 2010, 08:14:41 UTC
22ad245 Merged revisions 85342 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85342 | antoine.pitrou | 2010-10-09 17:24:28 +0200 (sam., 09 oct. 2010) | 4 lines Issue #10055: Make json C89-compliant in UCS4 mode. ........ 09 October 2010, 15:28:59 UTC
0b481ca Merged revisions 85018 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85018 | antoine.pitrou | 2010-09-26 18:36:33 +0200 (dim., 26 sept. 2010) | 4 lines Issue #8445: try to fix some buildbot failures on test_ttk_guionly. Patch by Guilherme. ........ 09 October 2010, 10:09:06 UTC
b1fb458 Merged revisions 85328 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85328 | benjamin.peterson | 2010-10-08 20:58:37 -0500 (Fri, 08 Oct 2010) | 1 line remove author names from prose ........ 09 October 2010, 02:04:15 UTC
2623688 Merged revisions 84763,85135 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84763 | hirokazu.yamamoto | 2010-09-13 15:21:54 +0900 | 1 line Cosmetic fix to project files. ........ r85135 | hirokazu.yamamoto | 2010-10-01 19:40:49 +0900 | 1 line Cosmetic fix for PCBuild/readme.txt. ........ 08 October 2010, 10:22:55 UTC
9c20b18 Added my name to ACKS. 08 October 2010, 09:45:08 UTC
1f504f1 Merged revisions 85315 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85315 | hirokazu.yamamoto | 2010-10-08 17:38:15 +0900 | 1 line Issue #9978: Wait until subprocess completes initialization. (Win32KillTests in test_os) ........ 08 October 2010, 09:41:13 UTC
354fe7e copy_absolute(): keep the relative path if getcwd() failed Instead of using the undefined content of the 'path' buffer. 07 October 2010, 23:37:08 UTC
a06e9b8 Merged revisions 85299 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85299 | brian.curtin | 2010-10-06 20:12:19 -0500 (Wed, 06 Oct 2010) | 9 lines Fix #8584. Fix the skipping of a number of tests due to incorrect importing. This undoes a previous attempt to fix some of the skips. Value and copy come from sharedctypes rather than plain ctypes, and the test skipping is then done at the class level rather than test-by-test. There are zero skipped tests after the fix. ........ 07 October 2010, 02:27:41 UTC
76a66aa Merged revisions 85291 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85291 | antoine.pitrou | 2010-10-06 23:21:18 +0200 (mer., 06 oct. 2010) | 4 lines Issue #9759: GzipFile now raises ValueError when an operation is attempted after the file is closed. Patch by Jeffrey Finkelstein. ........ 06 October 2010, 21:26:52 UTC
2471063 Merged revisions 85276 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85276 | georg.brandl | 2010-10-06 12:35:24 +0200 (Mi, 06 Okt 2010) | 1 line Fix the suspicious builder not to write CRLF, update suspicious file and add instructions to Makefile. ........ 06 October 2010, 10:47:20 UTC
35e7a8f Merged revisions 85274 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85274 | georg.brandl | 2010-10-06 12:26:05 +0200 (Mi, 06 Okt 2010) | 1 line Fix errors found by "make suspicious". ........ 06 October 2010, 10:41:31 UTC
0d8f375 Blocked revisions 85272-85273 via svnmerge ........ r85272 | georg.brandl | 2010-10-06 12:11:56 +0200 (Mi, 06 Okt 2010) | 1 line Migrate to Sphinx 1.0 C language constructs. ........ r85273 | georg.brandl | 2010-10-06 12:14:08 +0200 (Mi, 06 Okt 2010) | 1 line Fix spelling and markup. ........ 06 October 2010, 10:36:52 UTC
f864a1d Remove NEWS.help (manual backport of r84533). 06 October 2010, 09:50:32 UTC
35c2b49 Blocked revisions 82804,83234,83605-83618,83649,84011,84016-84017,84020,84142,84249,84407,84448,84476-84479,84481,84520,84522,84528-84529,84533,84542,84552,84579,84684,84705-84706,84747,84751,84899,84903,85132,85228 via svnmerge ........ r82804 | georg.brandl | 2010-07-11 11:41:21 +0200 (So, 11 Jul 2010) | 1 line Allow set literals in literal_eval(). ........ r83234 | georg.brandl | 2010-07-29 18:01:11 +0200 (Do, 29 Jul 2010) | 1 line #6522: add a "decorator" directive to explicitly document decorators, and use it in a few places. ........ r83605 | georg.brandl | 2010-08-03 00:08:58 +0200 (Di, 03 Aug 2010) | 1 line Make the Pynche tool work with Python 3. ........ r83606 | georg.brandl | 2010-08-03 00:25:16 +0200 (Di, 03 Aug 2010) | 1 line Minimum fixes to make freeze.py do something useful. ........ r83607 | georg.brandl | 2010-08-03 00:28:01 +0200 (Di, 03 Aug 2010) | 1 line Remove faqwiz tool. ........ r83608 | georg.brandl | 2010-08-03 00:31:22 +0200 (Di, 03 Aug 2010) | 1 line Update README for Tools. ........ r83609 | georg.brandl | 2010-08-03 00:53:22 +0200 (Di, 03 Aug 2010) | 1 line Update README, remove obsolete scripts. ........ r83610 | georg.brandl | 2010-08-03 00:55:17 +0200 (Di, 03 Aug 2010) | 1 line Update README, remove obsolete script. ........ r83611 | georg.brandl | 2010-08-03 00:58:25 +0200 (Di, 03 Aug 2010) | 1 line Make the framer run (still generates wrong code for module creation though.) ........ r83612 | georg.brandl | 2010-08-03 00:59:44 +0200 (Di, 03 Aug 2010) | 1 line Fix unicode literal. ........ r83613 | georg.brandl | 2010-08-03 01:13:12 +0200 (Di, 03 Aug 2010) | 1 line Update Demo README. ........ r83614 | georg.brandl | 2010-08-03 01:13:24 +0200 (Di, 03 Aug 2010) | 1 line Make minigzip work again. ........ r83615 | georg.brandl | 2010-08-03 01:15:58 +0200 (Di, 03 Aug 2010) | 1 line Another demo that at least runs again. ........ r83616 | georg.brandl | 2010-08-03 01:17:21 +0200 (Di, 03 Aug 2010) | 1 line Remove obsolete pdist demo. ........ r83617 | georg.brandl | 2010-08-03 01:18:35 +0200 (Di, 03 Aug 2010) | 1 line Remove reference to removed faqwiz tool. ........ r83618 | georg.brandl | 2010-08-03 01:30:09 +0200 (Di, 03 Aug 2010) | 1 line Fix-up some tkinter demos. ........ r83649 | georg.brandl | 2010-08-03 09:56:50 +0200 (Di, 03 Aug 2010) | 1 line Fix regrtest -F. ........ r84011 | georg.brandl | 2010-08-14 15:43:37 +0200 (Sa, 14 Aug 2010) | 1 line There are no *.doc files anymore. Also update "funny" target. ........ r84016 | georg.brandl | 2010-08-14 17:46:15 +0200 (Sa, 14 Aug 2010) | 1 line Wording fix. ........ r84017 | georg.brandl | 2010-08-14 17:46:59 +0200 (Sa, 14 Aug 2010) | 1 line Typo fix. ........ r84020 | georg.brandl | 2010-08-14 17:57:20 +0200 (Sa, 14 Aug 2010) | 1 line Fix format. ........ r84142 | georg.brandl | 2010-08-17 17:07:14 +0200 (Di, 17 Aug 2010) | 1 line Consistency check for versionadded/changed directives. ........ r84249 | georg.brandl | 2010-08-22 01:20:01 +0200 (So, 22 Aug 2010) | 1 line Remove usage of rexec in tkinter demo. ........ r84407 | georg.brandl | 2010-09-01 23:02:50 +0200 (Mi, 01 Sep 2010) | 1 line #9677: fix link. ........ r84448 | georg.brandl | 2010-09-03 12:52:55 +0200 (Fr, 03 Sep 2010) | 1 line Reindent. ........ r84476 | georg.brandl | 2010-09-04 00:14:52 +0200 (Sa, 04 Sep 2010) | 1 line Use tabs consistently. ........ r84477 | georg.brandl | 2010-09-04 00:19:07 +0200 (Sa, 04 Sep 2010) | 1 line Fix typos and use tabs consistently. ........ r84478 | georg.brandl | 2010-09-04 00:20:58 +0200 (Sa, 04 Sep 2010) | 1 line Make PEP section a bit less ugly and at least list implemented PEPs. ........ r84479 | georg.brandl | 2010-09-04 00:29:08 +0200 (Sa, 04 Sep 2010) | 1 line Revert unintended change from r84458. ........ r84481 | georg.brandl | 2010-09-04 00:36:22 +0200 (Sa, 04 Sep 2010) | 1 line #9767: doctest run over json docs. ........ r84520 | georg.brandl | 2010-09-05 10:28:41 +0200 (So, 05 Sep 2010) | 1 line Update pydoc topics. ........ r84522 | georg.brandl | 2010-09-05 10:30:40 +0200 (So, 05 Sep 2010) | 1 line Bump to 3.2a2. ........ r84528 | georg.brandl | 2010-09-05 13:28:33 +0200 (So, 05 Sep 2010) | 1 line Rewrap and consistency fixes. ........ r84529 | georg.brandl | 2010-09-05 19:06:50 +0200 (So, 05 Sep 2010) | 1 line Rewrap. ........ r84533 | georg.brandl | 2010-09-05 19:32:31 +0200 (So, 05 Sep 2010) | 1 line Fix reST in NEWS, and remove NEWS.help (all committers should now know reST anyway, and for those who do not, there is Documenting Python.) ........ r84542 | georg.brandl | 2010-09-05 23:29:17 +0200 (So, 05 Sep 2010) | 1 line Post-release update. ........ r84552 | georg.brandl | 2010-09-06 08:45:47 +0200 (Mo, 06 Sep 2010) | 1 line Remove redundant word. ........ r84579 | georg.brandl | 2010-09-07 10:18:26 +0200 (Di, 07 Sep 2010) | 1 line Add stub entry for argparse. ........ r84684 | georg.brandl | 2010-09-10 22:43:53 +0200 (Fr, 10 Sep 2010) | 1 line release() is probably not the most important method ........ r84705 | georg.brandl | 2010-09-11 08:39:58 +0200 (Sa, 11 Sep 2010) | 1 line Add new generated file to ignoreds. ........ r84706 | georg.brandl | 2010-09-11 08:41:30 +0200 (Sa, 11 Sep 2010) | 1 line Remove compatibility code for Python < 2.1, < 2.2 and < 2.4. ........ r84747 | georg.brandl | 2010-09-12 19:14:26 +0200 (So, 12 Sep 2010) | 1 line 9806: add --extension-suffix option to python-config. ........ r84751 | georg.brandl | 2010-09-12 22:58:19 +0200 (So, 12 Sep 2010) | 1 line Get rid of tabs. ........ r84899 | georg.brandl | 2010-09-19 10:55:36 +0200 (So, 19 Sep 2010) | 1 line Add "concurrent" subdir to Makefile. ........ r84903 | georg.brandl | 2010-09-19 11:31:09 +0200 (So, 19 Sep 2010) | 1 line Edit concurrent docs, add versionadded and see also reference to the PEP. ........ r85132 | georg.brandl | 2010-10-01 07:38:10 +0200 (Fr, 01 Okt 2010) | 1 line Fix weird markup that caused latex to fail. ........ r85228 | georg.brandl | 2010-10-05 09:16:01 +0200 (Di, 05 Okt 2010) | 1 line Indent version tags properly. ........ 06 October 2010, 09:50:09 UTC
a04b03b Merged revisions 82879,82958-82959,83109,83127,83224,83747,84162 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r82879 | stefan.krah | 2010-07-14 12:16:11 +0200 (Mi, 14 Jul 2010) | 3 lines High byte is the exit status. ........ r82958 | jean-paul.calderone | 2010-07-18 18:13:27 +0200 (So, 18 Jul 2010) | 1 line There is no method named "register(fd, eventmask)"; fix markup to just indicate this is code. ........ r82959 | jean-paul.calderone | 2010-07-18 18:30:31 +0200 (So, 18 Jul 2010) | 1 line Document the extra epoll flags ........ r83109 | brett.cannon | 2010-07-23 18:58:21 +0200 (Fr, 23 Jul 2010) | 4 lines Mention in the fnmatch docs that meta-characters in translate cannot be quoted. Closes issue 9358. Thanks to Brian Brazil for the patch. ........ r83127 | martin.v.loewis | 2010-07-24 12:09:11 +0200 (Sa, 24 Jul 2010) | 2 lines Put listdir default argument into declaration. ........ r83224 | mark.dickinson | 2010-07-29 15:56:56 +0200 (Do, 29 Jul 2010) | 1 line Fix typo. ........ r83747 | gerhard.haering | 2010-08-06 08:12:05 +0200 (Fr, 06 Aug 2010) | 2 lines Issue #3854: Documented using the sqlite3 module with multiple threads. ........ r84162 | victor.stinner | 2010-08-18 00:01:02 +0200 (Mi, 18 Aug 2010) | 3 lines Replace :func: by :cfunc: To get links to the C functions ........ 06 October 2010, 09:47:17 UTC
aea70af Merged revisions 85222 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85222 | eric.araujo | 2010-10-05 00:32:36 +0200 (Di, 05 Okt 2010) | 5 lines Recode developers.txt to UTF-8, as discussed on python-dev. Fix Łukasz’ name and also remove trailing whitespace. See thread at http://mail.python.org/pipermail/python-dev/2010-September/103584.html ........ 06 October 2010, 09:39:09 UTC
2442060 Merged revisions 83735,83939,83943,84166-84167,84257,85215 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r83735 | martin.v.loewis | 2010-08-04 21:08:20 +0200 (Mi, 04 Aug 2010) | 2 lines Add Terry Reedy. ........ r83939 | brett.cannon | 2010-08-11 02:18:19 +0200 (Mi, 11 Aug 2010) | 2 lines Note that Éric Araujo has been given commit privileges. ........ r83943 | martin.v.loewis | 2010-08-11 07:48:57 +0200 (Mi, 11 Aug 2010) | 2 lines Add George Boutsioukis, from the GSoC project. ........ r84166 | martin.v.loewis | 2010-08-18 00:58:42 +0200 (Mi, 18 Aug 2010) | 2 lines Add Ask Solem. ........ r84167 | martin.v.loewis | 2010-08-18 01:16:51 +0200 (Mi, 18 Aug 2010) | 2 lines Correct library name that Ask will work on. ........ r84257 | martin.v.loewis | 2010-08-22 10:46:19 +0200 (So, 22 Aug 2010) | 2 lines Add Daniel Stutzbach. ........ r85215 | martin.v.loewis | 2010-10-04 17:48:14 +0200 (Mo, 04 Okt 2010) | 2 lines Add Tal Einat. ........ 06 October 2010, 09:38:38 UTC
4058911 Merged revisions 82830-82831,83767,83982,84000,84005-84007,84105,84260,84534 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r82830 | brian.curtin | 2010-07-12 01:32:11 +0200 (Mo, 12 Jul 2010) | 2 lines Put my name down for winreg. ........ r82831 | martin.v.loewis | 2010-07-12 08:03:18 +0200 (Mo, 12 Jul 2010) | 2 lines Remove myself. ........ r83767 | r.david.murray | 2010-08-06 23:18:49 +0200 (Fr, 06 Aug 2010) | 4 lines Add xml subpackages, since they are likely to have different maintainers. And if not they can be merged back together when that becomes apparent. ........ r83982 | r.david.murray | 2010-08-13 20:16:35 +0200 (Fr, 13 Aug 2010) | 4 lines Per request, make 'nosy' vs 'assign' explicit in maintainers.rst. Also add myself as assignable for email issues. ........ r84000 | eric.araujo | 2010-08-14 06:56:48 +0200 (Sa, 14 Aug 2010) | 2 lines Let's commit ........ r84005 | ezio.melotti | 2010-08-14 10:54:33 +0200 (Sa, 14 Aug 2010) | 1 line Revert r82831 as discussed at EP now that the wording of maintainers.rst has been clarified. ........ r84006 | ezio.melotti | 2010-08-14 11:02:36 +0200 (Sa, 14 Aug 2010) | 1 line Add myself for the bug tracker (and for re). ........ r84007 | antoine.pitrou | 2010-08-14 14:06:40 +0200 (Sa, 14 Aug 2010) | 3 lines Add myself to threads topic (suggested by Ezio) ........ r84105 | tim.golden | 2010-08-16 22:10:39 +0200 (Mo, 16 Aug 2010) | 1 line Add Tim Golden as interested in Windows ........ r84260 | vinay.sajip | 2010-08-22 20:41:24 +0200 (So, 22 Aug 2010) | 1 line Updated maintainers.rst to reflect correct Roundup name. ........ r84534 | eric.araujo | 2010-09-05 20:21:46 +0200 (So, 05 Sep 2010) | 2 lines Fix amk’s tracker name ........ 06 October 2010, 09:36:50 UTC
db235c1 Merged revisions 85008,85011,85240 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85008 | georg.brandl | 2010-09-25 15:30:03 +0200 (Sa, 25 Sep 2010) | 1 line #9944: fix typo. ........ r85011 | georg.brandl | 2010-09-25 18:56:36 +0200 (Sa, 25 Sep 2010) | 1 line #9562: slight clarification. ........ r85240 | georg.brandl | 2010-10-06 07:08:32 +0200 (Mi, 06 Okt 2010) | 1 line #10034: import readline in longer example. ........ 06 October 2010, 09:33:55 UTC
0930228 Merged revisions 84945 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84945 | georg.brandl | 2010-09-21 16:48:28 +0200 (Di, 21 Sep 2010) | 1 line #9911: doc copyedits. ........ 06 October 2010, 09:32:48 UTC
21946af Merged revisions 82798,82805,83659,83977,84015,84018,84141,84264,84326-84327,84480,84482,84484,84530-84531,84553,84619,84915-84916 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r82798 | georg.brandl | 2010-07-11 11:23:11 +0200 (So, 11 Jul 2010) | 1 line #6774: explain shutdown() behavior varying with platform. ........ r82805 | georg.brandl | 2010-07-11 11:42:10 +0200 (So, 11 Jul 2010) | 1 line #7935: cross-reference to ast.literal_eval() from eval() docs. ........ r83659 | georg.brandl | 2010-08-03 14:06:29 +0200 (Di, 03 Aug 2010) | 1 line Terminology fix: exceptions are raised, except in generator.throw(). ........ r83977 | georg.brandl | 2010-08-13 17:10:49 +0200 (Fr, 13 Aug 2010) | 1 line Fix copy-paste error. ........ r84015 | georg.brandl | 2010-08-14 17:44:34 +0200 (Sa, 14 Aug 2010) | 1 line Add some maintainers. ........ r84018 | georg.brandl | 2010-08-14 17:48:49 +0200 (Sa, 14 Aug 2010) | 1 line Typo fix. ........ r84141 | georg.brandl | 2010-08-17 16:11:59 +0200 (Di, 17 Aug 2010) | 1 line Markup nits. ........ r84264 | georg.brandl | 2010-08-22 22:23:38 +0200 (So, 22 Aug 2010) | 1 line #9649: fix default value description. ........ r84326 | georg.brandl | 2010-08-26 16:30:15 +0200 (Do, 26 Aug 2010) | 1 line #9689: add links from overview to in-depth class API descriptions. ........ r84327 | georg.brandl | 2010-08-26 16:30:56 +0200 (Do, 26 Aug 2010) | 1 line #9681: typo. ........ r84480 | georg.brandl | 2010-09-04 00:33:27 +0200 (Sa, 04 Sep 2010) | 1 line More inclusive title. ........ r84482 | georg.brandl | 2010-09-04 00:40:02 +0200 (Sa, 04 Sep 2010) | 1 line #9760: clarify what context expression is. ........ r84484 | georg.brandl | 2010-09-04 00:49:27 +0200 (Sa, 04 Sep 2010) | 1 line Fix missing word. ........ r84530 | georg.brandl | 2010-09-05 19:07:12 +0200 (So, 05 Sep 2010) | 1 line #9747: fix copy-paste error in getresgid() doc. ........ r84531 | georg.brandl | 2010-09-05 19:09:18 +0200 (So, 05 Sep 2010) | 1 line #9776: fix some spacing. ........ r84553 | georg.brandl | 2010-09-06 08:49:07 +0200 (Mo, 06 Sep 2010) | 1 line #9780: both { and } are not valid fill characters. ........ r84619 | georg.brandl | 2010-09-08 12:43:45 +0200 (Mi, 08 Sep 2010) | 1 line Add Lukasz. ........ r84915 | georg.brandl | 2010-09-20 08:27:02 +0200 (Mo, 20 Sep 2010) | 1 line Fix typo. ........ r84916 | georg.brandl | 2010-09-20 08:29:01 +0200 (Mo, 20 Sep 2010) | 1 line Mention % as string formatting. ........ 06 October 2010, 09:28:45 UTC
e85e1ae Merged revisions 82757-82758,82760-82764 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r82757 | georg.brandl | 2010-07-10 10:58:37 +0200 (Sa, 10 Jul 2010) | 1 line Fix markup. ........ r82758 | georg.brandl | 2010-07-10 12:23:40 +0200 (Sa, 10 Jul 2010) | 1 line Emphasize role of count for Pascal string. ........ r82760 | georg.brandl | 2010-07-10 12:39:57 +0200 (Sa, 10 Jul 2010) | 1 line #3214: improve description of duck-typing in glossary. ........ r82761 | georg.brandl | 2010-07-10 13:40:13 +0200 (Sa, 10 Jul 2010) | 1 line #1434090: properly append child in expatbuilder doctype handler. ........ r82762 | georg.brandl | 2010-07-10 13:51:06 +0200 (Sa, 10 Jul 2010) | 1 line #8338: fix outdated class name. ........ r82763 | georg.brandl | 2010-07-10 14:01:34 +0200 (Sa, 10 Jul 2010) | 1 line #8456: fix signature of sqlite3.connect(). ........ r82764 | georg.brandl | 2010-07-10 14:20:38 +0200 (Sa, 10 Jul 2010) | 1 line #8564: update docs on integrating doctest/unittest with unittest(2) test discovery. ........ 06 October 2010, 09:17:24 UTC
41b986c Merged revisions 85236 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85236 | amaury.forgeotdarc | 2010-10-06 00:15:37 +0200 (mer., 06 oct. 2010) | 2 lines #9060 Let platforms without dup2() compile the replacement fonction without error. ........ 05 October 2010, 22:21:03 UTC
30630b9 Merged revisions 85232 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85232 | senthil.kumaran | 2010-10-06 00:05:41 +0530 (Wed, 06 Oct 2010) | 3 lines Remove the references of FTPS from the urllib Documentation. There is no support for it yet. ........ 05 October 2010, 18:45:00 UTC
c17776f Merged revisions 85223 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85223 | eric.araujo | 2010-10-05 01:52:37 +0200 (mar., 05 oct. 2010) | 3 lines Fix interaction of custom translation classes and caching (#9042) ........ 04 October 2010, 23:59:35 UTC
6aab8d0 Merged revisions 85211 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85211 | lars.gustaebel | 2010-10-04 17:18:47 +0200 (Mon, 04 Oct 2010) | 14 lines Issue #9065: no longer use "root" as the default for the uname and gname field. If tarfile creates a new archive and adds a file with a uid/gid that doesn't have a corresponding name on the system (e.g. because the user/group account was deleted) it uses the empty string in the uname/gname field now instead of "root". Using "root" as the default was a bad idea because on extraction the uname/gname fields are supposed to override the uid/gid fields. So, all archive members with nameless uids/gids belonged to the root user after extraction. ........ 04 October 2010, 15:37:53 UTC
aa5f49e Merged revisions 85205 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85205 | senthil.kumaran | 2010-10-03 23:52:42 +0530 (Sun, 03 Oct 2010) | 3 lines Fix Issue10012 - httplib headers, which are (sometimes mistakenly) int are explicitly cast to str (bytes - in py3k). ........ 03 October 2010, 18:26:07 UTC
a9bd0cc Merged revisions 85202 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85202 | senthil.kumaran | 2010-10-03 23:25:45 +0530 (Sun, 03 Oct 2010) | 4 lines Fix Issue9272 - Change CGIHTTPServer to give the child program a copy of os.environ ........ 03 October 2010, 18:16:52 UTC
ec2ee17 Blocked revisions 85197,85199 via svnmerge ........ r85197 | tarek.ziade | 2010-10-03 16:18:09 +0200 (Sun, 03 Oct 2010) | 1 line Fixed #8980: distutils.command.check was failing w/ docutils installed ........ r85199 | tarek.ziade | 2010-10-03 16:45:06 +0200 (Sun, 03 Oct 2010) | 1 line typo in Arfrever name ........ 03 October 2010, 14:50:55 UTC
35c6be0 Merged revisions 85193 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85193 | benjamin.peterson | 2010-10-02 21:13:39 -0500 (Sat, 02 Oct 2010) | 1 line typo ........ 03 October 2010, 02:17:04 UTC
10a8676 Merged revisions 85179 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85179 | r.david.murray | 2010-10-02 11:58:26 -0400 (Sat, 02 Oct 2010) | 6 lines #1050268: make parseaddr 'quote' the contents of quoted strings in addresses. Also made the doc string for email._parseaddr's 'quote' function more accurate; I'd love to make the function match the old docstring instead, but other code uses it according the existing semantics. ........ 02 October 2010, 16:26:05 UTC
452b0ce Merged revisions 85169 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85169 | senthil.kumaran | 2010-10-02 16:03:13 +0530 (Sat, 02 Oct 2010) | 3 lines Use proper variable name 'data' instead of 'str' in the send method. ........ 02 October 2010, 10:43:45 UTC
fca48ef Merged revisions 85156 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85156 | senthil.kumaran | 2010-10-02 08:46:04 +0530 (Sat, 02 Oct 2010) | 3 lines Fix - issue10010 .. index:: position in the docs. ........ 02 October 2010, 03:29:31 UTC
a5d5cc4 Merged revisions 85154 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85154 | benjamin.peterson | 2010-10-01 19:03:31 -0500 (Fri, 01 Oct 2010) | 1 line type.__abstractmethods__ should raise an AttributeError #10006 ........ 02 October 2010, 00:08:58 UTC
1390dd7 Merged revisions 85140 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85140 | brian.curtin | 2010-10-01 09:49:24 -0500 (Fri, 01 Oct 2010) | 4 lines Fix #10003. Add SIGBREAK to the set of valid signals on Windows. This fixes a regression noticed by bzr, introduced by issue #9324. ........ 01 October 2010, 16:44:03 UTC
20ad363 Merged revisions 85142 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85142 | r.david.murray | 2010-10-01 11:40:20 -0400 (Fri, 01 Oct 2010) | 5 lines #10004: in Q encoded word ignore '=xx' when xx is not valid hex. Bug report and fix by Thomas Guettler. ........ 01 October 2010, 15:48:49 UTC
cb5e22d Blocked revisions 85137 via svnmerge ........ r85137 | alexander.belopolsky | 2010-10-01 10:18:49 -0400 (Fri, 01 Oct 2010) | 3 lines Issue #6608: time.asctime is now checking struct tm fields its input before passing it to the system asctime. Patch by MunSic Jeong. ........ 01 October 2010, 14:26:35 UTC
f5e607f Cosmetic fix to use print function. 01 October 2010, 10:48:47 UTC
b643fc6 Added BaseHTTPRequestHandler related tests. 30 September 2010, 06:40:56 UTC
a02653b Merged revisions 85109 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85109 | brian.curtin | 2010-09-29 09:51:42 -0500 (Wed, 29 Sep 2010) | 4 lines Fix #9978. WINFUNCTYPE is from ctypes, not from ctypes.wintypes. r85073 changed the importing in wintypes to not use *, so the previous usage here became even more incorrect. ........ 29 September 2010, 14:56:32 UTC
66bfda8 Merged revisions 85101 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85101 | antoine.pitrou | 2010-09-29 13:24:21 +0200 (mer., 29 sept. 2010) | 3 lines Issue #9983: warn that urllib and httplib don't perform SSL certificate validation. ........ 29 September 2010, 11:30:52 UTC
b046529 Recorded rollback of revisions 84857,84870,84875 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k 29 September 2010, 08:38:37 UTC
cd22a58 Fix for issue 81275: don't say that the MacPython OSA modules will get new development in python 2.5 (!), but point users to the py-appscript project instead. 28 September 2010, 15:46:28 UTC
64fb940 Merged revisions 85066 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85066 | antoine.pitrou | 2010-09-28 17:29:16 +0200 (mar., 28 sept. 2010) | 3 lines Issue #9970: improve C API documentation for memoryview objects ........ 28 September 2010, 15:35:18 UTC
8928e32 Merged revisions 85062 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85062 | ronald.oussoren | 2010-09-28 16:38:31 +0200 (Tue, 28 Sep 2010) | 3 lines Fix for issue #9568. ........ 28 September 2010, 14:43:59 UTC
ec2fe00 Merged revisions 85059 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85059 | ronald.oussoren | 2010-09-28 15:57:58 +0200 (Tue, 28 Sep 2010) | 5 lines Add support for the ZSH shell to the "Update Shell Profile" script on MacOSX. Patch by Sylvain Mora, issue #9701. ........ 28 September 2010, 14:01:49 UTC
3b47b6c Sorry, I committed into wrong branch. So reverted it. 28 September 2010, 08:19:18 UTC
ba0c843 Run test_ttk_guionly in verbose mode. 28 September 2010, 07:35:56 UTC
1ece881 Blocked revisions 84762,84876,84897,84902,84949 via svnmerge ........ r84762 | hirokazu.yamamoto | 2010-09-13 14:59:38 +0900 | 1 line Updated PC/VS8.0 with PCBuild/vs9to8.py. ........ r84876 | hirokazu.yamamoto | 2010-09-18 13:42:41 +0900 | 1 line In Python3000, Tkinter was renamed to tkinter. And print is now function. ........ r84897 | hirokazu.yamamoto | 2010-09-19 17:31:01 +0900 | 1 line Set svn:ignore to folders. ........ r84902 | hirokazu.yamamoto | 2010-09-19 18:24:20 +0900 | 1 line Issue #9552: Avoid unnecessary rebuild of OpenSSL. (Windows) ........ r84949 | hirokazu.yamamoto | 2010-09-22 01:05:47 +0900 | 1 line Revert r84902 before committing better solution. ........ 27 September 2010, 19:16:07 UTC
66b5df6 Merged revisions 85032 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85032 | antoine.pitrou | 2010-09-27 19:52:25 +0200 (lun., 27 sept. 2010) | 6 lines Issue #9950: Fix socket.sendall() crash or misbehaviour when a signal is received. Now sendall() properly calls signal handlers if necessary, and retries sending if these returned successfully, including on sockets with a timeout. ........ 27 September 2010, 18:16:46 UTC
47ca122 logging: Updated library configuration documentation. 27 September 2010, 13:53:47 UTC
176c73d Merged revisions 85025 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85025 | senthil.kumaran | 2010-09-27 06:56:03 +0530 (Mon, 27 Sep 2010) | 6 lines Fix Issue1595365 - Adding the req.headers after the un-redirect headers have been added. This helps in accidental overwritting of User-Agent header to default value. To preserve the old behavior, only headers not in unredirected headers will be updated. ........ 27 September 2010, 01:40:59 UTC
658f629 versionadded #9956 26 September 2010, 23:49:20 UTC
81acdb4 Merged revisions 85000 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85000 | alexander.belopolsky | 2010-09-24 18:04:22 -0400 (Fri, 24 Sep 2010) | 1 line This should fix buildbot failure introduced by r84994 ........ 26 September 2010, 23:37:17 UTC
639f0e2 logging: NullHandler optimisation. 26 September 2010, 11:04:10 UTC
cb61e5d Issue #9869: Make long() and PyNumber_Long return something of type long for a class whose __long__ method returns a plain int. This fixes an interpreter crash (due to long_subtype_new assuming PyNumber_Long returns a long) when initializing an instance of a long subclass from an object whose __long__ method returns a plain int. 26 September 2010, 10:37:12 UTC
3eac591 Issue #9947: logging: Fixed locking bug in stopListening. 25 September 2010, 17:48:25 UTC
546885e Issue #9945: logging: Fixed locking bugs in addHandler/removeHandler. 25 September 2010, 17:42:36 UTC
7db964d #1865: document syntax for bytes literals. 25 September 2010, 13:46:23 UTC
a0b6a49 Fix typo. 25 September 2010, 13:31:21 UTC
da4faba Rolled back revisions 85003 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k 25 September 2010, 03:27:12 UTC
2af8404 Merged revisions 85003 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85003 | benjamin.peterson | 2010-09-24 22:14:33 -0500 (Fri, 24 Sep 2010) | 1 line don't count keyword arguments as positional #9943 ........ 25 September 2010, 03:17:56 UTC
a3c1678 #9934. Correct a typo that was already fixed on py3k. 25 September 2010, 02:36:46 UTC
dee0097 Merged revisions 84997 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84997 | antoine.pitrou | 2010-09-24 20:57:01 +0200 (ven., 24 sept. 2010) | 3 lines Make _kill_process more robust under Windows too (see issue #8432) ........ 24 September 2010, 19:00:29 UTC
517185e Merged revisions 84994 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84994 | alexander.belopolsky | 2010-09-24 14:03:12 -0400 (Fri, 24 Sep 2010) | 1 line Issue #9936: Fixed executable lines' search in the trace module. ........ 24 September 2010, 18:14:18 UTC
2c7d685 Merged revisions 84980 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84980 | antoine.pitrou | 2010-09-23 21:51:39 +0200 (jeu., 23 sept. 2010) | 3 lines Issue #9928: Properly initialize the types exported by the bz2 module. ........ 23 September 2010, 19:55:24 UTC
fa647ec Issue #9287: Minor fix in test_file2k.OtherFileTests.testOpenDir 23 September 2010, 15:59:21 UTC
e49aefc Merged revisions 84971 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84971 | brian.curtin | 2010-09-23 08:45:21 -0500 (Thu, 23 Sep 2010) | 2 lines #9582 - add a missing "are" and reflow the line. ........ 23 September 2010, 13:48:06 UTC
4b517db Update the cookie documentation. Use SimpleCookie instead of SmartCookie/SerialCookie. 22 September 2010, 05:45:14 UTC
89e87ad Updated VS8.0 project files with PCBuild/vs9to8.py. 21 September 2010, 18:56:51 UTC
dc3c0eb Blocked revisions 84953 via svnmerge ........ r84953 | alexander.belopolsky | 2010-09-21 12:30:56 -0400 (Tue, 21 Sep 2010) | 1 line Fixed microsecond rounding in python version of utcfromtimestamp ........ 21 September 2010, 16:43:35 UTC
63e9b50 Recorded rollback of revisions 84902 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k 21 September 2010, 16:25:21 UTC
285cd16 Merged revisions 84946 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84946 | antoine.pitrou | 2010-09-21 17:19:14 +0200 (mar., 21 sept. 2010) | 4 lines Issue #1633863: Don't ignore $CC under AIX. ........ 21 September 2010, 15:23:17 UTC
5a58772 Merged revisions 84941 via svnmerge from svn+pythonssh://pythondev@svn.python.org/python/branches/py3k ........ r84941 | marc-andre.lemburg | 2010-09-21 13:55:27 +0200 (Tue, 21 Sep 2010) | 3 lines Add missing word. ........ 21 September 2010, 11:56:39 UTC
8680735 Merged revisions 84938 via svnmerge from svn+pythonssh://pythondev@svn.python.org/python/branches/py3k ........ r84938 | marc-andre.lemburg | 2010-09-21 13:37:43 +0200 (Tue, 21 Sep 2010) | 5 lines Add OpenSSL license to the Python license documenation page. See #9119. ........ 21 September 2010, 11:40:14 UTC
c916dd7 Merged revisions 84933 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84933 | senthil.kumaran | 2010-09-21 07:27:43 +0530 (Tue, 21 Sep 2010) | 3 lines Document HTTPReponse.fileno() method ........ 21 September 2010, 02:10:45 UTC
d389cb5 Fix Issue1327971: HTTPResponse should expose a proper fileno attribute 21 September 2010, 01:38:15 UTC
back to top