Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
a5770aa9ca344a038fee4f13b5f1334d5bec98c9
a5770aa
#11138: fix order of fill and align specifiers.
by Georg Brandl
· 14 years ago
7ac3419
Fix some typos and grammar
by Eli Bendersky
· 14 years ago
2d062de
Fix some typos and grammar
by Eli Bendersky
· 14 years ago
8cd0b38
Typo. Doh!
by Raymond Hettinger
· 14 years ago
833ad0e
Fix awkwardly rendered sentence.
by Raymond Hettinger
· 14 years ago
fb2d167
Issue #11071: Various improvements to whatsnew.
by Raymond Hettinger
· 14 years ago
810cd34
Small markup and wording tweaks for the sorting-howto.
by Raymond Hettinger
· 14 years ago
98135d0
Mention that people going the source compatibility route should run 2to3 to find pain points.
by Brett Cannon
· 14 years ago
45aa7cc
Soften wording on doctest.
by Brett Cannon
· 14 years ago
ce71ab2
Re-arrange and clarify some __future__ import statements.
by Brett Cannon
· 14 years ago
e09d2f1
issue7678 - Properly document how to replace a shell pipeline so that SIGPIPE
by Gregory P. Smith
· 14 years ago
738236d
Issue #11067: Add PyType_GetFlags, to support PyUnicode_Check in the limited ABI
by Martin v. Löwis
· 14 years ago
9b142aa
Issue #11121: Fix building with --enable-shared.
by Martin v. Löwis
· 14 years ago
5405a0b
Use an internal reference instead of hard-coded URI.
by Éric Araujo
· 14 years ago
bd866e9
Everybody hates this one :) (bytes indexing)
by Antoine Pitrou
· 14 years ago
e6a1464
Soften the wording about tracebacks. Reference cycles *don't*
by Antoine Pitrou
· 14 years ago
5c28cfdc
Fix entries pertaining to file I/O
by Antoine Pitrou
· 14 years ago
8d8f7c5
Mention -b and -bb
by Antoine Pitrou
· 14 years ago
7095721
Mention asyncore and Twisted in the library FAQ.
by Antoine Pitrou
· 14 years ago
11480b6
Mention concurrent.futures and update answers about the GIL.
by Antoine Pitrou
· 14 years ago
f700524
Update test of "why is Python installed" FAQ.
by Antoine Pitrou
· 14 years ago
09264b6
Mention Cython and remove obsolete alternatives
by Antoine Pitrou
· 14 years ago
eb50ba5
Update info in the GUI FAQ
by Antoine Pitrou
· 14 years ago
e144507
There was a possibility that the initialization of _sqlite, when it failed,
by Brett Cannon
· 14 years ago
eefb97c
Mention that seek and tell over a TextIOWrapper can be very slow.
by Antoine Pitrou
· 14 years ago
d77520a
Issue #11118: Fix bogus export of None in python3.dll.
by Martin v. Löwis
· 14 years ago
4b0c24a
use 3-space indents.
by Brett Cannon
· 14 years ago
8045d97
Add a HOWTO on how to port from Python 2 to Python 3.
by Brett Cannon
· 14 years ago
6153604
Remove lots of spaces within exception message.
by Georg Brandl
· 14 years ago
e951e91
Punctuation typos.
by Georg Brandl
· 14 years ago
0446b21
Punctuation typo.
by Raymond Hettinger
· 14 years ago
6d7e26e
Get command-line doctest of Lib/decimal.py to work again.
by Raymond Hettinger
· 14 years ago
19cc9e1
Add a svn:ignore for PC/python3dll.obj
by Antoine Pitrou
· 14 years ago
7b5011b
Wording fix.
by Eric Smith
· 14 years ago
0ea622a
Issue #8275: Fix passing of callback arguments with ctypes under Win64.
by Antoine Pitrou
· 14 years ago
bd0c897
#11083 typo: RuntimeException -> RuntimeError
by Brian Curtin
· 14 years ago
f031356
Issue #11081: Fixed struct.__all__. Reviewed by Georg Brandl.
by Alexander Belopolsky
· 14 years ago
6b449ba
Post-release updates.
by Georg Brandl
· 14 years ago
92acd67
Recommend use of the tracker during the RC phase or just before a beta.
by Raymond Hettinger
· 14 years ago
9c2fc47
Fix minor grammar nits.
by Raymond Hettinger
· 14 years ago
e2ae807
Mention new parameter and attributes of the difflib.SequenceMatcher class added in 3.2 (issue 2986)
by Eli Bendersky
· 14 years ago
f30793a
Fix PEP-8 violation in argparse usage example (similar examples in argparse.rst do follow PEP-8)
by Eli Bendersky
· 14 years ago
d7cde5d
Fix some grammar and typos
by Eli Bendersky
· 14 years ago
ffaa692
Tagging release 3.2 rc 2.
by Georg Brandl
· 14 years ago
d6e19c3
Bump version.
by Georg Brandl
· 14 years ago
6ddc16b
Update suspicious ignore file.
by Georg Brandl
· 14 years ago
56632b4
Update pydoc topics.
by Georg Brandl
· 14 years ago
0f6b47a
#10680: fix mutually exclusive arguments in argument groups.
by Georg Brandl
· 14 years ago
d2f3857
#10961: fix exception handling in new pydoc server code.
by Georg Brandl
· 14 years ago
ce227e3
Clarify the status of get_string() and recommend using the binary API.
by Raymond Hettinger
· 14 years ago
d163c2c
#11069: fix the IDLE Stack Viewer, by not using "list" as a variable name.
by Georg Brandl
· 14 years ago
994d380
Add entry for the mailbox fixups.
by Raymond Hettinger
· 14 years ago
b7deff1
#9124: mailbox now accepts binary input and uses binary internally
by R. David Murray
· 14 years ago
b02f7c0
List known build/install problems for OS X.
by Raymond Hettinger
· 14 years ago
793ee1f
Issue #10845: Improve compatibility between multiprocessing on Windows and package, zipfile and directory execution (Reviewed by Antoine Pitrou and approved by Georg Brandl)
by Nick Coghlan
· 14 years ago
c7bb159
Markup nits.
by Raymond Hettinger
· 14 years ago
6239974
Add section for http.client.
by Raymond Hettinger
· 14 years ago
519c308
Typos.
by Raymond Hettinger
· 14 years ago
ac4e58e
Protect logging call against None argument (fixes #11045).
by Éric Araujo
· 14 years ago
7dabf16
Issue #10939: Make Internaldate2tuple test more robust.
by Alexander Belopolsky
· 14 years ago
5c2d330
Issue 11052: Correct IDLE menu accelerators on Mac OS X for Save
by Ned Deily
· 14 years ago
e59e4c5
Issue #11054: Allow Mac OS X installer builds to again work on 10.5 with
by Ned Deily
· 14 years ago
806c944
Issue #11053: Fix IDLE "Syntax Error" windows to behave as in 2.x,
by Ned Deily
· 14 years ago
7006393
Issue #10940: Workaround an IDLE hang on Mac OS X 10.6 when using the
by Ned Deily
· 14 years ago
19e0a9e
Issue #10939: Fixed imaplib.Internaldate2tuple(). Thanks Joe Peterson
by Alexander Belopolsky
· 14 years ago
ac039ae
fix reference to issue where the addition of select.PIPE_BUF was discussed
by Giampaolo Rodolà
· 14 years ago
80f75e6
Issue #10989: Fix a crash on SSLContext.load_verify_locations(None, True).
by Victor Stinner
· 14 years ago
a1eac72
Issue #11302: missing type check on _string.formatter_field_name_split and _string.formatter_parser caused crash.
by Eric Smith
· 14 years ago
08d4293
Add entry for str.format_map().
by Raymond Hettinger
· 14 years ago
598b513
Added a placeholder for str.format_map, as discussed with Raymond. My prose is horrible, some cleanup is required.
by Eric Smith
· 14 years ago
e180d39
Issue 10573: revert unittest docs to first / second
by Michael Foord
· 14 years ago
66c908e
#11027: documented how to override SECTCRE
by Łukasz Langa
· 14 years ago
469271d
More source links
by Raymond Hettinger
· 14 years ago
1a90f9c
Issue 11008: docs updated to show versionadded for dictConfig.
by Vinay Sajip
· 14 years ago
e6f0abf
More typical sample invocation of tarfile.
by Raymond Hettinger
· 14 years ago
712d2b4
Add missing attributions.
by Raymond Hettinger
· 14 years ago
8d09cb2
Update todo list.
by Raymond Hettinger
· 14 years ago
7626ef9
Add an entry for tarfile.
by Raymond Hettinger
· 14 years ago
a199368
More source links.
by Raymond Hettinger
· 14 years ago
8b5eb2f
Issue #11020: Command-line pyclbr was broken because of missing 2-to-3
by Raymond Hettinger
· 14 years ago
528d9f6
Issue #11018: fix a test to not be a no-op in test_bz2.
by Antoine Pitrou
· 14 years ago
7372a07
#11019: Make BytesGenerator handle Message with None body.
by R. David Murray
· 14 years ago
a63a312
Issue #11014: Make 'filter' argument in tarfile.Tarfile.add() into a
by Raymond Hettinger
· 14 years ago
e3b8f7c
Markup nits.
by Raymond Hettinger
· 14 years ago
bdd2d93
Revert r88197. I'll refix correctly once there is a test.
by R. David Murray
· 14 years ago
14eb4c3
Add a few imports to examples.
by Raymond Hettinger
· 14 years ago
3a7ee3a
Fix BytesGenerator._handle_text() if the message has no payload (None)
by Victor Stinner
· 14 years ago
0c4cc55
fix import in email.message_from_binary_file()
by Victor Stinner
· 14 years ago
512d2cc
Issue #11004: Repair edge case in deque.count(). (Reviewed by Georg Brandl.)
by Raymond Hettinger
· 14 years ago
5543e81
Tighten the restrictions on the test_sys test which triggers a fatal error when
by Brett Cannon
· 14 years ago
cfad97b
Fix the description of PIPE_BUF
by Antoine Pitrou
· 14 years ago
da7be3e
Fix the doc for PIPE_BUF
by Antoine Pitrou
· 14 years ago
902f320
Typo.
by Raymond Hettinger
· 14 years ago
da4a05d
Add entries for select and site.
by Raymond Hettinger
· 14 years ago
2f707c9
Add math.erfc and turtledemo.
by Raymond Hettinger
· 14 years ago
f9b8a19
Typo.
by Raymond Hettinger
· 14 years ago
2c63906
Nits.
by Raymond Hettinger
· 14 years ago
a4cfb42
Add entry for the math module.
by Raymond Hettinger
· 14 years ago
ad81f2b
Ignore the gdb.py file under OS X.
by Brett Cannon
· 14 years ago
d454249
another pretty crasher served up by pypy
by Benjamin Peterson
· 14 years ago
Next »