projects
/
python
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
python
2013-03-27
Ezio Melotti
#17329: document unittest.SkipTest. Initial patch...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-26
Christian Heimes
Issue 17538: Document XML vulnerabilties
commit
|
commitdiff
|
tree
|
snapshot
2013-03-24
Martin v. Loewis
Issue #17425: Build with openssl 1.0.0k on Windows.
commit
|
commitdiff
|
tree
|
snapshot
2013-03-23
Ezio Melotti
Clean up references to threads in test_queue.
commit
|
commitdiff
|
tree
|
snapshot
2013-03-23
Gregory P....
Fixes issue #17488: Change the subprocess.Popen bufsize...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-23
Vinay Sajip
Issue #17521: Corrected non-enabling of logger followin...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-23
Vinay Sajip
Updated Misc/NEWS with #17508.
commit
|
commitdiff
|
tree
|
snapshot
2013-03-22
Gregory P....
Clean up references to the no longer existing PyString_...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-22
Vinay Sajip
Issue #17508: Handled out-of-order handler configuratio...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-21
doko@ubuntu.com
- Issue #16754: Fix the incorrect shared library extens...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-21
R David Murray
#5712: Preemptively fix some other possible timing...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-21
R David Murray
#5713: fix timing issue in smtplib tests.
commit
|
commitdiff
|
tree
|
snapshot
2013-03-21
Gregory P....
remove the long obsolete mention of universal newlines...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-21
R David Murray
#5713: Handle 421 error codes during sendmail by closin...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-20
Ezio Melotti
#17493: re-enable a test on Windows. Patch by Zachary...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-20
Ezio Melotti
Fix usage of argument/parameter and markup.
commit
|
commitdiff
|
tree
|
snapshot
2013-03-19
Senthil Kumaran
#17471 - Increasing the urllib.error test coverage...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-19
Kristján Valur...
Merge
commit
|
commitdiff
|
tree
|
snapshot
2013-03-19
Gregory P....
merge heads
commit
|
commitdiff
|
tree
|
snapshot
2013-03-19
Kristján Valur...
Issue #10296 : Don't handle BreakPoint exceptions using
commit
|
commitdiff
|
tree
|
snapshot
2013-03-19
R David Murray
#1525919: Document MIMEText+set_payload encoding behavior.
commit
|
commitdiff
|
tree
|
snapshot
2013-03-19
Gregory P....
merge heads in 3.2
commit
|
commitdiff
|
tree
|
snapshot
2013-03-19
Senthil Kumaran
#17471 - Improve urllib2 test coverage. Patch contribut...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-19
R David Murray
#8862: Fix curses cleanup with getchar is interrupted...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-19
R David Murray
#17443: Fix buffering in IMAP4_stream.
commit
|
commitdiff
|
tree
|
snapshot
2013-03-19
Serhiy Storchaka
Fix usage of the unittest.skip decorator.
commit
|
commitdiff
|
tree
|
snapshot
2013-03-19
Senthil Kumaran
#17460 - Adding relevant warning messages regarding...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-19
R David Murray
#17476: make allmethods actually return all methods.
commit
|
commitdiff
|
tree
|
snapshot
2013-03-19
Gregory P....
Fixes issue #17192: Update the ctypes module's libffi...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-18
R David Murray
#17448: Make test_sax skip if there are no xml parsers.
commit
|
commitdiff
|
tree
|
snapshot
2013-03-18
R David Murray
#16057: Clarify why the base method default is called...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-17
Terry Jan Reedy
Issue #17415: Trim trailing whitespace
commit
|
commitdiff
|
tree
|
snapshot
2013-03-17
Terry Jan Reedy
Issue #17415: Clarify 'this' referent by moving contain...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-16
Serhiy Storchaka
Issue #16389: Fixed an issue number in previos commit.
commit
|
commitdiff
|
tree
|
snapshot
2013-03-16
Serhiy Storchaka
Issue #16564: Fixed a performance regression relative...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-16
Terry Jan Reedy
Merge heads 3.2.
commit
|
commitdiff
|
tree
|
snapshot
2013-03-16
Terry Jan Reedy
Issue #17418: specify that buffer sizes are bytes as...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-16
Ezio Melotti
#11420: make test suite pass with -B/DONTWRITEBYTECODE...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-16
Terry Jan Reedy
typo
commit
|
commitdiff
|
tree
|
snapshot
2013-03-16
Terry Jan Reedy
Issue # 10652: make tcl/tk tests run after __all__...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-16
R David Murray
#17431: Fix missing import of BytesFeedParser in email...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-15
Terry Jan Reedy
Issue #17398: document url argument of RobotFileParser
commit
|
commitdiff
|
tree
|
snapshot
2013-03-15
Terry Jan Reedy
Issue #17047: Add news entry
commit
|
commitdiff
|
tree
|
snapshot
2013-03-14
Serhiy Storchaka
Issue #1285086: Get rid of the refcounting hack and...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-14
Terry Jan Reedy
Issue #17386 make.bat must run with Python 2 until...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-13
Senthil Kumaran
#17307 - Example of HTTP PUT Request using http.client
commit
|
commitdiff
|
tree
|
snapshot
2013-03-13
Ezio Melotti
#17402: avoid shadowing built-in map in mmap examples...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-12
Ezio Melotti
#17368: Fix an off-by-one error in the Python JSON...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-12
Eli Bendersky
Issue #11367: fix documentation of some find* methods...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-11
Terry Jan Reedy
Issue #17047: remove doubled words found in 2.7 to...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-11
Terry Jan Reedy
Issue #17047: remove doubled words found in 2.7 to...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-11
Terry Jan Reedy
Issue #17047: removed doubled words in Doc/*, Mac/...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-11
Ezio Melotti
#17351: remove "object" inheritance from docs. Patch...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-11
Ezio Melotti
#11963: remove human verification from test_parser...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-10
Ezio Melotti
#11963: fix Windows buildbots.
commit
|
commitdiff
|
tree
|
snapshot
2013-03-09
Ezio Melotti
#11963: avoid printing messages in test_parser. Initia...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-09
Eli Bendersky
Add warning in ctypes documentation for #16575 and...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-09
Terry Jan Reedy
Issue #17332: fix json doc typo /convered/converted...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-08
Vinay Sajip
Issue #17376: Clarified documentation for TimedRotating...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-08
Eli Bendersky
Issue #17378: ctypes documentation fix.
commit
|
commitdiff
|
tree
|
snapshot
2013-03-07
R David Murray
PEP8 fixup on previous patch, remove unused import...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-07
R David Murray
#14645: Generator now emits correct linesep for all...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-07
Ezio Melotti
Fix typo in Misc/NEWS entry.
commit
|
commitdiff
|
tree
|
snapshot
2013-03-07
Ezio Melotti
#11732: add a new suppress_crash_popup() context manage...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-06
Eli Bendersky
Fix doc grammar and line width
commit
|
commitdiff
|
tree
|
snapshot
2013-03-06
Ezio Melotti
#17364: remove documentation for a function that does...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-05
Senthil Kumaran
Reverting the changeset 5126e62c60af made for Issue...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-05
Senthil Kumaran
Fix Issue #12921: BaseHTTPServer's send_error should...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-04
Antoine Pitrou
Issue #17278: Fix a crash in heapq.heappush() and heapq...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-04
Ezio Melotti
#17346: make sure pickle tests are run against all...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-03
Nadeem Vawda
Issue #13898: test_ssl no longer prints a spurious...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-01
Ezio Melotti
Fix markup in unittest doc.
commit
|
commitdiff
|
tree
|
snapshot
2013-03-01
Ezio Melotti
#17315: unlink a file that test_posixpath was leaving...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-28
Ezio Melotti
Add a link to the demo dir.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-28
Ezio Melotti
Fix markup in unittest docs.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-27
Chris Jerdonek
Issue #16406: Combine the doc pages for uploading and...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-27
R David Murray
#17296: backport fix for issue 1692335, naive exception...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-26
Petri Lehtinen
Issue #14720: Enhance sqlite3 microsecond conversion...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-26
Richard Oudkerk
Issue #17018: Make Process.join() retry if os.waitpid...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-26
Senthil Kumaran
Fix issue16932: Fix the urlparse example. Remote :port...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-25
Serhiy Storchaka
Issue #1470548: Add test for fragment producing with...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-24
R David Murray
#17275: Fix class name in init errors in C bufferedio...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-23
Petri Lehtinen
Revert "Issue #16121: Fix line number accounting in...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-23
Petri Lehtinen
Issue #16121: Fix line number accounting in shlex
commit
|
commitdiff
|
tree
|
snapshot
2013-02-23
Petri Lehtinen
Issue #16403: Document how distutils uses the maintaine...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-23
Petri Lehtinen
Issue #16695: Document how glob handles filenames start...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-23
Petri Lehtinen
Issue #8890: Stop advertising an insecure use of /tmp...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-23
Petri Lehtinen
Issue #14720: sqlite3: Convert datetime microseconds...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-23
Petri Lehtinen
Issue #5033: Fix building of the sqlite3 extension...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-23
Ezio Melotti
#17217: fix UnicodeEncodeErrors errors in test_format...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-23
Ezio Melotti
#17249: check for the availability of the thread module.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-23
Ezio Melotti
#17249: convert a test in test_capi to use unittest...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-23
Ezio Melotti
#15438: add a note to math.pow() that suggests using...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-22
Ezio Melotti
#17271: update example in tempfile docs.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-22
Ezio Melotti
#17256: fix syntax highlight in embedding example....
commit
|
commitdiff
|
tree
|
snapshot
2013-02-22
Chris Jerdonek
Issue #17203: add long option names to unittest discove...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-21
Ezio Melotti
#17255: test short-circuiting behavior of any()/all...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-21
Serhiy Storchaka
Issue #17225: JSON decoder now counts columns in the...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-21
Serhiy Storchaka
Issue #17248: Fix os.*chown() testing when user is...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-21
Ezio Melotti
#17265: fix highlight in template example. Initial...
commit
|
commitdiff
|
tree
|
snapshot
next