projects
/
python
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
python
2012-08-15
R David Murray
#15269: document dircmp.left and right, and add tests...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-14
Sandro Tosi
fix typo
commit
|
commitdiff
|
tree
|
snapshot
2012-08-14
Andrew Svetlov
Merge 3.2
commit
|
commitdiff
|
tree
|
snapshot
2012-08-14
Andrew Svetlov
Add test to explicit check the absence regression in...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-14
Matthias Klose
Modules/socketmodule.c: netdb_lock: define static.
commit
|
commitdiff
|
tree
|
snapshot
2012-08-14
Andrew Svetlov
Issue #14167: Document return statement in finally...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-14
Richard Oudkerk
Issue #15646: Prevent equivalent of a fork bomb when...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-14
Georg Brandl
Restore original line lengths.
commit
|
commitdiff
|
tree
|
snapshot
2012-08-13
Brian Curtin
Fix #15496. Add directory removal helpers to make Windo...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-13
Andrew Svetlov
Issue #15497: Correct characters in TextWrapper.replace...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-13
Andrew Svetlov
Issue #15561: Update subprocess docs to reference io...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-13
Andrew Svetlov
Issue #15624: clarify newline documentation for open...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-12
Senthil Kumaran
Issue #15630: Add an example for "continue" statement...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-12
Sandro Tosi
add usage example from cli; thanks to Christian Clauss...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-12
Sandro Tosi
escape '\'; thanks to Steve Holden from docs@
commit
|
commitdiff
|
tree
|
snapshot
2012-08-12
Sandro Tosi
it's getstatus() not setstatus(); thanks to Shaddi...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-12
Sandro Tosi
add missing quote in splitlines() example; thanks to...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-12
Sandro Tosi
update Geany URL; thanks to Karl Tarbet from docs@
commit
|
commitdiff
|
tree
|
snapshot
2012-08-12
Sandro Tosi
add missing parenthesis to 'action' argparse doc; thank...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-12
Sandro Tosi
zip() returns an iterator, make a list() of it; thanks...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-11
Antoine Pitrou
Issue #15444: Use proper spelling for non-ASCII contrib...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-11
Georg Brandl
Remove unused variables in parsetok().
commit
|
commitdiff
|
tree
|
snapshot
2012-08-11
Georg Brandl
Revert 961a15aff2a6, this is already checked in another...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-11
Georg Brandl
Closes #15620: check for presence of readline.clear_his...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-11
Meador Inge
Issue #15424: Add a __sizeof__ implementation for array...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-09
Andrew Svetlov
fix docs for c-api memory functions
commit
|
commitdiff
|
tree
|
snapshot
2012-08-09
Andrew Svetlov
Issue #15501: Document exception classes in subprocess...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-09
Ned Deily
Issue #14992: Prevent test_os test_exist_ok_s_isgid_dir...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-06
R David Murray
#15554: clarify splitlines/split differences.
commit
|
commitdiff
|
tree
|
snapshot
2012-08-06
Brett Cannon
Issue #15482: Properly document the default 'level...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-05
Ned Deily
Issue #15560: Fix building _sqlite3 extension on OS...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-05
Antoine Pitrou
Fix CGI tests to take into account the platform's line...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-04
Antoine Pitrou
Fix universal newlines test to avoid the newline transl...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-04
Antoine Pitrou
Fix test_sys under Windows (issue #13119)
commit
|
commitdiff
|
tree
|
snapshot
2012-08-04
Andrew Svetlov
Issue #13052: Fix IDLE crashing when replace string...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-04
Sandro Tosi
add missing period; thanks to Gaston Fiore from docs@
commit
|
commitdiff
|
tree
|
snapshot
2012-08-03
Victor Stinner
Close #13119: use "\r\n" newline for sys.stdout/err...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-03
Victor Stinner
open() / TextIOWrapper doc: make it explicit than newli...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-03
Antoine Pitrou
Make TextIOWrapper's documentation clearer by copying...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-03
Jesus Cea
#15512: Remove remnants of debugging code
commit
|
commitdiff
|
tree
|
snapshot
2012-08-03
Jesus Cea
Closes #15469: Correct __sizeof__ support for deque
commit
|
commitdiff
|
tree
|
snapshot
2012-08-03
Jesus Cea
Closes #15512: Correct __sizeof__ support for parser
commit
|
commitdiff
|
tree
|
snapshot
2012-08-02
Antoine Pitrou
Issue #15538: Fix compilation of the getnameinfo()...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-01
Eli Bendersky
Issue #15321: update PyPI upload doc to say --no-raw...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-01
Martin v. Löwis
Issue #8847: Disable COMDAT folding in Windows PGO...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-31
Andrew Svetlov
Issue #9803: Don't close IDLE on saving if breakpoint...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-30
Andrew Svetlov
Issue #12288: Consider '0' and '0.0' as valid initialva...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-30
Ned Deily
Issue #14018: Fix OS X Tcl/Tk framework checking when...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-30
Ned Deily
Issue #14018: Update the OS X IDLE Tcl/Tk warning check...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-29
Antoine Pitrou
Issue #15489: Add a __sizeof__ implementation for Bytes...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-29
Antoine Pitrou
Issue #15487: Add a __sizeof__ implementation for buffe...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-29
Martin v. Löwis
Issue #15467: Move helpers for __sizeof__ tests into...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-29
Meador Inge
Issue #15402: Simplify Struct.__sizeof__ and make tests...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-27
Richard Oudkerk
Issue #6056: Make multiprocessing use setblocking(True...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-27
Vinay Sajip
Improved cookbook entry and fixed typo.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-26
Andrew Svetlov
Issue #15041: update "see also" list in tkinter documen...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-25
Antoine Pitrou
Issue #15320: Make iterating the list of tests thread...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-25
Antoine Pitrou
Mention the *limit* argument of TextIO.readline().
commit
|
commitdiff
|
tree
|
snapshot
2012-07-25
Vinay Sajip
Issue #15445: Updated logging configuration documentati...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-25
Martin v. Löwis
Issue #7163: Propagate return value of sys.stdout.write.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-25
Martin v. Löwis
Issue #15318: Prevent writing to sys.stdin.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-24
R David Murray
#15232: make NEWS entry more accurate.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-24
Ned Deily
Issue #14197: For OS X framework builds, ensure links...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-23
Jesus Cea
Rollback an incorrect Doc/ACKS.txt entry
commit
|
commitdiff
|
tree
|
snapshot
2012-07-23
Jesus Cea
Better test for Issue #15402: Add a __sizeof__ method...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-23
Meador Inge
Issue #15402: Add a __sizeof__ method to struct.Struct.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-23
Senthil Kumaran
merge heads.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-23
Senthil Kumaran
- Issue #15250: Document that filecmp.dircmp compares...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-23
R David Murray
#15232: correctly mangle From lines in MIME preamble...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-23
R David Murray
#15429: Fix invalid mention of types.NoneType from...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-22
Gregory P....
Consistently raise a TypeError when a non str is passed...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-22
R David Murray
#13922: argparse no longer incorrectly strips '--'...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-22
R David Murray
#12353: argparse now correctly handles null argument...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-21
R David Murray
#14391: clarify docstring discussion of Action's 'type...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-21
R David Murray
#15342: Add clarifying sentence to posixpath.join docst...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-21
Eli Bendersky
Raise ImportError if pyexpat's version is incompatible
commit
|
commitdiff
|
tree
|
snapshot
2012-07-21
Florent Xicluna
Fix test_pprint random dict ordering.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-21
Florent Xicluna
Issues #10017 and #14998: Fix TypeError using pprint...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-20
Antoine Pitrou
Issue #14579: Fix CVE-2012-2135: vulnerability in the...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-20
Meador Inge
Issue #15406: Fix deprecation warning in ctypes test_bi...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-20
Andrew Svetlov
Issue #15404: Refleak in PyMethodObject repr.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-20
Vinay Sajip
Issue #15399: Added versionchanged for processName.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-19
Jesus Cea
Closes #15395: memory leaks in selectmodule.c
commit
|
commitdiff
|
tree
|
snapshot
2012-07-19
Jesus Cea
Closes #15396: memory leak in tkinter
commit
|
commitdiff
|
tree
|
snapshot
2012-07-19
Meador Inge
Issue #15394: Fix ref leaks in PyModule_Create.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-19
Meador Inge
Issue #6493: Fix handling of c_uint32 bitfields with...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-18
Meador Inge
remove unused variable
commit
|
commitdiff
|
tree
|
snapshot
2012-07-18
Meador Inge
Issue #15368: fixing variable typo.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-18
Meador Inge
Issue #15368: make bytecode generation deterministic.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-17
Hynek Schlawack
Use posixpath.join() explicitely in posixpath.join...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-17
Eli Bendersky
merge heads
commit
|
commitdiff
|
tree
|
snapshot
2012-07-17
Eli Bendersky
ISsue #14988: restore Python 2's behavior of raising...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-17
Hynek Schlawack
#15377: Make posixpath.join() more strict when checking...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-17
Nick Coghlan
Issue #15230: Attempt to make the OS X buildbots happy...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-17
Hynek Schlawack
Fix context manager use in posixpath.join() tests
commit
|
commitdiff
|
tree
|
snapshot
2012-07-16
Gregory P....
one more test fix for systems without select.poll....
commit
|
commitdiff
|
tree
|
snapshot
2012-07-16
Gregory P....
Fix unchecked select.poll reference in setUp and tearDo...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-16
Gregory P....
Fix the with_poll tests for platforms without poll...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-16
Gregory P....
Fixes Issue #14635: telnetlib will use poll() rather...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-15
Hynek Schlawack
#15180: Clarify posixpath.join() error message when...
commit
|
commitdiff
|
tree
|
snapshot
next