index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #20244: Fixed possible file leaks when unexpected error raised in
Serhiy Storchaka
2014-01-18
1
-0/+6
|
\
|
*
Issue #20244: Fixed possible file leaks when unexpected error raised in
Serhiy Storchaka
2014-01-18
1
-0/+6
*
|
Issue #20243: TarFile no longer raise ReadError when opened in write mode.
Serhiy Storchaka
2014-01-18
3
-10/+35
|
\
\
|
|
/
|
*
Issue #20243: TarFile no longer raise ReadError when opened in write mode.
Serhiy Storchaka
2014-01-18
3
-11/+36
*
|
Issue #20238: TarFile opened with external fileobj and "w:gz" mode didn't
Serhiy Storchaka
2014-01-18
3
-1/+10
|
\
\
|
|
/
|
*
Issue #20238: TarFile opened with external fileobj and "w:gz" mode didn't
Serhiy Storchaka
2014-01-18
3
-1/+10
*
|
Issue #20245: The open functions in the tarfile module now correctly handle e...
Serhiy Storchaka
2014-01-18
3
-7/+25
|
\
\
|
|
/
|
*
Issue #20245: The open functions in the tarfile module now correctly handle e...
Serhiy Storchaka
2014-01-18
3
-7/+25
*
|
Doc improvements for Clinic howto "Goals" section.
Larry Hastings
2014-01-18
1
-9/+9
*
|
Issue #20292: Small bug fix for Argument Clinic supporting format units
Larry Hastings
2014-01-18
1
-1/+5
*
|
merge 3.3
Benjamin Peterson
2014-01-18
1
-1/+1
|
\
\
|
|
/
|
*
rm extra whitespace
Benjamin Peterson
2014-01-18
1
-1/+1
*
|
merge 3.3
Benjamin Peterson
2014-01-18
1
-6/+6
|
\
\
|
|
/
|
*
link to builtin open not io.open
Benjamin Peterson
2014-01-18
1
-6/+6
*
|
merge 3.3 (#17814)
Benjamin Peterson
2014-01-18
1
-8/+16
|
\
\
|
|
/
|
*
describe type of Popen streams (closes #17814)
Benjamin Peterson
2014-01-18
1
-8/+16
*
|
Issue #20287: Argument Clinic's output is now configurable, allowing
Larry Hastings
2014-01-18
8
-243/+1015
*
|
Issue #20265: Merge with 3.3
Zachary Ware
2014-01-17
2
-13/+12
|
\
\
|
|
/
|
*
Issue #20265: Updated some parts of the Using Windows document.
Zachary Ware
2014-01-17
2
-13/+12
*
|
avoid a compiler warning about assigning const char * to char *.
Gregory P. Smith
2014-01-17
1
-1/+1
|
\
\
|
|
/
|
*
avoid a compiler warning about assigning const char * to char *.
Gregory P. Smith
2014-01-17
1
-1/+1
*
|
sort os.listxattr results before comparing it to avoid depending on the ...
Gregory P. Smith
2014-01-17
1
-1/+1
|
\
\
|
|
/
|
*
sort os.listxattr results before comparing it to avoid depending on the
Gregory P. Smith
2014-01-17
1
-1/+1
*
|
Merged documentation update from 3.3.
Vinay Sajip
2014-01-17
1
-0/+28
|
\
\
|
|
/
|
*
Added example to recently added cookbook entry.
Vinay Sajip
2014-01-17
1
-0/+28
*
|
Issues #20194,20195: Add missing :deprecated: markers to some module
Brett Cannon
2014-01-17
2
-3/+4
*
|
Issue #20208: Clarify some things in the Python porting HOWTO.
Brett Cannon
2014-01-17
1
-9/+11
*
|
Issue #18394: Document that cgi.FieldStorage now cleans up after its
Brett Cannon
2014-01-17
2
-3/+17
*
|
Merge typo/grammar fixes from 3.3.
Zachary Ware
2014-01-17
1
-3/+3
|
\
\
|
|
/
|
*
Fix some typos/grammar in current sections of NEWS.
Zachary Ware
2014-01-17
1
-3/+3
*
|
Issue #20266: Merge with 3.3
Zachary Ware
2014-01-17
2
-6/+10
|
\
\
|
|
/
|
*
Issue #20266: Update parts of the Windows FAQ
Zachary Ware
2014-01-17
2
-6/+10
*
|
asyncio: oops, add missing word :-)
Victor Stinner
2014-01-17
1
-2/+2
*
|
Issue #20226: Added tests for new features and regressions.
Larry Hastings
2014-01-16
2
-0/+20
*
|
Issue #20226: Major improvements to Argument Clinic.
Larry Hastings
2014-01-16
13
-193/+478
*
|
asyncio: Reincarnate CoroWrapper's docstring as a comment.
Guido van Rossum
2014-01-16
1
-0/+2
*
|
asyncio doc: replace "coroutine" with "coroutine object" or "coroutine function"
Victor Stinner
2014-01-16
4
-39/+41
*
|
asyncio: add a new "Develop with asyncio" section to the documentation
Victor Stinner
2014-01-16
3
-0/+219
*
|
Issue #19936: Remove executable bits from C source files and several forgotten
Serhiy Storchaka
2014-01-16
9
-0/+0
|
\
\
|
|
/
|
*
Issue #19936: Remove executable bits from C source files and several forgotten
Serhiy Storchaka
2014-01-16
10
-0/+0
*
|
Issue #19936: Added executable bits or shebang lines to Python scripts which
Serhiy Storchaka
2014-01-16
92
-70/+8
|
\
\
|
|
/
|
*
Merge heads
Serhiy Storchaka
2014-01-16
2
-17/+17
|
|
\
|
*
|
Issue #19936: Added executable bits or shebang lines to Python scripts which
Serhiy Storchaka
2014-01-16
84
-66/+7
*
|
|
merge 3.3 (#20272)
Benjamin Peterson
2014-01-16
1
-16/+16
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
linkify chain.from_iterable (closes #20272)
Benjamin Peterson
2014-01-16
1
-16/+16
*
|
|
merge 3.3 (#20278)
Benjamin Peterson
2014-01-16
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
update pysqlite website (closes #20278)
Benjamin Peterson
2014-01-16
1
-1/+1
|
|
/
*
|
Merge from 3.3.
Stefan Krah
2014-01-16
3
-6/+0
|
\
\
|
|
/
|
*
Issue #19936: Disable shebang lines in order to prevent using a random
Stefan Krah
2014-01-16
3
-6/+0
*
|
Closes #20235: Report file and line on unexpected exceptions in Argument Clinic.
Georg Brandl
2014-01-16
1
-1/+6
[next]