projects
/
python
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
python
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 c31d700dea8b 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-05
Raymond Hettinger
merge
commit
|
commitdiff
|
tree
|
snapshot
2013-03-05
Raymond Hettinger
Issue #16098: Update heapq.nsmallest to use the same...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-04
Ned Deily
Issue #16848: python-config now returns proper --ldflag...
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
Mark Dickinson
Issue #16445: Fix potential segmentation fault when...
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
Raymond Hettinger
The example regex should be a raw string.
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-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-26
Serhiy Storchaka
Issue #13555: Fix an integer overflow check.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-25
Serhiy Storchaka
Issue #1470548: Do not buffer XMLGenerator output.
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
Fix deprecation warning in test_tcl.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-23
Ezio Melotti
Fix deprecation warning in tempfile.
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
Fix the highlight in another example.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-22
Ezio Melotti
#17256: fix syntax highlight in embedding example....
commit
|
commitdiff
|
tree
|
snapshot
2013-02-22
Ezio Melotti
#17035: use new style classes in classmethod/staticmeth...
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
2013-02-20
Barry Warsaw
null merge from 2.6
commit
|
commitdiff
|
tree
|
snapshot
2013-02-20
Barry Warsaw
- Issue #16248: Disable code execution from the user...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-20
Benjamin Peterson
fix building without pymalloc (closes #17228)
commit
|
commitdiff
|
tree
|
snapshot
2013-02-20
Serhiy Storchaka
Issue #17248: Fix os.*chown() testing when user has...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-20
Serhiy Storchaka
Issue #15301: Enhance os.*chown() testing. Based on...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-20
R David Murray
#7842: backport fix for py_compile.compile syntax error...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-19
R David Murray
#7963: fix error message when 'object' called with...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-18
Serhiy Storchaka
Disable posixpath.realpath() tests on Windows (fix...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-18
Serhiy Storchaka
Issue #13153: Tkinter functions now raise TclError...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-18
Serhiy Storchaka
Fix posixpath.realpath() for multiple pardirs (fixes...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-18
Serhiy Storchaka
Fix issue #13169: Reimport MAXREPEAT into sre_constants.py.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-16
Antoine Pitrou
Remove unused certificate files
commit
|
commitdiff
|
tree
|
snapshot
2013-02-16
Antoine Pitrou
Fix test_ssl by replacing expired X509 certificate
commit
|
commitdiff
|
tree
|
snapshot
2013-02-16
Serhiy Storchaka
Issue #9669: Protect re against infinite loops on zero...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-16
Serhiy Storchaka
Issue #13169: The maximal repetition number in a regula...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-15
Ezio Melotti
#17178: update any()/all() docstrings to document their...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-15
Antoine Pitrou
Issue #17208: add a note about the termination behaviou...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-13
Richard Oudkerk
Add Misc/NEWS entry for Issue #16743
commit
|
commitdiff
|
tree
|
snapshot
2013-02-13
Richard Oudkerk
Issue #16743: Fix mmap overflow check on 32 bit Windows
commit
|
commitdiff
|
tree
|
snapshot
2013-02-13
Serhiy Storchaka
Fix tests for issue #5308.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-13
Serhiy Storchaka
Issue #11311: StringIO.readline(0) now returns an empty...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-13
Serhiy Storchaka
Issue #5308: Raise ValueError when marshalling too...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-12
Serhiy Storchaka
Fix for issue #16800: Use buffered write to handle...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-12
Serhiy Storchaka
Issue #16800: tempfile.gettempdir() no longer left...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-12
Serhiy Storchaka
Issue #13555: cPickle now supports files larger than...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-12
Serhiy Storchaka
Issue #4591: Uid and gid values larger than 2**31 are...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-12
Serhiy Storchaka
Clean trailing whitespaces in Makefile.pre.in and grpmo...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-12
Ned Deily
Issue #17111: Prevent test_surrogates (test_fileio...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-11
R David Murray
#17171: backport behavior-confirming test from python3.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-11
R David Murray
#17064: fix sporadic permission errors in test_mailbox...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-11
Michael Foord
Correction to issue 17052 fix
commit
|
commitdiff
|
tree
|
snapshot
2013-02-10
Michael Foord
Issue 17502: unittest discovery should use self.testLoader
commit
|
commitdiff
|
tree
|
snapshot
2013-02-10
Serhiy Storchaka
Issue #17141: random.vonmisesvariate() no more hangs...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-10
Mark Dickinson
Issue #17149: Fix random.vonmisesvariate to always...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-10
Serhiy Storchaka
Issue #1470548: XMLGenerator now works with UTF-16...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-10
Serhiy Storchaka
Issue #6975: os.path.realpath() now correctly resolves...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-10
Serhiy Storchaka
Import shutil for restore_test_support_TESTFN().
commit
|
commitdiff
|
tree
|
snapshot
2013-02-09
Raymond Hettinger
Minor cleanups.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-09
Serhiy Storchaka
Issue #17156: pygettext.py now correctly escapes non...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-09
Raymond Hettinger
Keep IDLE from displaying spurious SystemExit tracebacks
commit
|
commitdiff
|
tree
|
snapshot
2013-02-09
R David Murray
#16564: test to confirm behavior that regressed in...
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 #7358: cStringIO.StringIO now supports writing...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-09
Serhiy Storchaka
Issue #10355: SpooledTemporaryFile properties and xread...
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 python2...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-08
Serhiy Storchaka
Fix accidental non-breakable space (U+00A0).
commit
|
commitdiff
|
tree
|
snapshot
2013-02-08
Gregory P....
whitespace fix
commit
|
commitdiff
|
tree
|
snapshot
2013-02-08
Gregory P....
Issue #6972: fix the documentation mis applied patch.
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
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-04
R David Murray
#17091: update docstring for _thread.Lock.acquire.
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
2013-02-04
Benjamin Peterson
fix find_library on Solaris (closes #5289)
commit
|
commitdiff
|
tree
|
snapshot
next