Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
61822667dfb4d8e572d0f26a4618ca9b18f6f52b
6182266
Issue #14616: Document pipes.quote and mention this one in subprocess docs.
by Andrew Svetlov
· 13 years ago
0685e14
Update current version of the "dailybuild" script.
by Georg Brandl
· 13 years ago
b70290a
Update current version of the "dailybuild" script.
by Georg Brandl
· 13 years ago
5fb657d
Add a autobuild-quick target that only rebuilds HTML.
by Georg Brandl
· 13 years ago
819574a
merge with 2.6
by Georg Brandl
· 13 years ago
55f23c4
#8040: port versionswitcher patch to 2.6.
by Georg Brandl
· 13 years ago
fd3d102
#8040: fix the version.
by Ezio Melotti
· 13 years ago
8645890
#8040: enable the versionswitcher for the autobuild-dev target.
by Ezio Melotti
· 13 years ago
3d07206
#8040: add a version switcher to the documentation. Patch by Yury Selivanov.
by Ezio Melotti
· 13 years ago
54eed2e
#12890: don't emit <p> tags in text mode when logdir specified.
by R David Murray
· 13 years ago
3e66f0d
#15043: Improve test_gdb support of gdb >= 7.4.
by R David Murray
· 13 years ago
f8d370e
Add some tests in 2.7 for Issue #16250
by Senthil Kumaran
· 13 years ago
e999229
Issue #16274: Fix test_asyncore on Solaris.
by Trent Nelson
· 13 years ago
e793f44
#16332: use "except OSError as e" in subprocess docs. Patch by Berker Peksag.
by Ezio Melotti
· 13 years ago
8221f86
#16206: Improve examples about dict construction.
by Ezio Melotti
· 13 years ago
32473e7
Backport from 3.2: fix formatting of syntax description of function definition.
by Chris Jerdonek
· 13 years ago
b74e02e
#16303: remove extra quotes from exception and add (). Initial patch by Vladimir Rutsky.
by Ezio Melotti
· 13 years ago
b8fbff8
#16210: combine the two type() docs. Patch by Pete Sevander.
by Ezio Melotti
· 13 years ago
9ad6a56
#15040: Close files in mailbox tests for PyPy compatibility
by Petri Lehtinen
· 13 years ago
e3d4712
Issue #15853: Prevent IDLE crash on OS X when opening Preferences menu
by Ned Deily
· 13 years ago
3dd8cbe
Closes #16294: 8 space indent in tutorial
by Jesus Cea
· 13 years ago
45dba1d
Issue #14398: Fix size truncation and overflow bugs in bz2 module.
by Nadeem Vawda
· 13 years ago
dd72b3f
Issue #5148: Ignore 'U' in mode given to gzip.open() and gzip.GzipFile().
by Nadeem Vawda
· 13 years ago
c308483
Fix whacky spacing in test_wsgiref
by Antoine Pitrou
· 13 years ago
e97a24d
Issue #16220: wsgiref now always calls close() on an iterable response.
by Antoine Pitrou
· 13 years ago
c859bd2
Issue #10405: Document IDLE context menus in Standard Library document
by Ned Deily
· 13 years ago
33b0fc2
No reason to use a generator here
by Nick Coghlan
· 13 years ago
097708a
Issue #6074: Actually delete the source file in the test as intended
by Nick Coghlan
· 13 years ago
b48c028
Issue #6074: Restore the long-broken support for running with read-only source files on Windows
by Nick Coghlan
· 13 years ago
02f69f6
Issue #16274: revert r79813:90a46f8943d0 changes to asyncore/test_asyncore.
by Trent Nelson
· 13 years ago
0622f6c
Issue #16274: backport of 3.2's asyncore/test_asyncore to 2.7.
by Trent Nelson
· 13 years ago
6a7f867
Issue #16257: make test_create_connection() handle ENETUNREACH.
by Trent Nelson
· 13 years ago
34562e1
Don't add -OPT:Olimit to CFLAGS on AIX, SunOS, HP-UX or IRIX. It breaks them.
by Trent Nelson
· 13 years ago
f892597e
Issue #9583: Document startup option/environment interaction.
by Andrew Svetlov
· 13 years ago
abf2051
Issue #15819: use standard autoconf preset output variables.
by Trent Nelson
· 13 years ago
eadca1d
Also add tests for TextIOWrapper.writelines() (issue #15744).
by Antoine Pitrou
· 13 years ago
78e761e
Add tests for the writelines() method of file objects.
by Antoine Pitrou
· 13 years ago
ce5a56e
Merge heads.
by Trent Nelson
· 13 years ago
fcb009c
Issue #15819: tweak logic in previous commit (e0a2b14a3cf9).
by Trent Nelson
· 13 years ago
ba6a6cf
merge heads
by Benjamin Peterson
· 13 years ago
bf67ba8
only run doctests when __doc__ is around
by Benjamin Peterson
· 13 years ago
d86ceec
Issue #15819: additional fixes for out-of-tree builds from read-only src.
by Trent Nelson
· 13 years ago
ae1d185
Issue #15936: Reformat text for os.random to follow Larry Hastings suggestion
by Andrew Svetlov
· 13 years ago
8a9d370
Issue #15936: Add link from os.urandom to random.SystemRandom
by Andrew Svetlov
· 13 years ago
94540d4
Issue #16244: Remove file mode overrides.
by Vinay Sajip
· 13 years ago
0cffd6b
Issue #16225: Backport from 3.2: Add additional note to tutorial about looping.
by Chris Jerdonek
· 13 years ago
fd6d3b1
fix typo
by Benjamin Peterson
· 13 years ago
ca01a76
don't expect warnings from doctests if they can't run
by Benjamin Peterson
· 13 years ago
d7d9a44
Issue #16227: Add to 2.x Unicode HOWTO a link to the Python 3 version.
by Chris Jerdonek
· 13 years ago
def5df6
Issue #16206: Backport dict documentation improvements from 3.2.
by Chris Jerdonek
· 13 years ago
d9edd82
String exceptions aren't just deprecated, they are gone.
by Raymond Hettinger
· 13 years ago
9971616
Fixes Issue #12268 for the io module - File readline, readlines and
by Gregory P. Smith
· 13 years ago
2aa5afa
Issue #16199: Backport 2to3 typo fix from 3.2.
by Chris Jerdonek
· 13 years ago
c1924ab
Fix #16176. Properly identify Windows 8 via platform.platform()
by Brian Curtin
· 13 years ago
1e65159
Backport from 3.2: Fix placement of shell=True warning in subprocess.Popen() docs.
by Chris Jerdonek
· 13 years ago
2a6672b
Issue #16115: Backport subprocess.Popen() documentation improvements from 3.2.
by Chris Jerdonek
· 13 years ago
cfb01a5
Issue #12947: Backport doctest documentation change from 3.3.
by Chris Jerdonek
· 13 years ago
a11c1fc
Missed one instance of code-block:: text highlighting to revert.
by Georg Brandl
· 13 years ago
7495456
Issue #12947: revert earlier workaround and use a monkey-patch to enable showing doctest directives only in the doctest docs.
by Georg Brandl
· 13 years ago
d469c40
Issue #12947: Backport doctest documentation improvements from 3.3.
by Chris Jerdonek
· 13 years ago
7c06801
Fix Issue 15922: make howto/urllib2.rst doctests pass.
by Senthil Kumaran
· 13 years ago
6ecdb58
Issue #16168: Use specified socket type for domain sockets in SysLogHandler.
by Vinay Sajip
· 13 years ago
1906c0c
Issue #16115: Backport subprocess.Popen() documentation improvements from 3.2.
by Chris Jerdonek
· 13 years ago
ad4b000
Issue #14783: Backport changes from 3.2.
by Chris Jerdonek
· 13 years ago
e4831f6
Issue #14900: Add aliases for sorting params for pstat to follow column names from pstat output.
by Andrew Svetlov
· 13 years ago
75033a3
Issue #14900: Distuguish call count and primitive call count in pstat output.
by Andrew Svetlov
· 13 years ago
313dc9b
Clean up a test turd.
by Mark Dickinson
· 13 years ago
fefd3ac
#9957: document that SpooledTemporaryFile.truncate does not take size arg
by R David Murray
· 13 years ago
8c44193
Issue #16025: Minor corrections to the zipfile documentation.
by Andrew Svetlov
· 13 years ago
2699c9d
#16112: platform.architecture does not correctly escape argument to /usr/bin/file. Fix original patch
by Jesus Cea
· 13 years ago
69e7c9b
#16112: platform.architecture does not correctly escape argument to /usr/bin/file. Use 'communicate()'
by Jesus Cea
· 13 years ago
45c0766
Issue #14997: disable <F5> in idle shell window.
by Andrew Svetlov
· 13 years ago
debda5d
Closes #16112: platform.architecture does not correctly escape argument to /usr/bin/file. Solve a 2.7 bootstrap issue
by Jesus Cea
· 13 years ago
3e94e14
Backed out changeset 5abacebec9d2
by Jesus Cea
· 13 years ago
82a3924
Backed out changeset c73b90b6dadd
by Jesus Cea
· 13 years ago
95038fa
Closes #16112: platform.architecture does not correctly escape argument to /usr/bin/file
by Jesus Cea
· 13 years ago
7c0a87f
Issue #12947: Better workaround for the problem with doctest directives being stripped from code examples that are intended to illustrate those directives
by Nick Coghlan
· 13 years ago
a42709e
Issue #12947: Add a note to doctest until the example rendering is fixed
by Nick Coghlan
· 13 years ago
364f79d
Fix Misc/ACKS alphabetic order
by Jesus Cea
· 13 years ago
e884be6
Closes #15897: zipimport.c doesn't check return value of fseek()
by Jesus Cea
· 13 years ago
31a9e83
#15979: improve timeit documentation.
by Ezio Melotti
· 13 years ago
71d74b0
Close #16036: Backport 3.x documentation improvement.
by Chris Jerdonek
· 13 years ago
95d7cdf
Fix sqlite3 class markup.
by R David Murray
· 13 years ago
c820de5
#15923: fix a mistake in asdl_c.py that resulted in a TypeError after 2801bf875a24 (see #15801).
by Ezio Melotti
· 13 years ago
2fbe856
Commit current version of the doc "dailybuild" script.
by Georg Brandl
· 13 years ago
e8b2b67
Doc sidebar: point to 3.4 as dev.
by Georg Brandl
· 13 years ago
3547a34
merge heads
by Gregory P. Smith
· 13 years ago
0798cbc
Issue #15756: subprocess.poll() now properly handles errno.ECHILD to
by Gregory P. Smith
· 13 years ago
fab57cc
Close issue #16077: fix code example in documentation of reduce() built-in (from docs@).
by Chris Jerdonek
· 13 years ago
3e09b14
#16085: Don't promote shadowing builtins in the configparser example.
by R David Murray
· 13 years ago
218a8ab
Issues #16029, #16030: Fix pickling and repr of large xranges.
by Mark Dickinson
· 13 years ago
9faaf1b
#16071: fix email.message links in the mailbox docs.
by R David Murray
· 13 years ago
9662b84
Closes #15953: Incorrect some fields declaration in the PyTypeObject documentation
by Jesus Cea
· 13 years ago
0c68c5d
Update docs for string.zfill
by Andrew Svetlov
· 13 years ago
9ac2023
Update documentation for string.replace. Thanks to docs@
by Andrew Svetlov
· 13 years ago
bf2ad34
Pass on parameters in unittest.TextTestResult.__init__ super call
by Michael Foord
· 13 years ago
fb2e8a7
#15222: Fix a test failure on Windows
by Petri Lehtinen
· 13 years ago
1b43274
Show how to close a connection
by Raymond Hettinger
· 13 years ago
a4fd0dc
#15222: Insert blank line after each message in mbox mailboxes
by Petri Lehtinen
· 13 years ago
ec2807c
#15222: test_mailbox: End message template in a newline
by Petri Lehtinen
· 13 years ago
Next »