projects
/
python
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
python
2012-08-14
Matthias Klose
Modules/socketmodule.c: netdb_lock: define static.
commit
|
commitdiff
|
tree
|
snapshot
2012-08-14
R David Murray
#9161: Fix test to use standard optparse test pattern...
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
R David Murray
#9161: add test for the bug fixed by r82581.
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-12
Senthil Kumaran
Issue #15630: Add an example for "continue" statement...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-12
Sandro Tosi
complete cgi.parse() signature; thanks to Aaron Bingham...
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
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-11
Georg Brandl
Remove unused variables in parsetok().
commit
|
commitdiff
|
tree
|
snapshot
2012-08-11
Georg Brandl
Fix casing of SocketServer module in 2.7.
commit
|
commitdiff
|
tree
|
snapshot
2012-08-11
Georg Brandl
Graft a89d654adaa2 from 3.2 branch. Fixes #15620.
commit
|
commitdiff
|
tree
|
snapshot
2012-08-11
Meador Inge
Issue #15424: Add a __sizeof__ implementation for array...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-10
Brian Curtin
Fix #15567. collections.deque wasn't imported
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-07
Benjamin Peterson
make documented file() kw names and actual ones agree...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-06
R David Murray
#15554: clarify splitlines/split differences.
commit
|
commitdiff
|
tree
|
snapshot
2012-08-05
Ned Deily
Issue #15560: Fix building _sqlite3 extension on OS...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-04
Vinay Sajip
Issue #15541: Correct anomaly in logging.exception...
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
Antoine Pitrou
Make TextIOWrapper's documentation clearer by copying...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-03
Jesus Cea
#15512: Declarations reorganization
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-02
Eli Bendersky
Issue #15231: 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
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 #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-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
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-22
Gregory P....
merge heads
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
Georg Brandl
Fix typo introduced in 79d54fba49b3.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-21
Raymond Hettinger
Fix whitespace
commit
|
commitdiff
|
tree
|
snapshot
2012-07-20
Antoine Pitrou
Issue #14579: Fix error handling bug in the utf-16...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-20
Vinay Sajip
Issue #15399: Added versionchanged for processName.
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
R David Murray
Closes #9254: backport __import__ docstring/doc mention...
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
R David Murray
#15375: remove duplicated word 'child'
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
Raymond Hettinger
Issue 15337: help() shown as undocumented
commit
|
commitdiff
|
tree
|
snapshot
2012-07-16
Gregory P....
Fixes Issue #14635: telnetlib will use poll() rather...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-15
Benjamin Peterson
allow any number to be returned from __length_hint__...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-13
Antoine Pitrou
Try other approach to fix issue #15334.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-13
Ezio Melotti
#15345: fix SyntaxError in argparse tutorial example...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-13
Antoine Pitrou
Issue #15334: skip test_dynamic_key when run in non...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-13
Antoine Pitrou
Issue #15338: skip test_UNC_path when the current user...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-11
Martin v. Löwis
Use _RPCFile.write properly.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-11
Martin v. Löwis
Don't use TextIOBase implementations in _RPCFile.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-11
Martin v. Löwis
Issue #15319: Revert wrapping of sys.stdin. Patch by...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-09
Terry Jan Reedy
Issue 13532: Allow bytearrays to be written also.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-09
Martin v. Löwis
Widen test to support unicode.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-09
Martin v. Löwis
- Issue #13532: Check that arguments to sys.stdout...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-08
Terry Jan Reedy
Issue #13557: Clarify effect of giving two different...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-08
Senthil Kumaran
merge heads.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-08
Senthil Kumaran
revert the changes done in d931a3b64fd6 - buildbot...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-08
Senthil Kumaran
Fix the buildbot failure - msg164973
commit
|
commitdiff
|
tree
|
snapshot
2012-07-08
Senthil Kumaran
Fix issue14826 - make urllib.request.Request quoted...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-06
Georg Brandl
Fix leftover quote.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-06
Antoine Pitrou
Issue #15247: FileIO now raises an error when given...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-05
Senthil Kumaran
Fix closes issue # 15033 - Return the proper exitcode...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-03
Jesus Cea
Issue #1677: Unused variable warning in Non-Windows
commit
|
commitdiff
|
tree
|
snapshot
2012-07-03
Jesus Cea
Backed out changeset 7ccc2cea6969
commit
|
commitdiff
|
tree
|
snapshot
2012-07-03
Jesus Cea
Issue #1667: Unused variable warning in Non-Windows
commit
|
commitdiff
|
tree
|
snapshot
2012-07-03
Éric Araujo
Create ~/.pypirc securely (#13512).
commit
|
commitdiff
|
tree
|
snapshot
2012-07-03
Éric Araujo
Branch merge
commit
|
commitdiff
|
tree
|
snapshot
2012-07-03
Éric Araujo
Ignore .nfs* files in distutils (#7719).
commit
|
commitdiff
|
tree
|
snapshot
2012-07-03
Raymond Hettinger
Make it easier to search for the grouper() recipe.
commit
|
commitdiff
|
tree
|
snapshot
next