projects
/
python
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
python
2012-11-03
Ezio Melotti
#16152: fix tokenize to ignore whitespace at the end...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-02
Georg Brandl
Grammar touchup.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-01
Andrew Svetlov
Issue #1207589: Add Cut/Copy/Paste items to IDLE right...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-01
Andrew Svetlov
Reword set docs to use *proper subset/superset* termino...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-01
Antoine Pitrou
Issue #16230: Fix a crash in select.select() when one...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-01
Antoine Pitrou
Issue #16228: Fix a crash in the json module where...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-31
Mark Dickinson
Issue #16377: fix missed test due to incorrect indentat...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-31
Andrew Svetlov
Issue #14900: document added sort keys for profile...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-31
Mark Dickinson
Issue #16348: Fix incorrect documentation for Decimal...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-31
Benjamin Peterson
avoid a function call with redundant checks for dict...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-31
Benjamin Peterson
fix spelling
commit
|
commitdiff
|
tree
|
snapshot
2012-10-31
Benjamin Peterson
only fast-path fromkeys() when the constructor returns...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-31
Jesus Cea
Closes #16369: Global PyTypeObjects not initialized...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-31
R David Murray
#16371: fix up the English.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-31
Andrew Svetlov
Issue #16370: Mention Py_SetProgramName in example...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-31
Andrew Svetlov
Fix docstring for deque ctor to mark iterable parameter...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-31
Benjamin Peterson
initialize more global type objects (closes #16369)
commit
|
commitdiff
|
tree
|
snapshot
2012-10-30
Andrew Svetlov
Issue #16341: convert examples to use except ... as...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-29
Petri Lehtinen
#14897: Enhance error messages of struct.pack and struc...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-28
Chris Jerdonek
Backport from 3.2: remove "Release" and "Date" markers...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-28
Nadeem Vawda
Add test for BZ2Decompressor.decompress("") after end...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-28
Andrew Svetlov
Issue #14570: Document json sort_keys parameter properly.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-28
Georg Brandl
Remove confusing "Release" and "Date" markers from...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-28
Mark Dickinson
Issue #14700: Fix buggy overflow checks for large preci...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-28
Georg Brandl
changeset: 80007:49e4541f2aef
commit
|
commitdiff
|
tree
|
snapshot
2012-10-28
Andrew Svetlov
Issue #14616: Document pipes.quote and mention this...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-28
Georg Brandl
Update current version of the "dailybuild" script.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-28
Georg Brandl
Update current version of the "dailybuild" script.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-28
Georg Brandl
Add a autobuild-quick target that only rebuilds HTML.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-28
Georg Brandl
merge with 2.6
commit
|
commitdiff
|
tree
|
snapshot
2012-10-28
Georg Brandl
#8040: port versionswitcher patch to 2.6.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-27
Ezio Melotti
#8040: fix the version.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-27
Ezio Melotti
#8040: enable the versionswitcher for the autobuild...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-27
Ezio Melotti
#8040: add a version switcher to the documentation...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-27
R David Murray
#12890: don't emit <p> tags in text mode when logdir...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-27
R David Murray
#15043: Improve test_gdb support of gdb >= 7.4.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-27
Senthil Kumaran
Add some tests in 2.7 for Issue #16250
commit
|
commitdiff
|
tree
|
snapshot
2012-10-27
Trent Nelson
Issue #16274: Fix test_asyncore on Solaris.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-26
Ezio Melotti
#16332: use "except OSError as e" in subprocess docs...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-26
Ezio Melotti
#16206: Improve examples about dict construction.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-26
Chris Jerdonek
Backport from 3.2: fix formatting of syntax description...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-24
Ezio Melotti
#16303: remove extra quotes from exception and add...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-24
Ezio Melotti
#16210: combine the two type() docs. Patch by Pete...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-23
Petri Lehtinen
#15040: Close files in mailbox tests for PyPy compatibility
commit
|
commitdiff
|
tree
|
snapshot
2012-10-22
Ned Deily
Issue #15853: Prevent IDLE crash on OS X when opening...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-22
Jesus Cea
Closes #16294: 8 space indent in tutorial
commit
|
commitdiff
|
tree
|
snapshot
2012-10-21
Nadeem Vawda
Issue #14398: Fix size truncation and overflow bugs...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-21
Nadeem Vawda
Issue #5148: Ignore 'U' in mode given to gzip.open...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-21
Antoine Pitrou
Fix whacky spacing in test_wsgiref
commit
|
commitdiff
|
tree
|
snapshot
2012-10-21
Antoine Pitrou
Issue #16220: wsgiref now always calls close() on an...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-20
Ned Deily
Issue #10405: Document IDLE context menus in Standard...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-19
Nick Coghlan
No reason to use a generator here
commit
|
commitdiff
|
tree
|
snapshot
2012-10-19
Nick Coghlan
Issue #6074: Actually delete the source file in the...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-19
Nick Coghlan
Issue #6074: Restore the long-broken support for runnin...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-18
Trent Nelson
Issue #16274: revert r79813:90a46f8943d0 changes to...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-18
Trent Nelson
Issue #16274: backport of 3.2's asyncore/test_asyncore...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-18
Trent Nelson
Issue #16257: make test_create_connection() handle...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-17
Trent Nelson
Don't add -OPT:Olimit to CFLAGS on AIX, SunOS, HP-UX...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-17
Andrew Svetlov
Issue #9583: Document startup option/environment intera...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-17
Trent Nelson
Issue #15819: use standard autoconf preset output varia...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-16
Antoine Pitrou
Also add tests for TextIOWrapper.writelines() (issue...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-16
Antoine Pitrou
Add tests for the writelines() method of file objects.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-16
Trent Nelson
Merge heads.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-16
Trent Nelson
Issue #15819: tweak logic in previous commit (e0a2b14a3...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-16
Benjamin Peterson
merge heads
commit
|
commitdiff
|
tree
|
snapshot
2012-10-16
Benjamin Peterson
only run doctests when __doc__ is around
commit
|
commitdiff
|
tree
|
snapshot
2012-10-16
Trent Nelson
Issue #15819: additional fixes for out-of-tree builds...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-16
Andrew Svetlov
Issue #15936: Reformat text for os.random to follow...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-16
Andrew Svetlov
Issue #15936: Add link from os.urandom to random.System...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-16
Vinay Sajip
Issue #16244: Remove file mode overrides.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-16
Chris Jerdonek
Issue #16225: Backport from 3.2: Add additional note...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-16
Benjamin Peterson
fix typo
commit
|
commitdiff
|
tree
|
snapshot
2012-10-16
Benjamin Peterson
don't expect warnings from doctests if they can't run
commit
|
commitdiff
|
tree
|
snapshot
2012-10-16
Chris Jerdonek
Issue #16227: Add to 2.x Unicode HOWTO a link to the...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-13
Chris Jerdonek
Issue #16206: Backport dict documentation improvements...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-13
Raymond Hettinger
String exceptions aren't just deprecated, they are...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-12
Gregory P....
Fixes Issue #12268 for the io module - File readline...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-11
Chris Jerdonek
Issue #16199: Backport 2to3 typo fix from 3.2.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-11
Brian Curtin
Fix #16176. Properly identify Windows 8 via platform...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-11
Chris Jerdonek
Backport from 3.2: Fix placement of shell=True warning...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-11
Chris Jerdonek
Issue #16115: Backport subprocess.Popen() documentation...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-10
Chris Jerdonek
Issue #12947: Backport doctest documentation change...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-10
Georg Brandl
Missed one instance of code-block:: text highlighting...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-10
Georg Brandl
Issue #12947: revert earlier workaround and use a monke...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-10
Chris Jerdonek
Issue #12947: Backport doctest documentation improvemen...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-09
Senthil Kumaran
Fix Issue 15922: make howto/urllib2.rst doctests pass.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-09
Vinay Sajip
Issue #16168: Use specified socket type for domain...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-09
Chris Jerdonek
Issue #16115: Backport subprocess.Popen() documentation...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-08
Chris Jerdonek
Issue #14783: Backport changes from 3.2.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-07
Andrew Svetlov
Issue #14900: Add aliases for sorting params for pstat...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-07
Andrew Svetlov
Issue #14900: Distuguish call count and primitive call...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-07
Mark Dickinson
Clean up a test turd.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-06
R David Murray
#9957: document that SpooledTemporaryFile.truncate...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-06
Andrew Svetlov
Issue #16025: Minor corrections to the zipfile document...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-05
Jesus Cea
#16112: platform.architecture does not correctly escape...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-05
Jesus Cea
#16112: platform.architecture does not correctly escape...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-04
Andrew Svetlov
Issue #14997: disable <F5> in idle shell window.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-04
Jesus Cea
Closes #16112: platform.architecture does not correctly...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-04
Jesus Cea
Backed out changeset 5abacebec9d2
commit
|
commitdiff
|
tree
|
snapshot
2012-10-04
Jesus Cea
Backed out changeset c73b90b6dadd
commit
|
commitdiff
|
tree
|
snapshot
next