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
path:
root
/
Misc
/
NEWS
Commit message (
Expand
)
Author
Age
Files
Lines
*
Output lib files for PGO build into PGO directory.
Martin v. Löwis
2012-08-24
1
-0/+2
*
Pick up 32-bit launcher from PGO directory on 64-bit PGO build.
Martin v. Löwis
2012-08-24
1
-0/+2
*
Drop PC\python_nt.h as it's not used.
Martin v. Löwis
2012-08-24
1
-0/+3
*
Issue #15511: Drop explicit dependency on pythonxy.lib from amd64 configuration.
Martin v. Löwis
2012-08-24
1
-0/+3
*
Add missing PGI/PGO configurations for pywlauncher.
Martin v. Löwis
2012-08-24
1
-0/+2
*
Merge with 3.2
Ross Lagerwall
2012-08-24
1
-0/+2
|
\
|
*
Issue 15777: Fix a refleak in _posixsubprocess.
Ross Lagerwall
2012-08-24
1
-0/+2
|
*
Issue #15645: Ensure 2to3 grammar pickles are properly installed.
Ned Deily
2012-08-23
1
-0/+2
*
|
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
1
-0/+5
*
|
Issue #15645: Ensure 2to3 grammar pickles are properly installed.
Ned Deily
2012-08-23
1
-0/+5
*
|
#665194: Update email.utils.localtime to use astimezone, and fix bug.
R David Murray
2012-08-23
1
-0/+3
*
|
Fix for issue 15716: interpreter could crash when PYTHONEXECUTABLE was set on...
Ronald Oussoren
2012-08-22
1
-0/+2
|
\
\
|
|
/
|
*
Fix for issue 15716: interpreter could crash when PYTHONEXECUTABLE was set on...
Ronald Oussoren
2012-08-22
1
-0/+2
|
*
Issue #15747: skip chflags UF_IMMUTABLE tests if EOPNOTSUPP is raised.
Trent Nelson
2012-08-21
1
-0/+4
*
|
Issue #15747: skip chflags UF_IMMUTABLE tests if EOPNOTSUPP is raised.
Trent Nelson
2012-08-21
1
-0/+4
*
|
Issue #15285: Refactor connect timeout test in test_timeout.
Trent Nelson
2012-08-21
1
-0/+4
|
\
\
|
|
/
|
*
Issue #15285: Refactor connect timeout test in test_timeout.
Trent Nelson
2012-08-21
1
-0/+4
*
|
Fix Issue 15743 - improve urllib tests by removing deprecated method usages. ...
Senthil Kumaran
2012-08-20
1
-0/+3
*
|
#15199: Fix JavaScript's default MIME type to application/javascript
Petri Lehtinen
2012-08-20
1
-0/+3
|
\
\
|
|
/
|
*
#15199: Fix JavaScript's default MIME type to application/javascript
Petri Lehtinen
2012-08-20
1
-0/+3
*
|
Issue #15726: Fix incorrect bounds checking in PyState_FindModule.
Antoine Pitrou
2012-08-20
1
-0/+3
|
\
\
|
|
/
|
*
Issue #15726: Fix incorrect bounds checking in PyState_FindModule.
Antoine Pitrou
2012-08-20
1
-0/+3
*
|
Issue #12643: Respect sys.excepthook in code.InteractiveConsole
Nick Coghlan
2012-08-20
1
-0/+3
*
|
Break up the 'someos' docs classification based on a more user-focused scheme...
Nick Coghlan
2012-08-20
1
-0/+7
*
|
Close #4966: revamp the sequence docs in order to better explain the state of...
Nick Coghlan
2012-08-20
1
-0/+3
*
|
s/path importer/path based finder/ (because the path based finder is not an i...
Nick Coghlan
2012-08-20
1
-0/+4
*
|
Close #14846: Handle a sys.path entry going away
Nick Coghlan
2012-08-20
1
-0/+3
*
|
Merge #13579: teach string.Formatter about 'a'.
R David Murray
2012-08-19
1
-0/+2
|
\
\
|
|
/
|
*
#13579: teach string.Formatter about 'a'.
R David Murray
2012-08-19
1
-0/+2
*
|
Issue #15595: Fix subprocess.Popen(universal_newlines=True)
Andrew Svetlov
2012-08-19
1
-0/+3
|
\
\
|
|
/
|
*
Issue #15595: Fix subprocess.Popen(universal_newlines=True)
Andrew Svetlov
2012-08-19
1
-0/+3
*
|
Issue #15615: Add some tests for the json module's handling of invalid input ...
Antoine Pitrou
2012-08-18
1
-0/+5
|
\
\
|
|
/
|
*
Issue #15615: Add some tests for the json module's handling of invalid input ...
Antoine Pitrou
2012-08-18
1
-0/+3
*
|
Issue #15477: Merge fix from 3.2
Mark Dickinson
2012-08-18
1
-0/+3
|
\
\
|
|
/
|
*
Issue #15477: Add workaround for log1p(-0.0) on platforms where it's broken.
Mark Dickinson
2012-08-18
1
-0/+3
*
|
Issue #15678: Fix menu customization for IDLE started from OS X
Ned Deily
2012-08-17
1
-0/+3
*
|
Issue #15640: Document importlib.abc.Finder as deprecated.
Brett Cannon
2012-08-17
1
-0/+2
*
|
Issue #15715: Ignore failed imports triggered by the use of fromlist.
Brett Cannon
2012-08-17
1
-0/+3
*
|
Issue #14669: Fix pickling of connections and sockets on MacOSX
Richard Oudkerk
2012-08-16
1
-0/+4
*
|
Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors...
Antoine Pitrou
2012-08-15
1
-0/+3
|
\
\
|
|
/
|
*
Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors...
Antoine Pitrou
2012-08-15
1
-0/+3
*
|
#11062: Fix adding a message from file to Babyl mailbox
Petri Lehtinen
2012-08-15
1
-0/+2
|
\
\
|
|
/
|
*
#11062: Fix adding a message from file to Babyl mailbox
Petri Lehtinen
2012-08-15
1
-0/+2
*
|
Merge 3.2
Richard Oudkerk
2012-08-14
1
-0/+4
|
\
\
|
|
/
|
*
Issue #15646: Prevent equivalent of a fork bomb when using multiprocessing
Richard Oudkerk
2012-08-14
1
-0/+4
*
|
errant merge problem committed
Brian Curtin
2012-08-13
1
-265/+0
*
|
Merge 3.2
Brian Curtin
2012-08-13
1
-0/+265
|
\
\
|
|
/
|
*
Fix #15496. Add directory removal helpers to make Windows tests more reliable...
Brian Curtin
2012-08-13
1
-0/+3
*
|
merge from 3.2
Senthil Kumaran
2012-08-12
1
-0/+16
|
\
\
|
|
/
[next]