https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
a6d12ef Bump for 3.2rc3. 13 February 2011, 10:00:57 UTC
829befb Fix markup error and update suspicious ignores. 13 February 2011, 09:59:39 UTC
3a780aa Update pydoc topics. 13 February 2011, 09:54:12 UTC
774a66d Fix #11116 fix on Windows (close file before removing in MH code) 12 February 2011, 00:03:31 UTC
fc14114 #11116: roll back on error during add so mailbox isn't left corrupted. 11 February 2011, 22:47:17 UTC
8b24aac Fix argument name typo in compileall docs. 11 February 2011, 22:37:16 UTC
cc7e23a Issue #11134: Add missing fields to typeslots.h. Reviewed by Georg Brandl. 11 February 2011, 20:50:24 UTC
6916806 Issue #11135: Remove redundant doc field from PyType_Spec. Reviewed by Georg Brandl. 11 February 2011, 20:47:49 UTC
dafdd7f Add uuid for 3.2rc3. 11 February 2011, 20:44:40 UTC
900d547 reverting r88395 and r88387 as per http://mail.python.org/pipermail/python-dev/2011-February/108005.html 11 February 2011, 14:01:46 UTC
42e0b7f asyncore: introduce a new 'closed' attribute to make sure that dispatcher gets closed only once. In different occasions close() might be called more than once, causing problems with already disconnected sockets/dispatchers. 11 February 2011, 13:04:18 UTC
2933312 Fixed issue11082 - Reject str for POST data with a TypeError. Document the need to explicitly encode to bytes when using urlencode. 11 February 2011, 11:25:47 UTC
44028d8 Missing paren. 11 February 2011, 00:08:38 UTC
ed92b5a Insert missing section heading (noticed by Victor Stinner). 11 February 2011, 00:03:03 UTC
73acad1 get rid of asyncore.dispatcher's debug attribute, which is no longer used (assuming it ever was). 10 February 2011, 18:42:36 UTC
1fbd8e1 Fix nits. 10 February 2011, 09:43:04 UTC
9f62d74 Add an entry for logging. 10 February 2011, 09:20:26 UTC
3029aff Add missing source links. 10 February 2011, 08:09:36 UTC
a2f1544 Tweak wording about equality comparison. 09 February 2011, 22:55:13 UTC
91638e7 Add 'pysqlite' before version 2.6.0 09 February 2011, 19:21:00 UTC
186f441 Typo. 09 February 2011, 18:16:32 UTC
631507d Issue #11141: Fix the shelve documentation to use a list, not a range object. Patch by SilentGhost. 07 February 2011, 23:10:33 UTC
da39790 - Issue #11079: The /Applications/Python x.x folder created by the Mac OS X installers now includes a link to the installed documentation plus another in the framework share/doc directory. 07 February 2011, 16:48:28 UTC
eb698da Issue #11079: The /Applications/Python x.x folder created by the Mac OS X installers no longer includes an Extras directory. The Tools directory is now installed in the framework under share/doc. 07 February 2011, 16:44:19 UTC
fdded56 Clarify that IMAP4() implicitly calls open(), and that logout() implicitly calls shutdown(). 07 February 2011, 15:58:11 UTC
7a0afd3 Spelling fixes. 07 February 2011, 15:44:27 UTC
2cb2fa9 Consistent heading spacing, and fix two typos. 07 February 2011, 15:30:45 UTC
ef31657 Issue 10971: Make test_zipimport_support once again compatible with refleak hunting (reviewed by Georg Brandl) 07 February 2011, 13:43:07 UTC
555f288 Add link to table for Tcl/Tk issues on the Mac. 07 February 2011, 12:51:05 UTC
4543846 #11132: pass optimize parameter to recursive call in compileall.compile_dir(). Reviewed by Eric A. 07 February 2011, 12:36:54 UTC
ca583b6 #8691: document that right alignment is default for numbers. 07 February 2011, 12:13:58 UTC
a5770aa #11138: fix order of fill and align specifiers. 07 February 2011, 12:10:46 UTC
7ac3419 Fix some typos and grammar 07 February 2011, 04:44:19 UTC
2d062de Fix some typos and grammar [commit during RC with Brett's approval] 07 February 2011, 04:19:57 UTC
8cd0b38 Typo. Doh! 07 February 2011, 04:00:24 UTC
833ad0e Fix awkwardly rendered sentence. 06 February 2011, 21:00:38 UTC
fb2d167 Issue #11071: Various improvements to whatsnew. 06 February 2011, 20:08:57 UTC
810cd34 Small markup and wording tweaks for the sorting-howto. 06 February 2011, 06:11:29 UTC
98135d0 Mention that people going the source compatibility route should run 2to3 to find pain points. 05 February 2011, 22:22:47 UTC
45aa7cc Soften wording on doctest. 05 February 2011, 22:16:40 UTC
ce71ab2 Re-arrange and clarify some __future__ import statements. The absolute_import statement got moved to a new Python 2.5 and Newer section as it was available since then. The division statement got moved to Common Gotchas since it has been around for so long that any modern Python program can use it. 05 February 2011, 22:05:05 UTC
e09d2f1 issue7678 - Properly document how to replace a shell pipeline so that SIGPIPE happens when the end exits before the beginning. 05 February 2011, 21:47:25 UTC
738236d Issue #11067: Add PyType_GetFlags, to support PyUnicode_Check in the limited ABI 05 February 2011, 20:35:29 UTC
9b142aa Issue #11121: Fix building with --enable-shared. 05 February 2011, 20:26:52 UTC
5405a0b Use an internal reference instead of hard-coded URI. 05 February 2011, 16:03:12 UTC
bd866e9 Everybody hates this one :) (bytes indexing) 05 February 2011, 12:13:38 UTC
e6a1464 Soften the wording about tracebacks. Reference cycles *don't* prevent garbage collection! (fortunately) 05 February 2011, 12:01:07 UTC
5c28cfd Fix entries pertaining to file I/O 05 February 2011, 11:53:39 UTC
8d8f7c5 Mention -b and -bb 05 February 2011, 11:40:05 UTC
7095721 Mention asyncore and Twisted in the library FAQ. 05 February 2011, 11:24:15 UTC
11480b6 Mention concurrent.futures and update answers about the GIL. 05 February 2011, 11:18:34 UTC
f700524 Update test of "why is Python installed" FAQ. 05 February 2011, 11:04:01 UTC
09264b6 Mention Cython and remove obsolete alternatives 05 February 2011, 10:57:17 UTC
eb50ba5 Update info in the GUI FAQ 05 February 2011, 10:43:57 UTC
e144507 There was a possibility that the initialization of _sqlite, when it failed, would lead to a decref of a NULL. Fixes issue #11110. 04 February 2011, 20:24:02 UTC
eefb97c Mention that seek and tell over a TextIOWrapper can be very slow. 04 February 2011, 20:11:11 UTC
d77520a Issue #11118: Fix bogus export of None in python3.dll. 04 February 2011, 19:09:02 UTC
4b0c24a use 3-space indents. 03 February 2011, 22:14:58 UTC
8045d97 Add a HOWTO on how to port from Python 2 to Python 3. 03 February 2011, 22:01:54 UTC
6153604 Remove lots of spaces within exception message. 03 February 2011, 07:46:41 UTC
e951e91 Punctuation typos. 03 February 2011, 07:08:25 UTC
0446b21 Punctuation typo. 02 February 2011, 21:12:39 UTC
6d7e26e Get command-line doctest of Lib/decimal.py to work again. If tested as '__main__' instead 'decimal', the tracebacks would abbreviate 'decimal.Inexact' as 'Inexact', breaking the doctests. (Reviewed by Antoine.) 01 February 2011, 23:54:43 UTC
19cc9e1 Add a svn:ignore for PC/python3dll.obj 01 February 2011, 23:43:46 UTC
7b5011b Wording fix. 01 February 2011, 21:31:22 UTC
0ea622a Issue #8275: Fix passing of callback arguments with ctypes under Win64. Patch by Stan Mihai. Ok'ed by Georg. 31 January 2011, 21:08:57 UTC
bd0c897 #11083 typo: RuntimeException -> RuntimeError 31 January 2011, 19:35:02 UTC
f031356 Issue #11081: Fixed struct.__all__. Reviewed by Georg Brandl. 31 January 2011, 19:27:55 UTC
6b449ba Post-release updates. 31 January 2011, 10:39:57 UTC
92acd67 Recommend use of the tracker during the RC phase or just before a beta. 31 January 2011, 06:34:47 UTC
9c2fc47 Fix minor grammar nits. Revert r88272 -- the examples are more readable with spacing. Add todos for difflib and logging. 31 January 2011, 06:14:48 UTC
e2ae807 Mention new parameter and attributes of the difflib.SequenceMatcher class added in 3.2 (issue 2986) 31 January 2011, 04:21:40 UTC
f30793a Fix PEP-8 violation in argparse usage example (similar examples in argparse.rst do follow PEP-8) 31 January 2011, 04:10:23 UTC
d7cde5d Fix some grammar and typos 31 January 2011, 04:05:52 UTC
ffaa692 Tagging release 3.2 rc 2. 30 January 2011, 14:05:04 UTC
d6e19c3 Bump version. 30 January 2011, 14:03:33 UTC
6ddc16b Update suspicious ignore file. 30 January 2011, 14:02:36 UTC
56632b4 Update pydoc topics. 30 January 2011, 14:00:32 UTC
0f6b47a #10680: fix mutually exclusive arguments in argument groups. 30 January 2011, 12:19:35 UTC
d2f3857 #10961: fix exception handling in new pydoc server code. Patch by Ron Adam, reviewed by Eric Araujo. 30 January 2011, 08:37:19 UTC
ce227e3 Clarify the status of get_string() and recommend using the binary API. 30 January 2011, 08:20:37 UTC
d163c2c #11069: fix the IDLE Stack Viewer, by not using "list" as a variable name. Original patch by Brian Curtin, reviewed by me. 30 January 2011, 08:16:07 UTC
994d380 Add entry for the mailbox fixups. 30 January 2011, 07:56:03 UTC
b7deff1 #9124: mailbox now accepts binary input and uses binary internally Although this patch contains API changes and is rather weighty for an RC phase, the mailbox module was essentially unusable without the patch since it would produce UnicodeErrors when handling non-ascii input at arbitrary and somewhat mysterious places, and any non-trivial amount of email processing will encounter messages with non-ascii bytes. The release manager approved the patch application. The changes allow binary input, and reject non-ASCII string input early with a useful message instead of failing mysteriously later. Binary is used internally for reading and writing the mailbox files. StringIO and Text file input are deprecated. Initial patch by Victor Stinner, validated and expanded by R. David Murray. 30 January 2011, 06:21:28 UTC
b02f7c0 List known build/install problems for OS X. 30 January 2011, 05:37:16 UTC
793ee1f Issue #10845: Improve compatibility between multiprocessing on Windows and package, zipfile and directory execution (Reviewed by Antoine Pitrou and approved by Georg Brandl) 30 January 2011, 01:24:08 UTC
c7bb159 Markup nits. 30 January 2011, 01:10:07 UTC
6239974 Add section for http.client. Link to OS X build instructions. Add back issue references for datetime. 30 January 2011, 00:55:47 UTC
519c308 Typos. 30 January 2011, 00:39:00 UTC
ac4e58e Protect logging call against None argument (fixes #11045). Initial patch by Kelsey Hightower. Approved by Raymond. A test was non-trivial to write without calling the private function directly, so we moved that for later. 29 January 2011, 20:32:11 UTC
7dabf16 Issue #10939: Make Internaldate2tuple test more robust. 29 January 2011, 19:49:40 UTC
5c2d330 Issue 11052: Correct IDLE menu accelerators on Mac OS X for Save commands. (with release manager approval for 3.2rc2) 29 January 2011, 19:10:26 UTC
e59e4c5 Issue #11054: Allow Mac OS X installer builds to again work on 10.5 with the system-provided Python. Also, properly guard a new Python 3 only installer build step so that build-installer.py can stay compatible with the 2.7 version. (with release manager approval for 3.2rc2) 29 January 2011, 18:56:28 UTC
806c944 Issue #11053: Fix IDLE "Syntax Error" windows to behave as in 2.x, preventing a confusing hung appearance on OS X with the windows obscured. (with release manager approval for 3.2rc2) 29 January 2011, 18:43:56 UTC
7006393 Issue #10940: Workaround an IDLE hang on Mac OS X 10.6 when using the menu accelerators for Open Module, Go to Line, and New Indent Width. The accelerators still work but no longer appear in the menu items. 29 January 2011, 18:29:01 UTC
19e0a9e Issue #10939: Fixed imaplib.Internaldate2tuple(). Thanks Joe Peterson for the report and the patch. Reviewed by Georg Brandl. 29 January 2011, 17:19:08 UTC
ac039ae fix reference to issue where the addition of select.PIPE_BUF was discussed 29 January 2011, 13:24:33 UTC
80f75e6 Issue #10989: Fix a crash on SSLContext.load_verify_locations(None, True). Patch reviewed by Antoine Pitrou, okayed by Georg Brandl. 29 January 2011, 11:31:20 UTC
a1eac72 Issue #11302: missing type check on _string.formatter_field_name_split and _string.formatter_parser caused crash. Originial patch by haypo, reviewed by me, okayed by Georg. 29 January 2011, 11:15:35 UTC
08d4293 Add entry for str.format_map(). Add bullet list and reference to documentation section. 29 January 2011, 08:51:57 UTC
back to top