Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
d00862ac2715b35cb3309b10a1b75d060ea8b148
d00862a
Improve trace documentation (#9264). Patch by Eli Bendersky.
by Éric Araujo
· 14 years ago
b8eb9cb
Move the urllib-inherited API to a distinguished section
by Antoine Pitrou
· 14 years ago
0358a17
Move email section in with other modules. Fix markup.
by Raymond Hettinger
· 14 years ago
a55ffbc
Minor regroupings.
by Raymond Hettinger
· 14 years ago
bba537b
Adopt Antoine's suggestion to improve readability with module subsections.
by Raymond Hettinger
· 14 years ago
e0a9600
Add entries for the random module and the collections module.
by Raymond Hettinger
· 14 years ago
96f3410
Issue 10667: Fast path for collections.Counter
by Raymond Hettinger
· 14 years ago
779f19e
I don't think we need to ship the comp.lang.python RFD these days.
by Antoine Pitrou
· 14 years ago
3cbb24d
Encourage --with-pydebug rather than individual setting of debug options.
by Antoine Pitrou
· 14 years ago
0592be8
Remove outdated compatibility file.
by Antoine Pitrou
· 14 years ago
00c6b62
Issue #10706: Remove outdated script runtests.sh. Either `make test`
by Antoine Pitrou
· 14 years ago
bd8f145
TIMEOUT value change in URLTimeout Test. test.support.transient_internet has a
by Senthil Kumaran
· 14 years ago
42877fe
Typo fix
by Andrew M. Kuchling
· 14 years ago
d89bc3f
#10705: document what the values of debuglevel are and mean.
by R. David Murray
· 14 years ago
ce4b170
#4236: avoid possible Fatal Error when import is called from __del__
by R. David Murray
· 14 years ago
95333e3
More comprehensive compileall cli tests, and fixes.
by R. David Murray
· 14 years ago
e7fed67
Freshen README contents
by Antoine Pitrou
· 14 years ago
ffad35e
Nits
by Raymond Hettinger
· 14 years ago
9a6b400
Logging documentation update.
by Vinay Sajip
· 14 years ago
31d04f2
SIGCHLD is a more portable name than SIGCLD. (OSX has no SIGCLD)
by Gregory P. Smith
· 14 years ago
ec07331
#775964: skip YP/NIS entries instead of failing the test
by R. David Murray
· 14 years ago
a80f4fb
Fix "BytesWarning: str() on a bytes instance"
by Gregory P. Smith
· 14 years ago
e85db2b
Issue #1731717: Fixed the problem where subprocess.wait() could cause an
by Gregory P. Smith
· 14 years ago
32ef70c
#10695: use %s not %d so that a string 'port' does not cause a debug traceback
by R. David Murray
· 14 years ago
8edd99d
Issue #6559: fix the subprocess.Popen pass_fds implementation. Add a unittest.
by Gregory P. Smith
· 14 years ago
39f34aa
Turn on regrtest -W (rerun immediately) option for Windows, too.
by R. David Murray
· 14 years ago
3fc969a
9162: fix license in multiprocessing files
by R. David Murray
· 14 years ago
6ecf76e
Use skipIf instead of a return when attribute doesn't exist.
by R. David Murray
· 14 years ago
4d55bf9
#10699: fix docstring for tzset: it does not take a parameter
by R. David Murray
· 14 years ago
7ec754b
#1078919: make add_header automatically do RFC2231 encoding when needed.
by R. David Murray
· 14 years ago
796343b
#10698: fix typo in example.
by R. David Murray
· 14 years ago
fd94b17
Logging documentation update.
by Vinay Sajip
· 14 years ago
7292b88
Logging documentation update.
by Vinay Sajip
· 14 years ago
771d33e
Issue 10687. When --without-pymalloc is given, $VERSION is the same as
by Barry Warsaw
· 14 years ago
e98e8a3
Captured IO streams with embedded backslashes are always such a fun combination...
by Nick Coghlan
· 14 years ago
9466fe8
Logging documentatio update.
by Vinay Sajip
· 14 years ago
f86aa7c
Mention the subprocess.Popen close_fds default change. Fixup *s to -s.
by Gregory P. Smith
· 14 years ago
138fa43
regenerate configure based on r87207.
by Gregory P. Smith
· 14 years ago
51ee270
issue7213: Open the pipes used by subprocesses with the FD_CLOEXEC flag from
by Gregory P. Smith
· 14 years ago
f560485
Get rid of the close_fds DeprecationWarning. Changes the default on a per
by Gregory P. Smith
· 14 years ago
8d28a92
issue 10683
by Kristján Valur Jónsson
· 14 years ago
3c54ea6
Actually finish the tests for r87182
by Nick Coghlan
· 14 years ago
1d5d685
Logging documentation - further update.
by Vinay Sajip
· 14 years ago
97b886d
Logging documentation - further update.
by Vinay Sajip
· 14 years ago
36675b6
Logging documentation - further update.
by Vinay Sajip
· 14 years ago
7bdfe77
Improve readability of the socket docs
by Antoine Pitrou
· 14 years ago
64a467d
Homogenize the "optional OS services" menu
by Antoine Pitrou
· 14 years ago
f10f162
Consistent ordering of availability statements
by Antoine Pitrou
· 14 years ago
e72b586
Fix heading level
by Antoine Pitrou
· 14 years ago
a654090
Remove redundant sentence, and fix markup
by Antoine Pitrou
· 14 years ago
5260a9b
#243654: only create a new MIME boundary if we don't already have one.
by R. David Murray
· 14 years ago
cc4edd5
Add link to the buffer protocol description from the memory description.
by Antoine Pitrou
· 14 years ago
8abc935
Better explain the buffer interface (hopefully)
by Antoine Pitrou
· 14 years ago
36730e8
Make this a warning and fix indentation
by Antoine Pitrou
· 14 years ago
19d6ce0
Obsolete aliases needn't be documented
by Antoine Pitrou
· 14 years ago
b387ad6
Remove reference to stuff which is already obsolete in 2.x.
by Antoine Pitrou
· 14 years ago
c58bde1
SET_LINENO was removed in 2.3
by Antoine Pitrou
· 14 years ago
f234eb9
Logging documentation - further update.
by Vinay Sajip
· 14 years ago
6b22f3f
Issue #10188 (partial resolution): tidy up some behaviour in the new tempfile.TemporaryDirectory context manager
by Nick Coghlan
· 14 years ago
0e65cf0
Logging documentation - further update.
by Vinay Sajip
· 14 years ago
5286ccf
Logging documentation - further update.
by Vinay Sajip
· 14 years ago
a18b959
Logging documentation update.
by Vinay Sajip
· 14 years ago
8c84b71
having three copies of the same test is surely a bit excessive
by Benjamin Peterson
· 14 years ago
28a4dce
remove (un)transform methods
by Benjamin Peterson
· 14 years ago
18d378d
Fix markup.
by Georg Brandl
· 14 years ago
ad6f877
Create the hardlink between python-3.2m and python-3.2 in altbininstall target
by Barry Warsaw
· 14 years ago
6d9839d
Add versionchanged for parameter type changes.
by Martin v. Löwis
· 14 years ago
ab3734f
Avoid AttributeError(_closed) when a TemporaryDirectory is deallocated whose mkdtemp call failed.
by Georg Brandl
· 14 years ago
dd59097
Adjust PySlice_GetIndices documentation to signature change.
by Martin v. Löwis
· 14 years ago
cc9d237
Fix typo.
by Georg Brandl
· 14 years ago
532d091
Reverted accidental commit (from r87159)
by Alexander Belopolsky
· 14 years ago
fc55789
Updated UCD version and unicode.org links to Unicode 6.0.0
by Alexander Belopolsky
· 14 years ago
070ec70
Move nntp entry back to changed modules section and add entry for non-ascii import directories.
by Raymond Hettinger
· 14 years ago
5a27d40
logging: added handler of last resort.
by Vinay Sajip
· 14 years ago
cf03ac0
#10668: fix wrong call of __init__.
by Georg Brandl
· 14 years ago
40e86f0
Fied typo
by Vinay Sajip
· 14 years ago
129fd04
test.support: Added TestHandler and Matcher classes for better support of assertions about logging.
by Vinay Sajip
· 14 years ago
dfa0a2a
Minor documentation tweak.
by Vinay Sajip
· 14 years ago
8f77630
#10273: Remove a "Matches" that I missed in r86910. Thanks to RDM for noticing it.
by Ezio Melotti
· 14 years ago
522cc0a
Reclassify some entries and remove a couple of minor ones.
by Raymond Hettinger
· 14 years ago
21ec4bc
Overview of email module and recategorize various entries.
by Raymond Hettinger
· 14 years ago
5eb6390
Doh! Example pasted twice, but only once in the right place.
by Raymond Hettinger
· 14 years ago
c95c918
Guard against rogue tuples.
by Georg Brandl
· 14 years ago
b56c0e2
#10661: give QName a nicer repr.
by Georg Brandl
· 14 years ago
fb1720b
Fix "seperate".
by Georg Brandl
· 14 years ago
792c076
Entries for datetime, callable, and collections.Counter.
by Raymond Hettinger
· 14 years ago
5280275
Fixed typo in comment.
by Hirokazu Yamamoto
· 14 years ago
524f103
Should call Py_INCREF for Py_None (Modules/_ssl.c: PySSL_cipher)
by Hirokazu Yamamoto
· 14 years ago
e239d23
Issue #6697: Fixed instances of _PyUnicode_AsString() result not checked for NULL
by Alexander Belopolsky
· 14 years ago
1b2bd3b
Have script_helper._assert_python strip refcount strings from stderr.
by R. David Murray
· 14 years ago
53a9dd7
Issue #10546: UTF-16-LE and UTF-16-BE *do* support non-BMP characters
by Victor Stinner
· 14 years ago
84cc062
Edited the Unicode 6.0.0 entry to add unicode.org links and trim the summary.
by Alexander Belopolsky
· 14 years ago
7257231
Added a datetime new features entry
by Alexander Belopolsky
· 14 years ago
3405de0
Mention NASM which is needed to build openssl-1.0.0a original source.
by Hirokazu Yamamoto
· 14 years ago
515fabb
Entry for inspect.getattr_static().
by Raymond Hettinger
· 14 years ago
b1ff402
Example of argparge with subparsers.
by Raymond Hettinger
· 14 years ago
2ffa671
range() example
by Raymond Hettinger
· 14 years ago
f34445f
Fix Issue8194 - Fix incompatible API change in the parse_respones for xmlrpclib.
by Senthil Kumaran
· 14 years ago
24a0941
Nits.
by Raymond Hettinger
· 14 years ago
83d8079
Clean-ups.
by Raymond Hettinger
· 14 years ago
Next »