features/randomhash: log (original) (raw)

Mercurial > features > randomhash

log

age description
Tue, 03 Jan 2012 21:48:43 +0100 Christian Heimes Drop murmur3 code randomhash tip
Tue, 03 Jan 2012 21:47:31 +0100 Christian Heimes Revert to former state randomhash
Tue, 03 Jan 2012 16:19:59 +0100 Christian Heimes Use PyOS_URandom or Mersenne Twister as random seed source randomhash
Tue, 03 Jan 2012 16:19:07 +0100 Christian Heimes raise a fatal error when the interpreter is in the early initialization randomhash
Tue, 03 Jan 2012 16:00:57 +0100 Christian Heimes Moved win32_urandom code to Python/random.c and implement PyOS_URandom() for POSIX and Win32 randomhash
Tue, 03 Jan 2012 15:58:15 +0100 Christian Heimes Moved Mersenne Twister code from Module/_randommodule.c to Python/random.c randomhash
Tue, 03 Jan 2012 15:55:11 +0100 Christian Heimes hg cp Modules/_randommodule.c Python/random.c in order to preserve the revision history randomhash
Mon, 02 Jan 2012 06:27:31 +0100 Christian Heimes Added murmur3 hashing algorithm with some modifications for extended seeds and C89 compatibility randomhash
Sat, 31 Dec 2011 01:34:51 +0100 Christian Heimes First draft of randomized hash for unicode and bytes randomhash
Sat, 31 Dec 2011 01:33:00 +0100 Christian Heimes Creating branch randomhash as testbed randomized hashing function randomhash
Fri, 30 Dec 2011 21:26:08 +0100 Antoine Pitrou Fix no-op tests in importlib. default
Fri, 30 Dec 2011 21:25:15 +0100 Antoine Pitrou Fix no-op tests in importlib. 3.2
Fri, 30 Dec 2011 13:47:25 -0600 Benjamin Peterson use booleans 2.7
Fri, 30 Dec 2011 13:47:49 -0600 Benjamin Peterson merge 3.2
Fri, 30 Dec 2011 13:47:25 -0600 Benjamin Peterson use booleans 3.2
Thu, 29 Dec 2011 12:07:21 -0600 Benjamin Peterson evidently some buildbots don't have python 3 installed
Thu, 29 Dec 2011 12:04:28 -0600 Benjamin Peterson merge heads
Thu, 29 Dec 2011 12:03:55 -0600 Benjamin Peterson run AST toolchain on python3
Thu, 29 Dec 2011 18:54:15 +0100 Antoine Pitrou Issue #12715: Add an optional symlinks argument to shutil functions (copyfile, copymode, copystat, copy, copy2).
Wed, 28 Dec 2011 12:01:51 -0600 Benjamin Peterson merge heads
Wed, 28 Dec 2011 12:01:31 -0600 Benjamin Peterson fix weird indentation
Wed, 28 Dec 2011 11:42:22 -0500 Jason R. Coombs Limit test scope to those platforms that can save the target filenames. Reference #11638. 2.7
Wed, 28 Dec 2011 10:45:08 -0500 Jason R. Coombs Limit test scope to those platforms that can save the target filenames. Reference #11638.
Tue, 27 Dec 2011 16:52:20 -0600 Benjamin Peterson don't fail if CLOEXEC doesn't exist
Tue, 27 Dec 2011 16:01:21 -0600 Benjamin Peterson try to always use the old API
Tue, 27 Dec 2011 15:36:32 -0600 Benjamin Peterson fix for old kernels which don't have epoll_create1
Tue, 27 Dec 2011 15:17:15 -0600 Benjamin Peterson merge 3.2
Tue, 27 Dec 2011 15:16:34 -0600 Benjamin Peterson propgate error in other conditions 2.7
Tue, 27 Dec 2011 15:16:34 -0600 Benjamin Peterson propgate error in other conditions 3.2
Tue, 27 Dec 2011 15:15:41 -0600 Benjamin Peterson add a flags parameter to select.epoll
Mon, 26 Dec 2011 12:17:01 -0500 Jason R. Coombs Ported some test cases from 2.7 for #11638
Mon, 26 Dec 2011 10:15:15 -0500 Jason R. Coombs Issue #11638: Adding test to ensure .tar.gz files can be generated by sdist command with unicode metadata, based on David Barnett's patch. 2.7
Sun, 25 Dec 2011 19:03:07 +0100 Georg Brandl I do not think we will ever have auto-indent at the prompt, that is for IPython and the like. 2.7
Sun, 25 Dec 2011 19:03:22 +0100 Georg Brandl merge with 3.2
Sun, 25 Dec 2011 19:03:07 +0100 Georg Brandl I do not think we will ever have auto-indent at the prompt, that is for IPython and the like. 3.2
Sun, 25 Dec 2011 17:26:09 +0100 Sandro Tosi merge with 3.2
Sun, 25 Dec 2011 17:25:45 +0100 Sandro Tosi use list() to wrap range() in itertools.permutations() example; thanks to Romain MORLEVAT from docs@ 3.2
Sun, 25 Dec 2011 17:14:28 +0100 Sandro Tosi merge with 3.2
Sun, 25 Dec 2011 17:14:11 +0100 Sandro Tosi fix "Title underline too short" sphinx warning 3.2
Sun, 25 Dec 2011 17:13:10 +0100 Sandro Tosi fix "Title underline too short" sphinx warning 2.7
Sun, 25 Dec 2011 17:07:38 +0100 Sandro Tosi merge with 3.2
Sun, 25 Dec 2011 17:07:22 +0100 Sandro Tosi use double-quote char instead of unicode ones; thanks to tomo cocoa from docs@ 3.2
Sun, 25 Dec 2011 17:05:30 +0100 Sandro Tosi use double-quote char instead of unicode ones; thanks to tomo cocoa from docs@ 2.7
Sun, 25 Dec 2011 11:44:55 +0100 Sandro Tosi merge with 3.2
Sun, 25 Dec 2011 11:44:38 +0100 Sandro Tosi fix to sent/send typo 3.2
Sun, 25 Dec 2011 11:43:37 +0100 Sandro Tosi fix to sent/send typo 2.7
Sun, 25 Dec 2011 11:27:51 +0100 Sandro Tosi merge with 3.2
Sun, 25 Dec 2011 11:27:37 +0100 Sandro Tosi fix Constuctor/Constructor typo; thanks to Anthon van der Neut from docs@ 3.2
Sun, 25 Dec 2011 11:27:22 +0100 Sandro Tosi fix Constuctor/Constructor typo; thanks to Anthon van der Neut from docs@ 2.7
Sat, 24 Dec 2011 23:13:39 +0100 Sandro Tosi merge with 3.2
Sat, 24 Dec 2011 23:13:19 +0100 Sandro Tosi point IronPython to ironpython.net; thanks to Lazar Pancic from docs@ 3.2
Sat, 24 Dec 2011 23:13:08 +0100 Sandro Tosi point IronPython to ironpython.net; thanks to Lazar Pancic from docs@ 2.7
Sat, 24 Dec 2011 19:56:35 +0100 Sandro Tosi merge with 3.2
Sat, 24 Dec 2011 19:56:04 +0100 Sandro Tosi fix Rather that/Rather than; thanks to Reuben Thomas from docs@ 3.2
Sat, 24 Dec 2011 19:55:49 +0100 Sandro Tosi fix Rather that/Rather than; thanks to Reuben Thomas from docs@ 2.7
Sat, 24 Dec 2011 15:53:51 +0100 Sandro Tosi merge with 3.2
Sat, 24 Dec 2011 15:53:35 +0100 Sandro Tosi remove spurious dot from string formatting example; thanks to Anthon van der Neut from docs@ 3.2
Sat, 24 Dec 2011 15:52:36 +0100 Sandro Tosi remove spurious dot from string formatting example; thanks to Anthon van der Neut from docs@ 2.7
Sat, 24 Dec 2011 14:52:19 +0100 Sandro Tosi merge with 3.2
Sat, 24 Dec 2011 14:51:49 +0100 Sandro Tosi correct syslog.openlog() argument name to logoption; thanks to Arnaud Gomes-do-Vale from docs@ 3.2