summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixes #12637: Merged fix from 3.2 and added test.Vinay Sajip2011-07-252-1/+4
|\
| * Fixes #12637: Last resort messages now correctly handled. Thanks to Xavier de...Vinay Sajip2011-07-251-2/+3
* | Issue #11784: Improve multiprocessing.Process.join() documentation. Patch byCharles-François Natali2011-07-252-4/+4
* | Issue #12102: Merge with 3.2.Ross Lagerwall2011-07-253-0/+10
|\ \ | |/
| * Issue #12102: Document that buffered files must be flushed before being usedRoss Lagerwall2011-07-253-0/+10
* | Issue #12560: Build libpython.so on OpenBSD. Patch by Stefan Sperling.Charles-François Natali2011-07-244-2/+5
|\ \ | |/
| * Issue #12560: Build libpython.so on OpenBSD. Patch by Stefan Sperling.Charles-François Natali2011-07-244-2/+5
* | Add a test for issue #1813: getlocale() failing under a Turkish localeAntoine Pitrou2011-07-244-1/+30
|\ \ | |/
| * Add a test for issue #1813: getlocale() failing under a Turkish localeAntoine Pitrou2011-07-241-0/+13
| * Issue #1813: Fix codec lookup under Turkish locales.Antoine Pitrou2011-07-243-1/+17
* | Issue #12624: It is now possible to fail after the first failure whenAntoine Pitrou2011-07-233-8/+24
|\ \ | |/
| * Issue #12624: It is now possible to fail after the first failure whenAntoine Pitrou2011-07-233-8/+24
* | Issue #12591: Improve support of "universal newlines" in the subprocessAntoine Pitrou2011-07-233-17/+52
|\ \ | |/
| * Issue #12591: Improve support of "universal newlines" in the subprocessAntoine Pitrou2011-07-233-17/+52
* | Followup to c3b47cdea0d1: document the *write_through* argument to TextIOWrap...Antoine Pitrou2011-07-231-1/+9
* | Issue #12591: Allow io.TextIOWrapper to work with raw IO objects (withoutAntoine Pitrou2011-07-234-8/+45
|\ \ | |/
| * Issue #12591: Allow io.TextIOWrapper to work with raw IO objects (withoutAntoine Pitrou2011-07-234-8/+45
* | Issue 12620: Make pendingbusy flag static to Py_MakePendingCalls().Charles-François Natali2011-07-231-4/+4
* | Add Misc/NEWS entry for d68765bd6490.Nadeem Vawda2011-07-231-0/+2
|\ \ | |/
| * Add Misc/NEWS entry for c741ba9e37ef.Nadeem Vawda2011-07-231-0/+2
* | Merge: #10883: Fix socket leaks in urllib.request.Nadeem Vawda2011-07-234-29/+59
|\ \ | |/
| * Issue #10883: Fix socket leaks in urllib.request.Nadeem Vawda2011-07-234-29/+59
* | Issue #11049: skip a test that fails on some buildbotsEli Bendersky2011-07-231-0/+1
* | merge from 3.2 - Fix closes issue12581 - Increase the urllib.parse test cover...Senthil Kumaran2011-07-231-2/+76
|\ \ | |/
| * Fix closes issue12581 - Increase the urllib.parse test coverage. Patch by Pet...Senthil Kumaran2011-07-231-2/+76
* | Merge 3.2 branch.Georg Brandl2011-07-231-1/+1
|\ \ | |/
| * Fix function name: open -> urlopen.Georg Brandl2011-07-231-1/+1
| * Issue #12592: Make Python build on OpenBSD 5 (and future major releases).Charles-François Natali2011-07-223-312/+291
* | fixing whitespace in the previous commitEli Bendersky2011-07-231-10/+9
* | Issue #11049: adding some tests to test.supportEli Bendersky2011-07-232-10/+189
* | Merge - Issue #12592: Make Python build on OpenBSD 5 (and future majorCharles-François Natali2011-07-223-312/+291
* | merge 3.2Benjamin Peterson2011-07-222-20/+16
|\ \ | |/
| * None is ok for identifiers but not stringsBenjamin Peterson2011-07-222-20/+16
* | merge 3.2 (null)Benjamin Peterson2011-07-220-0/+0
|\ \ | |/
| * hardcode the old svn __version__Benjamin Peterson2011-07-222-7/+5
* | merge 3.2Benjamin Peterson2011-07-224-4/+55
|\ \ | |/
| * type check AST strings and identifiersBenjamin Peterson2011-07-224-6/+57
* | Merge - Issue #12372: POSIX semaphores are broken on AIX: don't use them.Charles-François Natali2011-07-213-11/+6
|\ \ | |/
| * Issue #12372: POSIX semaphores are broken on AIX: don't use them.Charles-François Natali2011-07-213-11/+6
* | #12601: merge with 3.2.Ezio Melotti2011-07-211-1/+1
|\ \ | |/
| * #12601: fix typo.Ezio Melotti2011-07-211-1/+1
* | #11435: dummy merge with 3.2.Ezio Melotti2011-07-210-0/+0
|\ \ | |/
| * #11435: link to the correct branch.Ezio Melotti2011-07-211-1/+1
* | Issue #12551: Provide a get_channel_binding() method on SSL sockets so asAntoine Pitrou2011-07-206-0/+196
* | #665194: support roundtripping RFC2822 date stamps in the email.utils moduleR David Murray2011-07-205-8/+133
* | merge from 3.2 - Fix closes issue12524 - update http.client POST example with...Senthil Kumaran2011-07-201-4/+6
|\ \ | |/
| * Fix closes issue12524 - update http.client POST example with a working example.Senthil Kumaran2011-07-201-4/+6
* | Fix test_multiprocessing failure under Windows.Antoine Pitrou2011-07-201-2/+2
* | Upstream merge.Barry Warsaw2011-07-190-0/+0
|\ \ | |/
| * Upstream mergeBarry Warsaw2011-07-192-2/+14
| |\