projects
/
python
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
python
2013-02-09
Serhiy Storchaka
Issue #17156: pygettext.py now uses an encoding of...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-09
R David Murray
#17166: fix _dummy_thread import example.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-09
R David Murray
#16564: Fix regression in use of encoders.encode_noop...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-09
Christian Heimes
add proper dependencies on expat headers and sources
commit
|
commitdiff
|
tree
|
snapshot
2013-02-09
Serhiy Storchaka
Issue #10355: SpooledTemporaryFile properties now work...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-09
Serhiy Storchaka
Minor fix of previous commit.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-09
Serhiy Storchaka
Issue #17147. Mention BytesIO in SpooledTemporaryFile...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-09
Serhiy Storchaka
Issue #16686: Fixed a lot of bugs in audioop module.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-09
Ned Deily
Issue #17161: make install now also installs a python3...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-08
Serhiy Storchaka
Fix accidental non-breakable spaces (U+00A0).
commit
|
commitdiff
|
tree
|
snapshot
2013-02-08
Gregory P....
Issue #6972: keep the warning about untrusted extractio...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-08
Senthil Kumaran
Addressing the review comment made by Terry Reedy
commit
|
commitdiff
|
tree
|
snapshot
2013-02-07
Serhiy Storchaka
Issue #17073: Fix some integer overflows in sqlite3...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-07
Serhiy Storchaka
Issue #17043: The unicode-internal decoder no longer...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-07
Serhiy Storchaka
Issue #17118: Add new tests for testing Python-Tcl...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-07
Serhiy Storchaka
Issue #17114: IDLE now uses non-strict config parser.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-07
Serhiy Storchaka
Fix test_from_dll* in test_returnfuncptrs.py.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-07
Senthil Kumaran
Fix Issue17069: Document getcode method in urllib.reque...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-06
R David Murray
#17142: fix apparent copy and paste error in test_all.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-06
Serhiy Storchaka
Issue #16723: httplib.HTTPResponse no longer marked...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
R David Murray
#16948: Fix quopri encoding of non-latin1 character...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-04
Serhiy Storchaka
Issue #17089: Expat parser now correctly works with...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-04
R David Murray
#17091: update docstring for _thread.Lock.acquire.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-04
Serhiy Storchaka
Fix test_tools hangs on Windows. Patch by Jeremy Kloth.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-04
Serhiy Storchaka
Issue #16903: Popen.communicate() on Unix now accepts...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-04
Serhiy Storchaka
Do not raise self.skipTest().
commit
|
commitdiff
|
tree
|
snapshot
2013-02-04
Serhiy Storchaka
Temporarily disable test_from_dll in test_returnfuncptr...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-04
Serhiy Storchaka
Issue #6083: Fix multiple segmentation faults occured...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-14
Gregory P....
Update the embedded copy of the expat XML parser to...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-03
Serhiy Storchaka
Issue #17106: Fix a segmentation fault in io.TextIOWrap...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-02
Ned Deily
Issue #16698: Skip posix test_getgroups when built...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-02
Antoine Pitrou
Simplify code in HTTPResponse.read()
commit
|
commitdiff
|
tree
|
snapshot
2013-02-02
Antoine Pitrou
Issue #15633: httplib.HTTPResponse is now mark closed...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-02
Nadeem Vawda
Back out fix for issue #13886; it introduced a new...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-02
Serhiy Storchaka
Fix the test for issue #6972.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-02
Serhiy Storchaka
Issue #17034: Use Py_CLEAR() in bytesobject.c.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-02
Serhiy Storchaka
Fix a Cyrillic "C" inroduced into the docs by patch...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-02
Serhiy Storchaka
Fix tests for issue #11159.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-02
Serhiy Storchaka
Merge heads
commit
|
commitdiff
|
tree
|
snapshot
2013-02-02
Serhiy Storchaka
Issue #11159: Add tests for testing SAX parser support...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-02
Ned Deily
Issue #15116: Remove references to appscript as it...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-02
Ned Deily
Issue #15587: Enable Tk high-resolution text rendering...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-02
Gregory P....
In the _hashlib module, only initialize the static...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-02
Gregory P....
Silence a -Wformat-extra-argument warning when compiling.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-01
Ned Deily
Issue #16256: OS X installer now sets correct permissio...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-01
Gregory P....
better corrected news entry
commit
|
commitdiff
|
tree
|
snapshot
2013-02-01
Gregory P....
Additional fix for Issue #12268: The io module file...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-01
Gregory P....
Fixes Issue #6972: The zipfile module no longer overwri...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-01
Serhiy Storchaka
Issue #1783: Remove declarations of nonexistent private...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-01
Ezio Melotti
#16128: clarify that instances of user-defined classes...
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
Added test to ensure localized calendar methods 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
Closes issue 15505. unittest.installHandler and non...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-29
Serhiy Storchaka
Issue #12004: Fix an internal error in PyZipFile when...
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
Serhiy Storchaka
Fix skip conditions in some docstings tests.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-27
Serhiy Storchaka
Issue #17041: Fix testing when Python is configured...
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
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
Clean trailing whitespace in itertoolsmodule.c.
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
Increase the memory limit in the test for issue #16335.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-24
Eli Bendersky
Clarify ET.iterparse documentation - this function...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-24
Serhiy Storchaka
Fix generating of sre_constants.h on Python 3.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-23
Senthil Kumaran
Issue #12411: Fix to cgi.parse_multipart to correctly...
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
Serhiy Storchaka
#15546: Fix GzipFile.peek()'s handling of pathological...
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
Serhiy Storchaka
Issue #16335: Fix integer overflow in unicode-escape...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-20
Ezio Melotti
#4153: update the Unicode howto.
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-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-17
Antoine Pitrou
Remove outdated statement
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
next