Staging
v0.5.1
https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
0d196ed Issue #19190: Improve cross-references in builtin types and functions documentation. 09 October 2013, 11:02:31 UTC
0b68a2d Issue 19195: Improved cross-references in C API documentation. 09 October 2013, 10:26:17 UTC
91aaeac Issue #19193: Improved cross-references in the tutorial. 09 October 2013, 06:54:46 UTC
7634e1c Issue 19158: a rare race in BoundedSemaphore could allow .release() too often. 09 October 2013, 01:55:51 UTC
ee82d0b Minor grammar fix. 08 October 2013, 19:54:37 UTC
0aaae26 Clarify two points about division and shifting. Suggested by Albert Hofkamp on docs@. 08 October 2013, 19:47:18 UTC
f24c141 Fix wrong link. 08 October 2013, 19:43:39 UTC
97f9623 Add "->" as a delimiter token. Found by James Harding on docs@. 08 October 2013, 19:28:22 UTC
3328871 merge heads 08 October 2013, 18:29:47 UTC
5e59676 Issue #18037: Do not escape '\u' and '\U' in raw strings. 08 October 2013, 18:07:46 UTC
b296d09 Closes #13867: remove untrue comment about PyWeakref_Check(). 08 October 2013, 17:50:26 UTC
bcce125 Closes #19178: some more cross-references about packages in glossary. Patch by Berker Peksag. 08 October 2013, 06:06:18 UTC
59c900d Fix macro expansion of _PyErr_OCCURRED(), and make sure to use it in at least one place so as to avoid regressions. 07 October 2013, 18:38:51 UTC
c377fe2 Closes #1215: document better why it is not a good idea to catch e.g. SIGSEGV and refer to faulthandler. Patch by Martin Pool. 06 October 2013, 19:22:42 UTC
a072de1 Extending example: use Py_RETURN_NONE 06 October 2013, 18:46:08 UTC
29fc4bf Use the platform-independent way of calling a script from the shell: "python prog.py", not "prog.py" Found by Micheal Wells on docs@. 06 October 2013, 17:33:56 UTC
136a050 Fix name of the "exist_ok" argument. Found by Neil Bushong on docs@. 06 October 2013, 17:27:13 UTC
9ad417e Fix: >= and so on are usually called "comparison operators", not "logical operators". Found by Tom Kalt on docs@. 06 October 2013, 17:23:57 UTC
ac39add Fix typo in example file name. Found by John Bokma on docs@. 06 October 2013, 17:21:14 UTC
6647a71 Fix: win32_ver returns a 4-tuple. Found by Andrew Berg on docs@. 06 October 2013, 17:19:18 UTC
f6d6347 Fix typo in function name. 06 October 2013, 17:14:35 UTC
ffb94ae Closes #15432: GzipFile mtime argument is new in 3.1. 06 October 2013, 17:02:08 UTC
9ad5bf6 Closes #15228: remove reference to Unix "touch"; it is confusing since the path needs to exist for os.utime() to succeed 06 October 2013, 16:57:49 UTC
fc9a113 Closes #11807: document argparse add_subparsers method better. Patch by Filip Gruszczyński. 06 October 2013, 16:51:39 UTC
c6a2c9b Closes #15213: update comment for _PyOS_URandom 06 October 2013, 16:43:19 UTC
7d07833 Closes #17725: small grammar fix. 06 October 2013, 16:36:34 UTC
6e94a30 The "FAQ" link at the end was changed to a Wikipedia link; reflect that. 06 October 2013, 16:26:36 UTC
4a6cf6c Closes #19177: replace dead link to SSL/TLS introduction with the version from Apache. 06 October 2013, 16:20:31 UTC
036e41d Closes #19181: replace non-existing host ftp.cwi.nl with ftp.debian.org in ftplib example. 06 October 2013, 16:17:56 UTC
0bbbeb5 Closes #12350: clarify blocks/block size members of stat result. 06 October 2013, 16:11:32 UTC
df40e86 Fix typo. Spotted by Bo Bayles on docs@. 06 October 2013, 11:24:49 UTC
1cef264 Fix link to the "pexports" tool. Found by Joe Aikkaravelil on docs@. 06 October 2013, 11:20:49 UTC
9c2505b Fix order of required StreamReader/StreamWriter base classes. Spotted by Edward Welbourne on docs@. 06 October 2013, 11:17:04 UTC
49c6fc9 Minor improvement: add indication that the main function goes on. 06 October 2013, 11:14:10 UTC
ed86ff8 Fix missing class name in markup. Found by Tanky Woo on docs@. 06 October 2013, 11:09:59 UTC
e47e184 Unicode howto: use .txt as a more universally understood extension for text files. 06 October 2013, 11:07:10 UTC
a12b682 Add missing list methods. Found by Leonardo Pereira on docs@. 06 October 2013, 11:01:19 UTC
2070e83 Fix example in backreference description. Found by Alexander Heger on docs@. 06 October 2013, 10:58:20 UTC
a0b7923 Fix method name: ensure_directories, not create_directories. Found by Michael Rand on docs@. 06 October 2013, 10:52:49 UTC
0688d68 PythonCAD is now on PyQt, use Wing as a prominent PyGtk example. Found by Helge Stenström on docs@. 06 October 2013, 10:46:13 UTC
d277a56 Fix minor bug in httplib example. Found by Alex MacAulay on docs@. 06 October 2013, 10:42:18 UTC
3c12711 Fix SQLite datatype name: it is REAL, not FLOAT. Found by Richard Kelsall on docs@. 06 October 2013, 10:38:44 UTC
87f3d7b Counter: fix recipe for "n least common elements". Found by Mikhail Golubev on docs@. 06 October 2013, 10:36:39 UTC
f27bfd8 Fix typo. 06 October 2013, 10:33:20 UTC
3c6780c Closes #15956: improve documentation of named groups and how to reference them. 06 October 2013, 10:08:14 UTC
60e602d Fix small grammar mistake. 06 October 2013, 09:57:13 UTC
a710fda Fix missing period. 06 October 2013, 09:12:29 UTC
22a1fd7 Fix wrong Python highlighting in directory hierarchy code block. 06 October 2013, 09:08:24 UTC
337672b Small clarification in extending docs. 06 October 2013, 09:02:38 UTC
b33c6eb Closes #13951: Add a "faulthandler" reference in the ctypes docs talking about crashes. 06 October 2013, 08:51:01 UTC
b19ef18 Closes #18927: Lock.acquire only accepts -1 or positive values for timeout. 06 October 2013, 08:48:08 UTC
242e6a0 Use "lambda expression" as preferred to "lambda form". 06 October 2013, 08:28:39 UTC
de5aff1 Closes #18646: improve lambda docs in tutorial. Original patch by Terry Reedy. 06 October 2013, 08:22:45 UTC
58d58da Fix small copy-paste typo in ossaudiodev setparameters() example (found by Ken Housley on docs@). 06 October 2013, 08:11:12 UTC
dbab26a curses HOWTO: fix some PEP8 and a code example to actually raise the exception it promises. 06 October 2013, 08:04:21 UTC
f632494 Clarify docs for os.path.getctime on Unix: it is the inode (metadata) change time 06 October 2013, 07:52:55 UTC
d2914ce Fix prefix_chars not being applied in help text example (reported by John Kooker on docs@) 06 October 2013, 07:50:36 UTC
74883a3 Fix markup to not add parens to the "hashlib.md5" constructor when the object is meant, not the call. 06 October 2013, 07:48:47 UTC
a0ec296 Remove newline in method that makes it possible to copy example to the interactive interpreter. 06 October 2013, 07:42:46 UTC
a84d473 Remove dead link to effbot Tkinter introduction material (reported by Ralf Ganswindt from docs@) 06 October 2013, 07:32:03 UTC
bdaee3a Fix: Element.text is an attribute, not a method (report by Cameron Laird on docs@) 06 October 2013, 07:23:03 UTC
c2b17b2 Fix "customer timer" -> "custom timer" (reported by Kirk Strauser on docs@) 06 October 2013, 07:17:43 UTC
53bf15a Fix ZeroDivisionError message (reported by Pavel Fedotov on docs@) 06 October 2013, 07:11:14 UTC
d4b9f92 Issue 14927: Remove a docstring line that is no longer applicable. 06 October 2013, 05:11:16 UTC
8fe47c3 Minor clean-up of function parameters in random(). 06 October 2013, 04:48:21 UTC
81a9315 Issue #19171: speed some cases of 3-argument long pow(). Reduce the base by the modulus when the base is larger than the modulus. This can unboundedly speed the "startup costs" of doing modular exponentiation, particularly in cases where the base is much larger than the modulus. Original patch by Armin Rigo, inspired by https://github.com/pyca/ed25519. 05 October 2013, 21:53:52 UTC
7760b4e #19069: use imperative mood in float object docstrings. Patch by Marco Buttu. 05 October 2013, 21:45:11 UTC
488d244 #19068: use imperative mood in complex object docstrings. Patch by Marco Buttu. 05 October 2013, 21:39:18 UTC
5792ce1 #19067: use imperative mood in range object docstrings. Patch by Marco Buttu. 05 October 2013, 21:36:45 UTC
4e1f3d6 #19166: use an unused var in a test. Patch by Vajrasky Kok. 05 October 2013, 00:07:03 UTC
cb1d96f Issue #18594: Make the C code more closely match the pure python code. 04 October 2013, 23:51:02 UTC
5b22dd8 Close #19160: Inconsistent size for GIL release in hashlib 04 October 2013, 02:20:37 UTC
f5c499e Close #19160: Inconsistent size for GIL release in hashlib 04 October 2013, 02:15:06 UTC
5c4b4c5 [issue19152] Revert 832579dbafd6. 03 October 2013, 21:03:29 UTC
48b42ec Fix typo. 03 October 2013, 20:37:55 UTC
af8566c [issue19152] Add ExtensionFileLoader.get_filename(). 03 October 2013, 18:08:55 UTC
efbc475 [issue19151] Fix docstring and use of _get_suppported_file_loaders() to reflect 2-tuples. 03 October 2013, 18:08:55 UTC
60b1834 Issue #19014: memoryview.cast() is now allowed on zero-length views. 03 October 2013, 17:55:41 UTC
def0a4c Issue #18037: 2to3 now escapes '\u' and '\U' in native strings. 03 October 2013, 09:08:38 UTC
2a8b3f2 Issue #19147: Fix docstring for fcntl.flock to refer to correct man section. 02 October 2013, 19:20:46 UTC
706f0f5 Drop buildbottouch again; the master is using "make touch" now. 02 October 2013, 14:59:23 UTC
5184438 Issue #19137: The pprint module now correctly formats instances of set and frozenset subclasses. 02 October 2013, 08:40:49 UTC
224c87d Issue #18594: Fix the fallback path in collections.Counter(). 02 October 2013, 04:36:09 UTC
1a33b2f Close #19092: ExitStack now reraises exceptions from __exit__ Report and patch by Hrvoje Nikšić 01 October 2013, 13:24:56 UTC
2ff2190 Issue #18594: Fix the fast path for collections.Counter(). The path wasn't being taken due to an over-restrictive type check. 01 October 2013, 07:55:43 UTC
21b2933 Minor doc fix in urllib.parse.rst 01 October 2013, 05:12:16 UTC
3c678c3 Issue #12641: Avoid passing "-mno-cygwin" to the mingw32 compiler, except when necessary. Patch by Oscar Benjamin. 30 September 2013, 20:28:10 UTC
1a67bee Add a "skull and crossbones" to Py_AddPendingCall. 30 September 2013, 19:35:44 UTC
7ab8c87 Issue #19106: Add buildbottouch target. 30 September 2013, 14:21:44 UTC
bf52648 Issue #19106: Touch generated files to be 1s newer than their youngest source. 30 September 2013, 14:09:44 UTC
600b735 Minor code improvement. Review comment by Eric V. Smith 30 September 2013, 01:59:04 UTC
f63d558 merge heads 29 September 2013, 18:56:10 UTC
a5ec63b remove unused imports 29 September 2013, 18:49:17 UTC
860aee7 Properly initialize all fields of a SSL object after allocation. 29 September 2013, 17:52:45 UTC
5176337 Issue #19130: mention historic VS 2008 build dir, too 29 September 2013, 17:10:07 UTC
9c99cc0 Issue #19130: Correct PCbuild/readme.txt, Python 3.3 and 3.4 require VS 2010 29 September 2013, 17:02:35 UTC
8b3f5aa Issue #19112: avoid using function defined in method. 29 September 2013, 16:29:56 UTC
72a9854 remove duplicate method (closes #19127) 29 September 2013, 15:15:31 UTC
56b143d condense two tests with the same name (closes #19114) 29 September 2013, 15:13:27 UTC
cc6ef36 move helper function into its test method (closes #19112) 29 September 2013, 15:08:04 UTC
back to top