Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
94d08d908bf2ee9806d0d3a7fb530d4f3b25cc00
94d08d9
upgrade unicode db to 6.3.0 (closes #19221)
by Benjamin Peterson
· 11 years ago
78d692f
18764: remove the problematic 'print' alias for the PDB 'p' command.
by R David Murray
· 11 years ago
2fe9bac
Close #16742: Fix misuse of memory allocations in PyOS_Readline()
by Victor Stinner
· 11 years ago
6cf185d
Issue #18874: _PyObject_Malloc/Realloc/Free() now falls back on
by Victor Stinner
· 11 years ago
7c74de4
Issue #18874: PyCode_New() now ensures that the filename is a ready Unicode
by Victor Stinner
· 11 years ago
088cbf2
Issue #15805: Add contextlib.redirect_stdout()
by Raymond Hettinger
· 11 years ago
5ed3bc9
merge
by Raymond Hettinger
· 11 years ago
8ee7708
Issue #19005: Fix documentation for PyIter_Next().
by Raymond Hettinger
· 11 years ago
a61a1cb
Repair format of NEWS entry.
by Tim Peters
· 11 years ago
3415fa3
Repair format of NEWS entry.
by Tim Peters
· 11 years ago
5aaddd9
Issue 19158: a rare race in BoundedSemaphore could allow .release() too often.
by Tim Peters
· 11 years ago
cbd4d08
Issue 19158: a rare race in BoundedSemaphore could allow .release() too often.
by Tim Peters
· 11 years ago
213ef6e
Closes #19200: small grammar fix in multiprocessing docs. Thanks to Elazar Gershuni.
by Georg Brandl
· 11 years ago
8d19767
Close #19199: Remove ``PyThreadState.tick_counter`` field
by Victor Stinner
· 11 years ago
210871d
#19194: Improved cross-references in the fcntl module documentation.
by Serhiy Storchaka
· 11 years ago
926099d
#19194: Improved cross-references in the fcntl module documentation.
by Serhiy Storchaka
· 11 years ago
fa81cd9
#19196: Improved cross-references in distutils documentation.
by Serhiy Storchaka
· 11 years ago
7880db6
#19196: Improved cross-references in distutils documentation.
by Serhiy Storchaka
· 11 years ago
0d85b5c
Issue #19190: Improve cross-references in builtin types and functions documentation.
by Serhiy Storchaka
· 11 years ago
0d196ed
Issue #19190: Improve cross-references in builtin types and functions documentation.
by Serhiy Storchaka
· 11 years ago
d51f423
Issue 19195: Improved cross-references in C API documentation.
by Serhiy Storchaka
· 11 years ago
0b68a2d
Issue 19195: Improved cross-references in C API documentation.
by Serhiy Storchaka
· 11 years ago
3226d87
Issue #19193: Improved cross-references in the tutorial.
by Serhiy Storchaka
· 11 years ago
91aaeac
Issue #19193: Improved cross-references in the tutorial.
by Serhiy Storchaka
· 11 years ago
3d1b7a0
Whitespace normalization.
by Tim Peters
· 11 years ago
e99bdb9
Issue 19158: a rare race in BoundedSemaphore could allow .release() too often.
by Tim Peters
· 11 years ago
7634e1c
Issue 19158: a rare race in BoundedSemaphore could allow .release() too often.
by Tim Peters
· 11 years ago
77e904e
Issue #18948: improve SuppressCoreFiles to include Windows crash popup suppression, and use it in more tests.
by Antoine Pitrou
· 11 years ago
3ebbb04
merge with 3.3
by Georg Brandl
· 11 years ago
ee82d0b
Minor grammar fix.
by Georg Brandl
· 11 years ago
c13d604
merge with 3.3
by Georg Brandl
· 11 years ago
0aaae26
Clarify two points about division and shifting. Suggested by Albert Hofkamp on docs@.
by Georg Brandl
· 11 years ago
bc332a2
merge with 3.3
by Georg Brandl
· 11 years ago
f24c141
Fix wrong link.
by Georg Brandl
· 11 years ago
100580f
merge with 3.3
by Georg Brandl
· 11 years ago
97f9623
Add "->" as a delimiter token. Found by James Harding on docs@.
by Georg Brandl
· 11 years ago
f3c9121
merge with 3.3
by Georg Brandl
· 11 years ago
3328871
merge heads
by Georg Brandl
· 11 years ago
65087ae
merge heads
by Georg Brandl
· 11 years ago
1322f9e
Issue #18037: Do not escape '\u' and '\U' in raw strings.
by Serhiy Storchaka
· 11 years ago
5e59676
Issue #18037: Do not escape '\u' and '\U' in raw strings.
by Serhiy Storchaka
· 11 years ago
b296d09
Closes #13867: remove untrue comment about PyWeakref_Check().
by Georg Brandl
· 11 years ago
fe9e3b8
Closes #13867: remove untrue comment about PyWeakref_Check().
by Georg Brandl
· 11 years ago
245c765
merge with 3.3
by Georg Brandl
· 11 years ago
bcce125
Closes #19178: some more cross-references about packages in glossary. Patch by Berker Peksag.
by Georg Brandl
· 11 years ago
1cfa0ba
Fix macro expansion of _PyErr_OCCURRED(), and make sure to use it in at least one place so as to avoid regressions.
by Antoine Pitrou
· 11 years ago
59c900d
Fix macro expansion of _PyErr_OCCURRED(), and make sure to use it in at least one place so as to avoid regressions.
by Antoine Pitrou
· 11 years ago
648f860
Close #19156: add tests and fix for Enum helper edge cases. Patch from CliffM.
by Ethan Furman
· 11 years ago
ab5a58d
test_import.test_module_with_large_stack(): unload the test module
by Victor Stinner
· 11 years ago
7c67951
merge with 3.3
by Georg Brandl
· 11 years ago
c377fe2
Closes #1215: document better why it is not a good idea to catch e.g. SIGSEGV and refer to faulthandler.
by Georg Brandl
· 11 years ago
6d7d6cf
merge with 3.3
by Georg Brandl
· 11 years ago
a072de1
Extending example: use Py_RETURN_NONE
by Georg Brandl
· 11 years ago
38c741c
Issue #19182: Fixed socket leak on exception when connecting.
by Vinay Sajip
· 11 years ago
fd11551
merge with 3.3
by Georg Brandl
· 11 years ago
29fc4bf
Use the platform-independent way of calling a script from the shell: "python prog.py", not "prog.py"
by Georg Brandl
· 11 years ago
aca718e
merge with 3.3
by Georg Brandl
· 11 years ago
136a050
Fix name of the "exist_ok" argument. Found by Neil Bushong on docs@.
by Georg Brandl
· 11 years ago
a2a7e24
merge with 3.3
by Georg Brandl
· 11 years ago
9ad417e
Fix: >= and so on are usually called "comparison operators", not "logical operators". Found by Tom Kalt on docs@.
by Georg Brandl
· 11 years ago
59e3b23
merge with 3.3
by Georg Brandl
· 11 years ago
ac39add
Fix typo in example file name. Found by John Bokma on docs@.
by Georg Brandl
· 11 years ago
89672bf
merge with 3.3
by Georg Brandl
· 11 years ago
6647a71
Fix: win32_ver returns a 4-tuple. Found by Andrew Berg on docs@.
by Georg Brandl
· 11 years ago
3686db1
merge with 3.3
by Georg Brandl
· 11 years ago
f6d6347
Fix typo in function name.
by Georg Brandl
· 11 years ago
b68b970
merge with 3.3
by Georg Brandl
· 11 years ago
ffb94ae
Closes #15432: GzipFile mtime argument is new in 3.1.
by Georg Brandl
· 11 years ago
434bdf4
merge with 3.3
by Georg Brandl
· 11 years ago
9ad5bf6
Closes #15228: remove reference to Unix "touch"; it is confusing since the path needs to exist for os.utime() to succeed
by Georg Brandl
· 11 years ago
94c1467
merge with 3.3
by Georg Brandl
· 11 years ago
fc9a113
Closes #11807: document argparse add_subparsers method better.
by Georg Brandl
· 11 years ago
af1edb7
merge with 3.3
by Georg Brandl
· 11 years ago
c6a2c9b
Closes #15213: update comment for _PyOS_URandom
by Georg Brandl
· 11 years ago
4f198de
merge with 3.3
by Georg Brandl
· 11 years ago
7d07833
Closes #17725: small grammar fix.
by Georg Brandl
· 11 years ago
7cc439a
merge with 3.3
by Georg Brandl
· 11 years ago
6e94a30
The "FAQ" link at the end was changed to a Wikipedia link; reflect that.
by Georg Brandl
· 11 years ago
99b1a12
merge with 3.3
by Georg Brandl
· 11 years ago
4a6cf6c
Closes #19177: replace dead link to SSL/TLS introduction with the version from Apache.
by Georg Brandl
· 11 years ago
e448cca
merge with 3.3
by Georg Brandl
· 11 years ago
036e41d
Closes #19181: replace non-existing host ftp.cwi.nl with ftp.debian.org in ftplib example.
by Georg Brandl
· 11 years ago
15f57f6
merge with 3.3
by Georg Brandl
· 11 years ago
0bbbeb5
Closes #12350: clarify blocks/block size members of stat result.
by Georg Brandl
· 11 years ago
9296509
merge with 3.3
by Georg Brandl
· 11 years ago
df40e86
Fix typo. Spotted by Bo Bayles on docs@.
by Georg Brandl
· 11 years ago
0c3ecc2
merge with 3.3
by Georg Brandl
· 11 years ago
1cef264
Fix link to the "pexports" tool. Found by Joe Aikkaravelil on docs@.
by Georg Brandl
· 11 years ago
cfcd686
merge with 3.3
by Georg Brandl
· 11 years ago
9c2505b
Fix order of required StreamReader/StreamWriter base classes. Spotted by Edward Welbourne on docs@.
by Georg Brandl
· 11 years ago
6231e52
merge with 3.3
by Georg Brandl
· 11 years ago
49c6fc9
Minor improvement: add indication that the main function goes on.
by Georg Brandl
· 11 years ago
7caabe0
merge with 3.3
by Georg Brandl
· 11 years ago
ed86ff8
Fix missing class name in markup. Found by Tanky Woo on docs@.
by Georg Brandl
· 11 years ago
736295c
merge with 3.3
by Georg Brandl
· 11 years ago
e47e184
Unicode howto: use .txt as a more universally understood extension for text files.
by Georg Brandl
· 11 years ago
4497092
merge with 3.3
by Georg Brandl
· 11 years ago
a12b682
Add missing list methods. Found by Leonardo Pereira on docs@.
by Georg Brandl
· 11 years ago
f70acb7
merge with 3.3
by Georg Brandl
· 11 years ago
2070e83
Fix example in backreference description. Found by Alexander Heger on docs@.
by Georg Brandl
· 11 years ago
Next »