log

age author description
Mon, 30 Jul 2012 23:29:29 +1000 Nick Coghlan Address the rest of my review comments importdocs tip
Sun, 29 Jul 2012 22:17:53 +1000 Nick Coghlan Describe the from X import Y semantics correctly and note a discrepancy between importlib.import_module and the import statement importdocs
Sun, 29 Jul 2012 16:36:11 +1000 Nick Coghlan Rebase on a more recent trunk importdocs
Fri, 22 Jun 2012 22:49:12 -0500 Brian Curtin Fix #15148. Capitalize PATH, hopefully leading to less confusion default
Fri, 22 Jun 2012 22:48:06 -0500 Brian Curtin Fix #15148. Make the shutil.which docstring more thorough
Fri, 22 Jun 2012 19:50:21 -0700 Larry Hastings Issue #14626: Fix buildbot issue on OpenIndiana 3.x machines. (Hopefully.)
Fri, 22 Jun 2012 21:40:52 -0500 Brian Curtin Revert unintended change in 973b4806f760
Fri, 22 Jun 2012 21:14:34 -0500 Brian Curtin file was the old arg name from an earlier patch. command matches the implementation
Fri, 22 Jun 2012 21:56:42 -0400 Alexander Belopolsky Issue #15148: Fixed typos in shutil.which() docstring
Fri, 22 Jun 2012 21:10:50 -0400 Alexander Belopolsky fixed whitespace
Fri, 22 Jun 2012 21:03:39 -0400 Alexander Belopolsky Issues #11024: Fixes and additional tests for Time2Internaldate.
Sat, 23 Jun 2012 02:58:14 +0200 Jesus Cea Skip the test only if neccesary - Kernel bug in freebsd9 - #10142: Support for SEEK_HOLE/SEEK_DATA
Sat, 23 Jun 2012 02:55:36 +0200 Jesus Cea Kernel bug in freebsd9 - #10142: Support for SEEK_HOLE/SEEK_DATA
Sat, 23 Jun 2012 02:12:56 +0200 Antoine Pitrou A better repr() for FileFinder
Fri, 22 Jun 2012 17:06:48 -0700 Larry Hastings Issue #14626: Fix buildbot issue on x86 Tiger 3.x.
Fri, 22 Jun 2012 17:01:41 -0700 Larry Hastings Issue #14626: Fix buildbot issues on FreeBSD (AMD64). (Fingers crossed.)
Fri, 22 Jun 2012 16:30:09 -0700 Larry Hastings Issue #14626: Large refactoring of functions / parameters in the os module.
Sat, 23 Jun 2012 00:49:44 +0200 Antoine Pitrou Fix silly mistake in debugging code
Sat, 23 Jun 2012 00:31:04 +0200 Stefan Krah Whitespace.
Fri, 22 Jun 2012 15:19:35 -0700 Larry Hastings Issue #15008: Implement PEP 362 "Signature Objects".
Fri, 22 Jun 2012 15:18:38 -0700 Guido van Rossum Merge
Fri, 22 Jun 2012 15:16:09 -0700 Guido van Rossum Speed up base64.urlsafe_{en,de}code().
Sat, 23 Jun 2012 00:07:38 +0200 Antoine Pitrou Add debug output for temporary buildbot failures
Fri, 22 Jun 2012 23:33:05 +0200 Antoine Pitrou Issue #444582: shutil.which() respects relative paths.
Fri, 22 Jun 2012 16:03:06 -0500 Brian Curtin whitespace normalize
Fri, 22 Jun 2012 16:00:30 -0500 Brian Curtin Fix #444582. Add shutil.which function for finding programs on the system path.
Fri, 22 Jun 2012 22:19:51 +0200 Martin v. Löwis Merge heads
Fri, 22 Jun 2012 22:16:42 +0200 Martin v. Löwis Issue #15143: Define _DEBUG when compiling resources.
Fri, 22 Jun 2012 22:07:24 +0200 Antoine Pitrou Merge
Fri, 22 Jun 2012 22:07:01 +0200 Antoine Pitrou Add a docstring at the top of Tools/ssl/make_ssl_data.py
Fri, 22 Jun 2012 16:09:42 -0400 Alexander Belopolsky merge
Fri, 22 Jun 2012 16:04:19 -0400 Alexander Belopolsky Issue #9527: tm_gmtoff has 'correct' sign.
Fri, 22 Jun 2012 12:58:36 -0700 Larry Hastings Issue #14769: Incorporated mildly pedantic feedback from python-dev.
Fri, 22 Jun 2012 21:13:34 +0200 Antoine Pitrou Merge
Fri, 22 Jun 2012 21:12:59 +0200 Antoine Pitrou Add forgotten files for #14837.
Fri, 22 Jun 2012 21:11:52 +0200 Antoine Pitrou Issue #14837: SSL errors now have `library` and `reason` attributes describing precisely what happened and in which OpenSSL submodule.
Fri, 22 Jun 2012 14:55:41 -0400 David Malcolm Issue #14785: Add sys._debugmallocstats() to help debug low-level memory allocation issues
Fri, 22 Jun 2012 18:40:02 +0000 Kristjan Valur Jonsson Issue #15124: Optimize _thread.LockType deletion and acquisition when
Fri, 22 Jun 2012 14:11:58 -0400 Alexander Belopolsky Fixed compiler warnings in datetime_astimezone()
Fri, 22 Jun 2012 13:23:21 -0400 Alexander Belopolsky Issue #9527: Fixes for platforms without tm_zone
Fri, 22 Jun 2012 12:48:08 -0400 Alexander Belopolsky merge
Fri, 22 Jun 2012 12:46:19 -0400 Alexander Belopolsky Issue #7582: Use ISO timestamp in diff.py
Fri, 22 Jun 2012 18:32:07 +0200 Jesus Cea Closes #10142: Support for SEEK_HOLE/SEEK_DATA
Fri, 22 Jun 2012 12:25:57 -0400 Alexander Belopolsky Issue #9527: datetime.astimezone() method will now supply a class
Fri, 22 Jun 2012 12:23:23 -0400 Alexander Belopolsky Issue #9527: datetime.astimezone() method will now supply a class
Fri, 22 Jun 2012 10:38:48 -0400 Alexander Belopolsky Fixed the name of the 'email.Utils' module in tests. 2.7
Fri, 22 Jun 2012 03:56:29 -0700 Larry Hastings Issue #14769: test_capi now has SkipitemTest, which cleverly checks
Fri, 22 Jun 2012 12:49:59 +0200 Martin v. Löwis Whitespace normalization
Fri, 22 Jun 2012 12:49:08 +0200 Martin v. Löwis Add Stable ABI documentation.
Fri, 22 Jun 2012 12:20:55 +0200 Martin v. Löwis Issue #15042: Add PyState_AddModule and PyState_RemoveModule.
Fri, 22 Jun 2012 09:32:22 +0200 Hynek Schlawack Simplify code in fileio_init
Thu, 21 Jun 2012 20:57:39 -0400 Alexander Belopolsky Issue #14653: email.utils.mktime_tz() no longer relies on system 2.7
Thu, 21 Jun 2012 20:48:23 -0400 Alexander Belopolsky Issue #14653: email.utils.mktime_tz() no longer relies on system
Thu, 21 Jun 2012 20:34:09 -0400 Alexander Belopolsky Issue #14653: email.utils.mktime_tz() no longer relies on system 3.2
Fri, 22 Jun 2012 01:40:49 +0200 Nadeem Vawda Document the rest of zlib.compressobj()'s arguments.
Fri, 22 Jun 2012 00:35:57 +0200 Nadeem Vawda Tidy up comments from dd4f7d5c51c7 (zlib compression dictionary support).
Thu, 21 Jun 2012 23:36:48 +0200 Nadeem Vawda Make lzma.{encode,decode}_filter_properties private.
Thu, 21 Jun 2012 17:11:45 -0500 Brian Curtin Merge /features/pep397 changes
Thu, 21 Jun 2012 16:36:05 -0500 Brian Curtin branch merge
Thu, 21 Jun 2012 19:29:37 +0200 Martin v. Löwis Remove the original license, as this was contributed under Vinay Sajip's agreement.