projects
/
python
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
python
2013-05-18
Eli Bendersky
Issue #17989: element_setattro returned incorrect error...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-17
Raymond Hettinger
Update docstring for _asdict() to indicate it is obsolete.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-17
Benjamin Peterson
only recursively expand in the format spec (closes...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-17
Raymond Hettinger
Issue #17563: Fix dict resize performance regression.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-17
Raymond Hettinger
Remove unnecessary exception handler.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-17
Raymond Hettinger
Ignore Mac OS X entries for .DS_Store
commit
|
commitdiff
|
tree
|
snapshot
2013-05-17
Serhiy Storchaka
Fix some bugs in Tools/scripts/abitype.py.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-17
Benjamin Peterson
move definition to top of block
commit
|
commitdiff
|
tree
|
snapshot
2013-05-16
Vinay Sajip
Issue #17981: Closed socket on error in SysLogHandler.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-16
Benjamin Peterson
C89 declaration compliance
commit
|
commitdiff
|
tree
|
snapshot
2013-05-16
Brian Curtin
Add Nick Sloan for his contribution to #17732
commit
|
commitdiff
|
tree
|
snapshot
2013-05-15
Benjamin Peterson
complain about "global __class__" in a class body ...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-15
Georg Brandl
post-release update.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-15
doko@ubuntu.com
- Fix typos in the multiprocessing module.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-15
doko@ubuntu.com
- Issue #17754: Make ctypes.util.find_library() indepen...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-15
doko@ubuntu.com
Misc/NEWS: Add 3.3.3 section and move entries made...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-15
Benjamin Peterson
when arguments are cells clear the locals slot (backpor...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-14
Barry Warsaw
- Issue #17977: The documentation for the cadefault...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-14
Benjamin Peterson
prevent double free in cleanup code (#17968)
commit
|
commitdiff
|
tree
|
snapshot
2013-05-13
Antoine Pitrou
Fix ResourceWarnings in test_sax
commit
|
commitdiff
|
tree
|
snapshot
2013-05-13
Terry Jan Reedy
Silence unclosed open file ResourceWarning.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-13
Terry Jan Reedy
Complete 2 to 3 conversion
commit
|
commitdiff
|
tree
|
snapshot
2013-05-13
Antoine Pitrou
Issue #17968: Fix memory leak in os.listxattr().
commit
|
commitdiff
|
tree
|
snapshot
2013-05-13
Benjamin Peterson
use correct format code for exceptions
commit
|
commitdiff
|
tree
|
snapshot
2013-05-12
Georg Brandl
Added tag v3.3.2 for changeset d047928ae3f6
commit
|
commitdiff
|
tree
|
snapshot
2013-05-12
Georg Brandl
Closes #17962: Build with OpenSSL 1.0.1e on Windows.
v3.3.2
commit
|
commitdiff
|
tree
|
snapshot
2013-05-12
Georg Brandl
merge
commit
|
commitdiff
|
tree
|
snapshot
2013-05-12
Serhiy Storchaka
Issue #17606: Fixed support of encoded byte strings...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-12
Georg Brandl
bump to 3.3.2
commit
|
commitdiff
|
tree
|
snapshot
2013-05-12
Georg Brandl
Closes issue #17732: ignore install-directory specific...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-12
Georg Brandl
Back out patch for #1159051, which caused backwards...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-12
Georg Brandl
merge with 3.2
commit
|
commitdiff
|
tree
|
snapshot
2013-05-12
Georg Brandl
merge with 3.2
commit
|
commitdiff
|
tree
|
snapshot
2013-05-12
Georg Brandl
Issue #17915: Fix interoperability of xml.sax with...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-12
Georg Brandl
Issue #1159051: Back out a fix for handling corrupted...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-12
Georg Brandl
merge heads
commit
|
commitdiff
|
tree
|
snapshot
2013-05-12
Benjamin Peterson
prevent IDLE from trying to close when sys.stdin is...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-11
Benjamin Peterson
only close non-None files
commit
|
commitdiff
|
tree
|
snapshot
2013-05-11
Benjamin Peterson
-Wformat is needed by gcc 4.8 (closes #17547)
commit
|
commitdiff
|
tree
|
snapshot
2013-05-11
Antoine Pitrou
Issue #17237: Fix crash in the ASCII decoder on m68k.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-10
Barry Warsaw
I was confused before. It's correct to not call .close...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-10
Ezio Melotti
#17841: remove missing codecs aliases from the document...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-10
Andrew Kuchling
#17700: update the curses HOWTO for 3.x
commit
|
commitdiff
|
tree
|
snapshot
2013-05-09
Ezio Melotti
#17938: remove duplicate paragraphs.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-09
Ezio Melotti
#17809: fix a test failure in test_expanduser when...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-09
Serhiy Storchaka
Issue #16601: Restarting iteration over tarfile no...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-08
Ezio Melotti
#17877: skip test if the Olson's TZ database is missing.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-08
Ezio Melotti
#16523: improve attrgetter/itemgetter/methodcaller...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-07
Ezio Melotti
#17714: document that the base64 codec adds a trailing...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-07
Ezio Melotti
#17871: fix unittest.TextTestRunner signature in the...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-07
Raymond Hettinger
Issue 17920: Fix-up terminology in the set documentation
commit
|
commitdiff
|
tree
|
snapshot
2013-05-06
Antoine Pitrou
Issue #17289: The readline module now plays nicer with...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-06
Charles-Francois...
Issue #12181: select module: Fix struct kevent definiti...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-06
David Malcolm
#17833: fix test_gdb failures seen on PPC64 Linux in...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-06
R David Murray
#14187: Add glossary entry for 'function annotations'.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-06
Richard Oudkerk
Issue #17805: Add AsyncResult alias for ApplyResult
commit
|
commitdiff
|
tree
|
snapshot
2013-05-06
Roger Serwy
#13495: Avoid loading the color delegator twice in...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-06
Raymond Hettinger
Issue 17862: Improve the signature of itertools groupe...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-05
Roger Serwy
#17798: Allow IDLE to edit new files when specified...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-05
Antoine Pitrou
Fix crash caused by 8c1385205a35
commit
|
commitdiff
|
tree
|
snapshot
2013-05-04
Brett Cannon
Fix a test to not use an assertion for something that...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-04
Antoine Pitrou
Issue #14173: Avoid crashing when reading a signal...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-04
Antoine Pitrou
Issue #17408: Avoid using an obsolete instance of the...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-04
Antoine Pitrou
Elaborate on bytes-like objects.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-04
Ezio Melotti
#16518: use "bytes-like object" throughout the docs.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-04
Ezio Melotti
#7855: Add tests for ctypes/winreg for issues found...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-04
Serhiy Storchaka
Issue #16316: mimetypes now recognizes the .xz and...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-03
Brett Cannon
Issue #15902: Fix imp.load_module() to accept None...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-03
Raymond Hettinger
Issue #15535: Fix pickling of named tuples.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-01
Ezio Melotti
#17802: Fix an UnboundLocalError in html.parser. Initi...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-01
Charles-Francois...
Issue #17529: Fix os.sendfile() documentation regarding...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-30
Antoine Pitrou
Issue #17712: Fix test_gdb failures on Ubuntu 13.04.
commit
|
commitdiff
|
tree
|
snapshot
2013-04-30
Ezio Melotti
#16518: add "bytes-like object" to the glossary.
commit
|
commitdiff
|
tree
|
snapshot
2013-04-30
Ezio Melotti
#17881: clarify documentation of plistlib.
commit
|
commitdiff
|
tree
|
snapshot
2013-04-30
Gregory P....
fix the news entry, the description in 3.3 should be...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-30
Gregory P....
news entry
commit
|
commitdiff
|
tree
|
snapshot
2013-04-30
Gregory P....
news entry
commit
|
commitdiff
|
tree
|
snapshot
2013-04-30
Gregory P....
null merge
commit
|
commitdiff
|
tree
|
snapshot
2013-04-30
Gregory P....
This local change was lost during the fixing of issue17...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-30
Gregory P....
* Fix remaining bits of issue 17192 for 3.3 - these...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-30
Gregory P....
* Fix PART of issue 17192 for 3.3 - reapply the issue11...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-30
Gregory P....
* Fix issue 17192 for 3.2 - reapply the issue11729...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-29
Benjamin Peterson
ignore errors when trying to fetch sys.stdin.encoding...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-29
Benjamin Peterson
raise an ImportError (rather than fatal) when __import_...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-28
R David Murray
#7152: Remove incorrectly added reference to DataHandler.
commit
|
commitdiff
|
tree
|
snapshot
2013-04-28
Brett Cannon
Issue #17358: imp.load_source() and load_compiled(...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-28
R David Murray
Reflow paragraphs.
commit
|
commitdiff
|
tree
|
snapshot
2013-04-28
R David Murray
#7152: Clarify that ProxyHandler is added only if proxy...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-28
Serhiy Storchaka
Added base64 module tests for non-binary files.
commit
|
commitdiff
|
tree
|
snapshot
2013-04-28
Serhiy Storchaka
Issue #17842. Added base64 module tests with bytearray...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-28
Serhiy Storchaka
Issue #17857: Prevent build failures with pre-3.5.0...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-12
Georg Brandl
Issue #17843: Remove bz2 test data that triggers antivi...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-12
Georg Brandl
Issue #15535: Fix pickling of named tuples.
commit
|
commitdiff
|
tree
|
snapshot
2013-04-28
Serhiy Storchaka
Issue #17857: Prevent build failures with pre-3.5.0...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-28
Brett Cannon
Issue #17357: Use more stern wording for
commit
|
commitdiff
|
tree
|
snapshot
2013-04-24
Antoine Pitrou
Issue #17835: Fix test_io when the default OS pipe...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-23
Łukasz Langa
clean the environment from pre-existing PYTHONWARNINGS...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-23
Łukasz Langa
backported rev 79713 from 3.4, test_recursion_limit...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-23
Łukasz Langa
fix character index in ExtendedInterpolation's exceptio...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-23
Ronald Oussoren
Ensure that plistlib doesn't corrupt deeply nested...
commit
|
commitdiff
|
tree
|
snapshot
next