| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix __hash__ in functools.cmp_to_key() to work with collections.Hashable. | Raymond Hettinger | 2011-05-03 | 1 | -0/+2 |
|\ |
|
| * | Fix __hash__ in functools.cmp_to_key() to work with collections.Hashable. | Raymond Hettinger | 2011-05-03 | 1 | -0/+2 |
|
|
* | | Issue #11849: Make it more likely for the system allocator to release | Antoine Pitrou | 2011-05-03 | 1 | -0/+4 |
|
|
* | | Issue #11930: Added Misc/NEWS and versionchanged entries. | Alexander Belopolsky | 2011-05-02 | 1 | -0/+3 |
|
|
* | | (Merge 3.2) logging: don't define QueueListener if Python has no thread support | Victor Stinner | 2011-05-02 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | logging: don't define QueueListener if Python has no thread support | Victor Stinner | 2011-05-02 | 1 | -0/+2 |
|
|
* | | (Merge 3.2) Issue #11277: mmap.mmap() calls fcntl(fd, F_FULLFSYNC) on Mac OS X | Victor Stinner | 2011-05-01 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | (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.2) Issue #9756: credit the author, Andreas Stührk (Trundle) | Victor Stinner | 2011-05-01 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | (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.2) Issue #9756: When calling a method descriptor or a slot wrapper | Victor Stinner | 2011-05-01 | 1 | -0/+5 |
|\ \ \
| |/ / |
|
| * | | (Merge 3.1) Issue #9756: When calling a method descriptor or a slot wrapper | Victor Stinner | 2011-05-01 | 1 | -0/+5 |
| |\ \
| | |/ |
|
| | * | Issue #9756: When calling a method descriptor or a slot wrapper descriptor, the | Victor Stinner | 2011-05-01 | 1 | -0/+5 |
|
|
* | | | Merge #11971: fix man page; it's -OO not -O0 | R David Murray | 2011-05-01 | 1 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | Merge #11971: fix man page; it's -OO not -O0 | R David Murray | 2011-05-01 | 1 | -2/+2 |
| |\ \
| | |/ |
|
| | * | #11971: fix man page; it's -OO not -O0 | R David Murray | 2011-05-01 | 1 | -2/+2 |
|
|
| * | | Issue #10914: Initialize correctly the filesystem codec when creating a new | Victor Stinner | 2011-04-26 | 1 | -0/+4 |
|
|
* | | | Close #11958: Fix FTP tests for IPv6, bind to "::1" instead of "localhost". | Victor Stinner | 2011-04-30 | 1 | -0/+3 |
|
|
* | | | Issue #8407, issue #11859: Add signal.pthread_sigmask() function to fetch | Victor Stinner | 2011-04-30 | 1 | -0/+7 |
|
|
* | | | Merged mentions of issues #11324 and #11858. | Łukasz Langa | 2011-04-30 | 1 | -0/+5 |
|\ \ \
| |/ / |
|
| * | | Mentioned issues #11324 and #11858. | Łukasz Langa | 2011-04-30 | 1 | -0/+5 |
|
|
* | | | Issue #11811: ssl.get_server_certificate() is now IPv6-compatible. Patch | Antoine Pitrou | 2011-04-28 | 1 | -0/+3 |
|
|
* | | | Issue #11811: Factor out detection of IPv6 support on the current host | Antoine Pitrou | 2011-04-28 | 1 | -0/+4 |
|
|
* | | | Merged solution for #11324 from 3.2. | Łukasz Langa | 2011-04-28 | 1 | -0/+1 |
|\ \ \
| |/ / |
|
| * | | Closes #11324: ConfigParser(interpolation=None) doesn't work. | Łukasz Langa | 2011-04-28 | 1 | -0/+1 |
|
|
* | | | Merged ACKS from 3.2: added Yuxiao Zeng | Łukasz Langa | 2011-04-28 | 1 | -0/+1 |
|\ \ \
| |/ / |
|
| * | | Added Yuxiao Zeng for finding and resolving #11858. Thanks! | Łukasz Langa | 2011-04-28 | 1 | -0/+1 |
|
|
* | | | Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_* | Antoine Pitrou | 2011-04-27 | 1 | -0/+4 |
|\ \ \
| |/ / |
|
| * | | Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_* | Antoine Pitrou | 2011-04-27 | 1 | -0/+4 |
|
|
* | | | #11763: merge with 3.2. | Ezio Melotti | 2011-04-27 | 1 | -0/+3 |
|\ \ \
| |/ / |
|
| * | | #11763: merge with 3.1. | Ezio Melotti | 2011-04-27 | 1 | -0/+3 |
| |\ \
| | |/ |
|
| | * | #11763: don't use difflib in TestCase.assertMultiLineEqual if the strings are... | Ezio Melotti | 2011-04-27 | 1 | -0/+3 |
|
|
* | | | Issue #10914: Initialize correctly the filesystem codec when creating a new | Victor Stinner | 2011-04-26 | 1 | -0/+4 |
|
|
* | | | Issue #11918: OS/2 and VMS are no more supported because of the lack of | Victor Stinner | 2011-04-26 | 1 | -0/+3 |
|
|
* | | | merge from 3.2 | Senthil Kumaran | 2011-04-26 | 1 | -0/+2 |
|\ \ \
| |/ / |
|
| * | | merge from 3.1 | Senthil Kumaran | 2011-04-26 | 1 | -0/+2 |
| |\ \
| | |/ |
|
| | * | Update News entry for Issue11236 | Senthil Kumaran | 2011-04-26 | 1 | -0/+2 |
|
|
* | | | #6780: merge with 3.2. | Ezio Melotti | 2011-04-26 | 1 | -0/+3 |
|\ \ \
| |/ / |
|
| * | | #6780: merge with 3.1. | Ezio Melotti | 2011-04-26 | 1 | -0/+3 |
| |\ \
| | |/ |
|
| | * | #6780: fix starts/endswith error message to mention that tuples are accepted ... | Ezio Melotti | 2011-04-26 | 1 | -0/+3 |
|
|
* | | | Merge #11901: add description of how bitfields are laid out to hexversion docs | R David Murray | 2011-04-25 | 1 | -0/+1 |
|\ \ \
| |/ / |
|
| * | | Merge #11901: add description of how bitfields are laid out to hexversion docs | R David Murray | 2011-04-25 | 1 | -0/+1 |
| |\ \
| | |/ |
|
| | * | #11901: add description of how bitfields are laid out to hexversion docs | R David Murray | 2011-04-25 | 1 | -0/+1 |
|
|
* | | | Issue #10914: Add a minimal embedding test to test_capi. | Antoine Pitrou | 2011-04-25 | 1 | -0/+2 |
|\ \ \
| |/ / |
|
| * | | Issue #10914: add NEWS item. | Antoine Pitrou | 2011-04-25 | 1 | -0/+2 |
|
|
* | | | Issue #11856: Speed up parsing of JSON numbers. | Antoine Pitrou | 2011-04-25 | 1 | -0/+2 |
|
|
* | | | pybench prep_times calculation error (closes #11895) | Jesus Cea | 2011-04-25 | 1 | -0/+1 |
|\ \ \
| |/ / |
|
| * | | pybench prep_times calculation error (closes #11895) | Jesus Cea | 2011-04-25 | 1 | -0/+1 |
| |\ \
| | |/ |
|