Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
362b95102f76d042e7f3865c1ebec5d36c79959a
362b951
#12017: Fix segfault in json.loads() while decoding highly-nested objects using the C accelerations.
by Ezio Melotti
· 14 years ago
7420b70
Fix potential resource leak in test_mmap.
by Nadeem Vawda
· 14 years ago
909f6d2
Issue #11277: Fix tests - crash will not trigger if the file is closed and reopened.
by Nadeem Vawda
· 14 years ago
ced1056
Issue #11277: Add tests for mmap crash when using large sparse files on OS X.
by Nadeem Vawda
· 14 years ago
caed7fe
#11999: sync based on comparing mtimes, not mtime to system clock
by R David Murray
· 14 years ago
f51738b
Fix for issue 10684: Folders get deleted when trying to change case with shutil.move (case insensitive file systems only)
by Ronald Oussoren
· 14 years ago
d92ab08
#11997: fix typo in init.rst.
by Ezio Melotti
· 14 years ago
fc5ed80
#8158: add missing 'description' description to optparse docstring.
by R David Murray
· 14 years ago
f16898b
#11985: update docstring of platform.python_implementation.
by Ezio Melotti
· 14 years ago
308053e
Fix #11834. Correct site-packages paths.
by Brian Curtin
· 14 years ago
b351bcc
#11985: document the return value of platform.python_implementation for PyPy.
by Ezio Melotti
· 14 years ago
cd6756d
Branch merge
by Éric Araujo
· 14 years ago
b79c234
Add missing colon
by Éric Araujo
· 14 years ago
9b2fd32
Fix spelling.
by Raymond Hettinger
· 14 years ago
a6cd0cf
Issue #11277: mmap calls fcntl(fd, F_FULLFSYNC) on Mac OS X to get around a
by Victor Stinner
· 14 years ago
10116d4
note abcs of int and float (closes #11977)
by Benjamin Peterson
· 14 years ago
13aaef5
Issue #9756: credit the author, Andreas Stührk (Trundle)
by Victor Stinner
· 14 years ago
3249dec
Issue #9756: When calling a method descriptor or a slot wrapper descriptor, the
by Victor Stinner
· 14 years ago
9c4f09d
#11971: fix man page; it's -OO not -O0
by R David Murray
· 14 years ago
3bba57d
Fix wording
by Éric Araujo
· 14 years ago
bb754b5
#11883: fix email examples by adding 'localhost' to SMTP constructor calls
by R David Murray
· 14 years ago
9beb34e
#11901: post-commit review fixes per Georg Brandl
by R David Murray
· 14 years ago
4c02088
fix function name in example (closes #11966)
by Benjamin Peterson
· 14 years ago
73365dd
whitespace...
by Brian Curtin
· 14 years ago
e6242d7
Fix #11961. Document STARTUPINFO and creation flag options.
by Brian Curtin
· 14 years ago
f108f82
Wrap the testskip decorator for the proper test to resolve bb failure.
by Senthil Kumaran
· 14 years ago
8b8e7f4
Further fix #7838. CREATE_NEW_CONSOLE was exposed, but none of the
by Brian Curtin
· 14 years ago
2ee8835
#11952: Fix typo in multiprocessing doc.
by Ezio Melotti
· 14 years ago
e3bdcf4
skip the extractall test on platforms where os.symlink is not available.
by Senthil Kumaran
· 14 years ago
123932f
Add tests for tarfile extractall feature when with symlinks
by Senthil Kumaran
· 14 years ago
b185a04
#11926: add missing keywords to help("keywords").
by Ezio Melotti
· 14 years ago
507cbc1
Issue #11940: Update external link.
by Raymond Hettinger
· 14 years ago
f95033b
#11942: Fix return type of Py_AddPendingCall. Patch by Sandro Tosi.
by Ezio Melotti
· 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
935a588
#11763: don't use difflib in TestCase.assertMultiLineEqual if the strings are too long.
by Ezio Melotti
· 14 years ago
72387f9
Update News entry for Issue11236
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
ba42fd5
#6780: fix starts/endswith error message to mention that tuples are accepted too.
by Ezio Melotti
· 14 years ago
2043f9c
#11901: add description of how bitfields are laid out to hexversion docs
by R David Murray
· 14 years ago
16190c8
Change markup so that it creates a link
by Éric Araujo
· 14 years ago
8f14bbd
pybench prep_times calculation error (closes #11895)
by Jesus Cea
· 14 years ago
2bad92d
Remove obsolete/duplicate docstring
by Éric Araujo
· 14 years ago
5348b63
Branch merge
by Éric Araujo
· 14 years ago
2b9388a
Fix weird executable name
by Éric Araujo
· 14 years ago
de579d4
Add a space to make json doc a bit more readable
by Éric Araujo
· 14 years ago
7365acc
merge heads
by Jesus Cea
· 14 years ago
2fc8b87
Port 5b607cd8c71b (closes #11892)
by Jesus Cea
· 14 years ago
fc330ae
Minor text rearrangement.
by Raymond Hettinger
· 14 years ago
c3ab577
merge
by Jesus Cea
· 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
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
ac45150
startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828)
by Jesus Cea
· 14 years ago
d07eaf1
Issue #11875: Alter the previous fix to work better with subclasses
by Raymond Hettinger
· 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
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
58de6ee
Fix sporadic failure in test_startfile.
by Nadeem Vawda
· 14 years ago
6c9b35b
Issue #11768: The signal handler of the signal module only calls
by Victor Stinner
· 14 years ago
340bb95
#11865: fix typo in init.rst.
by Ezio Melotti
· 14 years ago
2876a8c
Rework multiset methods to use less memory and to make fewer calls to __hash__.
by Raymond Hettinger
· 14 years ago
dcb22a3
Fix resource warning found manually
by Éric Araujo
· 14 years ago
a0b3c32
Advertise nesting directives for class/method and class/data combos.
by Éric Araujo
· 14 years ago
340d269
Small wording fix.
by Georg Brandl
· 14 years ago
219cc77
Issue #11855: Apply missing formatting for urlretrieve
by Eli Bendersky
· 14 years ago
7bba683
Add another example to the collections module docs.
by Raymond Hettinger
· 14 years ago
1c746c2
Fix minor subclassing issue with collections.Counter
by Raymond Hettinger
· 14 years ago
181810b
#11843: remove duplicate line from table in distutil doc.
by Ezio Melotti
· 14 years ago
2df6a93
Issue #5057: fix a bug in the peepholer that led to non-portable pyc files between narrow and wide builds while optimizing BINARY_SUBSCR on non-BMP chars (e.g. "\U00012345"[0]).
by Ezio Melotti
· 14 years ago
397eb44
Issue #11467: Fix urlparse behavior when handling urls which contains scheme specific part only digits.
by Senthil Kumaran
· 14 years ago
20f53f1
#11848: replace dead link in random.betavariate comment.
by Ezio Melotti
· 14 years ago
60adf95
#4783: document that is not possible to use json.dump twice on the same stream.
by Ezio Melotti
· 14 years ago
046a764
Issue #11827: remove mention of list2cmdline in the doc of subprocess
by Eli Bendersky
· 14 years ago
2d2ea1b
Fix Issue11474 - fix url2pathname() handling of '/C|/' on Windows
by Senthil Kumaran
· 14 years ago
95cd91c
#11840: Improve c-api/unicode documentation. Patch by Sandro Tosi.
by Ezio Melotti
· 14 years ago
832c8bb
#9101: backport json reference in configparser doc.
by Ezio Melotti
· 14 years ago
691840f
Fix improper tests in RegisterTestCase
by Éric Araujo
· 14 years ago
395ba35
Minor tweaks to a few comments in heapq
by Éric Araujo
· 14 years ago
b4fb909
Remove inexistent tools
by Brian Curtin
· 14 years ago
e0fd2f8
Fix wording and clarify that the IDNA codec operates on full domain names.
by R David Murray
· 14 years ago
ce073cd
Fix typo in docstring.
by Ezio Melotti
· 14 years ago
d210aa1
#9233: Fix json.loads({}) to return a dict (instead of a list), when _json is not available.
by Ezio Melotti
· 14 years ago
42368f9
Remove unnecessary imports and use assertIs instead of assertTrue.
by Ezio Melotti
· 14 years ago
c753305
#9233: Fix json to work properly even when _json is not available.
by Ezio Melotti
· 14 years ago
4f95a52
#9233: skip _json-specific tests when _json is not available.
by Ezio Melotti
· 14 years ago
a8b0f9a
Merge updates
by Senthil Kumaran
· 14 years ago
60f02a6
Update the News for the fix to Issue11703.
by Senthil Kumaran
· 14 years ago
3dd02d6
#10019: Fix regression relative to 2.6: add newlines if indent=0
by R David Murray
· 14 years ago
abdeeff
merge heads
by Benjamin Peterson
· 14 years ago
bd3e362
make assigning to a bytes literal a syntax error (closes #11506)
by Benjamin Peterson
· 14 years ago
2643041
Fix Issue11703 - urllib2.geturl() does not return correct url when the original url contains #fragment. Patch Contribution by Santoso Wijaya.
by Senthil Kumaran
· 14 years ago
3780542
Issue 11747: Fix output format for context diffs.
by Raymond Hettinger
· 14 years ago
308f14a
Add maxlinelen to docstring, delete obsolete wording
by R David Murray
· 14 years ago
84c209a
Correct leading spaces in my NEWS entry.
by Brian Curtin
· 14 years ago
628f980
Add NEWS item for #5162.
by brian.curtin
· 14 years ago
e2f2998
Fix #5162. Allow child spawning from Windows services (via pywin32).
by brian.curtin
· 14 years ago
Next »