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 #14674: Add a discussion of the json module's standard compliance.
Antoine Pitrou
2012-08-24
2
-6/+114
|
\
|
*
Issue #14674: Add a discussion of the json module's standard compliance.
Antoine Pitrou
2012-08-24
2
-6/+114
*
|
Issue #15778: Coerce ImportError.args to a string when it isn't
Brett Cannon
2012-08-24
3
-1/+9
*
|
Closes #9374: merge with 3.2
Georg Brandl
2012-08-24
1
-0/+10
|
\
\
|
|
/
|
*
Closes #9374: add back now-unused module attributes; removing them is a backw...
Georg Brandl
2012-08-24
1
-0/+10
*
|
Issue #15776: Allow pyvenv to work in existing directory with --clean.
Andrew Svetlov
2012-08-24
2
-1/+11
*
|
Merge #15249: Mangle From lines correctly when body contains invalid bytes.
R David Murray
2012-08-24
4
-1/+21
|
\
\
|
|
/
|
*
#15249: Mangle From lines correctly when body contains invalid bytes.
R David Murray
2012-08-24
4
-1/+21
*
|
Output lib files for PGO build into PGO directory.
Martin v. Löwis
2012-08-24
2
-0/+3
*
|
Pick up 32-bit launcher from PGO directory on 64-bit PGO build.
Martin v. Löwis
2012-08-24
2
-4/+9
*
|
Drop PC\python_nt.h as it's not used.
Martin v. Löwis
2012-08-24
2
-6/+10
*
|
Issue #15511: Drop explicit dependency on pythonxy.lib from amd64 configuration.
Martin v. Löwis
2012-08-24
2
-4/+3
*
|
Add missing PGI/PGO configurations for pywlauncher.
Martin v. Löwis
2012-08-24
3
-1/+48
*
|
Merge with 3.2
Ross Lagerwall
2012-08-24
2
-1/+5
|
\
\
|
|
/
|
*
Issue 15777: Fix a refleak in _posixsubprocess.
Ross Lagerwall
2012-08-24
2
-1/+5
*
|
Close #2051: Oops, transposed the digits in the issue number in the previous ...
Nick Coghlan
2012-08-24
1
-1/+1
*
|
Close #2501: Permission bits are once again correctly copied from the source ...
Nick Coghlan
2012-08-24
4
-4186/+4298
*
|
Issue #15037: Use correct path to system terminfo database.
Ned Deily
2012-08-24
1
-2/+0
*
|
Issue #15770: Check invalid arguments in test function. Patch by Victor Stinner.
Stefan Krah
2012-08-23
2
-2/+16
*
|
mpd_qpowmod(): calculate result with zero-exponent for compatibility with
Stefan Krah
2012-08-23
2
-23/+17
*
|
Issue #14292: Ensure that the OS X installer build configures the CXX
Ned Deily
2012-08-23
1
-13/+15
*
|
Issue #15645: Ensure 2to3 grammar pickles are properly installed.
Ned Deily
2012-08-23
2
-3/+8
*
|
issue #15645: null merge
Ned Deily
2012-08-23
0
-0/+0
|
\
\
|
|
/
|
*
Issue #15645: Ensure 2to3 grammar pickles are properly installed.
Ned Deily
2012-08-23
2
-3/+5
*
|
Suggested a whatsnew item
Alexander Belopolsky
2012-08-23
1
-1/+3
*
|
Issue #665194: Added a small optimization
Alexander Belopolsky
2012-08-23
1
-1/+1
*
|
Added test for a bug fixed in issue #665194.
Alexander Belopolsky
2012-08-23
1
-0/+12
*
|
#665194: fix variable name in exception code path.
R David Murray
2012-08-23
1
-1/+1
*
|
#665194: Update email.utils.localtime to use astimezone, and fix bug.
R David Murray
2012-08-23
3
-31/+33
*
|
Use zero bottom margin.
Stefan Krah
2012-08-22
1
-3/+0
*
|
In the 32-bit build, dec_hash() raised InvalidOperation if the operand
Stefan Krah
2012-08-22
2
-4/+57
*
|
1) Use _mpd_basedivmod() regardless of the length of the dividend. This is
Stefan Krah
2012-08-22
1
-6/+9
*
|
Issue #15766: Fix a crash in imp.load_dynamic() on PyUnicode_FromString() fai...
Victor Stinner
2012-08-22
1
-3/+3
*
|
Fix for issue 15716: interpreter could crash when PYTHONEXECUTABLE was set on...
Ronald Oussoren
2012-08-22
2
-1/+3
|
\
\
|
|
/
|
*
Fix for issue 15716: interpreter could crash when PYTHONEXECUTABLE was set on...
Ronald Oussoren
2012-08-22
2
-1/+3
*
|
Update suspicious ignore file.
Ezio Melotti
2012-08-22
1
-0/+3
*
|
Issue #15747: skip chflags UF_IMMUTABLE tests if EOPNOTSUPP is raised.
Trent Nelson
2012-08-21
2
-3/+24
*
|
Block 78699:019a2390b014, this needs to be manually merged.
Trent Nelson
2012-08-21
0
-0/+0
|
\
\
|
|
/
|
*
Issue #15747: skip chflags UF_IMMUTABLE tests if EOPNOTSUPP is raised.
Trent Nelson
2012-08-21
2
-3/+24
*
|
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
|
\
\
|
|
/
[next]