| Commit message (Expand) | Author | Age | Files | Lines |
* | #5723: merge with 3.1. | Ezio Melotti | 2011-05-14 | 1 | -0/+2 |
|
|
* | Issue #11996: libpython (gdb), replace "py-bt" command by "py-bt-full" and add | Victor Stinner | 2011-05-13 | 1 | -0/+3 |
|
|
* | Merge in changes from 3.2.1b1 release repo. | Georg Brandl | 2011-05-13 | 2 | -54/+56 |
|\ |
|
| * | Bump to 3.2.1b1. | Georg Brandl | 2011-05-08 | 2 | -55/+57 |
|
|
* | | Issue #12062: Fix a flushing bug when doing a certain type of I/O sequence | Antoine Pitrou | 2011-05-12 | 1 | -0/+6 |
|\ \ |
|
| * | | Issue #12062: Fix a flushing bug when doing a certain type of I/O sequence | Antoine Pitrou | 2011-05-12 | 1 | -0/+5 |
|
|
* | | | merge - 7a3f3ad83676 Fixes Issue #12044. | Gregory P. Smith | 2011-05-12 | 1 | -0/+4 |
|
|
* | | | Merge from 3.1 | Kurt B. Kaiser | 2011-05-11 | 1 | -0/+3 |
|\ \ \
| |/ / |
|
| * | | Issue #1028: Tk returns invalid Unicode null in %A: UnicodeDecodeError. | Kurt B. Kaiser | 2011-05-11 | 1 | -0/+4 |
|
|
| * | | Issue #10419: Fix build_scripts command of distutils to handle correctly | Victor Stinner | 2011-05-10 | 1 | -0/+4 |
|
|
* | | | Issue #11169: compileall module uses repr() to format filenames and paths to | Victor Stinner | 2011-05-10 | 1 | -0/+3 |
|
|
* | | | Close #10419, issue #6011: build_scripts command of distutils handles correctly | Victor Stinner | 2011-05-10 | 1 | -0/+5 |
|
|
* | | | #12051: merge with 3.1. | Ezio Melotti | 2011-05-10 | 1 | -0/+3 |
|\ \ \
| |/ / |
|
| * | | #12051: Fix segfault in json.dumps() while encoding highly-nested objects usi... | Ezio Melotti | 2011-05-10 | 1 | -0/+3 |
|
|
* | | | Issue #8498: In socket.accept(), allow to specify 0 as a backlog value in | Antoine Pitrou | 2011-05-10 | 2 | -0/+4 |
|
|
* | | | (Merge 3.1) Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional | Victor Stinner | 2011-05-09 | 1 | -0/+2 |
|\ \ \
| |/ / |
|
| * | | Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional | Victor Stinner | 2011-05-09 | 1 | -0/+2 |
|
|
* | | | Issue #1195: Fix input() if it is interrupted by CTRL+d and then CTRL+c, clear | Victor Stinner | 2011-05-09 | 1 | -0/+3 |
|\ \ \
| |/ / |
|
| * | | Issue #1195: Fix input() if it is interrupted by CTRL+d and then CTRL+c, | Victor Stinner | 2011-05-09 | 1 | -0/+3 |
|
|
* | | | merge 11164 | Martin v. Löwis | 2011-05-09 | 1 | -0/+2 |
|\ \ \
| |/ / |
|
| * | | Stop trying to use _xmlplus in the xml module. Closes #11164. | Martin v. Löwis | 2011-05-09 | 1 | -0/+2 |
|
|
* | | | The option is actually --no-as-needed. | Martin v. Löwis | 2011-05-09 | 1 | -1/+1 |
|
|
* | | | Use --as-needed when linking libpython3.so. Closes #11347. | Martin v. Löwis | 2011-05-09 | 1 | -0/+2 |
|
|
* | | | #11910: merge with 3.1. | Ezio Melotti | 2011-05-09 | 1 | -0/+2 |
|\ \ \
| |/ / |
|
| * | | #11910: Fix test_heapq to skip the C tests when _heapq is missing. | Ezio Melotti | 2011-05-09 | 1 | -0/+2 |
|
|
* | | | Merge with 3.1. | Ezio Melotti | 2011-05-08 | 1 | -1/+1 |
|\ \ \
| |/ /
| | /
| |/
|/| |
|
| * | Add back Misc/NEWS entry that got lost during merge, and fix a couple of othe... | Ezio Melotti | 2011-05-08 | 1 | -3/+5 |
|
|
* | | Merge | Antoine Pitrou | 2011-05-07 | 2 | -0/+4 |
|\ \ |
|
| * \ | Merge: Issue #11927: SMTP_SSL now uses port 465 by default as documented. | Antoine Pitrou | 2011-05-07 | 2 | -0/+4 |
| |\ \
| | |/ |
|
| | * | Issue #11927: SMTP_SSL now uses port 465 by default as documented. Patch by ... | Antoine Pitrou | 2011-05-07 | 2 | -0/+4 |
|
|
* | | | merge with 3.1 | Giampaolo Rodola' | 2011-05-07 | 1 | -0/+2 |
|\ \ \
| |/ /
|/| | |
|
| * | | #12002 - ftplib's abort() method raises TypeError | Giampaolo Rodola' | 2011-05-07 | 1 | -0/+2 |
|
|
* | | | #12017: merge with 3.1. | Ezio Melotti | 2011-05-07 | 1 | -2/+5 |
|\ \ \
| | |/
| |/| |
|
| * | | #12017: Fix segfault in json.loads() while decoding highly-nested objects usi... | Ezio Melotti | 2011-05-07 | 1 | -0/+3 |
|
|
* | | | #11999: sync based on comparing mtimes, not mtime to system clock | R David Murray | 2011-05-07 | 1 | -0/+4 |
|\ \ \
| |/ / |
|
| * | | #11999: sync based on comparing mtimes, not mtime to system clock | R David Murray | 2011-05-07 | 1 | -0/+4 |
|
|
* | | | ntpath.samefile fails to detect that "A.TXT" and "a.txt" refer to the same fi... | Ronald Oussoren | 2011-05-06 | 1 | -0/+3 |
|
|
* | | | Issue #12000: When a SSL certificate has a subjectAltName without any | Antoine Pitrou | 2011-05-06 | 2 | -0/+5 |
|
|
* | | | merge from 3.1 | Ronald Oussoren | 2011-05-06 | 1 | -0/+4 |
|\ \ \
| |/ / |
|
| * | | Fix for issue 10684: Folders get deleted when trying to change case with shut... | Ronald Oussoren | 2011-05-06 | 1 | -0/+4 |
|
|
* | | | #11873: Improve test regex so random directory names don't cause test to fail | R David Murray | 2011-05-05 | 1 | -0/+3 |
|
|
* | | | Issue #11647: allow contextmanager objects to be used as decorators as descri... | Nick Coghlan | 2011-05-05 | 2 | -0/+5 |
|
|
* | | | Issue #1856: Avoid crashes and lockups when daemon threads run while the | Antoine Pitrou | 2011-05-04 | 1 | -0/+4 |
|
|
* | | | Fix __hash__ in functools.cmp_to_key() to work with collections.Hashable. | Raymond Hettinger | 2011-05-03 | 1 | -0/+2 |
|
|
* | | | logging: don't define QueueListener if Python has no thread support | Victor Stinner | 2011-05-02 | 1 | -0/+2 |
|
|
* | | | (Merge 3.1) Issue #11277: mmap.mmap() calls fcntl(fd, F_FULLFSYNC) on Mac OS X | Victor Stinner | 2011-05-01 | 1 | -0/+3 |
|\ \ \
| |/ / |
|
| * | | Issue #11277: mmap calls fcntl(fd, F_FULLFSYNC) on Mac OS X to get around a | Victor Stinner | 2011-05-01 | 1 | -0/+3 |
|
|
* | | | (Merge 3.1) Issue #9756: credit the author, Andreas Stührk (Trundle) | Victor Stinner | 2011-05-01 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Issue #9756: credit the author, Andreas Stührk (Trundle) | Victor Stinner | 2011-05-01 | 2 | -1/+2 |
|
|
* | | | (Merge 3.1) Issue #9756: When calling a method descriptor or a slot wrapper | Victor Stinner | 2011-05-01 | 1 | -0/+5 |
|\ \ \
| |/ / |
|