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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged revisions 88622 via svnmerge from
Antoine Pitrou
2011-02-25
1
-0/+3
*
Merged revisions 88610 via svnmerge from
Antoine Pitrou
2011-02-25
1
-0/+3
*
Merged revisions 88550 via svnmerge from
Antoine Pitrou
2011-02-24
1
-0/+3
*
Merged revisions 88481 via svnmerge from
Victor Stinner
2011-02-23
1
-0/+3
*
Merged revisions 88530 via svnmerge from
Victor Stinner
2011-02-23
1
-1/+4
*
Merged revisions 88528 via svnmerge from
Lars Gustäbel
2011-02-23
1
-0/+4
*
Merged revisions 88498 via svnmerge from
Brett Cannon
2011-02-22
1
-0/+2
*
Merged revisions 88486 via svnmerge from
Antoine Pitrou
2011-02-21
1
-0/+4
*
Merged revisions 88484 via svnmerge from
Antoine Pitrou
2011-02-21
1
-0/+6
*
Merged revisions 88475 via svnmerge from
Ned Deily
2011-02-21
1
-0/+6
*
Issue #11089: Fix performance issue limiting the use of ConfigParser()
Raymond Hettinger
2011-02-21
1
-0/+3
*
Merged revisions 88460 via svnmerge from
Antoine Pitrou
2011-02-21
1
-0/+6
*
Merged revisions 88456 via svnmerge from
Martin v. Löwis
2011-02-21
1
-0/+11
*
Version bump to 3.2 final.
Georg Brandl
2011-02-20
2
-18/+15
*
#11249: in PyType_FromSpec, copy tp_doc slot since it usually will point to a...
Georg Brandl
2011-02-19
1
-0/+2
*
#11184: Fix large file support on AIX.
Georg Brandl
2011-02-19
1
-0/+2
*
#11222: fix non-framework shared library build on Mac, patch by Ned Deily.
Georg Brandl
2011-02-19
1
-0/+2
*
#10709: add back an updated AIX-NOTES (as README.AIX).
Georg Brandl
2011-02-19
2
-0/+142
*
#941346: Fix broken shared library build on AIX. Patch by Sebastien Sable, re...
Georg Brandl
2011-02-15
1
-0/+5
*
Post-release updates.
Georg Brandl
2011-02-14
1
-0/+12
*
Bump for 3.2rc3.
v3.2rc3
Georg Brandl
2011-02-13
2
-5/+5
*
#11116: roll back on error during add so mailbox isn't left corrupted.
R. David Murray
2011-02-11
1
-0/+3
*
Issue #11134: Add missing fields to typeslots.h.
Martin v. Löwis
2011-02-11
1
-0/+2
*
Issue #11135: Remove redundant doc field from PyType_Spec.
Martin v. Löwis
2011-02-11
1
-0/+2
*
Issue #11079: The /Applications/Python x.x folder created by the Mac
Ned Deily
2011-02-07
1
-0/+5
*
Issue 10971: Make test_zipimport_support once again compatible with refleak h...
Nick Coghlan
2011-02-07
1
-0/+6
*
#11132: pass optimize parameter to recursive call in compileall.compile_dir()...
Georg Brandl
2011-02-07
2
-0/+4
*
Issue #11067: Add PyType_GetFlags, to support PyUnicode_Check
Martin v. Löwis
2011-02-05
1
-0/+3
*
Issue #11121: Fix building with --enable-shared.
Martin v. Löwis
2011-02-05
1
-0/+5
*
There was a possibility that the initialization of _sqlite, when it failed,
Brett Cannon
2011-02-04
1
-0/+2
*
Issue #11118: Fix bogus export of None in python3.dll.
Martin v. Löwis
2011-02-04
1
-0/+2
*
Issue #8275: Fix passing of callback arguments with ctypes under Win64.
Antoine Pitrou
2011-01-31
2
-0/+4
*
Post-release updates.
Georg Brandl
2011-01-31
1
-0/+12
*
Bump version.
v3.2rc2
Georg Brandl
2011-01-30
2
-2/+2
*
#10680: fix mutually exclusive arguments in argument groups.
Georg Brandl
2011-01-30
1
-0/+3
*
#10961: fix exception handling in new pydoc server code.
Georg Brandl
2011-01-30
1
-0/+3
*
#9124: mailbox now accepts binary input and uses binary internally
R. David Murray
2011-01-30
1
-0/+6
*
Issue #10845: Improve compatibility between multiprocessing on Windows and pa...
Nick Coghlan
2011-01-30
1
-0/+4
*
Protect logging call against None argument (fixes #11045).
Éric Araujo
2011-01-29
1
-0/+2
*
Issue 11052: Correct IDLE menu accelerators on Mac OS X for Save
Ned Deily
2011-01-29
1
-0/+3
*
Issue #11054: Allow Mac OS X installer builds to again work on 10.5 with
Ned Deily
2011-01-29
1
-0/+7
*
Issue #11053: Fix IDLE "Syntax Error" windows to behave as in 2.x,
Ned Deily
2011-01-29
1
-0/+4
*
Issue #10940: Workaround an IDLE hang on Mac OS X 10.6 when using the
Ned Deily
2011-01-29
1
-0/+4
*
Issue #10939: Fixed imaplib.Internaldate2tuple(). Thanks Joe Peterson
Alexander Belopolsky
2011-01-29
1
-0/+1
*
Issue #10989: Fix a crash on SSLContext.load_verify_locations(None, True).
Victor Stinner
2011-01-29
1
-0/+2
*
Issue #11020: Command-line pyclbr was broken because of missing 2-to-3
Raymond Hettinger
2011-01-27
1
-0/+3
*
#11019: Make BytesGenerator handle Message with None body.
R. David Murray
2011-01-26
1
-0/+3
*
Issue #11014: Make 'filter' argument in tarfile.Tarfile.add() into a
Raymond Hettinger
2011-01-26
1
-0/+4
*
Issue #11004: Repair edge case in deque.count().
Raymond Hettinger
2011-01-25
1
-0/+2
*
#10974: IDLE no longer crashes if its recent files list includes files
Ned Deily
2011-01-24
1
-0/+3
[next]