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
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump trunk to 3.3 alpha 0.
Georg Brandl
2011-02-20
2
-2/+2
*
Version bump to 3.2 final.
Georg Brandl
2011-02-20
2
-2/+2
*
Topic and suspicious update.
Georg Brandl
2011-02-20
1
-1/+1
*
Bump for 3.2rc3.
v3.2rc3
Georg Brandl
2011-02-13
2
-2/+2
*
Update pydoc topics.
Georg Brandl
2011-02-13
1
-2/+2
*
Fix #11116 fix on Windows (close file before removing in MH code)
R. David Murray
2011-02-12
1
-1/+8
*
#11116: roll back on error during add so mailbox isn't left corrupted.
R. David Murray
2011-02-11
2
-7/+49
*
reverting r88395 and r88387 as per http://mail.python.org/pipermail/python-de...
Giampaolo Rodolà
2011-02-11
1
-11/+12
*
asyncore: introduce a new 'closed' attribute to make sure that dispatcher get...
Giampaolo Rodolà
2011-02-11
1
-9/+11
*
Fixed issue11082 - Reject str for POST data with a TypeError. Document the ne...
Senthil Kumaran
2011-02-11
2
-4/+11
*
get rid of asyncore.dispatcher's debug attribute, which is no longer used (as...
Giampaolo Rodolà
2011-02-10
1
-3/+0
*
Issue 10971: Make test_zipimport_support once again compatible with refleak h...
Nick Coghlan
2011-02-07
1
-48/+54
*
#11132: pass optimize parameter to recursive call in compileall.compile_dir()...
Georg Brandl
2011-02-07
2
-1/+11
*
Remove lots of spaces within exception message.
Georg Brandl
2011-02-03
1
-2/+2
*
Get command-line doctest of Lib/decimal.py to work again.
Raymond Hettinger
2011-02-01
1
-2/+2
*
Issue #8275: Fix passing of callback arguments with ctypes under Win64.
Antoine Pitrou
2011-01-31
1
-0/+36
*
Issue #11081: Fixed struct.__all__. Reviewed by Georg Brandl.
Alexander Belopolsky
2011-01-31
1
-1/+1
*
Bump version.
v3.2rc2
Georg Brandl
2011-01-30
2
-2/+2
*
Update pydoc topics.
Georg Brandl
2011-01-30
1
-1/+1
*
#10680: fix mutually exclusive arguments in argument groups.
Georg Brandl
2011-01-30
2
-0/+41
*
#10961: fix exception handling in new pydoc server code.
Georg Brandl
2011-01-30
2
-99/+105
*
#11069: fix the IDLE Stack Viewer, by not using "list" as a variable name.
Georg Brandl
2011-01-30
1
-4/+4
*
#9124: mailbox now accepts binary input and uses binary internally
R. David Murray
2011-01-30
2
-131/+354
*
Issue #10845: Improve compatibility between multiprocessing on Windows and pa...
Nick Coghlan
2011-01-30
1
-1/+9
*
Protect logging call against None argument (fixes #11045).
Éric Araujo
2011-01-29
1
-1/+2
*
Issue #10939: Make Internaldate2tuple test more robust.
Alexander Belopolsky
2011-01-29
1
-6/+8
*
Issue 11052: Correct IDLE menu accelerators on Mac OS X for Save
Ned Deily
2011-01-29
1
-2/+2
*
Issue #11053: Fix IDLE "Syntax Error" windows to behave as in 2.x,
Ned Deily
2011-01-29
1
-2/+2
*
Issue #10940: Workaround an IDLE hang on Mac OS X 10.6 when using the
Ned Deily
2011-01-29
1
-1/+6
*
Issue #10939: Fixed imaplib.Internaldate2tuple(). Thanks Joe Peterson
Alexander Belopolsky
2011-01-29
2
-3/+14
*
Issue #10989: Fix a crash on SSLContext.load_verify_locations(None, True).
Victor Stinner
2011-01-29
1
-0/+3
*
Issue #11302: missing type check on _string.formatter_field_name_split and _s...
Eric Smith
2011-01-29
1
-0/+52
*
Issue 10573: revert unittest docs to first / second
Michael Foord
2011-01-28
1
-6/+6
*
Issue #11020: Command-line pyclbr was broken because of missing 2-to-3
Raymond Hettinger
2011-01-27
1
-1/+1
*
Issue #11018: fix a test to not be a no-op in test_bz2.
Antoine Pitrou
2011-01-26
1
-1/+1
*
#11019: Make BytesGenerator handle Message with None body.
R. David Murray
2011-01-26
2
-0/+9
*
Issue #11014: Make 'filter' argument in tarfile.Tarfile.add() into a
Raymond Hettinger
2011-01-26
2
-2/+6
*
Revert r88197. I'll refix correctly once there is a test.
R. David Murray
2011-01-26
1
-5/+2
*
Fix BytesGenerator._handle_text() if the message has no payload (None)
Victor Stinner
2011-01-26
1
-2/+5
*
fix import in email.message_from_binary_file()
Victor Stinner
2011-01-25
1
-1/+1
*
Issue #11004: Repair edge case in deque.count().
Raymond Hettinger
2011-01-25
1
-0/+9
*
Tighten the restrictions on the test_sys test which triggers a fatal error when
Brett Cannon
2011-01-25
1
-2/+2
*
another pretty crasher served up by pypy
Benjamin Peterson
2011-01-25
1
-0/+20
*
#10974: IDLE no longer crashes if its recent files list includes files
Ned Deily
2011-01-24
1
-2/+4
*
Issue #11000 ast.parse parses source, not just expressions.
Terry Reedy
2011-01-24
1
-4/+4
*
Issue #9509: make argarse properly handle IOErrors raised by argparse.FileTyp...
Steven Bethard
2011-01-24
2
-15/+22
*
Make the type consistent for hashlib algorithm constants. (Reviewed by Benja...
Raymond Hettinger
2011-01-24
2
-3/+3
*
Skip a recursion depth check test when running under CPython and have a trace
Brett Cannon
2011-01-23
1
-0/+2
*
Fix typo.
Raymond Hettinger
2011-01-23
1
-1/+1
*
Add entry for reprlib.
Raymond Hettinger
2011-01-23
1
-0/+1
[next]