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

sort by:
Revision Author Date Message Commit Date
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
52010b4 fix duplicate test names in test_dis (closes #19117) 29 September 2013, 14:53:49 UTC
f8ab760 remove duplicate test_mkd (closes #19118) 29 September 2013, 14:51:00 UTC
db0601f combine two tests to avoid duplicate names (closes #19116) 29 September 2013, 14:50:15 UTC
e8c8a59 fix duplicate test name (closes #19126) 29 September 2013, 14:48:19 UTC
1eca062 fix test to run and test that smtpd does support ELHO (closes #19125) 29 September 2013, 14:46:31 UTC
05ab702 remove duplicate test from test_import (closes #19122) 29 September 2013, 14:01:40 UTC
643238e Issue #4366: Fix building extensions on all platforms when --enable-shared is used. 28 September 2013, 23:48:40 UTC
3103631 fix duplicate test names (closes #19115) Patch by Xavier de Gaye. 28 September 2013, 19:12:37 UTC
0300a8d Issue #18950: Fix miscellaneous bugs in the sunau module. Au_read.readframes() now updates current file position and reads correct number of frames from multichannel stream. Au_write.writeframesraw() now correctly updates current file position. Au_read.getnframes() now returns an integer (as in Python 2). Au_read and Au_write now correctly works with file object if start file position is not a zero. 28 September 2013, 18:21:39 UTC
d2c07a5 Issue #19053: ZipExtFile.read1() with non-zero argument no more returns empty bytes until end of data. 27 September 2013, 19:11:57 UTC
1f09c66 let this work with system Python 2.5 27 September 2013, 13:11:21 UTC
eecdd77 fix my absurd spelling 27 September 2013, 03:42:53 UTC
305e5aa don't scale compiler stack frames if the recursion limit is huge (closes #19098) 27 September 2013, 02:17:45 UTC
369606d Issue #19028: Fixed tkinter.Tkapp.merge() for non-string arguments. 23 September 2013, 20:20:07 UTC
587b305 Closes #19043: remove detailed listing of versions from license files Since all versions since 2.2 are under the same licensing terms, this saves the release manager from touching the two files for very new minor release. 22 September 2013, 09:45:52 UTC
ce34687 Fix comment in test_gdb 22 September 2013, 09:38:16 UTC
31f477c Issue #3015: Fixed tkinter with wantobject=False. Any Tcl command call returned empty string. 20 September 2013, 20:21:44 UTC
c8bf95c Issue #18050: Fixed an incompatibility of the re module with Python 3.3.0 binaries. 20 September 2013, 18:24:39 UTC
2a97cee Correcting the mistake in 14ba90816930 Addresses Issue #18553: isatty is not Unix only. 19 September 2013, 07:08:56 UTC
4b49ae6 Merge #14984: only import pwd on POSIX. 18 September 2013, 12:54:00 UTC
58bf8d2 Merge #14984: only import pwd on POSIX. 18 September 2013, 12:53:26 UTC
505be21 #14984: only import pwd on POSIX. 18 September 2013, 12:52:38 UTC
41a22f1 #19037: adjust file times *before* moving maildir files into place. This avoids race conditions when other programs are monitoring the maildir directory. Patch by janzert. 18 September 2013, 12:34:40 UTC
825b50a Merge heads. 18 September 2013, 11:34:13 UTC
0648bf7 - followup for issue #18997, make _clear_joined_ptr static. 18 September 2013, 10:12:28 UTC
fb9dc0b Merge #14984: On POSIX, enforce permissions when reading default .netrc. 18 September 2013, 01:04:50 UTC
8270a2c Merge #14984: On POSIX, enforce permissions when reading default .netrc. 18 September 2013, 00:32:54 UTC
104aab9 #14984: On POSIX, enforce permissions when reading default .netrc. Initial patch by Bruno Piguet. This is implemented as if a useful .netrc file could exist without passwords, which is possible in the general case; but in fact our netrc implementation does not support it. Fixing that issue will be an enhancement. 18 September 2013, 00:30:02 UTC
dafea85 Issue #18873: The tokenize module, IDLE, 2to3, and the findnocoding.py script now detect Python source code encoding only in comment lines. 16 September 2013, 20:51:56 UTC
975fce3 Issue #19029: Change non-existing since 3.0 StringType to str. 16 September 2013, 08:01:31 UTC
a238914 Null merge of 3.2 into 3.3. 15 September 2013, 20:39:06 UTC
945a251 Null merge of 3.1 into 3.2 Changeset c39f42f46a05 left a dangling head on 3.1. 15 September 2013, 20:37:25 UTC
46f5ca3 Issue #19018: The heapq.merge() function no longer suppresses IndexError 15 September 2013, 03:51:57 UTC
0a32d92 Merge heads. 15 September 2013, 00:00:42 UTC
1bc6ceb #18206: Fix test for existence of license URL. It now always checks, instead of only when the LICENSE file doesn't exist. It is also protected by the 'network' resource, and uses a HEAD request since we are only doing an existence check. 14 September 2013, 17:28:37 UTC
0a9d051 merge with 3.2 14 September 2013, 07:11:09 UTC
back to top