Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
faedde3e1f375c1a5ef5edcddc3a634b0413faac
faedde3
#14770: merge with 3.2.
by Ezio Melotti
· 13 years ago
b35480e
#14770: improve the library FAQ.
by Ezio Melotti
· 13 years ago
62961dd
Issue #13959: Document imp.find_module/load_module as deprecated.
by Brett Cannon
· 13 years ago
401f9f3
Fix #13210. Port the Windows build from VS2008 to VS2010.
by Brian Curtin
· 13 years ago
708d88c
merge with 3.2
by Sandro Tosi
· 13 years ago
3918b1e
Issue #14793: fix grammar in bytes object paragraph; patch by Tshepang Lekhonkhobe
by Sandro Tosi
· 13 years ago
7fb79fc
Issue #14366: Support lzma compression in zip files. Patch by Serhiy Storchaka.
by Martin v. Löwis
· 13 years ago
bb54b33
Merge
by Antoine Pitrou
· 13 years ago
eafae02
Merge
by Antoine Pitrou
· 13 years ago
2d169b2
Make the reference counting of dictkeys objects participate in refleak hunting
by Antoine Pitrou
· 13 years ago
ee78a2b
Issue #13959: Introduce importlib.find_loader().
by Brett Cannon
· 13 years ago
acc0c18
Remove a now worthless test.
by Brett Cannon
· 13 years ago
61597d3
Try to fix test_shutil failure under Fedora - patch by Hynek.
by Antoine Pitrou
· 13 years ago
36c4e38
merge with 3.2
by Sandro Tosi
· 13 years ago
38b86b4
correctly define what 'fill' could be; thanks to Leland Hulbert from docs@
by Sandro Tosi
· 13 years ago
094d0e0
Issue #14779: Do not use get_config_var('SIZEOF_VOID_P') on OS X 64-/32-bit
by Stefan Krah
· 13 years ago
04b2e69
Merge
by Antoine Pitrou
· 13 years ago
424246f
Issue #14082: shutil.copy2() now copies extended attributes, if possible.
by Antoine Pitrou
· 13 years ago
758153b
Fix refleaks introduced by 83da67651687.
by Antoine Pitrou
· 13 years ago
e45c0c5
Fix logic error introduced by 83da67651687.
by Antoine Pitrou
· 13 years ago
4d688e3
Remove uninitialized compiler warning.
by Ross Lagerwall
· 13 years ago
1ff2e35
simplify by shortcutting when the kind of the needle is larger than the haystack
by Benjamin Peterson
· 13 years ago
c049952
Issue #13959: Have
by Brett Cannon
· 13 years ago
0c59b03
Deprecate the imp constants related to imp.get_suffixes().
by Brett Cannon
· 13 years ago
44ec91f
Update importlib.h
by Brett Cannon
· 13 years ago
cb66eb0
Issue #13959: Deprecate imp.get_suffixes() for new attributes on
by Brett Cannon
· 13 years ago
810c64d
Issue #14764: Update importlib.test.benchmark to work in a world where
by Brett Cannon
· 13 years ago
9d33511
merge
by Ned Deily
· 13 years ago
5fddf86
Issue #14662: Prevent shutil failures on OS X when destination does not
by Ned Deily
· 13 years ago
baf7571
Issue #14662: Prevent shutil failures on OS X when destination does not
by Ned Deily
· 13 years ago
569d087
use yield from
by Benjamin Peterson
· 13 years ago
e8751e0
Issue #14157: Fix time.strptime failing without a year on February 29th.
by Antoine Pitrou
· 13 years ago
1682e5d
Issue #14157: Fix time.strptime failing without a year on February 29th.
by Antoine Pitrou
· 13 years ago
59d5404
Issue #14753: Make multiprocessing treat negative timeouts as it did in 3.2
by Richard Oudkerk
· 13 years ago
ca5f91b
Issue #14738: Speed-up UTF-8 decoding on non-ASCII data. Patch by Serhiy Storchaka.
by Antoine Pitrou
· 13 years ago
fda08b0
Some nits in the pickle docs.
by Antoine Pitrou
· 13 years ago
a9494f6
Some nits in the pickle docs.
by Antoine Pitrou
· 13 years ago
b2eeced
Removed outdated statement about pickle's and marshal's relative performance.
by Antoine Pitrou
· 13 years ago
cc6c673
Removed outdated statement about pickle's and marshal's relative performance.
by Antoine Pitrou
· 13 years ago
fd7aaab
#14763: merge with 3.2.
by Ezio Melotti
· 13 years ago
bf3165b
#14763: document default maxsplit value for str.split.
by Ezio Melotti
· 13 years ago
b58ab2c
MERGE: Closes #14768: os.path.expanduser('~/a') doesn't works correctly when HOME is '/'
by Jesus Cea
· 13 years ago
7f0d888
Closes #14768: os.path.expanduser('~/a') doesn't works correctly when HOME is '/'
by Jesus Cea
· 13 years ago
3b1a74a
Rename unicode_write_t structure and its methods to "_PyUnicodeWriter"
by Victor Stinner
· 13 years ago
ee4544c
Issue #14744: Inline unicode_writer_write_char() and unicode_write_str()
by Victor Stinner
· 13 years ago
c1fdad3
Null merge for issue #14761.
by Antoine Pitrou
· 13 years ago
d576c71
Issue #14761: Fix potential leak on an error case in the import machinery.
by Antoine Pitrou
· 13 years ago
a347901
Issue #14746: Remove redundant paragraphs from skipitem() in Python/getargs.c.
by Larry Hastings
· 13 years ago
7ca8d1f
Merge: Improve the grammar of a non-sentence.
by R David Murray
· 13 years ago
b98b37f
Improve the grammar of a non-sentence.
by R David Murray
· 13 years ago
f59c28c
unicode_writer_finish() checks string consistency
by Victor Stinner
· 13 years ago
5d73c17
Issue #14727: Fix race in test_multiprocessing
by Richard Oudkerk
· 13 years ago
104b3f4
Minor fix for test_multiprocessing
by Richard Oudkerk
· 13 years ago
1cffbac
merge 3.2 (#14752)
by Benjamin Peterson
· 13 years ago
89a6e9a
fix possible refleak (closes #14752)
by Benjamin Peterson
· 13 years ago
d3f424f
Merge from 3.2. Issue #14749: Add support for 'Z' to skipitem().
by Larry Hastings
· 13 years ago
d9e4a41
Issue #14749: Add support for 'Z' to skipitem() in Python/getargs.c.
by Larry Hastings
· 13 years ago
869b1f9
merge 3.2
by Benjamin Peterson
· 13 years ago
3b66623
remove basically bitrotted XXXs
by Benjamin Peterson
· 13 years ago
bbf8393
explicitly set UnsupportedOperation's module rather than relying on incorrect globals on startup (closes #14745)
by Benjamin Peterson
· 13 years ago
1068025
Backout ab500b297900: the check for integer overflow is wrong
by Victor Stinner
· 13 years ago
79575b2
Issue #14742: Don't include DirectoryTestCase from test_unparse in test_tools until we can speed it up.
by Mark Dickinson
· 13 years ago
6efa50a
Issue #14583: Fix importlib bug when a package's __init__.py would first import one of its modules then raise an error.
by Antoine Pitrou
· 13 years ago
943cab2
Issue #14741: Merge fix from 3.2.
by Mark Dickinson
· 13 years ago
da029fb
Issue #14741: Fix missing support for ellipsis in parser module.
by Mark Dickinson
· 13 years ago
72f6095
Issue #14697: Merge fix from 3.2.
by Mark Dickinson
· 13 years ago
11c1dee
Issue #14697: Fix missing parser module support for set displays and set comprehensions.
by Mark Dickinson
· 13 years ago
0576f9b
Issue #14716: Change integer overflow check in unicode_writer_prepare()
by Victor Stinner
· 13 years ago
cf360b9
Issue #14701: Add missing support for 'raise ... from' in parser module.
by Mark Dickinson
· 13 years ago
202fdca
Close #14716: str.format() now uses the new "unicode writer" API instead of the
by Victor Stinner
· 13 years ago
9fad160
Issue #14701: Merge fix from 3.2.
by Mark Dickinson
· 13 years ago
99e2e55
Issue #14700: Fix two broken and undefined-behaviour-inducing overflow checks in old-style string formatting. Thanks Serhiy Storchaka for report and original patch.
by Mark Dickinson
· 13 years ago
10ba07a
Issue #14705: Added support for the new 'p' format unit to skipitem().
by Larry Hastings
· 13 years ago
aeb562e
Add John Regehr to Misc/ACKS for his help with finding integer overflows (issue #9530).
by Mark Dickinson
· 13 years ago
44ceea9
Issue #14695: Run Tools/parser/test_unparse.py as part of test_tools.
by Mark Dickinson
· 13 years ago
43d6ddc
Merge Misc/NEWS issue number fix from 3.2
by Mark Dickinson
· 13 years ago
640335c
Fix issue number in Misc/NEWS.
by Mark Dickinson
· 13 years ago
d30c5d5
Add Misc/NEWS entry for rev b4a1d9287780
by Richard Oudkerk
· 13 years ago
486a045
Fix buildbot failures in test_lzma.
by Nadeem Vawda
· 13 years ago
bc459bb
Rename lzma.check_is_supported() to is_check_supported() to avoid grammatical confusion.
by Nadeem Vawda
· 13 years ago
f55b329
Add lzma.{encode,decode}_filter_properties().
by Nadeem Vawda
· 13 years ago
75d5d8c
Merge with 3.2.
by Georg Brandl
· 13 years ago
0958a4d
Fix document title for Sphinx.
by Georg Brandl
· 13 years ago
11328e4
Really fix test_gzip failures on Windows.
by Nadeem Vawda
· 13 years ago
fe8440a
Issue #14965: Bring Tools/parser/unparse.py up to date with the Python 3.3. Grammar.
by Mark Dickinson
· 13 years ago
1b2e944
Issue #14965: Fix missing support for starred assignments in Tools/parser/unparse.py.
by Mark Dickinson
· 13 years ago
6dbca36
Make test_multiprocessing more lenient about another timeout check
by Richard Oudkerk
· 13 years ago
41eb85b
Make AcquirerProxy.acquire() support timeout argument
by Richard Oudkerk
· 13 years ago
b78174c
Fix too early decrefs.
by Antoine Pitrou
· 13 years ago
9d9dc8e
Fix test_gzip failures on Windows.
by Nadeem Vawda
· 13 years ago
b55d9e3
#14034: merge indentation fixes from 3.2.
by Ezio Melotti
· 13 years ago
9ab3fdd
#14034: fix indentation.
by Ezio Melotti
· 13 years ago
49233c4
Merge heads.
by Ezio Melotti
· 13 years ago
df5bedb
#14034: merge argparse tutorial from 3.2.
by Ezio Melotti
· 13 years ago
1b8a14d
Separate tests for gzip.GzipFile and gzip.open.
by Nadeem Vawda
· 13 years ago
6cc7a41
#14034: added the argparse tutorial. Patch by Tshepang Lekhonkhobe.
by Ezio Melotti
· 13 years ago
7e12620
Closes #13989: Add support for text modes to gzip.open().
by Nadeem Vawda
· 13 years ago
54c74ec
Fix formatting of preset values for exception messages in _lzmamodule.c.
by Nadeem Vawda
· 13 years ago
f1b34ee
#12660: Skip test_gdb when run from an installed Python.
by Vinay Sajip
· 13 years ago
7395404
Issue #9116: Allowed test to pass on Windows by adjusting the test condition slightly to allow for a Windows-specific error message.
by Vinay Sajip
· 13 years ago
Next »