projects
/
python
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
python
2013-01-19
Serhiy Storchaka
Ensure that width and precision in string formatting...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-19
Ezio Melotti
Fix a few typos in Misc/NEWS.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-19
Charles-François...
Issue #16953: Fix socket module compilation on platform...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-19
Serhiy Storchaka
Issue #15989: Fix several occurrences of integer overflow
commit
|
commitdiff
|
tree
|
snapshot
2013-01-19
Raymond Hettinger
Improve tooltips by listing the most common argument...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-19
Raymond Hettinger
Ignore Mac's Data Services Store
commit
|
commitdiff
|
tree
|
snapshot
2013-01-19
Raymond Hettinger
Show the function signature in the docstring
commit
|
commitdiff
|
tree
|
snapshot
2013-01-18
Jason R. Coombs
#16985: Remove incorrect phrase indication presence...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-18
Ezio Melotti
#16978: rephrase sentence and fix typo. Initial patch...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-18
Łukasz Langa
math.fsum docs did not show up because of a misplaced...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-18
Benjamin Peterson
support -> test_support
commit
|
commitdiff
|
tree
|
snapshot
2013-01-18
Benjamin Peterson
check windows fd validity (closes #16992)
commit
|
commitdiff
|
tree
|
snapshot
2013-01-17
Antoine Pitrou
Remove pointless discussion of the lack of a ternary...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-16
Frank Wierzbicki
Closed #16886: test_dictcomps no longer depends on...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-15
Vinay Sajip
Issue #9501: Improved shutdown handling to deal with...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-15
Serhiy Storchaka
Issue #15861: tkinter now correctly works with lists...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-15
Serhiy Storchaka
Merge heads
commit
|
commitdiff
|
tree
|
snapshot
2013-01-15
Richard Oudkerk
Issue #10527: Remove dead code
commit
|
commitdiff
|
tree
|
snapshot
2013-01-15
Serhiy Storchaka
Issue #14850: Now a chamap decoder treates U+FFFE as...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
Richard Oudkerk
Issue #10527: Use poll() instead of select() for multip...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
Serhiy Storchaka
Issue #9720: zipfile now writes correct local headers...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-13
Serhiy Storchaka
Describe the default_namespace parameter of ElemetTree...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-13
Charles-François...
test_asyncore: wait explicitly for a thread termination...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-13
Benjamin Peterson
make deque_clear void, since it's infallible
commit
|
commitdiff
|
tree
|
snapshot
2013-01-12
Serhiy Storchaka
Issue #16829: IDLE printing no longer fails if there...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-12
Charles-François...
Issue #16762: Fix some test_subprocess failures on...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-12
Ezio Melotti
#16940: fix indentation in example.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-12
Raymond Hettinger
Issue #16398: Optimize deque.rotate()
commit
|
commitdiff
|
tree
|
snapshot
2013-01-12
Chris Jerdonek
Issue #16933: Improve choices examples in argparse...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-11
Serhiy Storchaka
Issue #15539: Fix backup file creation in pindent.py...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-11
Georg Brandl
Closes #16936: fix duplicate/ambiguous description...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-11
Ezio Melotti
Add a note about checking refleaks to patchcheck.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-11
Serhiy Storchaka
Merge heads
commit
|
commitdiff
|
tree
|
snapshot
2013-01-11
Serhiy Storchaka
Issue #15539: Fix a number of bugs in Tools/scripts...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-11
Sandro Tosi
grammatical fix; thanks to Alex Rudnick from docs@
commit
|
commitdiff
|
tree
|
snapshot
2013-01-11
Ezio Melotti
Merge heads.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-11
Ezio Melotti
#16154: fix some doctests in Doc/library. Patch by...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-11
Chris Jerdonek
Issue #16874: fix formatting of setup.py upload options...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-11
Ezio Melotti
#13899: \A, \Z, and \B now correctly match the A, Z...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-11
R David Murray
#15109: revert '%'->'format' changes in 4b105d328fe7...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-11
R David Murray
#13934: document sqlite version strings.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-10
Benjamin Peterson
use PyInt_FromSsize_t instead of PyLong_FromSsize_t...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-10
R David Murray
#15545: sort iterdump via SQL instead of in python...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-10
Ned Deily
Issue #15782: Prevent compile errors of OS X Carbon...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-08
Serhiy Storchaka
Issue #11461: Fix the incremental UTF-16 decoder. Origi...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-08
Serhiy Storchaka
Fix out of bound read in UTF-32 decoder on "narrow...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-08
Charles-François...
Issue #16836: Enable IPv6 support even if IPv6 is disab...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-08
Vinay Sajip
Issue #16884: Updated docs to use 'note' directives.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-06
R David Murray
#16877: Add mention that shell-style path expansions...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-05
Ezio Melotti
#16862: remove outdated statements about Stackless.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-05
Ezio Melotti
Cleanup a few minor things.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-04
Ezio Melotti
#13094: add Programming FAQ entry about the behavior...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-04
Chris Jerdonek
Issue #16747: Reflow iterable glossary entry to match...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-04
Benjamin Peterson
drop email (closes #16857)
commit
|
commitdiff
|
tree
|
snapshot
2013-01-03
Victor Stinner
Issue #16367: Fix FileIO.readall() on Windows for files...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-03
Giampaolo Rodola'
issue 10527: fix missing import
commit
|
commitdiff
|
tree
|
snapshot
2013-01-02
Nadeem Vawda
Issue #16828: Fix error incorrectly raised by bz2.compr...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-02
Benjamin Peterson
untabify
commit
|
commitdiff
|
tree
|
snapshot
2013-01-02
Benjamin Peterson
add Tom Tromey to ACKS
commit
|
commitdiff
|
tree
|
snapshot
2013-01-02
Benjamin Peterson
call PyErr_Clear() when ignoring error from PyNumber_In...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-02
Benjamin Peterson
merge heads
commit
|
commitdiff
|
tree
|
snapshot
2013-01-02
Benjamin Peterson
ensure the attribute name string is initalized before...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-02
Eli Bendersky
Fix method name in documentation (__setstate__ -->...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-02
Serhiy Storchaka
Fix incorrect grammar in Misc/NEWS.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-02
Benjamin Peterson
get the core to compile --disable-unicode
commit
|
commitdiff
|
tree
|
snapshot
2013-01-01
Serhiy Storchaka
Issue #16819: IDLE method completion now correctly...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-01
Ned Deily
Update copyright dates in Mac plists.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-01
Richard Oudkerk
Issue #9586: Redefine SEM_FAILED on MacOSX to keep...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-01
Benjamin Peterson
update another year
commit
|
commitdiff
|
tree
|
snapshot
2013-01-01
Benjamin Peterson
merge heads
commit
|
commitdiff
|
tree
|
snapshot
2013-01-01
Benjamin Peterson
bring Python into 2013
commit
|
commitdiff
|
tree
|
snapshot
2012-12-31
Ned Deily
Issue #14958: backport to 2.7.x from 3.3 (patch by...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-31
Giampaolo Rodola'
Fix issue 10527: make multiprocessing use poll() instea...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-30
Serhiy Storchaka
Issue #16645: Fix hardlink extracting test for tarfile.
commit
|
commitdiff
|
tree
|
snapshot
2012-12-29
Andrew Svetlov
Fix docstring in curses (#16782)
commit
|
commitdiff
|
tree
|
snapshot
2012-12-29
Serhiy Storchaka
Issue #16485: Fix file descriptor not being closed...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-28
Antoine Pitrou
Backport Python 3.2 fix for issue #12065, and add anoth...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-28
Serhiy Storchaka
Merge heads
commit
|
commitdiff
|
tree
|
snapshot
2012-12-28
Raymond Hettinger
Make the from_iterable() recipe more usable.
commit
|
commitdiff
|
tree
|
snapshot
2012-12-28
Serhiy Storchaka
Issue #16761: Raise TypeError when int() or long()...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-28
Chris Jerdonek
Issue #15324: Fix regrtest parsing of --fromfile and...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-27
Ezio Melotti
#16796: fix typo. Patch by Michael Schurter.
commit
|
commitdiff
|
tree
|
snapshot
2012-12-27
Serhiy Storchaka
Issue #16792: Use assertIs() to test identity.
commit
|
commitdiff
|
tree
|
snapshot
2012-12-27
Serhiy Storchaka
Issue #16793. Replace deprecated unittest asserts with...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-27
Serhiy Storchaka
Issue #16792: Mark small ints test as CPython-only.
commit
|
commitdiff
|
tree
|
snapshot
2012-12-27
Chris Jerdonek
Issue #16790: add some of the recent issue #16045 int...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-27
Brian Curtin
Fix #16759. Convert DWORD registry values using unsigne...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-27
Serhiy Storchaka
Null merge.
commit
|
commitdiff
|
tree
|
snapshot
2012-12-27
Serhiy Storchaka
Issue #16504: Catch SyntaxErrors raised by tokenizer...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-27
Brian Curtin
Fix #14420. Check for PyLong as well as PyInt when...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-27
Hynek Schlawack
#16618: Add more glob regression tests
commit
|
commitdiff
|
tree
|
snapshot
2012-12-26
Jesus Cea
Closes #16789: :meth:`quit` links to constants instead...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-26
Senthil Kumaran
Issue #16702: Skip proxies for localhost in urllib2_loc...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-25
Chris Jerdonek
Add additional links and index entries for "argument...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-25
Kristján Valur...
Issue #14574: Ignore socket errors raised when flushing...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-25
Andrew Svetlov
rename MathcObject to match object in doctrings for...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-25
Ezio Melotti
#16760: use ref:`match-objects` instead of :class:...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-25
Ezio Melotti
#16677: rename section header and fix markup.
commit
|
commitdiff
|
tree
|
snapshot
2012-12-25
Kristján Valur...
issue #879399
commit
|
commitdiff
|
tree
|
snapshot
2012-12-25
Ezio Melotti
#16666: document default values for socket.getaddrinfo...
commit
|
commitdiff
|
tree
|
snapshot
next