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

sort by:
Revision Author Date Message Commit Date
980db0a Fix example in backreference description. Found by Alexander Heger on docs@. 06 October 2013, 10:58:20 UTC
5c80cc4 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
d689650 Fix minor bug in httplib example. Found by Alex MacAulay on docs@. 06 October 2013, 10:42:18 UTC
775ba9b Fix SQLite datatype name: it is REAL, not FLOAT. Found by Richard Kelsall on docs@. 06 October 2013, 10:38:44 UTC
97ea40a Counter: fix recipe for "n least common elements". Found by Mikhail Golubev on docs@. 06 October 2013, 10:36:39 UTC
d796cdb Fix typo. 06 October 2013, 10:33:20 UTC
75c3a04 Fix strange deprecation version. 06 October 2013, 10:31:06 UTC
ddbdc9a Closes #15956: improve documentation of named groups and how to reference them. 06 October 2013, 10:08:14 UTC
bcc55d6 Fix small grammar mistake. 06 October 2013, 09:57:13 UTC
b3d6fe3 Small logical fix in filter() example description. 06 October 2013, 09:41:36 UTC
9642688 Clarify section about source code encoding. 06 October 2013, 09:24:48 UTC
6451ae6 Fix missing period. 06 October 2013, 09:12:29 UTC
f0f0843 Fix deprecated link to Python Testing Tools Taxonomy. Reported by Daniel Greenfeld on docs@. 06 October 2013, 09:10:49 UTC
76834a1 Fix merging mistake: wrong Python version. 06 October 2013, 09:08:57 UTC
15d9fe7 Fix wrong Python highlighting in directory hierarchy code block. 06 October 2013, 09:08:24 UTC
b2efdee Small clarification in extending docs. 06 October 2013, 09:02:38 UTC
cff39b0 Use "lambda expression" as preferred to "lambda form". 06 October 2013, 08:26:58 UTC
d6d26ec Closes #18646: improve lambda docs in tutorial. Original patch by Terry Reedy. 06 October 2013, 08:22:45 UTC
c5c900d Fix small copy-paste typo in ossaudiodev setparameters() example (found by Ken Housley on docs@). 06 October 2013, 08:11:12 UTC
c3eb868 Fix some PEP8 in curses HOWTO. 06 October 2013, 08:02:07 UTC
dc80184 Clarify docs for os.path.getctime on Unix: it is the inode (metadata) change time 06 October 2013, 07:52:55 UTC
2b38582 Fix prefix_chars not being applied in help text example (reported by John Kooker on docs@) 06 October 2013, 07:50:36 UTC
05c8baa Fix markup to not add parens to the "hashlib.md5" constructor when the object is meant, not the call. 06 October 2013, 07:48:26 UTC
d39c3a4 Fix markup. 06 October 2013, 07:47:45 UTC
baeb7f8 Remove dead link to effbot Tkinter introduction material (reported by Ralf Ganswindt from docs@) 06 October 2013, 07:32:03 UTC
5e7f16e Fix: Element.text is an attribute, not a method (report by Cameron Laird on docs@) 06 October 2013, 07:23:03 UTC
dc5f3fa Fix "customer timer" -> "custom timer" (reported by Kirk Strauser on docs@) 06 October 2013, 07:17:43 UTC
8dc1692 Issue 14927: Minor clean-up of function parameters in random(). 06 October 2013, 04:34:48 UTC
61e9ffa 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. (grafted from f34c59494420765b013136ca93f63b716d9f1d30) 05 October 2013, 21:53:52 UTC
8f89928 #19074: mention PySide in the GUI FAQs. 05 October 2013, 22:02:09 UTC
3838614 #19069: use imperative mood in float object docstrings. Patch by Marco Buttu. 05 October 2013, 21:44:32 UTC
eb05316 #19068: use imperative mood in complex object docstrings. Patch by Marco Buttu. 05 October 2013, 21:39:18 UTC
256735c #19166: use an unused var in a test. Patch by Vajrasky Kok. 05 October 2013, 00:01:37 UTC
29f0dc5 dict is also allowed (closes #19163) 04 October 2013, 14:55:15 UTC
0189a46 Issue #18037: 2to3 now escapes '\u' and '\U' in native strings. 03 October 2013, 09:08:22 UTC
ebca3a5 Issue #19147: Fix docstring for fcntl.flock to refer to correct man section. 02 October 2013, 19:20:18 UTC
6d7f7e8 Drop buildbottouch again; the master is using "make touch" now. 02 October 2013, 15:03:05 UTC
fdda200 Issue #19137: The pprint module now correctly formats empty set and frozenset and instances of set and frozenset subclasses. 02 October 2013, 08:40:26 UTC
3760d97 2.6 merge 01 October 2013, 15:39:08 UTC
aa91450 Typo caught by : Arfrever Frehtes Taifersar Arahesis. 01 October 2013, 15:38:38 UTC
34f7c4e Minor doc fix in urlparse.rst 01 October 2013, 05:10:44 UTC
5e0fae9 null merge 01 October 2013, 01:50:21 UTC
6e279ee post release bump 01 October 2013, 01:49:31 UTC
a11fafe 2.6.9rc1 tag 01 October 2013, 00:45:52 UTC
c1d9b2d Added tag v2.6.9rc1 for changeset a0025037f11a 01 October 2013, 00:37:58 UTC
9bf51fe Bump copyright years. 01 October 2013, 00:37:45 UTC
be1950d Bump to 2.6.9rc1 01 October 2013, 00:34:29 UTC
290df2c Regenerate pydoc_topics.py 01 October 2013, 00:31:56 UTC
d5849f5 - Issue #16040: CVE-2013-1752: nntplib: Limit maximum line lengths to 2048 to prevent readline() calls from consuming too much memory. Patch by Jyrki Pulliainen. 30 September 2013, 23:09:29 UTC
42faa55 - Issue #16040: CVE-2013-1752: nntplib: Limit maximum line lengths to 2048 to prevent readline() calls from consuming too much memory. Patch by Jyrki Pulliainen. 30 September 2013, 22:35:15 UTC
c038c41 null merge 30 September 2013, 20:46:25 UTC
e763a91 Fix typo in NEWS file. 30 September 2013, 20:45:40 UTC
9238528 Issue #12641: Avoid passing "-mno-cygwin" to the mingw32 compiler, except when necessary. Patch by Oscar Benjamin. 30 September 2013, 20:13:17 UTC
e85f4e3 merge heads 30 September 2013, 19:58:28 UTC
c7708a5 null merge 30 September 2013, 19:57:29 UTC
c545a5e - Issue #16041: CVE-2013-1752: poplib: Limit maximum line lengths to 2048 to prevent readline() calls from consuming too much member. Patch by Jyrki Pulliainen. 30 September 2013, 19:56:29 UTC
59db34e Add a "skull and crossbones" to Py_AddPendingCall. 30 September 2013, 19:35:44 UTC
5ddb0a3 Add fake buildbottouch target. 30 September 2013, 14:18:31 UTC
a719eed Code improvement. Review comment by Eric V. Smith 30 September 2013, 01:57:42 UTC
ffa4987 null merge 29 September 2013, 18:01:22 UTC
7472b1d null merge 29 September 2013, 18:00:06 UTC
6c1bb7b - Issue #16037: HTTPMessage.readheaders() raises an HTTPException when more than 100 headers are read. Adapted from patch by Jyrki Pulliainen. 29 September 2013, 17:59:06 UTC
87c99a0 Properly initialize all fields of a SSL object after allocation. 29 September 2013, 17:52:45 UTC
c549607 Issue #19112: avoid using function defined in method. 29 September 2013, 16:10:40 UTC
61f901c remove duplicate method (closes #19127) 29 September 2013, 15:15:31 UTC
0e234e6 condense two tests with the same name (closes #19114) 29 September 2013, 15:13:27 UTC
f20cf94 move helper function into its test method (closes #19112) 29 September 2013, 15:08:04 UTC
0879b16 Issue #4366: Fix building extensions on all platforms when --enable-shared is used. 28 September 2013, 23:48:40 UTC
a094f04 fix duplicate test names (closes #19115) Patch by Xavier de Gaye. 28 September 2013, 19:12:37 UTC
cfa5574 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 and Au_write now correctly work with file object if start file position is not a zero. 28 September 2013, 18:31:36 UTC
d9836eb null merge 25 September 2013, 14:42:27 UTC
d6fddf3 - Issue #16038: CVE-2013-1752: ftplib: Limit amount of data read by limiting the call to readline(). Original patch by Michał Jastrzębski and Giampaolo Rodola. with test fixes by Serhiy Storchaka. 25 September 2013, 13:36:58 UTC
212f4b7 null merge 22 September 2013, 20:26:09 UTC
4e95d60 - Issue #16039: CVE-2013-1752: Change use of readline in imaplib module to limit line length. Patch by Emil Lind. 22 September 2013, 20:07:09 UTC
a63231a 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 every new minor release. 22 September 2013, 09:45:02 UTC
110953d Closes #19061: make shelve security warning consistent between 2.x and 3.x. 22 September 2013, 09:43:10 UTC
254a377 This check can still fail on RHEL6 22 September 2013, 09:36:09 UTC
60bf0e4 Issue #18050: Fixed an incompatibility of the re module with Python 2.7.3 and older binaries. 20 September 2013, 18:25:53 UTC
f1c1cd9 Merge #14984: only import pwd on POSIX. 18 September 2013, 12:50:11 UTC
9e27eda #14984: only import pwd on POSIX. 18 September 2013, 12:49:25 UTC
c64566e #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:35:45 UTC
ba58e1d Merge: Add versionchanged for #14984, remove extra blank from string. 18 September 2013, 00:10:23 UTC
137b572 Add versionchanged for #14984, remove extra blank from string. 18 September 2013, 00:08:09 UTC
e4818f6 Remove the use of non-existing re.ASCII. (fixes a regression in 3d46ef0c62c5, issue #18873) 17 September 2013, 07:09:08 UTC
e787bce Issue #18873: IDLE, 2to3, and the findnocoding.py script now detect Python source code encoding only in comment lines. 16 September 2013, 21:00:46 UTC
74213e4 Merge #14984: On POSIX, enforce permissions when reading default .netrc. 16 September 2013, 18:32:54 UTC
4189b67 #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. 16 September 2013, 17:48:44 UTC
e207e38 Close #18945: Add tests for tempfile name collision handling. Patch by Vlad Shcherbina 15 September 2013, 19:08:14 UTC
35532c8 Null merge with 2.6 15 September 2013, 17:24:05 UTC
503baf9 #16042: CVE-2013-1752: Limit amount of data read by limiting the call to readline(). The SSLFakeFile.readline() method needs to support limiting readline() as well. It's not a full emulation of readline()'s signature, but this class is only used by smtplib's code, so it doesn't have to be. Modified version of original patch by Christian Heimes. 15 September 2013, 17:11:47 UTC
39659f2 Issue #19018: The heapq.merge() function no longer suppresses IndexError 15 September 2013, 05:17:39 UTC
bf7e865 #18981: fix a typo in a comment (noticed by Anoop Thomas Mathew). 13 September 2013, 20:52:12 UTC
802fa39 Fix markup in email.parser docs. 13 September 2013, 19:55:08 UTC
36c3368 #18951: use consistent names in unittest docs. 13 September 2013, 19:17:40 UTC
d4fac04 Fix SimpleHTTPServer's request handling case on trailing '/'. Patch contributed by Vajrasky Kok. Addresses Issue #17324 13 September 2013, 07:18:55 UTC
b06f536 Issue #18784: The uuid module no more attempts to load libc via ctypes.CDLL, if all necessary functions are already found in libuuid. Patch by Evgeny Sologubov. 13 September 2013, 04:52:00 UTC
5d253ef Automated merge with file:///Users/skumaran/python/cpython 12 September 2013, 05:56:34 UTC
37851d0 Improve the docstring of random.shuffle. Inform users not to provide int arg. Addresses issue #14927 12 September 2013, 05:52:58 UTC
e03c74a Issue #18988: The "Tab" key now works when a word is already autocompleted. 11 September 2013, 19:49:06 UTC
b65685f Clarify mmap.close method behavior. Addresses issue #18815 Patch contributed by Anoop Thomas Mathew. 10 September 2013, 05:38:58 UTC
back to top