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 #15591: Fix parsing MAKEFLAGS in the sharedmods target.
Matthias Klose
2012-08-28
1
-1/+6
|
\
|
*
- Issue #15591: Fix parsing MAKEFLAGS in the sharedmods target.
Matthias Klose
2012-08-28
1
-4/+8
*
|
#11964: Document a change in v3.2 to the json indent parameter
Petri Lehtinen
2012-08-28
2
-4/+42
|
\
\
|
|
/
|
*
#11964: Document a change in v3.2 to the json indent parameter
Petri Lehtinen
2012-08-28
2
-4/+15
*
|
Issue #15781: Fix two small race conditions in import's module locking.
Antoine Pitrou
2012-08-27
5
-3635/+3659
*
|
Merge: Fix a JSON doc typo
Petri Lehtinen
2012-08-27
1
-1/+1
|
\
\
|
|
/
|
*
Fix a JSON doc typo
Petri Lehtinen
2012-08-27
1
-1/+1
*
|
#15788: merge with 3.2.
Ezio Melotti
2012-08-27
1
-2/+2
|
\
\
|
|
/
|
*
#15788: fix broken links in subprocess doc. Patch by Chris Rebert.
Ezio Melotti
2012-08-27
1
-2/+2
*
|
Fix typo.
Ezio Melotti
2012-08-26
1
-1/+1
*
|
Merge in changes from 3.3.0 release clone.
Georg Brandl
2012-08-25
9
-18/+32
|
\
\
|
*
|
Post-release updates.
Georg Brandl
2012-08-25
2
-1/+13
|
*
|
Added tag v3.3.0rc1 for changeset 8bb5c7bc46ba
Georg Brandl
2012-08-25
1
-0/+1
|
*
|
Bump to 3.3.0rc1.
v3.3.0rc1
Georg Brandl
2012-08-25
6
-9/+9
|
*
|
Update pydoc topics and suspicious markup file.
Georg Brandl
2012-08-25
2
-9/+10
*
|
|
Delete Misc/NEWS record for reverted #15776.
Andrew Svetlov
2012-08-25
1
-2/+0
|
/
/
*
|
Fix issue 13370: Ensure that ctypes works on Mac OS X when Python is
Ronald Oussoren
2012-08-25
5
-7/+128
|
\
\
|
|
/
|
*
Fix issue 13370: Ensure that ctypes works on Mac OS X when Python is compiled...
Ronald Oussoren
2012-08-25
5
-7/+128
*
|
merge with 3.2
Georg Brandl
2012-08-25
1
-1/+1
|
\
\
|
|
/
|
*
Fix wrong way of adding Error information in shutil.copytree.
Georg Brandl
2012-08-25
1
-1/+1
*
|
Close #15573: use value-based memoryview comparisons (patch by Stefan Krah)
Nick Coghlan
2012-08-25
5
-133/+779
*
|
Update various OS X README files for 3.3.0.
Ned Deily
2012-08-25
4
-59/+163
*
|
Issue #15316: Let exceptions raised during imports triggered by the
Brett Cannon
2012-08-24
4
-193/+254
*
|
Null merge from 3.2
Mark Dickinson
2012-08-24
0
-0/+0
|
\
\
|
|
/
|
*
Remove overeager test (don't depend on the sign of a nan; cf. issue #14521)
Mark Dickinson
2012-08-24
1
-4/+0
*
|
Reverted change to venv initialisation.
Vinay Sajip
2012-08-24
1
-9/+1
*
|
Null merge
Mark Dickinson
2012-08-24
0
-0/+0
|
\
\
|
|
/
|
*
Remove incorrect lines (meant for cdecimal) from recently added Decimal tests.
Mark Dickinson
2012-08-24
1
-2/+0
*
|
Null merge from 3.2.
Mark Dickinson
2012-08-24
0
-0/+0
|
\
\
|
|
/
|
*
Issue #15544: Fix Decimal.__float__ to work with payload-carrying NaNs.
Mark Dickinson
2012-08-24
3
-1/+25
*
|
Issue #13072: The array module's 'u' format code is now deprecated and
Stefan Krah
2012-08-24
3
-1/+16
*
|
Merge
Antoine Pitrou
2012-08-24
4
-2/+42
|
\
\
|
*
|
Issue #15544: Fix Decimal.__float__ to work with payload-carrying NaNs.
Mark Dickinson
2012-08-24
4
-2/+42
*
|
|
Add glossary references
Antoine Pitrou
2012-08-24
1
-3/+3
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Add glossary references
Antoine Pitrou
2012-08-24
1
-3/+3
*
|
Merge
Antoine Pitrou
2012-08-24
2
-1880/+1875
|
\
\
|
*
|
Issue #2051: Tweak last commit for this issue to pass in mode instead
Brett Cannon
2012-08-24
2
-1880/+1875
*
|
|
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
[next]