projects
/
python
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
python
2013-10-27
Georg Brandl
Issue #16039: CVE-2013-1752: Change use of readline...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-27
Ned Deily
Issue #15663: Force IDLE.app to run the GUI process...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-26
Benjamin Peterson
just return toplevel symbol table rather than all block...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-26
Ned Deily
Issue #15663: OS X installer builtin Tcl/Tk support
commit
|
commitdiff
|
tree
|
snapshot
2013-10-26
Victor Stinner
Close #19339: telnetlib module is now using time.monoto...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-25
Ned Deily
Issue #19400: Prevent extension module build failures...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-25
Brett Cannon
Issue #19392: Document that imp.reload() now relies...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-25
Ned Deily
Sync 2.7.x, 3.3.x, and 3.4.x versions of OS X build...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-25
Ned Deily
Issue #19019: Change the OS X installer build script...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-25
Ned Deily
Issue #15663: Tcl/Tk 8.5.15 is now included with the...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-25
Ned Deily
Issue #1584: Provide options to override default search...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-24
Serhiy Storchaka
Issue #19288: Fixed the "in" operator of dbm.gnu databa...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-24
Serhiy Storchaka
Issue #19287: Fixed the "in" operator of dbm.ndbm datab...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-24
Serhiy Storchaka
Issue #19327: Fixed the working of regular expressions...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-24
Senthil Kumaran
Increase the coverage of macurl2path. Patch by Colin...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-23
Antoine Pitrou
Issue #19360: fix test_site when Python is installed...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-23
Antoine Pitrou
Issue #19356: Avoid using a C variabled named "_self...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-23
Antoine Pitrou
Issue #19352: Fix unittest discovery when a module...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-23
Antoine Pitrou
Issue #19340: Fix test_sysconfig when Python is built...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-23
Eric Snow
[Issue #19357] Ensure module "loaded" during tests...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-22
Tim Golden
Issue #15207: Fix mimetypes to read from correct area...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-22
Christian Heimes
Issue #18603: Ensure that PyOS_mystricmp and PyOS_mystr...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-21
Ezio Melotti
#19319: fix ctypes docs: sizeof is an operator in C...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-21
Ezio Melotti
#8964: fix platform._sys_version to handle IronPython...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-20
Ezio Melotti
#19238, #19289: fix description of the align and fill...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-20
Serhiy Storchaka
Make test_audioop discoverable by unittest.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-20
Serhiy Storchaka
Issue #16038: CVE-2013-1752: ftplib: Limit amount of...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-19
Antoine Pitrou
Issue #18235: Fix the sysconfig variables LDSHARED...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-19
Serhiy Storchaka
Fixed tests for issue #19279.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-19
Christian Heimes
Ignore PyCharm project directory
commit
|
commitdiff
|
tree
|
snapshot
2013-10-19
Serhiy Storchaka
Issue #19279: UTF-7 decoder no more produces illegal...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-19
Ned Deily
Ensure setup.py looks for zlib.h in an OS X SDK.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-19
Ned Deily
Update OS X installer for building on 10.9.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-18
Benjamin Peterson
fix description of super() behavior on descriptors
commit
|
commitdiff
|
tree
|
snapshot
2013-10-18
Serhiy Storchaka
Remove redundant empty lines.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-18
Serhiy Storchaka
Fix markup.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-17
Serhiy Storchaka
Issue #19276: Fixed the wave module on 64-bit big-endia...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-17
Georg Brandl
Fix inaccurate versionchanged tag for compressobj(...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-17
Serhiy Storchaka
Issue 19276: Fix tests for wave files on big-endian...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-15
Antoine Pitrou
Issue #14407: Fix unittest test discovery in test_concu...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-15
Richard Oudkerk
Print process instead of pid.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-14
Serhiy Storchaka
Issue #18919: Add test/audiodata to LIBSUBDIRS.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-14
Serhiy Storchaka
Issue #18919: Fixed resource leaks in audio tests.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-14
Serhiy Storchaka
Issue #18919: Check warnings messages in the aifc modul...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-14
Georg Brandl
Closes #19258: close WSGI server after handling request...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-14
Georg Brandl
Closes #17154: error out gracefully on "ignore" or...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-14
Serhiy Storchaka
Issue #19189: Improved cross-references in the pickle...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-13
Ezio Melotti
#4965: Implement intelligent scrolling of the sidebar...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-13
Georg Brandl
Closes #16657: fix docstring of traceback.format_tb().
commit
|
commitdiff
|
tree
|
snapshot
2013-10-13
Serhiy Storchaka
Merge heads
commit
|
commitdiff
|
tree
|
snapshot
2013-10-13
Georg Brandl
Wing IDE is switching to PyQt...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-13
Georg Brandl
Closes #19248: actually check for Python 3.x in tools...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-13
Serhiy Storchaka
Issue #18758: Fixed and improved cross-references.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-13
Antoine Pitrou
Issue #18776: atexit callbacks now display their full...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-13
Serhiy Storchaka
Issue #19197: Improved cross-references in the shlex...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-13
Serhiy Storchaka
Issue #19207: Improved cross-references in the os,...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-13
Serhiy Storchaka
Improve #19204: Improved cross-references in the urllib...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-13
Georg Brandl
Refer to strftime(3) manpage for platform specific...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-13
Serhiy Storchaka
Issue #19203: Improved cross-references in the curses...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-13
Serhiy Storchaka
Issue #19198: Improved cross-references in the cgi...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-13
Serhiy Storchaka
Merge heads
commit
|
commitdiff
|
tree
|
snapshot
2013-10-13
Serhiy Storchaka
Issue #18919: Unified and extended tests for audio...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-13
Nick Coghlan
Issue #17827: Document codecs.encode and codecs.decode
commit
|
commitdiff
|
tree
|
snapshot
2013-10-13
Georg Brandl
Closes #13740: SND_NOWAIT seems to be ignored on modern...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-13
Georg Brandl
Closes #17375: port new threading docstrings from 2.7.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-13
Georg Brandl
Fix a small CSS glitch with deprecated blocks and Sphin...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-13
Georg Brandl
Fix display of deprecated blocks with Sphinx 1.2.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-12
Richard Oudkerk
Make test_terminate() succeed or fail quickly.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-12
Raymond Hettinger
Issue #19202: Add cross-reference and a rough code...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-12
Ned Deily
Issue #18458: Prevent crashes with newer versions of...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-12
Georg Brandl
Invert logic of new limited-API annotation and call...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-12
Benjamin Peterson
backport media types from default
commit
|
commitdiff
|
tree
|
snapshot
2013-10-12
Georg Brandl
Fix compatibility with upcoming Sphinx 1.2.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-12
Serhiy Storchaka
Issue #18919: If the close() method of a writer in...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-12
Georg Brandl
Introduce support for documenting which C API elements...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-12
Georg Brandl
Closes #13915: update tutorial with respect to .pyc...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-12
Georg Brandl
Closes #13833: document PyStructSequence C-API functions.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-12
Georg Brandl
Closes #13026: fix documentation of MAKE_FUNCTION for...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-12
Georg Brandl
Closes #19179: make table of XML vulnerabilities cleare...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-12
Georg Brandl
Closes #13203: add a FAQ section about seemingly duplic...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-12
Serhiy Storchaka
Issue #19131: The aifc module now correctly reads and...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-11
Benjamin Peterson
replace hardcoded version
commit
|
commitdiff
|
tree
|
snapshot
2013-10-11
Benjamin Peterson
make sure the docstring is never out of date wrt unicod...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-10
Benjamin Peterson
remove url from docstring (closes #19220)
commit
|
commitdiff
|
tree
|
snapshot
2013-10-10
Raymond Hettinger
Issue #19005: Fix documentation for PyIter_Next().
commit
|
commitdiff
|
tree
|
snapshot
2013-10-09
Tim Peters
Repair format of NEWS entry.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-09
Tim Peters
Issue 19158: a rare race in BoundedSemaphore could...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-09
Serhiy Storchaka
#19194: Improved cross-references in the fcntl module...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-09
Serhiy Storchaka
#19196: Improved cross-references in distutils document...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-09
Serhiy Storchaka
Issue #19190: Improve cross-references in builtin types...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-09
Serhiy Storchaka
Issue 19195: Improved cross-references in C API documen...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-09
Serhiy Storchaka
Issue #19193: Improved cross-references in the tutorial.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-09
Tim Peters
Issue 19158: a rare race in BoundedSemaphore could...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-08
Georg Brandl
Minor grammar fix.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-08
Georg Brandl
Clarify two points about division and shifting. Suggest...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-08
Georg Brandl
Fix wrong link.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-08
Georg Brandl
Add "->" as a delimiter token. Found by James Harding...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-08
Georg Brandl
merge heads
commit
|
commitdiff
|
tree
|
snapshot
2013-10-08
Serhiy Storchaka
Issue #18037: Do not escape '\u' and '\U' in raw strings.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-08
Georg Brandl
Closes #13867: remove untrue comment about PyWeakref_Ch...
commit
|
commitdiff
|
tree
|
snapshot
next