Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
7eba9dbaaf8d5cfc74bcb7f85b08a767da9913a3
7eba9db
Add link to glossary for hashable term in docs for set type
by Andrew Svetlov
· 12 years ago
c898668
Fix typo
by Andrew Svetlov
· 12 years ago
457f482
merge heads
by Andrew Svetlov
· 12 years ago
42777cd
Fix typo.
by Andrew Svetlov
· 12 years ago
cfb63cd
#8913: add examples and docs for date/time/datetime.__format__. Patch by Heikki Partanen.
by Ezio Melotti
· 12 years ago
bf51717
merge 2.7.4 release branch
by Benjamin Peterson
· 12 years ago
167a96c
close search and replace dialog after it is used (closes #17625)
by Benjamin Peterson
· 12 years ago
6e65e99
Issue #15940: NEWS entry
by Terry Jan Reedy
· 12 years ago
0d0a395
Issue #15940: Replace tab.
by Terry Jan Reedy
· 12 years ago
c2f905f
Issue #15940: Specify effect of locale on time functions.
by Terry Jan Reedy
· 12 years ago
ad8cad3
#14254: IDLE now handles readline correctly across shell restarts.
by Roger Serwy
· 12 years ago
d7c9d9c
#17614: IDLE no longer raises exception when quickly closing a file.
by Roger Serwy
· 12 years ago
c993a19
#13163: fix names of _get_socket args
by R David Murray
· 12 years ago
34d0c66
#6698: IDLE now opens just an editor window when configured to do so.
by Roger Serwy
· 12 years ago
cadd786
#8900: Using keyboard shortcuts in IDLE to open a file no longer raises an exception.
by Roger Serwy
· 12 years ago
e405946
Issue #6419: Fix a test_kqueue failure on some BSD flavors.
by Charles-Francois Natali
· 12 years ago
56bb8b9
Add an itertools recipe showing how to use t.__copy__().
by Raymond Hettinger
· 12 years ago
6e4e4ab
#6649: Fixed missing exit status in IDLE. Patch by Guilherme Polo.
by Roger Serwy
· 12 years ago
d676a3a
Issue #17390: Display Python version on Idle title bar. Patch by Edmond Burnett.
by Terry Jan Reedy
· 12 years ago
472f77d
merge 2.7.4 release branch
by Benjamin Peterson
· 12 years ago
f3ad030
G -> M (closes #17533)
by Benjamin Peterson
· 12 years ago
337b173
merge 2.7.4 release branch
by Benjamin Peterson
· 12 years ago
d627e12
fall back when an old test_support doesn't have various data and functions (closes #17533)
by Benjamin Peterson
· 12 years ago
da76aa8
Fix typos and clear up one very odd bit of wording as pointed out by Ezio.
by Gregory P. Smith
· 12 years ago
0861b13
Fix typos and clear up one very odd bit of wording as pointed out by Ezio.
by Gregory P. Smith
· 12 years ago
e66e7de
#17526: fix an IndexError raised while passing code without filename to inspect.findsource(). Initial patch by Tyler Doyle.
by Ezio Melotti
· 12 years ago
f03aab7
#17564: skip test_bad_address unless the tests are run with -unetwork/-uall.
by Ezio Melotti
· 12 years ago
d5cdc94
#17438: add links to the conversion tables in dump(s)/load(s).
by Ezio Melotti
· 12 years ago
035ecbe
#8906: document failureException, longMessage, and maxDiff in the class docstring. Patch by Boris Feld.
by Ezio Melotti
· 12 years ago
144c269
Update the suspicious builder to detect unused rules, and remove currently unusued rules.
by Ezio Melotti
· 12 years ago
75da357
Backport rev. 3ae74b361f53 to 2.7 branch.
by Georg Brandl
· 12 years ago
44ea77b
Closes #4159: add LaTeX tabular column specifications to tables that otherwise are cut off or have overlapping text.
by Georg Brandl
· 12 years ago
bf607aa
Fix XML vulnerability link targets.
by Christian Heimes
· 12 years ago
75207ab
Fix XML vulnerability link targets.
by Christian Heimes
· 12 years ago
6ba6b13
Fix XML vulnerability link targets.
by Georg Brandl
· 12 years ago
93324d7
Update suspicious ignore file.
by Ezio Melotti
· 12 years ago
e5caf29
Update suspicious ignore file.
by Ezio Melotti
· 12 years ago
fd4365a
Update suspicious ignore file.
by Ezio Melotti
· 12 years ago
184e593
#17329: merge with 3.2.
by Ezio Melotti
· 12 years ago
352def0
#17329: document unittest.SkipTest. Initial patch by Zachary Ware.
by Ezio Melotti
· 12 years ago
265281a
#17329: document unittest.SkipTest. Initial patch by Zachary Ware.
by Ezio Melotti
· 12 years ago
92acb0a
Issue 17538: Document XML vulnerabilties
by Christian Heimes
· 12 years ago
23790b4
Issue 17538: Document XML vulnerabilties
by Christian Heimes
· 12 years ago
768f6a5
Issue 17538: Document XML vulnerabilties
by Christian Heimes
· 12 years ago
7380a67
Issue 17538: Document XML vulnerabilties
by Christian Heimes
· 12 years ago
c40f97f
NEWS: add new header for Python 3.3.2
by Georg Brandl
· 12 years ago
dbc5f8c3
move to correct section
by Benjamin Peterson
· 12 years ago
4b394db
merge 2.7.4 release branch (#17550)
by Benjamin Peterson
· 12 years ago
615ea1a
fix variable reference to fix --enable-profiling (closes #17550)
by Benjamin Peterson
· 12 years ago
b9be7bb
fix variable reference to fix --enable-profiling (closes #17550)
by Benjamin Peterson
· 12 years ago
a1eb483
Add versionadded for `-X faulthandler` (also fix typo and markup).
by Ezio Melotti
· 12 years ago
1e76e86
Issue #12718: Set importer on instance if Python function, to avoid bad interaction with winpdb.
by Vinay Sajip
· 12 years ago
153866e
Add missing docstrings to the collections ABCs
by Raymond Hettinger
· 12 years ago
cce5b04
Add missing docstrings to the collections ABCs
by Raymond Hettinger
· 12 years ago
005fb74
Fix typo
by Martin v. Löwis
· 12 years ago
cc0b927
Issue #17425: Build with openssl 1.0.1d on Windows.
by Martin v. Löwis
· 12 years ago
710f0c3
#17425: null merge 3.2
by Martin v. Loewis
· 12 years ago
5be6d74
Issue #17425: Build with openssl 1.0.0k on Windows.
by Martin v. Loewis
· 12 years ago
945c3bb
- Issue #17536: Add to webbrowser's browser list: www-browser, x-www-browser,
by doko@ubuntu.com
· 12 years ago
31a7835
#17504: remove duplicated sentence. Patch by Radu Voicilas.
by Ezio Melotti
· 12 years ago
bc1d9c9
merge 2.7.4 release branch
by Benjamin Peterson
· 12 years ago
da2c7eb
allow any type with __getitem__ to be a mapping for the purposes of % (#15801)
by Benjamin Peterson
· 12 years ago
b803c6c
Fixes issue4653 - Correctly specify the buffer size to FormatMessageW and
by Gregory P. Smith
· 12 years ago
ac982d7
Merge heads.
by Ezio Melotti
· 12 years ago
93f756b
Merge test_queue clean up from 3.2.
by Ezio Melotti
· 12 years ago
2350ecd
merge 2.7.4 release branch
by Benjamin Peterson
· 12 years ago
7e2f197
update NEWS for #17531
by Benjamin Peterson
· 12 years ago
656c808
Clean up references to threads in test_queue.
by Ezio Melotti
· 12 years ago
be1632b
Clean up references to threads in test_queue.
by Ezio Melotti
· 12 years ago
40d1cfe
merge 2.7.4 release branch
by Benjamin Peterson
· 12 years ago
d6138c4
always allow -1 as a uid
by Benjamin Peterson
· 12 years ago
4a03c7d
merge 2.7.4 release branch
by Benjamin Peterson
· 12 years ago
01d9a77
group ids and user ids can be longs now (#17531)
by Benjamin Peterson
· 12 years ago
e48b2c2
merge 2.7.4 branch
by Benjamin Peterson
· 12 years ago
4d7fc3c
undo PyInt -> PyLong change; that was wrong
by Benjamin Peterson
· 12 years ago
aec8139
add 2.7.5 header
by Benjamin Peterson
· 12 years ago
6909ab5
merge 2.7.4 release branch
by Benjamin Peterson
· 12 years ago
3128923
return int instead long when possible (#17531)
by Benjamin Peterson
· 12 years ago
a1b9ed3
Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value
by Gregory P. Smith
· 12 years ago
a1ed539
Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value
by Gregory P. Smith
· 12 years ago
3ddba16
Update collections ABC table to match the __abstractmethods__ attribute for each container.
by Raymond Hettinger
· 12 years ago
6074ee4
Update collections ABC table to match the __abstractmethods__ attribute for each container.
by Raymond Hettinger
· 12 years ago
cb80064
Update collections ABC table to match the __abstractmethods__ attribute for each container.
by Raymond Hettinger
· 12 years ago
378170d
Issue 17447: Clarify that str.isidentifier doesn't check for reserved keywords.
by Raymond Hettinger
· 12 years ago
cd85aa4
after 2.7.4rc1 bump
by Benjamin Peterson
· 12 years ago
4867060
Added tag v2.7.4rc1 for changeset a8d18780bc2b
by Benjamin Peterson
· 12 years ago
a1f6fab
version to 2.7.4rc1
by Benjamin Peterson
· 12 years ago
43cb4b7
update pydoc topics
by Benjamin Peterson
· 12 years ago
71e2d2e
nonlocal isn't a 2.x topic
by Benjamin Peterson
· 12 years ago
daa42c7
#17479: test_io now works with unittest test discovery. Patch by Zachary Ware.
by Ezio Melotti
· 12 years ago
325dc88
Backport improved dict comparison logic
by Raymond Hettinger
· 12 years ago
5ded795
Hold key reference until the links have updated.
by Raymond Hettinger
· 12 years ago
9b862b9
Issue #17521: Merged fix from 3.2.
by Vinay Sajip
· 12 years ago
68b4cc8
Issue #17521: Corrected non-enabling of logger following two calls to fileConfig().
by Vinay Sajip
· 12 years ago
bb2dad8
Issue #17521: Corrected non-enabling of logger following two calls to fileConfig().
by Vinay Sajip
· 12 years ago
e29dd24
Merged Misc/NEWS update for #17508.
by Vinay Sajip
· 12 years ago
a4cfd60
Updated Misc/NEWS with #17508.
by Vinay Sajip
· 12 years ago
0e29f22
Updated Misc/NEWS with #17508.
by Vinay Sajip
· 12 years ago
18613e6
Issue #17425: Build against openssl 0.9.8y on Windows.
by Martin v. Loewis
· 12 years ago
bcd2aa6
cleanup references to PyString_ APIs from 2.x in the 3.3 docs.
by Gregory P. Smith
· 12 years ago
Next »