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
*
Fix typo in error handling for WaitForMultipleObjects()
Richard Oudkerk
2012-08-21
1
-1/+1
*
#15752: merge with 3.2.
Ezio Melotti
2012-08-21
1
-2/+2
|
\
|
*
#15752: s/assertRaisesRegexp/assertRaisesRegex/g
Ezio Melotti
2012-08-21
1
-2/+2
*
|
Address most of Ezio's comments. str/bytes/bytearray docs still need consolid...
Nick Coghlan
2012-08-21
2
-189/+247
*
|
Merge 3.2.
Stefan Krah
2012-08-21
2
-0/+15
|
\
\
|
|
/
|
*
Issue #15736: Fix overflow in _PySequence_BytesToCharpArray().
Stefan Krah
2012-08-21
2
-0/+15
*
|
Issue #15285: Refactor connect timeout test in test_timeout.
Trent Nelson
2012-08-21
2
-8/+86
|
\
\
|
|
/
|
*
Issue #15285: Refactor connect timeout test in test_timeout.
Trent Nelson
2012-08-21
2
-8/+86
*
|
Improve the pyvenv entry
Antoine Pitrou
2012-08-20
2
-7/+18
*
|
Improved summary section in whatsnew
Antoine Pitrou
2012-08-20
1
-7/+41
*
|
Issue #14954: Clarify the interaction of weak references and garbage collection.
Antoine Pitrou
2012-08-20
1
-1/+4
|
\
\
|
|
/
|
*
Issue #14954: Clarify the interaction of weak references and garbage collection.
Antoine Pitrou
2012-08-20
2
-1/+5
*
|
Fix Issue 15743 - improve urllib tests by removing deprecated method usages. ...
Senthil Kumaran
2012-08-20
2
-31/+36
*
|
#15199: Fix JavaScript's default MIME type to application/javascript
Petri Lehtinen
2012-08-20
3
-1/+5
|
\
\
|
|
/
|
*
#15199: Fix JavaScript's default MIME type to application/javascript
Petri Lehtinen
2012-08-20
3
-1/+5
*
|
Merge #15742: clarify sqlite parameter substitution example.
R David Murray
2012-08-20
1
-1/+1
|
\
\
|
|
/
|
*
#15742: clarify sqlite parameter substitution example.
R David Murray
2012-08-20
1
-1/+1
*
|
Issue #15726: Fix incorrect bounds checking in PyState_FindModule.
Antoine Pitrou
2012-08-20
2
-1/+4
|
\
\
|
|
/
|
*
Issue #15726: Fix incorrect bounds checking in PyState_FindModule.
Antoine Pitrou
2012-08-20
3
-1/+5
*
|
Merge 3.2.
Stefan Krah
2012-08-20
1
-0/+2
|
\
\
|
|
/
|
*
Issue #15741: Fix potential NULL dereference. Found by Coverity.
Stefan Krah
2012-08-20
1
-0/+2
*
|
Check return value of asdl_seq_new(). Found by Coverity.
Stefan Krah
2012-08-20
1
-0/+2
*
|
Issue #12643: Respect sys.excepthook in code.InteractiveConsole
Nick Coghlan
2012-08-20
5
-5/+91
*
|
Merge 3.2.
Stefan Krah
2012-08-20
2
-0/+12
|
\
\
|
|
/
|
*
Issue #15738: Fix a missing NULL check in subprocess_fork_exec().
Stefan Krah
2012-08-20
2
-0/+12
*
|
Closes #15737: Fix potential NULL dereference in zipimport.c.
Stefan Krah
2012-08-20
1
-2/+2
*
|
Merge 3.2.
Stefan Krah
2012-08-20
2
-0/+18
|
\
\
|
|
/
|
*
Issue #15732: Fix (constructed) crash in _PySequence_BytesToCharpArray().
Stefan Krah
2012-08-20
2
-0/+18
*
|
Break up the 'someos' docs classification based on a more user-focused scheme...
Nick Coghlan
2012-08-20
7
-30/+44
*
|
Close #4966: revamp the sequence docs in order to better explain the state of...
Nick Coghlan
2012-08-20
7
-720/+983
*
|
s/path importer/path based finder/ (because the path based finder is not an i...
Nick Coghlan
2012-08-20
3
-49/+58
*
|
Close #14846: Handle a sys.path entry going away
Nick Coghlan
2012-08-20
4
-933/+953
*
|
Close #14814: Avoid depending on struct by using newer features. Also use enu...
Nick Coghlan
2012-08-20
1
-8/+6
*
|
Issue #14814: document the Interface APIs and fix various problems with the s...
Nick Coghlan
2012-08-20
3
-30/+72
*
|
Merge #13579: teach string.Formatter about 'a'.
R David Murray
2012-08-19
4
-9/+20
|
\
\
|
|
/
|
*
#13579: teach string.Formatter about 'a'.
R David Murray
2012-08-19
4
-9/+26
*
|
Issue #15728: Fix leak in PyUnicode_AsWideCharString(). Found by Coverity.
Stefan Krah
2012-08-19
1
-1/+3
*
|
Issue #15595: Fix subprocess.Popen(universal_newlines=True)
Andrew Svetlov
2012-08-19
3
-2/+37
|
\
\
|
|
/
|
*
Issue #15595: Fix subprocess.Popen(universal_newlines=True)
Andrew Svetlov
2012-08-19
3
-2/+38
*
|
Use Thread.is_alive() instead of old-style Thread.isAlive() in subprocess.
Andrew Svetlov
2012-08-19
1
-2/+2
*
|
Fixes #14668. Mention Windows Path manipulation option in the installer.
Brian Curtin
2012-08-19
1
-9/+21
*
|
Brush subprocess tests a bit.
Andrew Svetlov
2012-08-19
1
-20/+21
*
|
The latest NumPy revision no longer segfaults here.
Stefan Krah
2012-08-19
1
-6/+0
*
|
Fix out-of-date comment in test_memoryview.
Stefan Krah
2012-08-19
1
-1/+2
*
|
Mereg 3.2.
Stefan Krah
2012-08-19
1
-1/+3
|
\
\
|
|
/
|
*
Check for NULL return value in PyStructSequence_NewType(). Found by Coverity.
Stefan Krah
2012-08-19
1
-1/+3
*
|
Allow redemo.py to be used from the command line like other demos.
Ned Deily
2012-08-18
1
-0/+2
|
\
\
|
|
/
|
*
Allow redemo.py to be used from the command line like other demos.
Ned Deily
2012-08-18
1
-0/+2
*
|
Issue #15615: Add some tests for the json module's handling of invalid input ...
Antoine Pitrou
2012-08-18
3
-0/+15
|
\
\
|
|
/
|
*
Issue #15615: Add some tests for the json module's handling of invalid input ...
Antoine Pitrou
2012-08-18
3
-0/+13
[next]