| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #10287: nntplib now queries the server's CAPABILITIES first before send... | Antoine Pitrou | 2012-02-14 | 1 | -0/+4 |
|\ |
|
| * | Issue #10287: nntplib now queries the server's CAPABILITIES first before send... | Antoine Pitrou | 2012-02-14 | 1 | -0/+4 |
|
|
| * | Issue #13979: Fix ctypes.util.find_library ldconfig regex | Meador Inge | 2012-02-14 | 1 | -0/+3 |
|
|
* | | Issue #13988: cElementTree is deprecated and the _elementtree accelerator is ... | Florent Xicluna | 2012-02-13 | 1 | -0/+3 |
|
|
* | | #13993: merge with 3.2. | Ezio Melotti | 2012-02-13 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | #13993: HTMLParser is now able to handle broken end tags when strict=False. | Ezio Melotti | 2012-02-13 | 1 | -0/+3 |
|
|
* | | Issue #13930: Adds ability for 2to3 to write its output to a different | Gregory P. Smith | 2012-02-12 | 1 | -0/+9 |
|\ \
| |/ |
|
| * | Issue #13930: Adds ability for 2to3 to write its output to a different | Gregory P. Smith | 2012-02-12 | 1 | -0/+5 |
|
|
* | | Merge branch '3.2' | Petri Lehtinen | 2012-02-12 | 2 | -0/+5 |
|\ \
| |/ |
|
| * | Fix sqlite3.Connection.iterdump on tables/fields with reserved names or quotes | Petri Lehtinen | 2012-02-12 | 2 | -0/+5 |
|
|
* | | Issue #10287: nntplib now queries the server's CAPABILITIES again after authe... | Antoine Pitrou | 2012-02-12 | 1 | -0/+4 |
|\ \
| |/ |
|
| * | Issue #10287: nntplib now queries the server's CAPABILITIES again after authe... | Antoine Pitrou | 2012-02-12 | 1 | -0/+4 |
|
|
* | | Port the fix for #13193 to packaging | Éric Araujo | 2012-02-12 | 1 | -1/+2 |
|
|
* | | Merge fixes for #13193 and FAQ from 3.2 | Éric Araujo | 2012-02-12 | 1 | -3/+1 |
|\ \
| |/ |
|
| * | Fix distutils.filelist.FileList under Windows (#13193). | Éric Araujo | 2012-02-12 | 1 | -2/+1 |
|
|
* | | Merge: #13989: Document that GzipFile does not support text mode. | Nadeem Vawda | 2012-02-11 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | Issue #13989: Document that GzipFile does not support text mode. | Nadeem Vawda | 2012-02-11 | 1 | -0/+3 |
|
|
* | | Issue #13590: merge | Ned Deily | 2012-02-10 | 1 | -0/+13 |
|\ \
| |/ |
|
| * | Issue #13590: On OS X 10.7 and 10.6 with Xcode 4.2, building | Ned Deily | 2012-02-10 | 1 | -0/+13 |
|
|
* | | #13960: merge with 3.2. | Ezio Melotti | 2012-02-10 | 1 | -1/+4 |
|\ \
| |/ |
|
| * | #13960: HTMLParser is now able to handle broken comments when strict=False. | Ezio Melotti | 2012-02-10 | 1 | -1/+4 |
|
|
* | | Undocument and clean up sqlite3.OptimizedUnicode | Petri Lehtinen | 2012-02-09 | 1 | -0/+4 |
|
|
* | | merge from 3.2 | Senthil Kumaran | 2012-02-09 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | Issue #9021 - Introduce copy module better. Doc changes suggested by Terry | Senthil Kumaran | 2012-02-09 | 1 | -0/+2 |
|
|
* | | merged from 3.2 | Senthil Kumaran | 2012-02-09 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | Fix Issue #6005: Examples in the socket library documentation use sendall, | Senthil Kumaran | 2012-02-09 | 1 | -0/+3 |
|
|
* | | Clarify a NEWS entry. | Brett Cannon | 2012-02-08 | 1 | -1/+1 |
|
|
* | | Use the cwd when the empty string is found in sys.path. This leads to | Brett Cannon | 2012-02-08 | 1 | -0/+3 |
|
|
* | | Issue #13609: Add two functions to query the terminal size: | Antoine Pitrou | 2012-02-08 | 1 | -0/+4 |
|
|
* | | Issue #13845: Fix NEWS entry, the change is specific to Windows | Victor Stinner | 2012-02-08 | 1 | -3/+3 |
|
|
* | | Issue #8184: multiprocessing: On Windows, don't set SO_REUSEADDR on Connection | Charles-François Natali | 2012-02-08 | 1 | -0/+5 |
|
|
* | | Issue #13845: time.time() now uses GetSystemTimeAsFileTime() instead of ftime() | Victor Stinner | 2012-02-07 | 1 | -0/+4 |
|
|
* | | Issue #13846: Add time.monotonic(), monotonic clock. | Victor Stinner | 2012-02-07 | 1 | -0/+2 |
|
|
* | | Merge branch '3.2' | Petri Lehtinen | 2012-02-06 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | Issue #10811: Fix recursive usage of cursors. Instead of crashing, raise a Pr... | Petri Lehtinen | 2012-02-06 | 1 | -0/+3 |
|
|
* | | Following Nick's suggestion, rename posix.fdlistdir() to posix.flistdir(), to | Charles-François Natali | 2012-02-06 | 1 | -1/+1 |
|
|
* | | Issue #10881: merge | Ned Deily | 2012-02-06 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | Issue #10881: Fix test_site failure with OS X framework builds. | Ned Deily | 2012-02-05 | 1 | -0/+2 |
|
|
* | | Merge with 3.2 #964437 | Terry Jan Reedy | 2012-02-05 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | Issue 964437 Make IDLE help window non-modal. | Terry Jan Reedy | 2012-02-05 | 1 | -0/+3 |
|
|
* | | Issue #13734: Add os.fwalk(), a directory walking function yielding file | Charles-François Natali | 2012-02-05 | 1 | -0/+3 |
|
|
* | | Merge edits from 3.2 (#13716, #1040439, #2945, #13770, #6715) | Éric Araujo | 2012-02-05 | 2 | -0/+3 |
|\ \
| |/ |
|
| * | Branch merge | Éric Araujo | 2012-02-05 | 2 | -0/+3 |
| |\ |
|
| | * | Stop ignoring RPMs in distutils' upload command (#2945). | Éric Araujo | 2012-01-15 | 2 | -0/+3 |
|
|
* | | | Branch merge | Éric Araujo | 2012-02-05 | 1 | -0/+4 |
|\ \ \ |
|
| * | | | Stop converting package_data to extra_files in pysetup create (#13712). | Éric Araujo | 2012-02-05 | 1 | -0/+2 |
|
|
| * | | | Allow multiple values for package_data in setup.cfg (#11805). | Éric Araujo | 2012-02-04 | 1 | -0/+2 |
|
|
* | | | | Issue #13933: merge | Ned Deily | 2012-02-04 | 1 | -0/+3 |
|\ \ \ \
| |/ / /
|/| / /
| |/ / |
|
| * | | Issue #13933: IDLE auto-complete did not work with some imported | Ned Deily | 2012-02-04 | 1 | -0/+3 |
|
|
* | | | Issue #13777: Add PF_SYSTEM sockets on OS X. | Martin v. Löwis | 2012-02-03 | 2 | -0/+4 |
|
|