Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
3b635cd4476422fbef7e1da1e1de66bbb939d648
3b635cd
Close #15766: Catch exceptions while raising the ImportError in imp.load_dynamic()
by Victor Stinner
· 12 years ago
f25dabe
Merge changelog filtering fixes/improvements with 3.3.
by Ezio Melotti
· 12 years ago
7eb03dd
Fix/improve the changelog filtering.
by Ezio Melotti
· 12 years ago
621ef3d
Issue #15609: Optimize str%args for integer argument
by Victor Stinner
· 12 years ago
fd0d3e5
more yield from patch by Serhiy Storchaka
by Philip Jenvey
· 12 years ago
8bfcf51
Merge
by Antoine Pitrou
· 12 years ago
77cddc3
Merge
by Antoine Pitrou
· 12 years ago
5f62aaa
Sanitize and modernize some of the _elementtree code (see issue #16089).
by Antoine Pitrou
· 12 years ago
c194884
Sanitize and modernize some of the _elementtree code (see issue #16089).
by Antoine Pitrou
· 12 years ago
ca1232f
Merge 3.3.
by Stefan Krah
· 12 years ago
219c7b9
Issue #15599: Increase the switch interval. Several systems cannot handle
by Stefan Krah
· 12 years ago
40ee157
Merge: #16304: Optimizations for BZ2File, and minor bugfix.
by Nadeem Vawda
· 12 years ago
eb70be2
Issue #16304: Further optimize BZ2File.readlines?().
by Nadeem Vawda
· 12 years ago
138ad50
Fix error handling in new fast path of BZ2File.readline().
by Nadeem Vawda
· 12 years ago
452add0
Issue #16304: Another performance optimization for BZ2File.
by Nadeem Vawda
· 12 years ago
4993cc0
utilize yield from
by Philip Jenvey
· 12 years ago
075bbb1
utilize subprocess.DEVNULL
by Philip Jenvey
· 12 years ago
a3d6538
merge with 3.3
by Georg Brandl
· 12 years ago
4524b46
Fix template syntax.
by Georg Brandl
· 12 years ago
7dead3a
Use backticks in 3.4 NEWS.
by Georg Brandl
· 12 years ago
ebe3224
merge with 3.3
by Georg Brandl
· 12 years ago
6c47581
The default reST role `foo` can now be used in NEWS to refer to Python objects. Use it for a fraction of the current NEWS file.
by Georg Brandl
· 12 years ago
2437291
Fix page name.
by Georg Brandl
· 12 years ago
a32e8df
merge with 3.3.
by Georg Brandl
· 12 years ago
44d0c21
Several improvements to the HTML NEWS version:
by Georg Brandl
· 12 years ago
86dc732
Move 3.1, 3.2 and 3.3 NEWS items to HISTORY.
by Georg Brandl
· 12 years ago
0a0f8c0
null-merge with 3.3
by Georg Brandl
· 12 years ago
4a6ca21
merge with 3.3
by Georg Brandl
· 12 years ago
8fc6cb3
Move 3.1 and 3.2 NEWS items to HISTORY.
by Georg Brandl
· 12 years ago
8a9f936
Issue16097 Fix small typo in comment (patch by Wael Al Jishi)
by Tim Golden
· 12 years ago
621302c
Issue16097 Fix small typo in comment (patch by Wael Al Jishi)
by Tim Golden
· 12 years ago
f41d202
Correcting my name since people keep bringing it up
by Brian Curtin
· 12 years ago
f1d2345
Merge suspicious ignore file updates with 3.3.
by Ezio Melotti
· 12 years ago
0016066
Update suspicious ignore file.
by Ezio Melotti
· 12 years ago
015031c
Merge: More additions to whatsnew.
by R David Murray
· 12 years ago
445d69c
More additions to whatsnew.
by R David Murray
· 12 years ago
b2bb60e
Merge: Fix sqlite3 class markup.
by R David Murray
· 12 years ago
842ca5f
Merge: Fix sqlite3 class markup.
by R David Murray
· 12 years ago
6db2335
Fix sqlite3 class markup.
by R David Murray
· 12 years ago
4c12c51
Merge: More whatsnew adds, especially the os module.
by R David Murray
· 12 years ago
c652ce6
More whatsnew adds, especially the os module.
by R David Murray
· 12 years ago
26bbdb2
Merge: #16304: Further performance improvements for BZ2File.
by Nadeem Vawda
· 12 years ago
b7a0bfe
Issue #16304: Further performance improvements for BZ2File.
by Nadeem Vawda
· 12 years ago
9ec083a
Merge: Add some missing stuff to whatsnew.
by R David Murray
· 12 years ago
d2489cf
Add some missing stuff to whatsnew.
by R David Murray
· 12 years ago
2f1c5c0
#15923: merge with 3.3.
by Ezio Melotti
· 12 years ago
8a9cc52
#15923: merge with 3.2.
by Ezio Melotti
· 12 years ago
cb2916a
#15923: fix a mistake in asdl_c.py that resulted in a TypeError after 2801bf875a24 (see #15801).
by Ezio Melotti
· 12 years ago
c94095f
Null merge.
by Stefan Krah
· 12 years ago
ffc3dee
Backport 5cfe8af7abb2.
by Stefan Krah
· 12 years ago
ce23dbc
Suppress unknown pragma warning (STDC FENV_ACCESS).
by Stefan Krah
· 12 years ago
89bbe68
doc typo fixes
by Gregory P. Smith
· 12 years ago
9a6ada8
Issue #15533: Merge update from 3.2.
by Chris Jerdonek
· 12 years ago
c2cd626
Issue #15533: Skip test_cwd_with_relative_*() tests on Windows pending resolution of issue.
by Chris Jerdonek
· 12 years ago
0472bc8
Use newer version of Pygments that handles "yield from".
by Georg Brandl
· 12 years ago
a0346e5
Support gcc's -ansi flag: use "__asm__" instead of "asm".
by Stefan Krah
· 12 years ago
e59aa8c
Revert 29506c7db353 (build output should be accurate).
by Stefan Krah
· 12 years ago
5c9a589
merge
by Christian Heimes
· 12 years ago
72c9946
Change libmpdec to use ANSI code in strict ansi mode as inline asm isn't supported in ANSI C
by Christian Heimes
· 12 years ago
03074fd
Adjust guidelines for What's New maintenance to account for issues encountered in 3.3 and in past releases
by Nick Coghlan
· 12 years ago
63d36cb
doc typo fixes
by Gregory P. Smith
· 12 years ago
ca42f00
Issue #15533: Merge update from 3.3.
by Chris Jerdonek
· 12 years ago
e564026
merge with 3.3
by Georg Brandl
· 12 years ago
16dd524
Merge 3.3.
by Stefan Krah
· 12 years ago
e65676b
Merge 3.3.
by Stefan Krah
· 12 years ago
e04d611
Merge 3.3.
by Stefan Krah
· 12 years ago
d2fa5e4
merge
by Christian Heimes
· 12 years ago
c7d9bde
Change libmpdec to use ANSI code in strict ansi mode as inline asm isn't supported in ANSI C
by Christian Heimes
· 12 years ago
7ef90a1
merge with 3.3
by Georg Brandl
· 12 years ago
2cac28b
Add a filterable HTML version of Misc/NEWS to the docs "whatsnew" section.
by Georg Brandl
· 12 years ago
eea7427
Fix reST markup in NEWS.
by Georg Brandl
· 12 years ago
50de850
Record UCD update in whatsnew.
by Georg Brandl
· 12 years ago
2747b2f
Merge: Fix the return value of BZ2File._read_block() to be consistent with comments.
by Nadeem Vawda
· 12 years ago
9e2a28e
Fix the return value of BZ2File._read_block() to be consistent with comments.
by Nadeem Vawda
· 12 years ago
1e0a88a
Issue #15533: Merge fix from 3.3.
by Chris Jerdonek
· 12 years ago
28714c8
Issue #15533: Merge fix from 3.2.
by Chris Jerdonek
· 12 years ago
009f5b3
Add Misc/NEWS entries from 3.3.1 in 3.3 branch to 3.4.0 in default branch.
by Chris Jerdonek
· 12 years ago
68e336a
Redo 3.3 merge
by Nick Coghlan
· 12 years ago
f029bec
Close previous head
by Nick Coghlan
· 12 years ago
638df25
Merge commit, because Mercurial's handling of push races is bloody awful
by Nick Coghlan
· 12 years ago
67e30ff
null-merge from 3.3
by Georg Brandl
· 12 years ago
81b409c
Add missing 3.3.1 NEWS entries deleted in 83496b5e1916.
by Georg Brandl
· 12 years ago
ee5ef07
Merge Windows What's New changes from 3.3
by Nick Coghlan
· 12 years ago
349c802
What's new entry for PEP 397 and Windows PATH modification
by Nick Coghlan
· 12 years ago
2118a01
Merge 3.3.
by Stefan Krah
· 12 years ago
9a3f05e
Make it clear that the pi function is modified for benchmarking purposes.
by Stefan Krah
· 12 years ago
b80f511
Add a stub "whatsnew in 3.4" document.
by Georg Brandl
· 12 years ago
ec3ea94
Issue #15533: Clarify docs and add tests for subprocess.Popen()'s cwd argument.
by Chris Jerdonek
· 12 years ago
43e5fcb
Closes #16091: fix the references to 3.3/3.4 in the Doc sidebar.
by Georg Brandl
· 12 years ago
7d0d57f
Doc sidebar: point to 3.4 as dev.
by Georg Brandl
· 12 years ago
6b5e1d6
Doc sidebar: point to 3.3 as stable.
by Georg Brandl
· 12 years ago
ed41877
Merge What's New fix from 3.3
by Nick Coghlan
· 12 years ago
cfb1818
Fix release PEP description
by Nick Coghlan
· 12 years ago
01c671a
Merge: Add notes to whatsnew porting for visible changes in email compatibility mode.
by R David Murray
· 12 years ago
ea22685
Add notes to whatsnew porting for visible changes in email compatibility mode.
by R David Murray
· 12 years ago
65c848e
Merge #16034: Fix performance regressions in the new BZ2File implementation.
by Nadeem Vawda
· 12 years ago
6c57318
Issue #16034: Fix performance regressions in the new BZ2File implementation.
by Nadeem Vawda
· 12 years ago
03b6f8a
Merge: Make whatsnew PEP markup conform to previous whatsnew docs.
by R David Murray
· 12 years ago
f23e2b6
Make whatsnew PEP markup conform to previous whatsnew docs.
by R David Murray
· 12 years ago
04e2160
Speed up test_httpservers by avoiding a one-second cleanup wait after each test case.
by Antoine Pitrou
· 12 years ago
Next »