projects
/
python
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
python
2013-02-01
Ezio Melotti
#16128: clarify that instances of user-defined classes...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-31
doko@python.org
- Issue #17086: Backport the patches from the 3.3 branc...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-31
Serhiy Storchaka
Issue #17041: Fix doctesting when Python is configured...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-31
Serhiy Storchaka
Issue #17049: Localized calendar methods now return...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-31
Serhiy Storchaka
Issue #4844: ZipFile now raises BadZipfile when opens...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-31
Ned Deily
Issue #13590: OS X Xcode 4 - improve support for univer...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-29
Michael Foord
Issue 15505. unittest.installHandler and non callable...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-29
Vinay Sajip
Added clarification to logging HOWTO.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-29
Serhiy Storchaka
Move NEWS entity from library to core section.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-29
Serhiy Storchaka
Add tests for raw-unicode-escape codec.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-29
Serhiy Storchaka
Clean up escape-decode decoder tests.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-29
Serhiy Storchaka
Merge heads
commit
|
commitdiff
|
tree
|
snapshot
2013-01-29
Serhiy Storchaka
Issue #16979: Fix error handling bugs in the unicode...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-29
Ned Deily
Issue #14018: Backport OS X installer updates from...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-28
Benjamin Peterson
fix long fixer docs (#4590)
commit
|
commitdiff
|
tree
|
snapshot
2013-01-28
Serhiy Storchaka
Add Robert Xiao to Misc/ACKS for issue17051.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-28
Serhiy Storchaka
Issue #17051: Fix a memory leak in os.path.isdir()...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-28
Serhiy Storchaka
Fix skip conditions in some docstings tests.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-28
Serhiy Storchaka
Remove trailing whitespaces in cStringIO.h.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-27
Serhiy Storchaka
- Issue #17041: Fix testing when Python is configured...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-27
Stefan Krah
Issue #11729: Backport commit bff052d9 from libffi...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-27
Nadeem Vawda
Issue #13886: Fix input() to not strip out supposedly...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-27
Ned Deily
Issue #14018: fix merge error
commit
|
commitdiff
|
tree
|
snapshot
2013-01-26
Sandro Tosi
fix typo; thanks to Dmitry Northerner from docs@
commit
|
commitdiff
|
tree
|
snapshot
2013-01-26
Stefan Krah
Adapt test for build --without-doc-strings.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-26
Serhiy Storchaka
Issue #10156: In the interpreter's initialization phase...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-26
Serhiy Storchaka
Optimize the test for issue #13454.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-25
Serhiy Storchaka
Issue #16975: Fix error handling bug in the escape...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-25
Ronald Oussoren
Issue #1602133: 'environ' is not really available with...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-25
doko@python.org
- Issue #3754: fix typo in pthread AC_CACHE_VAL.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-25
Serhiy Storchaka
Issue #9290: In IDLE the sys.std* streams now implement...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-25
doko@python.org
- Issue #17029: Let h2py search the multiarch system...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-25
Serhiy Storchaka
Issue #13454: Fix a crash when deleting an iterator...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-25
Serhiy Storchaka
Don't run the test for issue #16335 when -M is not...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-24
Eli Bendersky
Issue #9708: clarify doc of iterparse - cElementTree...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-23
Vinay Sajip
Corrected typo, added comment in cookbook recipe.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-22
Ezio Melotti
#11379: rephrase minidom documentation to use the term...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-22
Vinay Sajip
Added cookbook recipe for structured logging.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-22
Serhiy Storchaka
Issue #1159051: GzipFile now raises EOFError when readi...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-22
Vinay Sajip
Updated logging HOWTO with a diagram.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-21
Vinay Sajip
Issue #17007: Made minor changes to documentation wording.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-21
Vinay Sajip
Issue #17007: Improved logging documentation based...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-21
Serhiy Storchaka
Add bigmemtest decorator to test of issue #16335.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-21
Serhiy Storchaka
Fix memory error in test_ucn.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-21
Christian Heimes
fix for f4d30d1a529e
commit
|
commitdiff
|
tree
|
snapshot
2013-01-21
Serhiy Storchaka
Issue #16335: Fix integer overflow in unicode-escape...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-20
Stefan Krah
Backport 6df456f8fc6d.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-19
Serhiy Storchaka
Issue #15989: Fix possible integer overflow in str...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-19
Benjamin Peterson
remove unnecessary clearing of list
commit
|
commitdiff
|
tree
|
snapshot
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
next