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 #15142: Fix reference leak when deallocating instances of types created...
Antoine Pitrou
2012-06-23
2
-0/+9
*
Issue #12965: More PyLong_As* clarifications. Thanks Stefan Krah.
Mark Dickinson
2012-06-23
1
-22/+39
*
Issue #12965: Clean up C-API docs for PyLong_AsLongLong(AndOverflow); clarify...
Mark Dickinson
2012-06-23
1
-18/+23
*
Issue #12965: Clean up C-API docs for PyLong_AsLong(AndOverflow); clarify tha...
Mark Dickinson
2012-06-23
1
-13/+16
*
Remove useless test (flowinfo is unsigned).
Charles-François Natali
2012-06-23
1
-2/+2
*
Issue #14653: email.utils.mktime_tz() no longer relies on system
Alexander Belopolsky
2012-06-22
3
-4/+13
*
#10053: Don't close FDs when FileIO.__init__ fails
Hynek Schlawack
2012-06-21
3
-6/+19
*
Fix GzipFile's handling of filenames given as bytes objects.
Nadeem Vawda
2012-06-19
3
-4/+20
*
Issue #15101: Make pool finalizer avoid joining current thread.
Richard Oudkerk
2012-06-18
2
-3/+8
*
Fix NEWS entry for #15036
Petri Lehtinen
2012-06-18
1
-3/+3
*
Update out of date docstring.
R David Murray
2012-06-17
1
-7/+5
*
#14840: Add a bit on the difference between tuples and lists. Initial patch ...
Ezio Melotti
2012-06-17
2
-9/+22
*
Ignore X-Antivirus headers in test_nntplib
Nick Coghlan
2012-06-17
2
-1/+7
*
Issue #15095: Use better assertions in test_imaplib
Nick Coghlan
2012-06-17
1
-5/+5
*
Issue #15043: skip test_gdb if the custom hooks can't be loaded
Nick Coghlan
2012-06-17
2
-0/+12
*
Issue #15044: Handle Fedora 17's approach to ndbm compatibility
Nick Coghlan
2012-06-17
1
-1/+5
*
#15036: Make a repeated changes and flushes work with single-file mailboxes
Petri Lehtinen
2012-06-15
3
-0/+16
*
Issue #14933: fix misleading doc about weakref support in extension types.
Antoine Pitrou
2012-06-15
1
-3/+2
*
Issue #14937: Fix typo. Patch by Roger Serwy.
Martin v. Löwis
2012-06-14
1
-1/+1
*
Issue #15060: better fix, thanks to review on #python-dev
Sandro Tosi
2012-06-13
1
-1/+1
*
Issue #15060: fix typo in socket doc; Patch by anatoly techtonik
Sandro Tosi
2012-06-13
1
-1/+1
*
Issue #10133: Make multiprocessing deallocate buffer if socket read fails.
Richard Oudkerk
2012-06-11
2
-13/+19
*
Issue #12510: Revise and triple # of calltip tests, with an eye to unittest
Terry Jan Reedy
2012-06-07
3
-76/+138
*
Issue #13854: Properly handle non-integer, non-string arg to SystemExit
Richard Oudkerk
2012-06-06
3
-3/+36
*
Issue #12157: pool.map() does not handle empty iterable correctly
Richard Oudkerk
2012-06-06
3
-3/+19
*
Nudge readers towards a more accurate mental model for loop else clauses
Nick Coghlan
2012-06-07
1
-0/+7
*
Fixes issue #15000: support the odd x32 abi on posixsubprocess's system call.
Gregory P. Smith
2012-06-05
2
-0/+9
*
Revert the modification of e.strerror in 3.2 as that kind of change could
Gregory P. Smith
2012-06-03
1
-3/+0
*
Move the 14992 note to the correct section.
Gregory P. Smith
2012-06-03
1
-5/+5
*
Fixes Issue #14992: os.makedirs(path, exist_ok=True) would raise an OSError
Gregory P. Smith
2012-06-03
3
-8/+53
*
PEP 3131: support non-ASCII characters in auto-completion of identifiers.
Martin v. Löwis
2012-06-03
2
-2/+2
*
Do not try to insert control characters.
Martin v. Löwis
2012-06-03
1
-1/+1
*
Issue #14937: Perform auto-completion of filenames in strings even for non-AS...
Martin v. Löwis
2012-06-03
3
-2/+24
*
Issue 12510: Expand 2 bare excepts. Improve comments. Change deceptive name
Terry Jan Reedy
2012-06-03
1
-15/+17
*
Issue 10365: Add and replace comments; condense defaulted attribute access.
Terry Jan Reedy
2012-06-03
1
-16/+13
*
backport c4bd68be5fc6 to 3.2
Sandro Tosi
2012-06-02
1
-1/+1
*
Issue #14926: fix docstring highlight
Sandro Tosi
2012-06-02
1
-1/+1
*
refer to time.strftime
Sandro Tosi
2012-06-02
1
-8/+8
*
#14957: fix doc typo.
R David Murray
2012-06-02
1
-1/+1
*
don't leak if the __class__ closure is set
Benjamin Peterson
2012-06-02
1
-4/+2
*
#14957: clarify splitlines docs.
R David Murray
2012-06-01
1
-1/+7
*
Issue #14968: set 'Inplace Operators' as subsection; patch by Lars Buitinck
Sandro Tosi
2012-06-01
1
-1/+1
*
Issue #14962: Update text coloring in IDLE shell window after changing
Ned Deily
2012-05-31
2
-0/+8
*
Added test skip under Windows, as not applicable there.
Vinay Sajip
2012-05-31
1
-0/+1
*
Add news item for #14943
Brian Curtin
2012-05-29
1
-0/+3
*
Fix #14943. Update the proper default value and list the proper argument name...
Brian Curtin
2012-05-29
1
-3/+3
*
Issue #10997: Prevent a duplicate entry in IDLE's "Recent Files" menu.
Ned Deily
2012-05-29
2
-1/+3
*
Issue #14775: Fix a potential quadratic dict build-up due to the garbage coll...
Antoine Pitrou
2012-05-28
3
-3/+61
*
Issue #9041: raised exception is misleading
Meador Inge
2012-05-28
3
-25/+19
*
Issue #14443: Tell rpmbuild to use the correct version of Python
Nick Coghlan
2012-05-28
2
-1/+5
[next]