| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #11461: Fix the incremental UTF-16 decoder. Original patch by | Serhiy Storchaka | 2013-01-08 | 1 | -8/+40 |
|\ |
|
| * | Issue #11461: Fix the incremental UTF-16 decoder. Original patch by | Serhiy Storchaka | 2013-01-08 | 1 | -8/+40 |
| |\ |
|
| | * | Issue #11461: Fix the incremental UTF-16 decoder. Original patch by | Serhiy Storchaka | 2013-01-08 | 1 | -8/+40 |
|
|
* | | | Issue #15845: Fix comparison between bytes and string. | Serhiy Storchaka | 2013-01-08 | 1 | -1/+4 |
|\ \ \
| |/ / |
|
| * | | Issue #15845: Fix comparison between bytes and string. | Serhiy Storchaka | 2013-01-08 | 1 | -1/+4 |
| |\ \
| | |/ |
|
| | * | Issue #15845: Fix comparison between bytes and string. | Serhiy Storchaka | 2013-01-08 | 1 | -1/+4 |
|
|
| | * | issue 10527: fix missing import | Giampaolo Rodola' | 2013-01-03 | 1 | -0/+1 |
|
|
* | | | Issue #16854: Fix regrtest.usage() regression introduced in 6e2e5adc0400. | Chris Jerdonek | 2013-01-08 | 2 | -26/+34 |
|
|
* | | | Issue #15972: Fix error messages when os functions expecting a file name or | Serhiy Storchaka | 2013-01-07 | 1 | -0/+24 |
|\ \ \
| |/ / |
|
| * | | Issue #15972: Fix error messages when os functions expecting a file name or | Serhiy Storchaka | 2013-01-07 | 1 | -0/+24 |
|
|
* | | | Issue #8109: The ssl module now has support for server-side SNI, thanks to a ... | Antoine Pitrou | 2013-01-05 | 7 | -37/+557 |
|
|
* | | | The get() and iter() are now able to accept keyword arguments. | Eli Bendersky | 2013-01-05 | 1 | -0/+10 |
|\ \ \
| |/ / |
|
| * | | The get() and iter() are now able to accept keyword arguments. | Eli Bendersky | 2013-01-05 | 1 | -0/+10 |
|
|
| * | | (Merge 3.2) Issue #16218, #16414, #16444: Backport FS_NONASCII, | Victor Stinner | 2013-01-03 | 3 | -15/+18 |
| |\ \
| | |/ |
|
| | * | Issue #16218, #16414, #16444: Backport FS_NONASCII, TESTFN_UNDECODABLE, | Victor Stinner | 2013-01-03 | 5 | -7/+122 |
|
|
* | | | Issue #16860: In tempfile, use O_CLOEXEC when available to set the | Charles-François Natali | 2013-01-04 | 1 | -0/+2 |
|
|
* | | | #16009: JSON error messages now provide more information. Patch by Serhiy St... | Ezio Melotti | 2013-01-03 | 3 | -9/+86 |
|
|
* | | | Issue #16828: Fix error incorrectly raised by bz2.compress(b'') and bz2.BZ2Co... | Nadeem Vawda | 2013-01-02 | 1 | -0/+15 |
|\ \ \
| |/ / |
|
| * | | Issue #16828: Fix error incorrectly raised by bz2.compress(''). | Nadeem Vawda | 2013-01-02 | 1 | -0/+15 |
| |\ \
| | |/ |
|
| | * | Issue #16828: Fix error incorrectly raised by bz2.compress(''). | Nadeem Vawda | 2013-01-02 | 1 | -0/+15 |
|
|
* | | | Issue #16833: In http.client.HTTPConnection, do not concatenate the request h... | Antoine Pitrou | 2013-01-02 | 2 | -2/+37 |
|
|
* | | | #16748: merge with 3.3. | Ezio Melotti | 2013-01-02 | 1 | -27/+8 |
|\ \ \
| |/ / |
|
| * | | #16748: test_heapq now works with unittest test discovery. | Ezio Melotti | 2013-01-02 | 1 | -27/+8 |
|
|
* | | | Merge heads | Serhiy Storchaka | 2013-01-02 | 2 | -1/+46 |
|\ \ \
| |/ / |
|
| * | | Merge heads | Serhiy Storchaka | 2013-01-02 | 2 | -1/+46 |
| |\ \
| | |/ |
|
| | * | Merge heads | Serhiy Storchaka | 2013-01-02 | 2 | -1/+46 |
| | |\ |
|
| | | * | Issue #16541: tk_setPalette() now works with keyword arguments. | Serhiy Storchaka | 2013-01-01 | 2 | -1/+46 |
|
|
| | * | | configparser: preserve section order when using `__setitem__` (issue #16820) | Łukasz Langa | 2013-01-01 | 2 | -1/+28 |
|
|
* | | | | (Merge 3.3) Issue #9644: Add a test on os.statvfs() for the PEP 383 | Victor Stinner | 2013-01-01 | 1 | -0/+9 |
|\ \ \ \
| |/ / / |
|
| * | | | Issue #9644: Add a test on os.statvfs() for the PEP 383 | Victor Stinner | 2013-01-01 | 1 | -0/+9 |
| |\ \ \
| | |/ / |
|
| | * | | Issue #9644: Fix the encoding used by os.statvfs(): use the filesystem encoding | Victor Stinner | 2013-01-01 | 1 | -0/+9 |
| | |/ |
|
* | | | Merged section order preservation fix when using `__setitem__` (issue #16820) | Łukasz Langa | 2013-01-01 | 2 | -2/+6 |
|\ \ \
| |/ / |
|
| * | | configparser: preserve section order when using `__setitem__` (issue #16820) | Łukasz Langa | 2013-01-01 | 2 | -2/+6 |
|
|
* | | | Issue #16819: IDLE method completion now correctly works for bytes literals. | Serhiy Storchaka | 2013-01-01 | 1 | -0/+5 |
|\ \ \
| |/ / |
|
| * | | Issue #16819: IDLE method completion now correctly works for bytes literals. | Serhiy Storchaka | 2013-01-01 | 1 | -0/+5 |
| |\ \
| | |/ |
|
| | * | Issue #16819: IDLE method completion now correctly works for bytes literals. | Serhiy Storchaka | 2013-01-01 | 1 | -0/+5 |
|
|
* | | | Issue #16787: Increase asyncore and asynchat default output buffers size, to | Charles-François Natali | 2013-01-01 | 2 | -3/+3 |
|
|
* | | | Fix overlooked licence text. | Richard Oudkerk | 2013-01-01 | 3 | -58/+2 |
|
|
* | | | Fix issue 10527: make multiprocessing use poll() instead of select() if avail... | Giampaolo Rodola' | 2012-12-31 | 2 | -2/+25 |
|\ \ \
| |/ / |
|
| * | | Fix issue 10527: make multiprocessing use poll() instead of select() if avail... | Giampaolo Rodola' | 2012-12-31 | 2 | -2/+25 |
| |\ \
| | |/ |
|
| | * | Fix issue 10527: make multiprocessing use poll() instead of select() if avail... | Giampaolo Rodola' | 2012-12-31 | 2 | -0/+22 |
|
|
* | | | Merged `parser['DEFAULT'].__setitem__` fix (issue #16820) from 3.3. | Łukasz Langa | 2012-12-31 | 2 | -1/+32 |
|\ \ \
| |/ / |
|
| * | | Fixes `__setitem__` on parser['DEFAULT'] reported in issue #16820. | Łukasz Langa | 2012-12-31 | 2 | -1/+32 |
|
|
* | | | Issue #16824: Fix a failure guard in the never reached in the normal test exe... | Serhiy Storchaka | 2012-12-31 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Issue #16824: Fix a failure guard in the never reached in the normal test exe... | Serhiy Storchaka | 2012-12-31 | 1 | -1/+1 |
|
|
* | | | Merged `parser.clean()` fix (issue #16820) from 3.2 through 3.3. | Łukasz Langa | 2012-12-31 | 2 | -0/+40 |
|\ \ \
| |/ / |
|
| * | | Merged `parser.clean()` fix (issue #16820) from 3.2. | Łukasz Langa | 2012-12-31 | 2 | -0/+40 |
| |\ \
| | |/ |
|
| | * | Fixes `parser.clean()` reported in issue #16820. | Łukasz Langa | 2012-12-31 | 2 | -0/+40 |
|
|
* | | | Merged fix for #15803 from 3.2 through 3.3 | Łukasz Langa | 2012-12-31 | 1 | -4/+3 |
|\ \ \
| |/ / |
|
| * | | Merged fix for #15803 from 3.2 | Łukasz Langa | 2012-12-31 | 1 | -4/+3 |
| |\ \
| | |/ |
|