Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
5b9f4c1539aee9107e4958eaa50ab205fd6a72e4
5b9f4c1
Fix typo
by Antoine Pitrou
· 14 years ago
897d059
merge 3.2 (#13199)
by Benjamin Peterson
· 14 years ago
2963fe0
plug possible refleak (closes #13199)
by Benjamin Peterson
· 14 years ago
f813080
normalize whitespace in Lib/distutils/msvc9compiler.py
by Mark Hammond
· 14 years ago
53e4a9a
normalize whitespace in Lib/distutils/msvc9compiler.py
by Mark Hammond
· 14 years ago
a9efb6f
Issue #7833: Ext. modules built using distutils on Windows no longer get a manifest
by Mark Hammond
· 14 years ago
6c58b28
Issue #7833: Ext. modules built using distutils on Windows no longer get a manifest
by Mark Hammond
· 14 years ago
bf65c74
(null merge 3.2, fix already applied to default)
by Victor Stinner
· 14 years ago
8d91d45
Issue #10653: Fix time.strftime() on Windows, check for invalid format strings
by Victor Stinner
· 14 years ago
f12e506
Close #13174: Fix extended attributes tests in test_os for SELinux
by Victor Stinner
· 14 years ago
386c2d8
test_select: use a timeout=0 in test_errno()
by Victor Stinner
· 14 years ago
5a3ff79
Issue #10653: Fix time.strftime() on Windows, check for invalid format strings
by Victor Stinner
· 14 years ago
de49d64
Fix closes issue 1673007 urllib.request to support HEAD requests with a new method arg.
by Senthil Kumaran
· 14 years ago
d8886fc
Merge
by Raymond Hettinger
· 14 years ago
4b779b3
Issue 13177: Make tracebacks more readable by avoiding chained exceptions in the lru_cache.
by Raymond Hettinger
· 14 years ago
e606983
Fix build under Windows
by Antoine Pitrou
· 14 years ago
7a6debe
remove some duplication
by Benjamin Peterson
· 14 years ago
ab7e2a4
Merge 3.2
by Éric Araujo
· 14 years ago
9be5723
Update dead references from py.org/dev/faq to the devguide (#13176)
by Éric Araujo
· 14 years ago
8022314
Cleanup in packaging: super considered super
by Éric Araujo
· 14 years ago
d139b99
Fix writing of the RESOURCES file by packaging (#12386)
by Éric Araujo
· 14 years ago
f598d60
Merge 3.2
by Éric Araujo
· 14 years ago
77466be
Branch merge
by Éric Araujo
· 14 years ago
181ae4b
Branch merge
by Éric Araujo
· 14 years ago
1c67dd9
Port SetAttrString/HasAttrString to SetAttrId/GetAttrId.
by Martin v. Löwis
· 14 years ago
ac3d137
Issue #13158: Fix decoding and encoding of base-256 number fields in tarfile.
by Lars Gustäbel
· 14 years ago
bd928fe
Rename _Py_identifier to _Py_IDENTIFIER.
by Martin v. Löwis
· 14 years ago
01277d1
Merge with 3.2: Issue #13158: Fix decoding and encoding of base-256 number fields in tarfile.
by Lars Gustäbel
· 14 years ago
0e7e715
(Merge 3.2) Issue #13025: mimetypes is now reading MIME types using the UTF-8
by Victor Stinner
· 14 years ago
82ac9bc
Issue #13025: mimetypes is now reading MIME types using the UTF-8 encoding,
by Victor Stinner
· 14 years ago
792b47f
(Merge 3.2) Issue #10653: On Windows, use strftime() instead of wcsftime()
by Victor Stinner
· 14 years ago
c1f32ca
Issue #10653: On Windows, use strftime() instead of wcsftime() because
by Victor Stinner
· 14 years ago
f5cff56
Issue #13088: Add shared Py_hexdigits constant to format a number into base 16
by Victor Stinner
· 14 years ago
e506437
What's new in Python 3.3: document new functions of the os module
by Victor Stinner
· 14 years ago
69db2db
Fix typo in the os doc: lremoveattr => lremovexattr
by Victor Stinner
· 14 years ago
9d663d0
convertsimple(): "str without bytes" => "str without characters"
by Victor Stinner
· 14 years ago
d1a9cc2
dictviews_or() uses _Py_identifier
by Victor Stinner
· 14 years ago
bfc6d74
Use GetAttrId directly. Proposed by Amaury.
by Martin v. Löwis
· 14 years ago
f0b934b
Reuse the stringlib in findchar(), and make its signature more convenient
by Antoine Pitrou
· 14 years ago
c198d05
Add a comment explaining this heuristic.
by Antoine Pitrou
· 14 years ago
dda339e
Simplify heuristic for when to use memchr
by Antoine Pitrou
· 14 years ago
72d6a13
Merge #13159: Replace FileIO's quadratic-time buffer growth algorithm with a linear-time one.
by Nadeem Vawda
· 14 years ago
d41a98b
Issue #13159: Replace FileIO's quadratic-time buffer growth algorithm with a linear-time one.
by Nadeem Vawda
· 14 years ago
55c9911
Optimize unicode_subscript() for step != 1 and ascii strings
by Victor Stinner
· 14 years ago
127226b
Don't use PyUnicode_MAX_CHAR_VALUE() macro in Py_MAX()
by Victor Stinner
· 14 years ago
8813104
Simplify PyUnicode_MAX_CHAR_VALUE
by Victor Stinner
· 14 years ago
9e7a1bc
Optimize findchar() for PyUnicode_1BYTE_KIND: use memchr and memrchr
by Victor Stinner
· 14 years ago
dd4e2f0
Issue #13155: Optimize finding the optimal character width of an unicode string
by Antoine Pitrou
· 14 years ago
49a0a21
Unicode replace() avoids calling unicode_adjust_maxchar() when it's useless
by Victor Stinner
· 14 years ago
69f55cc
Issue #13157: Fix building Python outside its source tree
by Victor Stinner
· 14 years ago
21d29c3
Issue #12367: Add a test on error attribute of select.error
by Victor Stinner
· 14 years ago
a1bf298
What's New in Python 3.3: mention the PEP 3151
by Victor Stinner
· 14 years ago
62ab10a
Replace mentions of IOError
by Antoine Pitrou
· 14 years ago
5d6fbe8
Instantiate the OS-related exception as soon as we raise it, so that
by Antoine Pitrou
· 14 years ago
1e4fe70
This shameful limitation of the fileinput module is not relevant anymore.
by Antoine Pitrou
· 14 years ago
4272d6a
Fix some mentions of IOError
by Antoine Pitrou
· 14 years ago
a787b65
Fix mentions of IOError in the io module docs
by Antoine Pitrou
· 14 years ago
f55011f
Update doc for BlockingIOError and its alias in the io module
by Antoine Pitrou
· 14 years ago
442ee03
Replace mentions of WindowsError
by Antoine Pitrou
· 14 years ago
771dea7
Replace a mention of EnvironmentError in the distutils docs.
by Antoine Pitrou
· 14 years ago
23a580f
Update index entries
by Antoine Pitrou
· 14 years ago
9a4a342
Update the C-API docs for exception types
by Antoine Pitrou
· 14 years ago
5574c30
Replace mentions of socket.error.
by Antoine Pitrou
· 14 years ago
195e702
Mention the merging of other exceptions into OSError.
by Antoine Pitrou
· 14 years ago
9b7fcf8
Minimal update of select docs for PEP 3151.
by Antoine Pitrou
· 14 years ago
70fa31c
Minimal update of socket docs for PEP 3151. More editing is probably desirable.
by Antoine Pitrou
· 14 years ago
f9c7746
Update exceptions doc for PEP 3151
by Antoine Pitrou
· 14 years ago
6b4883d
PEP 3151 / issue #12555: reworking the OS and IO exception hierarchy.
by Antoine Pitrou
· 14 years ago
983b143
Backed out changeset 952d91a7d376
by Victor Stinner
· 14 years ago
e55ad2d
Relax condition
by Antoine Pitrou
· 14 years ago
d218bf1
stringlib: Fix STRINGLIB_STR for UCS2/UCS4
by Victor Stinner
· 14 years ago
4e10100
Fix compiler warning in _PyUnicode_FromUCS2()
by Victor Stinner
· 14 years ago
8cc70dc
Fix fastsearch for UCS2 and UCS4
by Victor Stinner
· 14 years ago
c5af773
Fix FileIO.readall() (new_buffersize()) for large files
by Victor Stinner
· 14 years ago
950468e
Use _PyUnicode_CONVERT_BYTES() where applicable.
by Antoine Pitrou
· 14 years ago
b896001
Merge
by Antoine Pitrou
· 14 years ago
a2a6477
Fix io.FileIO.readall() on Windows 64 bits
by Victor Stinner
· 14 years ago
ffa547e
Fix deprecation warning
by Antoine Pitrou
· 14 years ago
2c5d3cb
Fix a compiler warning in _locale
by Victor Stinner
· 14 years ago
3f528f0
Fix a compiler warning in zipimport
by Victor Stinner
· 14 years ago
8c98189
Fix typo in import.c
by Victor Stinner
· 14 years ago
577db2c
PyUnicode_AsUnicodeCopy() now checks if PyUnicode_AsUnicode() failed
by Victor Stinner
· 14 years ago
d9c0631
Strip trailing spaces in _json.c
by Victor Stinner
· 14 years ago
c4f281e
Fix misuse of PyUnicode_GET_SIZE, use PyUnicode_GET_LENGTH instead
by Victor Stinner
· 14 years ago
ed2682b
Reuse PyUnicode_Copy() in validate_and_copy_tuple()
by Victor Stinner
· 14 years ago
beac78b
Use PyUnicode_AsUnicodeAndSize() instead of PyUnicode_GET_SIZE()
by Victor Stinner
· 14 years ago
e459a08
Issue #13136: speed up conversion between different character widths.
by Antoine Pitrou
· 14 years ago
2c3b230
Issue #13134: optimize finding single-character strings using memchr
by Antoine Pitrou
· 14 years ago
60dd7dc
Merge
by Antoine Pitrou
· 14 years ago
1c027e5
Merge issue #13145 fix.
by Mark Dickinson
· 14 years ago
f1ab47e
Issue #13145. Fix incorrect documentation for PyNumber_ToBase. Thanks Sven Marnach.
by Mark Dickinson
· 14 years ago
bb0ad4c
Avoid pulling threading when _thread is sufficient
by Antoine Pitrou
· 14 years ago
dc567e4
Use a dict for faster sysconfig startup (issue #13150)
by Antoine Pitrou
· 14 years ago
10a99b0
Issue #13150: The tokenize module doesn't compile large regular expressions at startup anymore.
by Antoine Pitrou
· 14 years ago
699cd9f
Remove unused variable
by Antoine Pitrou
· 14 years ago
2871698
/* Remove unused code. It has been committed out since 2000 (!). */
by Antoine Pitrou
· 14 years ago
aa2cb3a
Increase test coverage for packaging.manifest (#11751).
by Éric Araujo
· 14 years ago
c822f08
Merge #11751 from 3.2
by Éric Araujo
· 14 years ago
2336c85
Increase test coverage for distutils.filelist (#11751).
by Éric Araujo
· 14 years ago
30cc654
Add tests for Unicode handling in packaging’ check and register (#13114)
by Éric Araujo
· 14 years ago
Next »