summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* merge 3.3 (#6627)Benjamin Peterson2014-01-201-6/+12
|\
| * put notes in a ..note sectionBenjamin Peterson2014-01-201-12/+12
| * document that a new Python thread context is created in ctypes callbacks (clo...Benjamin Peterson2014-01-201-1/+7
* | Improve fix for issue #20300.Larry Hastings2014-01-191-1/+1
* | Issue #20300: Fix exception when setting conversion class member "default"Larry Hastings2014-01-191-2/+4
* | Issue #20294: Argument Clinic now supports argument parsing for __new__ andLarry Hastings2014-01-196-239/+365
* | Issue #20299: Argument Clinic custom converters may now change the defaultLarry Hastings2014-01-192-2/+7
* | merge 3.3 (#17811)Benjamin Peterson2014-01-192-12/+20
|\ \ | |/
| * improve description of buffers argument for readv/writev (closes #17811)Benjamin Peterson2014-01-192-14/+22
* | merge 3.3 (#18574)Benjamin Peterson2014-01-191-2/+2
|\ \ | |/
| * correct news entry for #18574Benjamin Peterson2014-01-191-2/+2
* | merge 3.3 (#18574)Benjamin Peterson2014-01-194-3/+9
|\ \ | |/
| * add Nikolaus Rath to ACKSBenjamin Peterson2014-01-191-0/+1
| * fix handling of 100-continue status code (closes #18574)Benjamin Peterson2014-01-193-3/+8
* | Use correct C type in byte_converter.Serhiy Storchaka2014-01-181-1/+1
* | Fix test failures (--without-doc-strings).Stefan Krah2014-01-181-1/+3
* | Merge #19855: restore use of LC_ALL, not LC_MESSAGESR David Murray2014-01-181-3/+4
|\ \ | |/
| * #19855: restore use of LC_ALL, not LC_MESSAGESR David Murray2014-01-181-2/+2
* | Issue #20270: urllib.urlparse now supports empty ports.Serhiy Storchaka2014-01-183-24/+47
|\ \ | |/
| * Issue #20270: urllib.urlparse now supports empty ports.Serhiy Storchaka2014-01-183-24/+47
* | Issue #20244: Fixed possible file leaks when unexpected error raised inSerhiy Storchaka2014-01-181-0/+6
|\ \ | |/
| * Issue #20244: Fixed possible file leaks when unexpected error raised inSerhiy Storchaka2014-01-181-0/+6
* | Issue #20243: TarFile no longer raise ReadError when opened in write mode.Serhiy Storchaka2014-01-183-10/+35
|\ \ | |/
| * Issue #20243: TarFile no longer raise ReadError when opened in write mode.Serhiy Storchaka2014-01-183-11/+36
* | Issue #20238: TarFile opened with external fileobj and "w:gz" mode didn'tSerhiy Storchaka2014-01-183-1/+10
|\ \ | |/
| * Issue #20238: TarFile opened with external fileobj and "w:gz" mode didn'tSerhiy Storchaka2014-01-183-1/+10
* | Issue #20245: The open functions in the tarfile module now correctly handle e...Serhiy Storchaka2014-01-183-7/+25
|\ \ | |/
| * Issue #20245: The open functions in the tarfile module now correctly handle e...Serhiy Storchaka2014-01-183-7/+25
* | Doc improvements for Clinic howto "Goals" section.Larry Hastings2014-01-181-9/+9
* | Issue #20292: Small bug fix for Argument Clinic supporting format unitsLarry Hastings2014-01-181-1/+5
* | merge 3.3Benjamin Peterson2014-01-181-1/+1
|\ \ | |/
| * rm extra whitespaceBenjamin Peterson2014-01-181-1/+1
* | merge 3.3Benjamin Peterson2014-01-181-6/+6
|\ \ | |/
| * link to builtin open not io.openBenjamin Peterson2014-01-181-6/+6
* | merge 3.3 (#17814)Benjamin Peterson2014-01-181-8/+16
|\ \ | |/
| * describe type of Popen streams (closes #17814)Benjamin Peterson2014-01-181-8/+16
* | Issue #20287: Argument Clinic's output is now configurable, allowingLarry Hastings2014-01-188-243/+1015
* | Issue #20265: Merge with 3.3Zachary Ware2014-01-172-13/+12
|\ \ | |/
| * Issue #20265: Updated some parts of the Using Windows document.Zachary Ware2014-01-172-13/+12
* | avoid a compiler warning about assigning const char * to char *.Gregory P. Smith2014-01-171-1/+1
|\ \ | |/
| * avoid a compiler warning about assigning const char * to char *.Gregory P. Smith2014-01-171-1/+1
* | sort os.listxattr results before comparing it to avoid depending on the ...Gregory P. Smith2014-01-171-1/+1
|\ \ | |/
| * sort os.listxattr results before comparing it to avoid depending on theGregory P. Smith2014-01-171-1/+1
* | Merged documentation update from 3.3.Vinay Sajip2014-01-171-0/+28
|\ \ | |/
| * Added example to recently added cookbook entry.Vinay Sajip2014-01-171-0/+28
* | Issues #20194,20195: Add missing :deprecated: markers to some moduleBrett Cannon2014-01-172-3/+4
* | Issue #20208: Clarify some things in the Python porting HOWTO.Brett Cannon2014-01-171-9/+11
* | Issue #18394: Document that cgi.FieldStorage now cleans up after itsBrett Cannon2014-01-172-3/+17
* | Merge typo/grammar fixes from 3.3.Zachary Ware2014-01-171-3/+3
|\ \ | |/
| * Fix some typos/grammar in current sections of NEWS.Zachary Ware2014-01-171-3/+3