Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
1aa422fe8f056fd0000da45a67d875adc75cf034
1aa422f
Closes #11324: ConfigParser(interpolation=None) doesn't work.
by Łukasz Langa
· 14 years ago
f531113
Added Yuxiao Zeng for finding and resolving #11858. Thanks!
by Łukasz Langa
· 14 years ago
ba702da
Style updates for the #11670 solution after post-commit review by Ezio Melotti:
by Łukasz Langa
· 14 years ago
c20566c
merge from 3.1
by Senthil Kumaran
· 14 years ago
e3bdcf4
skip the extractall test on platforms where os.symlink is not available.
by Senthil Kumaran
· 14 years ago
e698cd5
Closes #11858: configparser.ExtendedInterpolation and section case.
by Łukasz Langa
· 14 years ago
8a410d3
merge from 3.1
by Senthil Kumaran
· 14 years ago
123932f
Add tests for tarfile extractall feature when with symlinks
by Senthil Kumaran
· 14 years ago
44aad85
#11926: merge with 3.1.
by Ezio Melotti
· 14 years ago
b185a04
#11926: add missing keywords to help("keywords").
by Ezio Melotti
· 14 years ago
4f74123
Issue #11940: Update external link.
by Raymond Hettinger
· 14 years ago
507cbc1
Issue #11940: Update external link.
by Raymond Hettinger
· 14 years ago
75cbd73
#11938: Fix duplicated test name in test_inspect. Patch by Andreas Stührk.
by Ezio Melotti
· 14 years ago
a782cca
#11942: merge with 3.1.
by Ezio Melotti
· 14 years ago
f95033b
#11942: Fix return type of Py_AddPendingCall. Patch by Sandro Tosi.
by Ezio Melotti
· 14 years ago
0c759fe
Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_*
by Antoine Pitrou
· 14 years ago
43ae619
Fixed trailing whitespace in the ReST file.
by Łukasz Langa
· 14 years ago
daab1c8
Closes #11670: configparser read_file now iterates over f.
by Łukasz Langa
· 14 years ago
944d16c
Merge 3.1
by Éric Araujo
· 14 years ago
19acb88
Branch merge
by Éric Araujo
· 14 years ago
9a42793
Branch merge
by Éric Araujo
· 14 years ago
10f3d7a
Change markup so it generates a link
by Éric Araujo
· 14 years ago
edd117f
#11763: merge with 3.1.
by Ezio Melotti
· 14 years ago
935a588
#11763: don't use difflib in TestCase.assertMultiLineEqual if the strings are too long.
by Ezio Melotti
· 14 years ago
40fc59d
Issue 11929: Minor whitespace clean-ups.
by Raymond Hettinger
· 14 years ago
30fe818
merge from 3.1
by Senthil Kumaran
· 14 years ago
72387f9
Update News entry for Issue11236
by Senthil Kumaran
· 14 years ago
75e6ed1
merge from 3.1 codeline.
by Senthil Kumaran
· 14 years ago
7cfe5f8
Fix for issue11236 getpass.getpass to respond ctrl-c or ctrl-z
by Senthil Kumaran
· 14 years ago
f2b3f78
#6780: merge with 3.1.
by Ezio Melotti
· 14 years ago
ba42fd5
#6780: fix starts/endswith error message to mention that tuples are accepted too.
by Ezio Melotti
· 14 years ago
0fb5b39
Merge #11901: add description of how bitfields are laid out to hexversion docs
by R David Murray
· 14 years ago
2043f9c
#11901: add description of how bitfields are laid out to hexversion docs
by R David Murray
· 14 years ago
1184690
Issue #11919: try to fix test_imp failure on some buildbots.
by Antoine Pitrou
· 14 years ago
72562d0
Issue #10914: add NEWS item.
by Antoine Pitrou
· 14 years ago
8e60577
Issue #10914: Add a minimal embedding test to test_capi.
by Antoine Pitrou
· 14 years ago
16190c8
Change markup so that it creates a link
by Éric Araujo
· 14 years ago
b32321a
pybench prep_times calculation error (closes #11895)
by Jesus Cea
· 14 years ago
8f14bbd
pybench prep_times calculation error (closes #11895)
by Jesus Cea
· 14 years ago
5db3e01
Minor clean-ups to docstrings, comments, and var names.
by Raymond Hettinger
· 14 years ago
2bad92d
Remove obsolete/duplicate docstring
by Éric Araujo
· 14 years ago
ce4c407
The version* directives don’t work with a blank line between arguments
by Éric Araujo
· 14 years ago
08c9bd5
Remove unneeded backslashes
by Éric Araujo
· 14 years ago
b547148
Fix indentation
by Éric Araujo
· 14 years ago
fbeb1a9
Merge 3.1
by Éric Araujo
· 14 years ago
cae1be8
Branch merge
by Éric Araujo
· 14 years ago
5348b63
Branch merge
by Éric Araujo
· 14 years ago
7fdd0fe
Issue #9319: Fix the unit test
by Victor Stinner
· 14 years ago
c68b6aa
Issue #9319: Fix a crash on parsing a Python source code without encoding
by Victor Stinner
· 14 years ago
2b9388a
Fix weird executable name
by Éric Araujo
· 14 years ago
5569e9b
Fix some more markup glitches in argparse doc.
by Ezio Melotti
· 14 years ago
dca309d
#11905: fix missing full stop in argparse doc. Noticed by Vladimir Rutsky.
by Ezio Melotti
· 14 years ago
2f1db7d
#11904: fix indentation in argparse doc. Noticed by Vladimir Rutsky.
by Ezio Melotti
· 14 years ago
00f53af
#11902: Fix typo in argparse doc. Noticed by Vladimir Rutsky.
by Ezio Melotti
· 14 years ago
0ee9c1b
Add the :mod: role where it was missing.
by Ezio Melotti
· 14 years ago
cca4ef8
#11885: capitalize Python.
by Ezio Melotti
· 14 years ago
c17c1f6
#11897: Fix typo in porting howto. Patch by Marti Raudsepp.
by Ezio Melotti
· 14 years ago
de579d4
Add a space to make json doc a bit more readable
by Éric Araujo
· 14 years ago
f745d8b
merge
by Jesus Cea
· 14 years ago
f620754
merge heads
by Jesus Cea
· 14 years ago
7365acc
merge heads
by Jesus Cea
· 14 years ago
f299c51
null merge
by Jesus Cea
· 14 years ago
2fc8b87
Port 5b607cd8c71b (closes #11892)
by Jesus Cea
· 14 years ago
296d6d0
Minor text rearrangement.
by Raymond Hettinger
· 14 years ago
fc330ae
Minor text rearrangement.
by Raymond Hettinger
· 14 years ago
db26dff
heads merging
by Jesus Cea
· 14 years ago
ec81d41
null merge
by Jesus Cea
· 14 years ago
af92842
Use non-deprecated method name.
by Ezio Melotti
· 14 years ago
5ccd278
merge
by Jesus Cea
· 14 years ago
c3ab577
merge
by Jesus Cea
· 14 years ago
7124f5f
MERGE: Up-port changeset 5cf8f6da8743 (closes #11890)
by Jesus Cea
· 14 years ago
861d27f
Merge with 3.1.
by Ezio Melotti
· 14 years ago
e402724
Fix wrong function name. Noticed by Clive Darke.
by Ezio Melotti
· 14 years ago
1d4ae84
Up-port changeset 5cf8f6da8743 (closes #11890)
by Jesus Cea
· 14 years ago
37e6c54
Merge 3.1
by Éric Araujo
· 14 years ago
6f205ed
Branch merge
by Éric Araujo
· 14 years ago
5c1a0c9
Fix argument name in reST doc to match the code
by Éric Araujo
· 14 years ago
ad0790e
Branch merge
by Éric Araujo
· 14 years ago
f8e1b60
Add docstring to dbm.open
by Éric Araujo
· 14 years ago
6159ee3
MERGE: startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828)
by Jesus Cea
· 14 years ago
ac45150
startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828)
by Jesus Cea
· 14 years ago
25458f1
Issue #11875: Alter the previous fix to work better with subclasses
by Raymond Hettinger
· 14 years ago
d07eaf1
Issue #11875: Alter the previous fix to work better with subclasses
by Raymond Hettinger
· 14 years ago
a947abe
Merge with 3.1.
by Ezio Melotti
· 14 years ago
8dfcab0
Fix wrong number of functions noticed by Sandro Tosi.
by Ezio Melotti
· 14 years ago
1114744
merge
by Raymond Hettinger
· 14 years ago
1cc986e
Issue 11875: Keep OrderedDict's __reduce__ from temporarily mutating the object.
by Raymond Hettinger
· 14 years ago
35b873a
merge
by Raymond Hettinger
· 14 years ago
019a97c
Issue 11875: Keep OrderedDict's __reduce__ from temporarily mutating the object.
by Raymond Hettinger
· 14 years ago
ab69438
Hmm, __ne__ was missing
by Raymond Hettinger
· 14 years ago
d08a2c2
Issue 11875: Keep OrderedDict's __reduce__ from temporarily mutating the object.
by Raymond Hettinger
· 14 years ago
f97255f
Updated documentation on fileConfig().
by Vinay Sajip
· 14 years ago
cc3f029
Merge test_startfile fix from 3.1.
by Nadeem Vawda
· 14 years ago
58de6ee
Fix sporadic failure in test_startfile.
by Nadeem Vawda
· 14 years ago
530cc09
Fix markup.
by R David Murray
· 14 years ago
27026f8
(Merge 3.1) Issue #11768: The signal handler of the signal module only calls
by Victor Stinner
· 14 years ago
6c9b35b
Issue #11768: The signal handler of the signal module only calls
by Victor Stinner
· 14 years ago
01581ee
#11492: rewrite header folding algorithm. Less code, more passing tests.
by R David Murray
· 14 years ago
74c0031
#11865: Merge with 3.1.
by Ezio Melotti
· 14 years ago
340bb95
#11865: fix typo in init.rst.
by Ezio Melotti
· 14 years ago
Next »